summaryrefslogtreecommitdiffstats
path: root/installerbuilder
Commit message (Collapse)AuthorAgeFilesLines
* remove <Required> tagNiels Weber2011-08-171-1/+0
| | | | | | | | Change-Id: Idf74e199ba04b574380900c5838b654bb6d6d806 Reviewed-on: http://codereview.qt.nokia.com/3096 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Fix the broken update case.kh12011-08-161-4/+16
| | | | | | | | | | | | | | If we have more than one component to update, keep all components that might have an update though are not selected (scheduled) for update. Means 3 components to update, on selected, two deselected, keep the later and only add the single component operations to the undo list. Change-Id: I8364a46bf76d8fd73b1bdbce446ba6ea90c2dc53 Reviewed-on: http://codereview.qt.nokia.com/3045 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Fix warning and unnecessary output.kh12011-08-162-6/+7
| | | | | | | Change-Id: I1b4001cd307d2661e36520824639b5f7174ce139 Reviewed-on: http://codereview.qt.nokia.com/3009 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Filter for unnamed opertions as well.kh12011-08-161-4/+7
| | | | | | | Change-Id: I698a13c8cdc3c390a37372307c13e187f24e10dc Reviewed-on: http://codereview.qt.nokia.com/3008 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Remove compressing resources and operations.kh12011-08-164-35/+15
| | | | | | | | | Causes way to much trouble during an update. Change-Id: I46ea549e5a6395d59182524570925843983c6954 Reviewed-on: http://codereview.qt.nokia.com/3007 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* remove InstallPriority from docNiels Weber2011-08-161-1/+0
| | | | | | | | Change-Id: I478d676b7c87093ad0ca0ceac6b6db8a02aeb8c5 Reviewed-on: http://codereview.qt.nokia.com/2991 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* improve absurdly commentTim Jenssen2011-08-161-4/+5
| | | | | | | | Change-Id: Id72ee3d55f02d54de89ecfae620cac55c9756a0b Reviewed-on: http://codereview.qt.nokia.com/2980 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Remove now superfluous code as depenedencies work.kh12011-08-153-18/+0
| | | | Review-By: tjenssen
* Revert "Order the list as the name indicates."kh12011-08-151-2/+0
| | | | | | | There's no need to sort the list, as the dependencies are resolved in a proper order. Install priority was a hack introduced to fix the previously not working dependency code. This reverts commit 2da21f18becc8cdc18870f1dc0b0056837b5f505.
* Fix wrong whitespaces.kh12011-08-125-61/+60
|
* Add comment and fix the broken function.kh12011-08-121-5/+10
| | | | | | | | Review-By: Niels Weber We need to return all components depending on the run mode, otherwise we would never be able to resolve possible auto depend on values, call language changed etc...
* Use the proper function call, keeps the code clearer.kh12011-08-122-5/+2
| | | | Review-By: Niels Weber
* Small cleanup.kh12011-08-121-16/+14
| | | | | | | | | Add a regular expression constant. Remove superfluous check if the component is in the list, as in worst case both methods need to iterate over the list to notice that the component does not exist. Review-By: Niels Weber
* Added some comments. Small change to keep the code compact.kh12011-08-122-21/+25
| | | | Review-By: Niels Weber
* Improve reason textNiels Weber2011-08-111-1/+1
|
* Added some documentation and moved some stuff around.kh12011-08-102-17/+55
|
* Some style fixes. Rename some members etc.kh12011-08-106-78/+67
|
* Let the member name follow the function name.kh12011-08-103-6/+7
|
* Order the list as the name indicates.kh12011-08-101-0/+2
| | | | Review-By: Niels Weber
* Rename function and add TODO.kh12011-08-103-6/+6
| | | | I can't see the reason, needs to be discussed with Tim.
* Remove superfluous fetch.kh12011-08-101-3/+1
| | | | | | | In case we only fetch updates, possible dependencies are already stored and taken into account in the private class. Review-By: Niels Weber
* Some style changes.kh12011-08-101-13/+12
|
* Small style and typo fix.kh12011-08-101-5/+4
| | | | Review-By: Niels Weber
* Remove the reset button in updater mode.kh12011-08-101-18/+21
| | | | | | | | Disable the state of the default/ reset button depending if the checked state changed or not. Move the disconnect the a proper place in updateTreeView. Review-by: Niels Weber
* Revert: 308dc03e a1a130b9 5fb0f4ackh12011-08-106-34/+33
| | | | | | | | | | | | | | The proper fix for 308dc03e would have been to check if we run in installer mode and only than check default components initially. Not sure how a1a130b9 could state that the code would work as expected, as proper testing would have revealed that the "Next" button now was enabled always enabled in package manager mode and always disabled in updater mode... Fixes also the problem seen by Niels that in package manager case components would have been scheduled for uninstall even if we just selected a new component without removing an other. Reviewed-By: Niels Weber
* Style fixes.kh12011-08-091-3/+4
|
* IsUninstaller() was evaluated to early.kh12011-08-091-5/+2
| | | | | | | | | Fixes the problem that the button and label was not shown in case the tool started as uninstaller and later switched to package manager or updater mode. This happens because of the initalization order of the pages. Reviewed-by: Niels Weber
* Fix documentationNiels Weber2011-08-091-3/+3
| | | | Reviewed-by: kh1
* The old name indicated the opposite of what the method was doing.Niels Weber2011-08-043-3/+3
| | | | Reviewed-by: Maurice
* Use more correct paths for icons on LinuxNiels Weber2011-08-031-4/+6
| | | | | | Should fix https://bugreports.qt.nokia.com/browse/QTSDK-703 Reviewed-by: Joerg
* Improve reason stringsNiels Weber2011-08-011-2/+2
|
* Fix building on Mac.Niels Weber2011-08-011-2/+6
| | | | Reviewed-by: Maurice Kalinowski
* now we forward exceptions from script and queue slotsTim Jenssen2011-07-291-3/+37
|
* 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
| | | | - if Current Dir is a symlink we should use the absolutepath of this dir and not of the to be patched file
* fix sdk maintenance startup on MacMaurice Kalinowski2011-07-281-0/+6
| | | | | | | copydirectory operation does not create the target directory. Hence copy of qt_menu.nib failed. Reviewed-by: Tim Jenssen
* renamed list to set, because data type is a setTim Jenssen2011-07-282-19/+19
| | | | Review-by: Maurice Kalinowski
* now default works as expectedTim Jenssen2011-07-283-28/+37
| | | | Review-by: Maurice Kalinowski
* use shorter AppendToInstallState namesTim Jenssen2011-07-272-7/+7
| | | | Reviewed-By: Niels Weber
* 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
| | | | Reviewed-By: Niels Weber
* autodependon could have no dependecy so first try to add theseTim Jenssen2011-07-271-1/+1
| | | | Reviewed-By: Niels Weber
* improved spelling and verbose outputTim Jenssen2011-07-272-4/+4
| | | | Reviewed-By: Niels Weber