- 25 Nov, 2010 1 commit
-
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
- 17 Nov, 2010 1 commit
-
-
Oswald Buddenhagen authored
get away from argument stringlists. instead, use native shell command lines which support quoting/splitting, environment variable expansion and redirections with well-understood semantics. Task-number: QTCREATORBUG-542 Task-number: QTCREATORBUG-1564
-
- 12 Nov, 2010 1 commit
-
-
Christian Kamm authored
This allows using the qmlviewer of a Simulator Qt version. It also builds and uses the qmlobserver when debugging. Reviewed-by: Kai Koehne
-
- 18 Oct, 2010 1 commit
-
-
Erik Verbruggen authored
Reviewed-by: Tobias Hunger
-
- 13 Oct, 2010 1 commit
-
-
Christian Kamm authored
Reviewed-by: Thomas Hartmann
-
- 06 Oct, 2010 1 commit
-
-
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
-
- 05 Oct, 2010 1 commit
-
-
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
-
- 04 Oct, 2010 1 commit
-
-
Kai Koehne authored
Allow the user to choose which Qt version to use for running a .qmlproject. Reviewed-by: dt
-
- 29 Sep, 2010 2 commits
-
-
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
-
- 28 Sep, 2010 1 commit
-
-
Kai Koehne authored
Reviewed-by: Christiaan Janssen
-
- 24 Sep, 2010 1 commit
-
-
Tobias Hunger authored
-
- 17 Sep, 2010 1 commit
-
-
Leena Miettinen authored
-
- 10 Sep, 2010 1 commit
-
-
Lasse Holmstedt authored
It was badly positioned esp. in OS X and Windows.
-
- 03 Sep, 2010 1 commit
-
-
Kai Koehne authored
Reviewed-by: dt
-
- 01 Sep, 2010 1 commit
-
-
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
-
- 20 Aug, 2010 3 commits
-
-
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
-
- 19 Aug, 2010 1 commit
-
-
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
-
- 16 Jul, 2010 1 commit
-
-
Roberto Raggi authored
-
- 15 Jul, 2010 1 commit
-
-
Lasse Holmstedt authored
-
- 14 Jul, 2010 3 commits
-
-
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.
-
- 08 Jul, 2010 1 commit
-
-
Lasse Holmstedt authored
This qmlviewer will be also the default one when opening qmlproject files as the runconfiguration was changed too.
-
- 10 Jun, 2010 1 commit
-
-
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
-
- 20 May, 2010 1 commit
-
-
Kai Koehne authored
Latest qt renamed qml executable back to qmlviewer, and also named the executable again QML Viewer instead of Runtime/Launcher.
-
- 21 Apr, 2010 1 commit
-
-
Lasse Holmstedt authored
-
- 19 Apr, 2010 1 commit
-
-
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.
-
- 16 Apr, 2010 2 commits
-
-
Lasse Holmstedt authored
-
Thorbjørn Lindeijer authored
Renamed RunConfiguration::configurationWidget to createConfigurationWidget. Reviewed-by: dt
-
- 15 Apr, 2010 1 commit
-
-
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
-
- 14 Apr, 2010 1 commit
-
-
Kai Koehne authored
See commit c3a54c470 in qt
-
- 13 Apr, 2010 1 commit
-
-
Lasse Holmstedt authored
Task-number: BAUHAUS-548 Reviewed-by: kkoehne
-
- 12 Apr, 2010 1 commit
-
-
Lasse Holmstedt authored
-
- 06 Apr, 2010 1 commit
-
-
Kai Koehne authored
Task-number: QTCREATORBUG-1040
-
- 21 Mar, 2010 1 commit
-
-
Christian Kamm authored
See c722282c.
-
- 10 Mar, 2010 2 commits
-
-
Kai Koehne authored
-
Kai Koehne authored
-