summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gtk3.wxi: remove gtk3-demo.exeFabiano Fidêncio2014-11-241-4/+0
|
* gtk3.wxi: remove gtk3-icon-browser.exeFabiano Fidêncio2014-11-241-4/+0
|
* gtk3.wxi: remove gtk3-widget-factory.exeFabiano Fidêncio2014-11-241-4/+0
|
* gtk3.wxi: add gschemas.compiledFabiano Fidêncio2014-11-241-0/+4
|
* gtk3.wxi: add gschema.dtdFabiano Fidêncio2014-11-241-0/+4
|
* Updated Czech translationMarek Černocký2014-11-221-12/+13
|
* Updated Spanish translationDaniel Mustieles2014-11-191-12/+15
|
* Updated Polish translationPiotr Drąg2014-11-051-11/+13
|
* spice-gtk3.wxi: remove spicyMarc-André Lureau2014-11-041-5/+1
|
* wxi: add gtk-vnc2Fabiano Fidêncio2014-11-032-0/+22
|
* wxi: add spice-gtk3Fabiano Fidêncio2014-11-032-0/+26
|
* wxi: add gtk3Fabiano Fidêncio2014-11-032-0/+1496
|
* Revert "wixl-heat: generate stable dir id"Marc-André Lureau2014-11-031-2/+1
| | | | | | | This reverts commit afc18dcd98d5a67d21ef237c25221a71b01df1b2. Stable dir id will conflict with different libraries/components, it's a bad idea.
* Treat EDITTIME property as filetime in parse_propThomas Hindoe Paaboel Andersen2014-11-031-0/+1
|
* Add option to make packages win64-awareFabiano Fidêncio2014-10-301-2/+7
| | | | | For this, each component should have Win64="$(var.Win64)", what can be added by passing --win64 option to wixl-heat
* wxi: update libgcrypt.wxi for F21Fabiano Fidêncio2014-10-291-1/+1
| | | | | | Use version -20 instead of -11 https://bugzilla.redhat.com/show_bug.cgi?id=1157779
* wxi: update gtk2.wxi for F21Fabiano Fidêncio2014-10-291-4/+0
| | | | | | There is no gtk-update-icon-cache.exe.manifest anymore. https://bugzilla.redhat.com/show_bug.cgi?id=1157780
* libmsi: yylex() requires 2 argumentsFabiano Fidêncio2014-10-291-0/+1
| | | | | Fix build breakage, yylex is defined as sql_lex, which requires 2 arguments instead of just 1.
* Set ALLUSERS=1 in perMachine install scopeMarc-André Lureau2014-10-073-4/+74
| | | | | | | Follow WiX behaviour and set ALLUSERS=1 automatically in perMachine install scope. https://bugzilla.redhat.com/show_bug.cgi?id=1146586
* Added Norwegian bokmål translationKjartan Maraas2014-07-251-0/+121
|
* Add nbKjartan Maraas2014-07-251-0/+1
|
* wxi: update nettle to 2.7 versionMarc-André Lureau2014-06-061-2/+2
|
* table: fix two leaks of a record objectPaolo Bonzini2014-04-051-2/+6
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* doap: update URLsPiotr Drąg2014-03-301-1/+4
|
* Added Korean translationSeong-ho Cho2014-03-172-0/+125
|
* Added French translationYoann Fievez2014-03-162-0/+125
|
* wxi: add missing libsoup depsMarc-André Lureau2014-02-111-0/+4
|
* wxi: add sqliteMarc-André Lureau2014-02-112-0/+22
|
* wxi: add glib2 deps in libsoupMarc-André Lureau2014-02-111-0/+2
|
* wix: add zlib dep in glib2 for gioMarc-André Lureau2014-02-111-0/+2
|
* wxi: add gcc dep in libffiMarc-André Lureau2014-02-111-0/+2
|
* wxi: add spice-glib opus depsMarc-André Lureau2014-02-101-0/+2
|
* wxi: add opusMarc-André Lureau2014-02-102-0/+18
|
* wxi: update libvirt.wxi for f20Marc-André Lureau2014-02-101-0/+7
|
* wxi: add winpthreadsMarc-André Lureau2014-02-102-0/+18
|
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
|
* Add Chinese simplified translationWylmer Wang2014-01-052-0/+125
|
* wixl: fix some vala warningsMarc-André Lureau2013-12-171-3/+3
|
* wxi: update libpngMarc-André Lureau2013-12-171-1/+1
|
* wixl: make component id generation more uniqueMarc-André Lureau2013-11-123-10/+16
| | | | Use a complete path for genenerating unique component id
* wixl: add MsiFileHash tableMarc-André Lureau2013-11-113-2/+41
|
* fix make checkMarc-André Lureau2013-11-081-4/+4
|
* wixl: remove fixmeMarc-André Lureau2013-11-081-1/+0
| | | | Stable component id should now be working.
* wixl-heat: ignore prefix for component id generationMarc-André Lureau2013-11-081-1/+1
|
* wixl-heat: generate stable dir idMarc-André Lureau2013-11-081-1/+2
|
* wix: add missing optional gcc libraryMarc-André Lureau2013-11-081-0/+1
|
* wixl: move uuid_from_name in utilMarc-André Lureau2013-11-082-20/+20
|
* wixl: use sha1 instead of md5 by defaultMarc-André Lureau2013-11-081-2/+2
|
* and fix make check...Marc-André Lureau2013-11-081-3/+3
|
* Fix stable component GUID generationMarc-André Lureau2013-11-081-1/+1
| | | | | Paolo probably overlooked the difference between WixlElement.parent, and Vala 'base'