- Jun 10, 2010
-
-
Kai Koehne authored
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
-
- May 20, 2010
-
-
Kai Koehne authored
Latest qt renamed qml executable back to qmlviewer, and also named the executable again QML Viewer instead of Runtime/Launcher.
-
- Apr 21, 2010
-
-
Lasse Holmstedt authored
-
- Apr 19, 2010
-
-
Erik Verbruggen authored
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.
-
- Apr 16, 2010
-
-
Lasse Holmstedt authored
-
Thorbjørn Lindeijer authored
Renamed RunConfiguration::configurationWidget to createConfigurationWidget. Reviewed-by: dt
-
- Apr 15, 2010
-
-
Lasse Holmstedt authored
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
-
- Apr 14, 2010
-
-
Kai Koehne authored
See commit c3a54c470 in qt
-
- Apr 13, 2010
-
-
Lasse Holmstedt authored
Task-number: BAUHAUS-548 Reviewed-by: kkoehne
-
- Apr 12, 2010
-
-
Lasse Holmstedt authored
-
- Apr 06, 2010
-
-
Kai Koehne authored
Task-number: QTCREATORBUG-1040
-
- Mar 21, 2010
-
-
Christian Kamm authored
See c722282c.
-
- 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 02, 2010
-
-
Daniel Molkentin authored
Reviewed-By: con
-
- 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.
-
- Feb 22, 2010
-
-
Tobias Hunger authored
Reviewed-by: Kai Koehne
-
- Feb 16, 2010
-
-
Lasse Holmstedt authored
-
Kai Koehne authored
Putting every class in it's own files + avoid "using namespace"
-