summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* improved spelling and verbose outputTim Jenssen2011-07-272-4/+4
| | | | Reviewed-By: Niels Weber
* added some bracketsTim Jenssen2011-07-271-1/+1
| | | | Reviewed-By: Niels Weber
* removed unused debugComponentTim Jenssen2011-07-272-13/+0
| | | | Reviewed-By: Niels Weber
* added const to method where possible and clean up the code(removed unused ↵Tim Jenssen2011-07-276-172/+17
| | | | | | methods) Reviewed-By: Niels Weber
* Show that there were unresolved dependencies in the task detail output widgetTim Jenssen2011-07-271-0/+6
| | | | Reviewed-By: Niels Weber
* added visited dependency checkTim Jenssen2011-07-272-22/+28
| | | | Reviewed-By: Niels Weber
* enable ,<space> and , as seperator in stringlist valuesTim Jenssen2011-07-275-12/+14
| | | | Reviewed-By: Niels Weber
* preselect only installed componentsTim Jenssen2011-07-271-2/+2
| | | | Reviewed-By: Niels Weber
* improve install reason stringsTim Jenssen2011-07-271-3/+3
| | | | Reviewed-By: Niels Weber
* fill the all component list and the update list in the update caseTim Jenssen2011-07-271-2/+5
| | | | Reviewed-By: Niels Weber
* kill StartAppendToInstallState the logic is now outside and use ↵Tim Jenssen2011-07-274-15/+20
| | | | | | setUpdateAvailable Reviewed-By: Niels Weber
* fix the important update checkTim Jenssen2011-07-271-5/+13
| | | | Reviewed-By: Niels Weber
* deactivate newcomponent code, it was not workingTim Jenssen2011-07-271-3/+3
| | | | | | - I am not sure how we want to support this in the future Reviewed-By: Niels Weber
* 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
| | | | Reviewed-By: Niels Weber
* makes the delete all text in the uninstaller redTim Jenssen2011-07-271-2/+3
| | | | Reviewed-By: Niels Weber
* if we are an uninstaller we don't need the detail textboxTim Jenssen2011-07-271-21/+21
| | | | Reviewed-By: Niels Weber
* added an updateIsAvailable flag to component classTim Jenssen2011-07-274-2/+24
| | | | Reviewed-By: Niels Weber
* 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
| | | | | | - to check that an installation is possible Reviewed-By: Niels Weber
* fix uninstalling qt versionsMaurice Kalinowski2011-07-261-12/+23
| | | | | | | | the install function might append the full path to qmake, hence the comparison during uninstallation fails. Afterwards the qtversions file contains wrong information. Reviewed-by: Tim Jenssen
* 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
| | | | This reverts commit cd68da35965e07f96dff244cf85a0e3908ee5621.
* 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
| | | | | | | In case a directory has been removed already, there is no need to bail out with an error. Reviewed-By: Niels Weber
* break if license is foundMaurice Kalinowski2011-07-201-1/+4
| | | | | | | no need to iterate through the remaining components if we know that we need to display the license page Reviewed-By: Tim Jenssen
* omit license page for no agreementMaurice Kalinowski2011-07-202-0/+24
| | | | | | if there is no license to agree, the license page can be skipped Reviewed-By: Tim Jenssen
* Fix error handling for all user defined errors.kh12011-07-194-30/+29
| | | | | | | | Review-by: tjenssen We missed most of our own defined error cases, thus we never noticed e.g. wrong schemes for local repositories. Also make sure we emit the info message signal on error.
* Optimize the selection code and fix broken offline state.kh12011-07-191-3/+7
| | | | | | | | | | Review-by: tjenssen Do not change the checked state of a component if the state is already the requested one. Also supress the state if the component is a tri state component, as the setData call will force the selection of tri state components. Avoid expensive setData calls in case nothing changed.
* reduce and improve verbose outputTim Jenssen2011-07-194-61/+6
|