- Sep 28, 2010
-
-
Kai Koehne authored
Reviewed-by: Christiaan Janssen
-
- Sep 24, 2010
-
-
Tobias Hunger authored
-
- Sep 17, 2010
-
-
Leena Miettinen authored
-
- Sep 10, 2010
-
-
Lasse Holmstedt authored
It was badly positioned esp. in OS X and Windows.
-
- Sep 03, 2010
-
-
Kai Koehne authored
Reviewed-by: dt
-
- Sep 01, 2010
-
-
Lasse Holmstedt authored
There's a UI in qml/customexec/cmake/qmake run configs for choosing the debugger languages (C++ and QML). The default for all except .qmlproject is only C++, so default debugging behavior is the same. However, if the user wants to do simultaneous debugging with two languages, or only debug QML, they can select the languages from Run Settings and it will be remembered. Reviewed-by: hunger
-
- Aug 20, 2010
-
-
Kai Koehne authored
Don't misuse the input field for a custom qmlviewer path with displaying the effective qmlviewer used. Previously the effective qmlviewer was only calculated when the project pane is shown first, and then never updated. Reviewed-by: holmstedt
-
Kai Koehne authored
QmlInspector has been disabled Reviewed-by: holmstedt
-
Kai Koehne authored
Remove unneeded widget (has been added unintendedly in 60fffd
-
- Aug 19, 2010
-
-
Kai Koehne authored
If no 'qmlviewer' executable is found in the PATH, iterate through the list of configured Qt versions and try to find a qmlviewer there. This should help users configuring creator such to play with Qml. Right now the first qmlviewer found in a Qt version is selected. A UI to let the user select one explicitly was not possible any more (string freeze). This requires a dependency from QmlProjectManager to Qt4ProjectManager. Reviewed-by: dt
-
- Jul 16, 2010
-
-
Roberto Raggi authored
-
- Jul 15, 2010
-
-
Lasse Holmstedt authored
-
- Jul 14, 2010
-
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
dt authored
Move link handling code to outputwindow from OutputFormatter Move createOutputFormatter to the RunConfiguration That makes it easier for Qt4RunConfiguration et all. This also fixes that each time a runcontrol was rerun a new OutputFormatter was created without deleting the old one, thus increasing the memory usage.
-
- Jul 08, 2010
-
-
Lasse Holmstedt authored
This qmlviewer will be also the default one when opening qmlproject files as the runconfiguration was changed too.
-
- 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
-