Commit Graph

19 Commits

Author SHA1 Message Date
Lasse Holmstedt
c72043f578 Sorting to QML project file selector, and update when files change
Task-number: BAUHAUS-548
Reviewed-by: kkoehne
2010-04-13 11:08:37 +02:00
Lasse Holmstedt
9606c818b7 Sorting for runnable qml files alphabetically 2010-04-12 17:33:51 +02:00
Kai Koehne
5ade00d9c9 QmlDesigner: Fix handling of multiple arguments to qml runtime
Task-number: QTCREATORBUG-1040
2010-04-06 11:30:56 +02:00
Christian Kamm
a3187addc5 QmlProjectManager: more libraryPaths -> importPaths renames.
See c722282cf3.
2010-03-21 09:36:54 +01:00
Kai Koehne
ee34cd2205 QmlProject: Remove unconditional qdebug 2010-03-10 16:39:15 +01:00
Kai Koehne
1a37b0e762 Rename QML Viewer to QML Runtime 2010-03-10 16:39:15 +01:00
Lasse Holmstedt
e6cb26142b Fixed faulty init of Qml run config 2010-03-09 17:05:11 +01:00
Lasse Holmstedt
61ca001e67 QML project executable file to default to lowercase .qml file
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
2010-03-08 14:39:46 +01:00
Lasse Holmstedt
e2cc3c4c8b Fixed localization with qml run configuration
Reviewed-by: dt
2010-03-05 11:38:52 +01:00
hjk
9595504bda Long live the king! 2010-03-05 11:28:13 +01:00
Lasse Holmstedt
cba54bf47d Disable run controls if no qml file is selected
Task-number: BAUHAUS-396
Reviewed-by: dt
2010-03-05 11:14:13 +01:00
Daniel Molkentin
3d57255925 qml project: it's now qml instead of qmlviewer
Reviewed-By: con
2010-03-02 11:33:44 +01:00
Thomas Hartmann
1f940786fb Merge branch 'qml_renaming'
Conflicts:
	src/plugins/qmldesigner/components/propertyeditor/basicwidgets.cpp
	src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
2010-03-01 09:44:00 +01:00
Kai Koehne
37df9fcb78 QmlProjectManager: Remove debugging output 2010-02-28 10:58:10 +01:00
Kai Koehne
4c59f3f2ce QmlProjectManager: Fix compilation with latest changes of QDeclarative
All files have been renamed from Qml to QDeclarative.
Registration of types is now done in an initializer method.
2010-02-26 14:46:04 +01:00
Tobias Hunger
4cd5cb0eab Save debug server settings in QML RunConfiguration
Reviewed-by: Kai Koehne
2010-02-22 12:24:28 +01:00
Lasse Holmstedt
8605750b5f Added a missing slot implementation for server address change 2010-02-16 17:15:38 +01:00
Lasse Holmstedt
4e5089d90d Merge branch 'debugintegration'
Conflicts:
	src/plugins/qmlprojectmanager/qmlproject.cpp
	src/plugins/qmlprojectmanager/qmlproject.h
2010-02-16 16:30:41 +01:00
Kai Koehne
fdd85b7f33 QmlProjectManager refactoring
Putting every class in it's own files + avoid "using namespace"
2010-02-16 13:43:27 +01:00