summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/packagemanagercore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Qt SDK -> Installer FrameworkNiels Weber2012-01-311-1/+1
* mass change 2011 -> 2012 for copyrightNiels Weber2012-01-311-1/+1
* check that the local package is a component to be replacedAlexander Lenhardt2012-01-301-1/+2
* fix possible crash intjenssen2012-01-301-0/+2
* fix for Replaces tagAlexander Lenhardt2012-01-271-4/+20
* now replaces should work againTim Jenssen2012-01-261-7/+1
* Move to private implementation.kh12012-01-231-5/+1
* Use qDebug instead of verbose.kh12012-01-171-3/+3
* fixed QTIFW-75Alexander Lenhardt2012-01-051-2/+2
* show all details of all messageboxes in verboseTim Jenssen2011-12-071-1/+0
* added PackageManagerCore::executeDetachedTim Jenssen2011-12-071-0/+16
* use replaces for the arguments in PackageManagerCore::executeTim Jenssen2011-12-071-9/+18
* missid the root components itselfTim Jenssen2011-12-021-1/+1
* fix a crash if the replaces is not existingTim Jenssen2011-11-291-3/+8
* Remove fetch and implement "lazy" fetch.kh12011-11-281-0/+2
* Implement network settings dialog.kh12011-11-281-1/+14
* Make it possible to set proxy factorys for the downloaders.kh12011-11-281-0/+15
* Add authentication support to the downloaders.kh12011-11-281-2/+6
* Fix a problem that isOfflineOnly returned true.kh12011-11-281-1/+4
* Make sure to create components for local installed packages.kh12011-11-281-0/+16
* Refactor the code with the use of buildComponentTree.kh12011-11-251-81/+6
* Fix QtSDK-1070.kh12011-11-241-12/+16
* calculateComponentsToUninstall shouldn't remove needed dependenciesTim Jenssen2011-11-211-1/+6
* Merge unneeded KDSysInfo 'pseudo namespace' into KDUpdater namespace.hjk2011-11-211-1/+1
* Remaining whitespace, removal of empty destructors etc.hjk2011-11-211-8/+8
* Some replacements of QString::fromLatin1 with QLatin1String.hjk2011-11-211-2/+2
* Simplify KD* directory structure.hjk2011-11-211-2/+2
* Remove re-directing KD* header.hjk2011-11-211-2/+2
* fix calculateComponentsToInstallTim Jenssen2011-11-211-2/+9
* Code cosmetics.hjk2011-11-181-12/+12
* introduce a DownloadableArchives package description xml-tagTim Jenssen2011-11-181-0/+7
* Use QSet throughout the whole code, saves us QList conversions.kh12011-11-151-2/+2
* fixed bugs with version display in packagemanager and update managerAlexander Lenhardt2011-11-151-20/+23
* Fix some typos.kh12011-11-101-19/+19
* Adjust to take the 110 char count into account.kh12011-11-071-6/+5
* Implement QTIFW-3.kh12011-10-201-0/+3
* added scRemoteVersion constant for better readabilityAlexander Lenhardt2011-10-131-3/+4
* Fixed QTSDK-961Alexander Lenhardt2011-10-131-0/+43
* show dependency calculation errors in the installerTim Jenssen2011-10-051-2/+2
* use replace variables in PackageManagerCore::performOperationTim Jenssen2011-10-041-1/+1
* Set force restart if we _have_ written a new installer base.kh12011-09-301-1/+0
* Extend fd8711f9c463c7f4023c6d37592c409f2cf80460.kh12011-09-271-2/+8
* fix foundImportantUpdate and rename it to essentialTim Jenssen2011-09-271-15/+15
* Take replacements into account while running as installer.kh12011-09-081-25/+35
* Make sure we can use possible to replace installed components.kh12011-09-061-4/+4
* add TODO: at the moment updates could not resolve replaced dependencyTim Jenssen2011-08-261-0/+3
* even for possible dependency we need to load the script for example to get ar...Tim Jenssen2011-08-251-1/+2
* Show notification in case an exceptions was thrown.kh12011-08-251-0/+8
* Add a context paramter to be able to pass some other info.kh12011-08-251-12/+8
* return true in updater case for uninstallation calculationTim Jenssen2011-08-241-1/+1