summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change library order to link with newer gccFridrich Štrba2013-02-061-2/+2
|
* Updated Slovenian translationMatej Urbančič2013-02-061-2/+1
|
* Added sl for Slovenian translationMatej Urbančič2013-02-061-0/+1
|
* Added Slovenian translationMatej Urbančič2013-02-061-0/+104
|
* build-sys: cleaning a little bit the script warningsMarc-André Lureau2013-02-061-5/+2
|
* chmod -x tools/*.inMarc-André Lureau2013-02-062-0/+0
|
* tools: add msidiff and msidumpMarc-André Lureau2013-02-065-2/+359
|
* build-sys: use maintainer mode by defaultMarc-André Lureau2013-02-062-1/+2
| | | | http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/
* Update README & TODOMarc-André Lureau2013-02-052-0/+4
| | | | Add some personal notes and missing doc.
* Updated Spanish translationDaniel Mustieles2013-02-042-0/+102
|
* Updated Brazilian Portuguese translationEnrico Nicoletto2013-02-042-0/+103
|
* Added German translationMario Blättermann2013-02-032-0/+103
|
* Added Serbian translationМирослав Николић2013-02-033-0/+206
|
* Added Polish translationPiotr Drąg2013-02-012-0/+107
|
* Updated POTFILES.in and POTFILES.skipPiotr Drąg2013-02-012-0/+2
|
* build-sys: libtool export-symbols-regex is ignored with = ...Marc-André Lureau2013-01-251-1/+1
|
* bump version number to 0.91v0.91Paolo Bonzini2013-01-251-1/+1
|
* build-sys: use a static libcommon.a to workaround automakeMarc-André Lureau2013-01-251-2/+15
|
* build-sys: install bash completionMarc-André Lureau2013-01-252-1/+8
|
* build-sys: install msiextractMarc-André Lureau2013-01-251-2/+2
| | | | Now that it works (to some extent) :)
* po: rename gettext package name to msitoolsMarc-André Lureau2013-01-251-1/+1
|
* wixl: improve automatic detection of the key pathPaolo Bonzini2013-01-251-2/+17
| | | | Also detect multiple elements with keyPath="yes".
* wixl: reorganize full_path, add the key element to the stable UUIDPaolo Bonzini2013-01-252-13/+31
| | | | | | | Call the resolver from the override of WixElementRef. Override in WixComponent, making it look at the key component. Add a new method to fetch the name part from a <File> or <RegistryValue> element.
* wixl: two-stage visit for componentsPaolo Bonzini2013-01-252-3/+6
|
* wixl: visit RegistrySearch and populate dbMarc-André Lureau2013-01-242-0/+23
|
* wixl: populate CustomAction of type EXE_PROPERTYMarc-André Lureau2013-01-241-0/+42
|
* wixl: name Custom actions correctlyMarc-André Lureau2013-01-241-0/+3
|
* wixl: add MSI tables RegLocator, AppSearch, CustomActionMarc-André Lureau2013-01-241-0/+65
|
* wixl: add RegistrySearch and CustomActionMarc-André Lureau2013-01-242-0/+48
|
* wixl: default actions can have a conditionMarc-André Lureau2013-01-241-0/+1
|
* wixl: add Action conditionMarc-André Lureau2013-01-242-5/+13
|
* wixl: Action can have children nodesMarc-André Lureau2013-01-241-2/+2
|
* wixl: take pre-defined Action sequenceMarc-André Lureau2013-01-241-0/+3
|
* wixl: do not add null/runtime propertiesMarc-André Lureau2013-01-241-0/+3
|
* wixl: ServiceInstall name is not localizableMarc-André Lureau2013-01-241-1/+1
|
* wixl: implement stable UUID generationPaolo Bonzini2013-01-244-1/+103
| | | | Note that the UUIDs are *not* compatible with WiX!
* wixl: introduce WixResolverPaolo Bonzini2013-01-242-21/+25
|
* wixl: fill in visitor for service elementsPaolo Bonzini2013-01-241-0/+116
|
* wixl: add ServiceControl and ServiceInstall tablePaolo Bonzini2013-01-242-0/+62
|
* wixl: add ServiceControl, ServiceInstall and their children elementsPaolo Bonzini2013-01-242-0/+102
|
* wixl: do not use enum_from_string directly, make it genericPaolo Bonzini2013-01-243-11/+37
| | | | | | | | | The right spelling is multiString, not multi-string as defined by vala, so we cannot use enum_from_string. Thus do not make it public and use it internally from a (possibly more complex) from_string static method of the enum. I haven't checked the usage in msi-default.vala.
* wixl: rename RemoveFileInstallModePaolo Bonzini2013-01-241-2/+2
|
* wixl: make --verbose a little more verbosePaolo Bonzini2013-01-241-0/+2
|
* libmsi: fix out-of-tree buildPaolo Bonzini2013-01-242-2/+3
|
* build-sys: add missing include/Makefile.amMarc-André Lureau2013-01-231-0/+17
|
* build-sys: silence tests/testsuite generationMarc-André Lureau2013-01-231-1/+1
|
* build-sys: ship metadata file, fix make distcheckMarc-André Lureau2013-01-231-0/+1
|
* build-sys: g_type_init() is deprecated since 2.36Marc-André Lureau2013-01-215-4/+17
|
* msiextract: print extract name during extractionMarc-André Lureau2013-01-191-0/+1
|
* wixl: remove gio-unix dependencyPaolo Bonzini2013-01-184-10/+22
| | | | | It is not available under Windows, but it can be easily implemented using Posix.read.