Commit Graph

29 Commits

Author SHA1 Message Date
Lasse Holmstedt
66a008e9de modified qml run config title 2010-07-14 15:30:53 +02:00
Lasse Holmstedt
bb08fb6528 added custom qmlviewer to creator
This qmlviewer will be also the default one when opening qmlproject files
as the runconfiguration was changed too.
2010-07-08 14:00:33 +02:00
Kai Koehne
ef48306ba7 QmlProject: Consistently enable/disable debug & run buttons
The heuristics to find the file to run and the logic that decides
whether the show / debug button is shown weren't in sync. Also, don't
try to run .qmlproject files if open in the editor.

Reviewed-by: Lasse Holmstedt
2010-06-10 10:26:32 +02:00
Kai Koehne
adad842bbe Rename QML Runtime to QML Viewer again in the UI
Latest qt renamed qml executable back to qmlviewer, and also named
the executable again QML Viewer instead of Runtime/Launcher.
2010-05-20 12:00:35 +02:00
Lasse Holmstedt
9c2eb9fe2e QmlInspector: Modifiable properties from inspector property table 2010-04-21 10:32:26 +02:00
Erik Verbruggen
53425816af Moved "Application Output" formatting to a specialized formatter.
By introducing the OutputFormatter, RunControls can influence the formatting
depening on the application started. A nice (and intended) side-effect is that
the QML runtime specific formatting will not interfere anymore with anything
else.
2010-04-19 14:21:48 +02:00
Lasse Holmstedt
6538ca63bc Fixed clone constructor for qml run configuration 2010-04-16 15:56:25 +02:00
Thorbjørn Lindeijer
2ab7d2eafc Some documentation comment formatting and a rename
Renamed RunConfiguration::configurationWidget to
createConfigurationWidget.

Reviewed-by: dt
2010-04-16 13:31:22 +02:00
Lasse Holmstedt
990ec1be91 Added debugging mode for simultaneous QML and C++ debugging
It's not yet possible to attach to an external app running a qml
debugging server, because the server is only started on startup if an
env variable is set. Changing this requires action from Brisbane, but
even the current solution works for C++ apps with QML in them.

Task-number: BAUHAUS-585
Reviewed-by: dt
2010-04-15 15:08:32 +02:00
Kai Koehne
3d2a83910d QmlProject: Qml runtime command parameter -L has been replaced by -I
See commit c3a54c470 in qt
2010-04-14 15:54:28 +02:00
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