summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* improved spelling and verbose outputTim Jenssen2011-07-272-4/+4
* added some bracketsTim Jenssen2011-07-271-1/+1
* removed unused debugComponentTim Jenssen2011-07-272-13/+0
* added const to method where possible and clean up the code(removed unused met...Tim Jenssen2011-07-276-172/+17
* Show that there were unresolved dependencies in the task detail output widgetTim Jenssen2011-07-271-0/+6
* added visited dependency checkTim Jenssen2011-07-272-22/+28
* enable ,<space> and , as seperator in stringlist valuesTim Jenssen2011-07-275-12/+14
* preselect only installed componentsTim Jenssen2011-07-271-2/+2
* improve install reason stringsTim Jenssen2011-07-271-3/+3
* 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-274-15/+20
* fix the important update checkTim Jenssen2011-07-271-5/+13
* deactivate newcomponent code, it was not workingTim Jenssen2011-07-271-3/+3
* make the default install reason translateableTim Jenssen2011-07-271-1/+1
* now the task detail text output widget shows which component will be removedTim Jenssen2011-07-271-4/+29
* makes the delete all text in the uninstaller redTim Jenssen2011-07-271-2/+3
* if we are an uninstaller we don't need the detail textboxTim Jenssen2011-07-271-21/+21
* added an updateIsAvailable flag to component classTim Jenssen2011-07-274-2/+24
* added a why component, because it looks very strange to meTim Jenssen2011-07-271-0/+1
* calculateToInstallComponents got a return valueTim Jenssen2011-07-274-11/+12
* fix uninstalling qt versionsMaurice Kalinowski2011-07-261-12/+23
* move the cancel code to the resolve dependency stateTim Jenssen2011-07-261-16/+18
* now the packagemanager is working with the new dependency codeTim Jenssen2011-07-251-23/+21
* init state of the task detail widget was not correctTim Jenssen2011-07-251-1/+3
* we need the status before we emit finish for some scriptsTim Jenssen2011-07-251-1/+1
* reactivate license adding methodTim Jenssen2011-07-252-23/+6
* make the testapp compileTim Jenssen2011-07-252-2/+2
* Revert "remove unused constructors" <- they were usedTim Jenssen2011-07-254-0/+22
* added a task detail text output where the user can see the install orderTim Jenssen2011-07-222-4/+60
* use new orderedComponentsToInstall methodTim Jenssen2011-07-222-9/+5
* renamed some new install order methods and added access to two on coreTim Jenssen2011-07-224-14/+34
* remove unused constructorsTim Jenssen2011-07-224-22/+0
* added a first version of calculate to install components with dependency graphTim Jenssen2011-07-225-0/+190
* show licensepage even componentsToInstall is not workingTim Jenssen2011-07-221-0/+2
* add a line breakTim Jenssen2011-07-221-1/+2
* introduce AppendToInstallState enum for dependency statemachineTim Jenssen2011-07-221-0/+6
* added isAutoDependOn to Component classTim Jenssen2011-07-222-1/+35
* disable some not working dependency code and splitted components()Tim Jenssen2011-07-217-113/+85
* introduce appendUpdaterComponent methodTim Jenssen2011-07-212-13/+13
* use hash instead of map for the created componentsTim Jenssen2011-07-212-15/+11
* add a comment to processEvents in loadComponentScriptTim Jenssen2011-07-211-0/+2
* added child to the container names to reduce confusionTim Jenssen2011-07-213-21/+21
* argument value UpdaterMode was never used in rootComponent()Tim Jenssen2011-07-212-6/+4
* argument value UpdaterMode was never used in rootComponentCount()Tim Jenssen2011-07-212-6/+4
* Do not try to remove non existing directoriesMaurice Kalinowski2011-07-211-0/+3
* break if license is foundMaurice Kalinowski2011-07-201-1/+4
* omit license page for no agreementMaurice Kalinowski2011-07-202-0/+24
* Fix error handling for all user defined errors.kh12011-07-194-30/+29
* Optimize the selection code and fix broken offline state.kh12011-07-191-3/+7
* reduce and improve verbose outputTim Jenssen2011-07-194-61/+6