summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/packagemanagercore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Some more documentation fixes (removes more warnings).kh12014-10-151-6/+6
* Fix documention for Qt 5.4.Leena Miettinen2014-10-141-0/+4
* Move the uninstallation calculations into UninstallerCalculatorjkobus2014-10-101-3/+4
* Fix c++ documentation creation. Add, fix inline documentation.kh12014-10-081-125/+97
* Move InstallerCalculator into its own headerkh12014-10-061-0/+1
* Make InstallerCalculator independent on PackageManagerCorePrivatekh12014-10-061-2/+4
* Remove PackageManagerCore from InstallerCalculatorkh12014-10-061-5/+9
* Rewrite the component getter mess, remove superfluous methods.kh12014-10-061-104/+80
* Get rid of subComponentByName()jkobus2014-09-251-35/+14
* Move calculation of components into InstallerCalculatorjkobus2014-09-251-6/+6
* Add rootAndChildComponents() method.jkobus2014-09-251-7/+14
* Add small auto test.kh12014-09-221-3/+3
* Split and implement new installer base, update checker.kh12014-09-041-2/+2
* Simplify VerboseWriterKai Koehne2014-07-181-1/+1
* Make the marker and the find function class members.kh12014-07-151-3/+3
* Move class BinaryContent into its own file.kh12014-07-151-2/+2
* Rename settings in config.xml filejkobus2014-07-071-10/+10
* Replace Q_OS_MAC with Q_OS_OSXNiels Weber2014-07-031-1/+1
* Remove unused methodjkobus2014-07-021-18/+0
* Don't use QObject::tr().kh12014-06-241-1/+1
* Merge remote-tracking branch 'origin/1.6'Tim Jenssen2014-06-181-16/+45
|\
| * Make it possible to calculate dependencies from script.kh12014-06-051-16/+45
* | Replace client-server classes and update implementations.kh12014-06-031-5/+5
* | Cleanup to support Qt5 only.kh12014-06-021-3/+1
|/
* Fix a possible race and some wrong assumptions about file ownership.kh12014-04-031-16/+17
* Do not run event loop in installer.execute()Kai Koehne2014-03-101-4/+1
* Merge remote-tracking branch 'origin/1.5'Tim Jenssen2014-02-071-0/+12
|\
| * add operationExists method on script sideTim Jenssen2014-02-071-0/+12
* | Slightly faster version of asynchronous metadata download.kh12014-02-031-5/+4
* | Task based meta data download.kh12014-01-221-1/+7
|/
* Adjust ProductKeyCheck API. (in preparation for multiple pages)kh12013-11-251-2/+2
* Offline installer do not require any temporary space.kh12013-11-131-2/+3
* Merge remote-tracking branch 'origin/1.4' into 1.5Tim Jenssen2013-11-061-2/+20
|\
| * Restart on the wizard needs to cleanup component left-oversTim Jenssen2013-11-061-2/+20
* | Wrong variable in use, fixes fd26174d2cf on unix.kh12013-11-061-2/+2
* | Always only delete the install directory if it's empty.kh12013-11-061-0/+13
* | Merge remote-tracking branch 'origin/1.4' into 1.5Tim Jenssen2013-10-231-3/+9
|\|
| * rename forceRestart to needsHardRestartTim Jenssen2013-10-231-3/+9
* | Merge remote-tracking branch 'origin/1.4'Tim Jenssen2013-08-261-23/+55
|\|
| * Display release date in Updater and PackagemanagerNiels Weber2013-08-191-1/+3
| * Force updating of Essential components.kh12013-08-141-3/+35
| * Fix stupid mistake to use a private class in public API.kh12013-08-071-0/+5
| * Fix broken model/component update due to wrong connected signals.Tim Jenssen2013-07-291-19/+12
* | Add some more paths to default in findLibrary.Niels Weber2013-08-091-1/+9
|/
* fix unknown component value in scripts while updatingTim Jenssen2013-05-211-2/+6
* forward packagemanager core to ProductKeyCheck classTim Jenssen2013-05-171-2/+2
* introduce installerscriptengineTim Jenssen2013-05-161-108/+7
* Some minor Nokia -> Qt Project changesSergio Ahumada2013-04-301-1/+1
* Add documentation for JS APIKai Koehne2013-04-231-85/+557
* Fix build.kh12013-03-201-1/+1