summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/packagemanagercore.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove stupid check. Return the proper core status.kh12011-08-241-3/+25
* Keep the problem reason to show it in the UI.kh12011-08-231-0/+5
* Add a working version that resolves auto dependencies.kh12011-08-231-1/+0
* Add a hack to be able to check components.kh12011-08-231-0/+5
* Make sure we only calculate the components on actual change.kh12011-08-231-12/+20
* Avoid NULL pointer access in case we have no data file.kh12011-08-221-3/+5
* comment fixesNiels Weber2011-08-221-9/+9
* small comment changesNiels Weber2011-08-221-4/+4
* Implement dependee resolving for uninstallation.kh12011-08-181-0/+27
* Add and update some comments.kh12011-08-181-1/+1
* Expose some private functions and make use of it.kh12011-08-181-0/+10
* Order function like declaration order. Add documentation.kh12011-08-171-24/+36
* Implement basic dependees function. Update commment.kh12011-08-171-1/+27
* Fix wrong whitespaces.kh12011-08-121-5/+5
* Add comment and fix the broken function.kh12011-08-121-5/+10
* Use the proper function call, keeps the code clearer.kh12011-08-121-4/+1
* Added some documentation and moved some stuff around.kh12011-08-101-13/+48
* Some style fixes. Rename some members etc.kh12011-08-101-1/+1
* Let the member name follow the function name.kh12011-08-101-1/+1
* Rename function and add TODO.kh12011-08-101-1/+1
* Remove superfluous fetch.kh12011-08-101-3/+1
* Revert: 308dc03e a1a130b9 5fb0f4ackh12011-08-101-2/+4
* calculate dependencies only if it is neededTim Jenssen2011-07-291-5/+3
* added const to method where possible and clean up the code(removed unused met...Tim Jenssen2011-07-271-149/+6
* enable ,<space> and , as seperator in stringlist valuesTim Jenssen2011-07-271-5/+7
* preselect only installed componentsTim Jenssen2011-07-271-2/+2
* fill the all component list and the update list in the update caseTim Jenssen2011-07-271-2/+5
* kill StartAppendToInstallState the logic is now outside and use setUpdateAvai...Tim Jenssen2011-07-271-3/+16
* fix the important update checkTim Jenssen2011-07-271-5/+13
* deactivate newcomponent code, it was not workingTim Jenssen2011-07-271-3/+3
* calculateToInstallComponents got a return valueTim Jenssen2011-07-271-2/+2