Commit Graph

15 Commits

Author SHA1 Message Date
Kai Koehne
f3cf0c36cb Adjust .qmlproject files generated by wizards to new format 2010-01-29 12:15:47 +01:00
con
d4be77b48f Reorder the "new" wizard categories. 2010-01-15 11:07:50 +01:00
Kai Koehne
9b353b7a2f Fix default "hello world" qml file to not use anchors
Some things like reparenting do not work right now in the Design mode
for anchored items, and we are missing a way to inform the user.
Using absolute positions for positioning therefore avoids confusion
for first time users.
2010-01-08 11:27:23 +01:00
Tobias Hunger
a6ad773722 Make method naming more consistent.
* Use id() for methods returning a string used to represent
    some type of object.
  * Use displayName() for strings that are meant to be user
    visible.
  * Quieten some warnings while touching the files anyway.
  * Move Factories to their products in the plugins where that
    was not done before.

Reviewed-by: dt
2010-01-07 18:17:24 +01:00
Friedemann Kleint
0e554fac91 Wizards: Sort
Introduce new QString id() const-API and sort wizards by
[untranslated] category and id. Introduce respective constants.
Rubber-stamped-by: con <qtc-committer@nokia.com>
2009-11-27 10:33:24 +01:00
Friedemann Kleint
3e34a9ae7a Project Wizards: Introduce notion of project directory, polish.
- Introduce project directory and "use" flag to file manager, use that
  in new item dialog
- Add configuration under Project settings, rename it to "General"
- Make wizards create project names as "untitled1.."
- Remove modules page from Qt application wizards (parametrizable)
- Give Utils::ProjectIntroPage a "Set as default location" toggle.
- Introduce wizard dialog base classes for handling that.
- Introduce notion of "last visited directory to file manager" for
  open and non-project wizards, route open through file manager.
- Clean out QmlAppWizard

Task-number: QTCREATORBUG-333
Rubber-stamped-by: con <qtc-committer@nokia.com>
2009-11-26 18:03:26 +01:00
Kai Koehne
0bd314bc8f Remove color:"white" in qml hello world
Default background of Rectangle is white anyway.
2009-10-14 13:09:59 +02:00
Friedemann Kleint
5948e284bb Rename namespace Core::Utils into Utils
Also move Designer::Internal::FormWindowEditor ->
Designer::FormWindowEditor.
2009-10-05 11:06:05 +02:00
Henrik Hartz
8d77f80bc2 Change to new API 2009-09-01 12:18:18 +02:00
hjk
93cbef8724 long live the king 2009-08-14 09:30:56 +02:00
Kai Koehne
457e9b92d7 Adapt default qml template to latest qml changes
anchors.centeredIn has become anchors.centerIn
2009-08-13 13:16:10 +02:00
Roberto Raggi
124f2e9f5d Added the import directive to the generated QML files. 2009-07-30 03:15:32 +02:00
Jason McDonald
884b7af769 Update license headers and sales contact details.
Reviewed-by: Trust Me
2009-06-17 00:01:27 +10:00
Roberto Raggi
e1295099f9 Generate a nicer "Hello World" QML app. 2009-05-11 16:15:30 +02:00
Roberto Raggi
ecc4615d56 Added a project wizard for QML applications. 2009-05-11 10:58:04 +02:00