summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/packagemanagercore_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace client-server classes and update implementations.kh12014-06-031-27/+14
* Calculate the component order before using it.kh12014-04-241-1/+2
* Merge remote-tracking branch 'origin/1.5'Tim Jenssen2014-02-071-1/+5
|\
| * Fix preselection of components from another componentTim Jenssen2014-02-051-1/+5
* | Slightly faster version of asynchronous metadata download.kh12014-02-031-24/+23
* | Task based meta data download.kh12014-01-221-2/+4
* | Merge remote-tracking branch 'origin/1.5'Tim Jenssen2014-01-171-31/+74
|\|
| * Use qt_windows.h.kh12014-01-071-1/+1
| * Adjust ProductKeyCheck API. (in preparation for multiple pages)kh12013-11-251-10/+0
| * Merge remote-tracking branch 'origin/1.4' into 1.5Tim Jenssen2013-11-071-2/+2
| |\
| | * do not reset registered archives in installer caseTim Jenssen2013-11-071-2/+2
| * | Merge remote-tracking branch 'origin/1.4' into 1.5Tim Jenssen2013-11-061-7/+36
| |\|