13 Commits

Author SHA1 Message Date
kh1
8236a1ee0d Use the same page for updater and package manager. 2011-03-08 22:18:03 +01:00
kh1
3fc6d9863f Fix runtime warnig about adding layout to an existing one. 2011-03-04 15:13:58 +01:00
kh1
26643a50b8 Some further cleanup. Add missing isUpdater checks. 2011-03-03 22:14:27 +01:00
kh1
a1c16b3233 Do not hide the maintainance widgets during meta info update.
This is only done if we are runing the updater or package
manager. As of before, the widgets where hidden and shown
again wich feels a bit strange as we never leave the page,
but it seemed so.
2011-03-03 17:46:25 +01:00
kh1
1bfafc0f2c Some more work to have the a proper wizard updater intergration.
Introduce some magic marker to differentiate between update and
package management modus. The base installer now needs explicite
arguments passed to make the app an updater or package manager.
Adjustment some more classes to take the new markers into account.
2011-03-03 17:46:00 +01:00
kh1
2b4763058f Make use of our new into page. 2011-03-03 15:55:39 +01:00
kh1
f12e9270e4 Implement our own intro page. 2011-03-03 15:39:47 +01:00
Tim Jenssen
c71e808646 Merge branch 'master' into refactor 2011-03-03 15:36:37 +01:00
kh1
e2d0c624e1 Begin to turn the maintenance tool into a wizard as well.
Note: Updater is currently totally broken.
2011-03-03 14:46:58 +01:00
kh1
de31ac1eb8 There's really no need to have the intro page in the base installer gui.
We now provide a method to retrieve a QInstaller::Page by Id.
If we need to have a intro page, the inherited class should create them.
2011-03-03 14:46:58 +01:00
kh1
9d284da647 Cleanup. 2011-03-03 14:46:58 +01:00
Maurice Kalinowski
c95b618588 installation directory cannot be empty
The wizard page should not allow to specify an empty installation
path. Hence reject the wizard to proceed

Reviewed-by: Niels Weber
Task-number: QTSDK-540
2011-03-02 09:01:15 +01:00
Tim Jenssen
8457830abd init commit 2011-02-21 16:41:32 +01:00