summaryrefslogtreecommitdiffstats
path: root/src/libs/installer
Commit message (Expand)AuthorAgeFilesLines
* Allow defining non-checkable itemsKatja Marttila2016-01-183-1/+8
* 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
* 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
* Fix broken daylight saving time check.Karsten Heimrich2015-11-231-0/+16
* Fix null pointer exception in silent modeChristoph Vogtländer2015-11-191-1/+1
* Fix crash when updating admin installation with user/temp repositoryKatja Marttila2015-10-301-1/+11
* Read UrlQueryString from settings.Jarek Kobus2015-10-144-4/+5
* Merge remote-tracking branch 'origin/2.0'Kai Koehne2015-10-122-3/+14
|\
| * Fix errors when running updates in a directory requiring elevationKai Koehne2015-08-201-2/+1
| * Fix usage of system proxy with credentialsKai Koehne2015-08-051-1/+13
* | Allow to use the stylesheet to customize UIDenis Shienkov2015-09-284-1/+21
* | Compile with namespaces.Karsten Heimrich2015-09-071-1/+1
* | Missed to rename classes and to update docs and tests.Karsten Heimrich2015-09-0711-33/+33
* | Fix wording of "Could not get authorization" error messageKai Koehne2015-08-261-2/+2
* | Merge remote-tracking branch 'origin/2.0'Kai Koehne2015-08-194-15/+46
|\|
| * Unify handling of translationsKai Koehne2015-06-303-14/+45
| * Init all components with proper install actionJarek Kobus2015-06-291-1/+1
* | add silent modeChristoph Vogtländer2015-07-174-0/+33
* | Rename files. Remove {kd} prefix. Remove {kdupdater} prefix.Karsten Heimrich2015-07-1419-27/+26
* | Make the installation relocatable (with some limitations).Karsten Heimrich2015-07-146-45/+88
* | Cleanup. Prepare for proper rollback implementation.Karsten Heimrich2015-07-142-89/+91
* | Remove quotes around component checker warningsKai Koehne2015-07-101-1/+1
* | Make use of the new varadic template feature + cosmetic changes.Karsten Heimrich2015-07-1041-49/+68
* | Fix build on WindowsKai Koehne2015-07-101-1/+1
* | Sanitize QDebug outputKai Koehne2015-07-0918-81/+70
* | Implement repository testing using our task classes.Karsten Heimrich2015-07-092-97/+117
* | Fix canceling the download done by an external call.Karsten Heimrich2015-07-092-2/+28
* | Fix missing filename conversion on UNIX systems.Karsten Heimrich2015-06-251-0/+15
* | Remove superfluous clone() method. Prepare for next patch.Karsten Heimrich2015-06-2540-123/+1
* | Implement generic factory using c++11 variadic template feature.Karsten Heimrich2015-06-252-12/+6
* | Add getter and setter for package manager.Karsten Heimrich2015-06-249-10/+10
* | Unify translated error messagesKai Koehne2015-06-2442-278/+322
* | Cleanup time handling, some minor changes.Karsten Heimrich2015-06-231-45/+22
* | Fix missing operation 'installer' value and update documentation.Karsten Heimrich2015-06-231-3/+1
* | Fix compile for gcc 4.7.3Christian Stenger2015-06-221-1/+1
* | Fix usage of Lib7z::createArchive(), do not use static.Karsten Heimrich2015-06-161-1/+1
* | Convert to Qt 5 connect syntaxKai Koehne2015-06-1519-179/+205