summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/packagemanagercore.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "remove unused constructors" <- they were usedTim Jenssen2011-07-251-0/+9
* renamed some new install order methods and added access to two on coreTim Jenssen2011-07-221-3/+18
* remove unused constructorsTim Jenssen2011-07-221-9/+0
* added a first version of calculate to install components with dependency graphTim Jenssen2011-07-221-0/+6
* disable some not working dependency code and splitted components()Tim Jenssen2011-07-211-80/+55
* introduce appendUpdaterComponent methodTim Jenssen2011-07-211-12/+11
* use hash instead of map for the created componentsTim Jenssen2011-07-211-13/+9
* argument value UpdaterMode was never used in rootComponent()Tim Jenssen2011-07-211-5/+3
* argument value UpdaterMode was never used in rootComponentCount()Tim Jenssen2011-07-211-5/+3
* Fix problem with showing wrong progress. Fake! :)kh12011-07-061-3/+0
* Hide the KDUpdater stuff behind typedefs.kh12011-07-051-14/+13