- Mar 22, 2010
-
-
con authored
Reviewed-by: dt
-
Kai Koehne authored
E.g. "QmlFiles {}" now also monitors subdirectories by default, while "QmlFiles { paths : ["bla.qml"] } does not. Task-number: BAUHAUS-503
-
- Mar 21, 2010
-
-
Christian Kamm authored
See c722282c.
-
- Mar 19, 2010
-
-
Kai Koehne authored
Suggested by Erik Verbruggen
-
Kai Koehne authored
Suggested by Erik Verbruggen
-
- Mar 18, 2010
-
-
Lasse Holmstedt authored
-
Christian Kamm authored
* Fill the snapshot with files that could be imported. * Implement package imports. * The qmldir file is not parsed yet. Reviewed-by: Erik Verbruggen
-
Friedemann Kleint authored
-
Kai Koehne authored
- It's QML, not Qml. But this is only the file format. - The umbrella term is Quick (or Qt Quick, to be sorted out)
-
- Mar 12, 2010
-
-
Lasse Holmstedt authored
Go to About Plugins and enable/disable plugins from there. Reviewed-by: mae
-
dt authored
Since otherwise we can't forward declare it.
-
- Mar 11, 2010
-
-
Roberto Raggi authored
-
Thomas Hartmann authored
-
- Mar 10, 2010
-
-
Kai Koehne authored
-
Kai Koehne authored
-
- Mar 09, 2010
-
-
Lasse Holmstedt authored
-
- Mar 08, 2010
-
-
Lasse Holmstedt authored
Use a lowercase .qml file found in project tree if no current file is selected. This way we don't have to disable run controls if there are some files to execute. Reviewed-by: kkoehne
-
- Mar 05, 2010
-
-
Lasse Holmstedt authored
Reviewed-by: dt
-
hjk authored
-
Lasse Holmstedt authored
Task-number: BAUHAUS-396 Reviewed-by: dt
-
- Mar 03, 2010
-
-
Roberto Raggi authored
-
- Mar 02, 2010
-
-
Lasse Holmstedt authored
-
Daniel Molkentin authored
Reviewed-By: con
-
- Mar 01, 2010
-
-
con authored
-
- Feb 28, 2010
-
-
Kai Koehne authored
-
- Feb 26, 2010
-
-
Kai Koehne authored
All files have been renamed from Qml to QDeclarative. Registration of types is now done in an initializer method.
-
Lasse Holmstedt authored
Moved Qt Designer to open from Design Mode. Also, Design mode is now global, and created in coreplugin. Other plugins can register themselves to it.
-
- Feb 24, 2010
-
-
con authored
-
con authored
Doing it creates huge delays, because it resolves to a network path. Also rename FolderNode::setFolderName to FolderNode::setDisplayName, because that's the name of the property. Task-number: QTCREATORBUG-695
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
hjk authored
-
- Feb 23, 2010
-
-
Kai Koehne authored
QmlList has been replaced by QmlListProperty (33eb76f050b45718d87926). Patch provided by Aaron Kennedy. Reviewed-by: akennedy
-
- Feb 22, 2010
-
-
Kai Koehne authored
Instead of letting the list of files being a (comma separated) string it's now a full JavaScript array. E.g. paths: ["file1", "file2"] This unifies it with e.g. the libraryPaths property
-
Tobias Hunger authored
Reviewed-by: Kai Koehne
-
- Feb 19, 2010
-
-
dt authored
-
Thorbjørn Lindeijer authored
Now it says "Import Existing Project", since this conveys more accurately what it does with less words. Also adjusted creation of a QML project based on an existing directory for consistency.
-
- Feb 18, 2010
-
-
Tobias Hunger authored
Seems like I missed some the first time round. Sorry for that!
-
Kai Koehne authored
Unify names to QmlProjectApplicationWizard & QmlProjectImportWizard
-