summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller
Commit message (Expand)AuthorAgeFilesLines
* Style fixes.kh12011-08-091-3/+4
* IsUninstaller() was evaluated to early.kh12011-08-091-5/+2
* The old name indicated the opposite of what the method was doing.Niels Weber2011-08-043-3/+3
* Use more correct paths for icons on LinuxNiels Weber2011-08-031-4/+6
* Improve reason stringsNiels Weber2011-08-011-2/+2
* Fix building on Mac.Niels Weber2011-08-011-2/+6
* don't return false if there was no componten to addTim Jenssen2011-07-291-1/+1
* now autodepend is recursive and worksTim Jenssen2011-07-293-9/+18
* activate auto depend onTim Jenssen2011-07-292-0/+14
* expand task detail browser if there are unresolved dependenciesTim Jenssen2011-07-291-0/+2
* fix uninstall crashTim Jenssen2011-07-291-18/+23
* added new dependency checkTim Jenssen2011-07-292-3/+8
* new dependency calculation without recursive checkTim Jenssen2011-07-292-96/+39
* calculate dependencies only if it is neededTim Jenssen2011-07-296-11/+16
* do mac patching in the right wayTim Jenssen2011-07-291-13/+15
* fix sdk maintenance startup on MacMaurice Kalinowski2011-07-281-0/+6
* renamed list to set, because data type is a setTim Jenssen2011-07-282-19/+19
* now default works as expectedTim Jenssen2011-07-283-28/+37
* use shorter AppendToInstallState namesTim Jenssen2011-07-272-7/+7
* maybe not not is not so good to readTim Jenssen2011-07-271-2/+2
* state check is not needed anymore since we have only twoTim Jenssen2011-07-271-3/+1
* autodependon could have no dependecy so first try to add theseTim Jenssen2011-07-271-1/+1
* 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-275-171/+16
* 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-274-11/+13
* 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
* 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