Commit Graph

13 Commits

Author SHA1 Message Date
Christian Kandeler
36b17fd974 Wizards: Move QML standalone app wizard to QML category.
Task-number: QTCREATORBUG-2510
Reviewed-by: Alessandro Portale
2010-10-04 14:52:56 +02:00
Alessandro Portale
5d0177ac40 Merged 'New Qt quick App' and 'Import Qml App' Wizards
The only difference between these wizards was that in the
Import Wizard, the user was able to chose a .qml file.
So, why not merge them. Also, this commit is a nice code
reduction.

The module deployment feature was killed by popular demand.
Apparently, nobody writes or deploys Qml modules, these days.
Let's see when they want to have it back ;)

Task-Number: QTCREATORBUG-2505
Reviewed-by: ck
2010-10-04 10:54:25 +02:00
Christian Kandeler
f615efeced QML wizards: Change names and descriptions.
Reviewed-by: Leena Miettinen
2010-09-28 14:46:59 +02:00
Christian Kandeler
117bd1f5b9 QML wizard: Make Qt detection work for major versions > 4. 2010-09-28 14:46:59 +02:00
Alessandro Portale
600042131f Only show the modules deployment page for imported Qml projets
Some people who tried the 'new Qml app' wizard fell on their backs
and helplessly waved their arms and legs like turtles when they
were confronted with the complexity of the modules deployment page
in the 'New Qml App' wizard.
2010-09-22 14:23:13 +02:00
Christian Kandeler
6109738652 QML/Mobile wizards: Add target selection.
Reviewed-by: Tobias Hunger
2010-09-21 08:53:26 +02:00
hjk
ce141da45f qml new application wizard: remove the 'new'.
Reviewed-by: Kai Koehne
2010-09-20 14:01:52 +02:00
Christian Kandeler
b735b433a1 QML/Mobile wizard: Final redundancy removal.
Task-number: QTCREATORBUG-2341 (en passant)
Reviewed-by: Alessandro Portale
2010-09-17 12:59:48 +02:00
Christian Kandeler
8cc1a4630d QML Wizard: Remove "dummy data" setting.
This also obsoletes one class and one UI file.

Reviewed-by: Alessandro Portale
2010-09-16 16:55:10 +02:00
Friedemann Kleint
d207c8cdcb L10n: tr()-fixes, message strings, compiler warnings.
Rename 'QML standalone application' to 'QML application'
and the 'old-style' QML applications to
'QML Viewer based applications'.

For the QML renaming:
Rubber-stamped-by: Alessandro Portale <alessandro.portale@nokia.com>
2010-09-15 15:16:13 +02:00
dt
08ccda5862 EditorManager: Change openEditor/activateEditor to not do mode switching
Also introduce a indirection, modes have now types, edit and debug have
the same type, and editors do have a prefered type of modes instead of a
prefered mode.

That fixes the bug that if the prefered qml editing mode was set to
design, then in switching between qml editors would
- in Edit Mode: stay in edit mode
- in Debug Mode: switch to debug mode
2010-09-14 15:23:11 +02:00
Christian Kandeler
133b8483c8 QML standalone wizard: Add support for Maemo5 application icon.
Reviewed-by: Alessandro Portale
2010-08-31 15:40:28 +02:00
Alessandro Portale
46c7d8f1d2 Moving the "Qml standalone" wizards from qmlpm to qt4pm 2010-08-25 14:25:35 +02:00