summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/packagemanagercore_p.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move permissions handling after rename.kh12014-07-151-4/+4
* Make the marker and the find function class members.kh12014-07-151-15/+19
* Move class BinaryContent into its own file.kh12014-07-151-1/+2
* Fix permissions of written maintenancetoolNiels Weber2014-07-111-2/+3
* Use QCommandlineParser, remove some developer related options.kh12014-07-101-3/+5
* Rename settings in config.xml filejkobus2014-07-071-59/+59
* Workaround for QFileInfo::isBundle().kh12014-07-041-4/+4
* Rename pathes -> pathsjkobus2014-07-031-5/+5
* Replace Q_OS_MAC with Q_OS_OSXNiels Weber2014-07-031-6/+6
* Fix broken tools after switching to QFileDevice.kh12014-07-021-13/+34
* Don't use QObject::tr().kh12014-06-241-1/+1
* Split out the file IO stuff and adjust other files respectively.kh12014-06-241-46/+46
* Initialize both client and server with default values.kh12014-06-231-2/+3
* Build fix.kh12014-06-191-1/+2
* Make cycles in component dependencies fatalkh12014-06-181-1/+6
* Fix endless loop.kh12014-06-061-16/+2