summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Windows: Fix crashes in elevated installation"Katja Marttila2016-05-205-80/+4
* Make usage of authorization fallback optionalSlobodan Vrkacevic2016-05-187-1/+35
* Add the Predefined Variables in Component Scripting.Takayuki ORITO2016-05-031-0/+24
* Fixed detecting problems while launching sudoFrerich Raabe2016-05-031-2/+4
* Fixed handling of Destroy command in server processFrerich Raabe2016-04-071-2/+2
* Add a logging category and debug for http downloadKatja Marttila2016-04-073-2/+21
* Make communication via installer.execute() Unicode safeKarsten Heimrich2016-03-302-4/+24
* Fix warning introduced with commit 175ffec58f9.Karsten Heimrich2016-03-231-8/+9
* Fixed file handle leak when sudo'ingFrerich Raabe2016-03-041-1/+1
* Allow specifying the installer size in 'em' or 'ex' unitsSlobodan Vrkacevic2016-02-291-2/+21
* 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-292-22/+39
* 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
* 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
* 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-20230-930/+711
|\
| * Doc: Remove dubious sentence from installer.calculateComponentsToUninstall()Kai Koehne2016-01-151-2/+2
| * Update license headersIikka Eklund2015-12-29235-899/+664
| * 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-263-46/+56
* | Allow defining non-checkable itemsKatja Marttila2016-01-185-4/+21
* | Added support for setting descriptions of Windows shortcutsFrerich Raabe2016-01-182-3/+9
* | Fix timezone issue, simply keep the UTC time.Karsten Heimrich2016-01-042-28/+6
* | 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
* | Fixed running binarycreator if the temporary directory name contains spacesFrerich Raabe2015-12-081-14/+13
* | Fix violated assertion in error handling of binarycreatorFrerich Raabe2015-12-081-3/+9
* | Automatically chose to perform uninstall if appropriateFrerich Raabe2015-12-082-3/+23
* | Implemented installer.readFile()Frerich Raabe2015-12-082-0/+29
* | Implemented support for creating URL shortcuts on WindowsFrerich Raabe2015-12-081-21/+43
* | Fixed occasional crash on Windows when terminating installerFrerich Raabe2015-12-083-3/+14