summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/packagemanagercore_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headersIikka Eklund2015-12-291-4/+3
* Fix errors when running updates in a directory requiring elevationKai Koehne2015-08-201-2/+1
* Fix maintenance tool upgrade on OSX.Karsten Heimrich2015-06-031-0/+9
* Enable logging categories as an installer option.Jarek Kobus2015-04-241-1/+2
* Make componentChecker warnings optional.Jarek Kobus2015-04-221-1/+1
* Move the component checker after installer calculator.Jarek Kobus2015-04-151-4/+5
* Restore original behavior for component.installationRequestedKai Koehne2015-02-271-1/+1
* Update CopyrightKai Koehne2015-02-181-7/+7
* Fix could not write installer configuration file.kh2015-02-041-4/+5
* CreateLocalRepository doesn't work on OS X.kh2015-02-041-2/+12
* Show size in "Programs and Features"Christoph Vogtländer2015-02-031-1/+17
* Use a UUID as uninstall registry subkeyChristoph Vogtländer2015-01-231-5/+9
* no longer use Version as the repository format versionChristoph Vogtländer2015-01-201-6/+7
* Delete components only after they have been removed from the listsKai Koehne2015-01-201-4/+6
* Introduce InstallAction property for componentjkobus2015-01-191-1/+3
* Add ComponentChecker class for verifying the internal state.jkobus2014-12-011-0/+5
* Implement a way to start the server in debug mode and API cleanup.kh2014-11-261-12/+0
* Fix crash experienced while closing the application.kh2014-11-241-2/+0
* Use written localhost address, adapt code.kh2014-11-241-1/+2
* Small cosmetical changes, no functional.karsten.heimrich@theqtcompany.com2014-11-211-1/+0
* Fix maintenance tool permissionsNiels Weber2014-11-191-4/+8
* Fix uninstall after installing into a target with elevated permissions.kh12014-11-171-2/+3
* Cleanup.kh12014-11-141-36/+30
* Do not read the internal ini file through the wrapper class.kh12014-11-111-1/+1
* Check if all dependencies are met just after downloading packagesjkobus2014-11-071-0/+15
* Fix annoying warning printed during installation.kh12014-10-301-2/+6
* Implement package filtering for online and offline installer.kh12014-10-301-0/+1
* Add LGPLv3 as new licenseKai Koehne2014-10-161-14/+7
* Overhaul the binary format API.kh12014-10-151-1/+1
* Move the uninstallation calculations into UninstallerCalculatorjkobus2014-10-101-99/+28
* Move InstallerCalculator into its own headerkh12014-10-061-167/+1
* Make InstallerCalculator independent on PackageManagerCorePrivatekh12014-10-061-13/+14
* Cleanupjkobus2014-10-061-34/+43
* Remove PackageManagerCore from InstallerCalculatorkh12014-10-061-10/+10
* Rewrite the component getter mess, remove superfluous methods.kh12014-10-061-9/+7
* Simplify missing dependency codeJarek Kobus2014-09-251-6/+4
* Add one common message for recursion errorJarek Kobus2014-09-251-4/+8
* Differentiate install reason typesJarek Kobus2014-09-251-10/+30
* Move calculation of components into InstallerCalculatorjkobus2014-09-251-130/+153
* Add rootAndChildComponents() method.jkobus2014-09-251-9/+4
* Optimization of installReason()jkobus2014-09-111-1/+1
* Fix auto dependencies for root nodes.jkobus2014-09-101-0/+1
* Rewrite binary layout read/ write implementation.kh12014-09-041-4/+7
* Split and implement new installer base, update checker.kh12014-09-041-2/+17
* Let the binary layout function find the cookie on its own.kh12014-08-291-8/+4
* Make BinaryFormatEngineHandler a real singleton.kh12014-08-291-2/+2
* Remove unneeded status checkjkobus2014-08-291-14/+6
* Optimize the code in case loadScript == falsejkobus2014-08-281-6/+7
* Rename binary format classes and functions. Move to QInstaller.kh12014-08-271-2/+2
* Don't assert in case of missing dependencyjkobus2014-08-271-1/+0