- Sep 20, 2010
-
-
Lasse Holmstedt authored
Adapt to latest changes in qt.git (commit a9e5329168c) Reviewed-by: kkoehne
-
- 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 02, 2010
-
-
Lasse Holmstedt authored
-
- 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 30, 2010
-
-
hjk authored
-
- Aug 26, 2010
-
-
Jarek Kobus authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
- Aug 25, 2010
-
-
Alessandro Portale authored
-
dt authored
That is tell the user that those files need not be added to any project, and show "<Implicitly Add>" for them on the last wizard page. This fixes Add/New for the QML/OTHER_FILES folder structure, except for the virtual folder itself. Reviewed-By:
Jarek Kobus <jaroslaw.kobus@nokia.com>
-
- Aug 24, 2010
-
-
Alessandro Portale authored
-
Lasse Holmstedt authored
Reviewed-by: hjk
-
Lasse Holmstedt authored
A new debugger engine, QmlCppEngine, is introduced, which wraps gdb and qml engines into one. Alternatively, if using Windows, Cdb is used instead of Gdb. Most of the debugger ui switcher is now rewritten, and it is tailored for the QML and CPP layout case, the only one supported anyway. Reviewed-by: hjk
-
- Aug 23, 2010
-
-
Alessandro Portale authored
-
Alessandro Portale authored
Less readable, but perhaps more robust.
-
Kai Koehne authored
Remove unimplemented NOTIFY signals. Furthermore the signals must be declared in the same class as the Q_PROPERTY (not in a base class): Fix this in filefilteritems.h.
-
Kai Koehne authored
Fixes compilation with Qt 4.7.1
-
- Aug 20, 2010
-
-
Alessandro Portale authored
-
Alessandro Portale authored
-
Alessandro Portale authored
-
Friedemann Kleint authored
Fix breakage introduced by the new asynchronous stop() methods of the debugger run controls. Allow for RunControl::stop() to be asynchronous by introducing a return enumeration indicating that. Introduce additional method aboutToStop() asking user to quit (tie that to the RunControl instead of having to hack the behaviour elsewhere). If asynchronous stop is detected, terminate the ProjectExplorer asynchronously. This makes the behaviour consistent across switching sessions/ closing outputwindow tabs and quitting Qt Creator. Reviewed-by: dt Rubber-stamped-by: hjk
-
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
-
- Aug 18, 2010
-
-
Alessandro Portale authored
-
- Aug 17, 2010
-
-
Alessandro Portale authored
-
- Aug 16, 2010
-
-
Alessandro Portale authored
-
- Aug 15, 2010
-
-
Alessandro Portale authored
Application logic implemented. The Wizard Ui does not expose this feature, yet.
-
Alessandro Portale authored
QmlStandaloneApp::path() used to combine the separate enums. But most of the combinations would not make sense. Now, path() uses the combined enum and maintainability won this time.
-
- Aug 13, 2010
-
-
Lasse Holmstedt authored
Now, QmlEngine creates the connection to the inferior (debuggee), and notifies QmlInspector when a connection is established. Before, inspector created the debugger engin, which was wrong. QmlEngine's responsibilities are connecting to the debuggee and basic QML/JS debugging features like locals & watchers, breakpoints etc. QmlInspector takes care of Live Preview and other fancy inspection features. Reviewed-by: hjk
-
- Aug 11, 2010
- Aug 09, 2010
-
-
Alessandro Portale authored
Instead of hardcoding a Qt Creator path into the standalone Qml app .pro file by assigning a value to QMLINSPECTOR_PATH, we let Qt Creator set that value as command line argument when calling qmake. QMakeStep::allArguments() is the place where it is added right dt will will certainly suggest a better place place for it.
-
Alessandro Portale authored
-
Olivier Goffart authored
-
Alessandro Portale authored
-
- Aug 06, 2010
-
-
Lasse Holmstedt authored
Reviewed-by: Alessandro Portale
-
Friedemann Kleint authored
-
- Aug 05, 2010
-
-
Friedemann Kleint authored
Reviewed-by:
Carsten Owerfeldt <carsten.owerfeldt@nokia.com> Initial-patch-by:
Roberto Raggi <roberto.raggi@nokia.com>
-