- Oct 18, 2010
-
-
Erik Verbruggen authored
Reviewed-by: Tobias Hunger
-
- Oct 13, 2010
-
-
Christian Kamm authored
Reviewed-by: Thomas Hartmann
-
- Oct 06, 2010
-
-
Kai Koehne authored
We're using a QObject property to get the Qt Version Id: QmlDumpTool is in Qt4ProjectManager, which shouldn't have a dependency to QmlProjectManager. Reviewed-by: Christian Kamm
-
- Oct 05, 2010
-
-
Kai Koehne authored
QmlObserver right now requires 4.7.1 minimum. There's no gain in telling the user that he needs qmlobserver to debug, if it can't be build with 4.7.0 anyway. Reviewed-by: Christiaan Janssen
-
- Oct 04, 2010
-
-
Kai Koehne authored
Allow the user to choose which Qt version to use for running a .qmlproject. Reviewed-by: dt
-
- Sep 29, 2010
-
-
Lasse Holmstedt authored
Reviewed-by: hjk
-
Lasse Holmstedt authored
Moved qmljsdebugger to a dir under qml/, made qmlobserver compile without creator dependencies and made it compile with debugging helpers. Reviewed-by: hjk
-
- 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
-