summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix failing auto-test.Karsten Heimrich2016-03-231-1/+4
* Fix warning introduced with commit 175ffec58f9.Karsten Heimrich2016-03-231-8/+9
* Fix compilation, we depend on network for QLocalSocket.Karsten Heimrich2016-03-231-1/+1
* Fixed file handle leak when sudo'ingFrerich Raabe2016-03-041-1/+1
* Allow specifying the installer size in 'em' or 'ex' unitsSlobodan Vrkacevic2016-02-298-4/+86
* Fixed deleting files when uninstalling on OS XFrerich Raabe2016-02-291-1/+3
* fix banner sizeKatja Marttila2016-02-291-2/+9
* Fix arguments in RegisterFileTypeKatja Marttila2016-02-295-22/+175
* Fixed reading stderr output of sudoFrerich Raabe2016-02-191-0/+13
* Don't print error messages in case correct sudo password is enteredFrerich Raabe2016-02-191-3/+5
* Fixed checking exit status when calling 'sudo'Frerich Raabe2016-02-191-10/+10
* Add new '--sign' switch to binarycreator for signing OS X app bundlesFrerich Raabe2016-02-182-2/+51
* Fix setValue saving in restartKatja Marttila2016-02-153-3/+13
* Fixed out of bounds access when calling su/sudoFrerich Raabe2016-02-151-1/+1
* Don't use 'lockmyApp' prefix for lock filesFrerich Raabe2016-02-152-2/+8
* Allow calling installer.setValue() with an empty string as the valueFrerich Raabe2016-02-151-1/+1
* Fixed writing log on Windows if target dir requires admin rightsFrerich Raabe2016-02-151-0/+46
* Factored QFile usage out of VerboseWriter::flush()Frerich Raabe2016-02-152-13/+46
* Factored flushing of VerboseWriter into dedicated methodFrerich Raabe2016-02-152-3/+16
* Fixed final 'Finish' message on OS XFrerich Raabe2016-02-151-6/+4
* Resize banner image to fit default installer widthSlobodan Vrkacevic2016-02-151-1/+4
* Doc: added namespace statement for lib7zNico Vertriest2016-01-281-1/+7
* Fix build after merge.Karsten Heimrich2016-01-211-6/+6
* Update minimum Qt version required to build the installer-frameworkIikka Eklund2016-01-211-2/+2
* Doc: removed qdoc var declaration pixmapNico Vertriest2016-01-211-4/+0
* Compilation fix for QV4 usageIikka Eklund2016-01-211-2/+2
* Merge remote-tracking branch 'origin/2.0'Iikka Eklund2016-01-20370-1384/+1632
|\
| * Doc: Remove dubious sentence from installer.calculateComponentsToUninstall()Kai Koehne2016-01-151-2/+2
| * Update documentation for --runoperationKai Koehne2016-01-131-4/+3
| * Update the git-archive export optionsIikka Eklund2016-01-082-0/+4
| * Add alternative option where to read the installer-framework sha1Iikka Eklund2016-01-041-1/+9
| * Add sync.profileIikka Eklund2015-12-301-0/+6
| * Add .qt-license-check.exclude and .qt-license-check.optional rulesIikka Eklund2015-12-302-0/+2
| * Update license headersIikka Eklund2015-12-29369-1340/+1450
| * Fix target directory check for reserved words on WindowsAndy Shaw2015-12-071-1/+1
| * Use QQmlV4Function to correctly get empty parameters from script.Karsten Heimrich2015-11-267-58/+177
* | Doc: Hide Checkbox example added to overview listNico Vertriest2016-01-202-1/+1
* | Allow defining non-checkable itemsKatja Marttila2016-01-1820-45/+255
* | Added support for setting descriptions of Windows shortcutsFrerich Raabe2016-01-183-4/+10
* | Let mkdmg.sh script on OS X actually create random temporary file namesFrerich Raabe2016-01-131-6/+7
* | Fix timeout errors while building app bundles files on OS XFrerich Raabe2016-01-121-2/+2
* | Fix timezone issue, simply keep the UTC time.Karsten Heimrich2016-01-043-29/+7
* | Optimized checking validity of target directory value on WindowsFrerich Raabe2015-12-092-1/+13
* | Remove implicit expanding vertical spacer from dynamic pagesFrerich Raabe2015-12-091-1/+0
* | Fixed compiling lib7z_facade.cpp with Visual Studio 2013Frerich Raabe2015-12-091-0/+3
* | Fixed reading error output from sudo'ed processFrerich Raabe2015-12-091-1/+1
* | Fixed bug in making stderr pipe read-handle non-blockingFrerich Raabe2015-12-091-1/+1
* | When running sudo'ed process, make reading from child non-blockingFrerich Raabe2015-12-091-1/+11
* | Let ElevatedExecuteOperation delete its RemoteObject earlierFrerich Raabe2015-12-081-1/+2
* | Removed unused variableFrerich Raabe2015-12-081-1/+0