- 21 Dec, 2010 1 commit
-
-
Kai Koehne authored
qmlviewer is picky about file path capitalization, and will bail out with 'File name case mismatch' if e.g. the working directory is wrongly capitalized. Prevent this by computing the canonical path of the qml file + working directory in advance. Reviewed-by: Alessandro Portale Task-number: QTCREATORBUG-3417
-
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 10 Dec, 2010 1 commit
-
-
Kai Koehne authored
Store the artifical 'CurrentFile' in the settings as the mainFile, cause leaving it empty translates to 'use file from project'.
-
- 08 Dec, 2010 1 commit
-
-
Kai Koehne authored
The mainFile property of QmlProject is the default file to run. People have still the opportunity to override this in their run settings, though. The wizard generated code was updated accordingly. Note that this makes projects generated by the wizard incompatible with QtCreator 2.1! Task-number: QTCREATORBUG-3249
-
- 30 Nov, 2010 1 commit
-
-
Kai Koehne authored
Regression introduced by dcd1876d.
-
- 29 Nov, 2010 4 commits
-
-
Kai Koehne authored
There are probably very little use cases where you want to start from a clean environment, and there is no such thing as a Build Environment (although we magically add some toolchain settings to the environment).
-
Kai Koehne authored
Task-number: QTCREATORBUG-2600
-
Kai Koehne authored
-
Kai Koehne authored
-
- 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 1 commit
-
-
Lasse Holmstedt authored
-