| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Use the 'QtQuick 1.0' namespace introduced in 4.7.1. This makes them in
line with the examples/demos we ship in the SDK, but breaks for 4.7.0
(e.g. N900).
Task-number: QTCREATORBUG-3243
|
| |
|
|
|
|
|
|
|
| |
Buffer update calls to the project tree. Otherwise large updates (e.g.
renaming a directory) will block QtCreator for up to several minutes.
Reviewed-by: ckamm
|
|
|
|
|
|
|
|
|
| |
Unify the original qml file generated by Qt Quick UI / Qt Quick
Application wizards. Use a default size of 360x360.
Furthermore, add a MouseArea such that clicking on the app will close
it (demonstrating the use of Qt.quit()).
Reviewed-by: Alessandro Portale
|
|
|
|
|
|
|
| |
This allows using the qmlviewer of a Simulator Qt version. It also
builds and uses the qmlobserver when debugging.
Reviewed-by: Kai Koehne
|
| |
|
|
|
|
|
|
| |
Fixes f1fb0bddb11d69355784953a6cc0364f9fa25d3e.
Reviewed-by: Kai Koehne
|
|
|
|
|
|
|
|
|
| |
Set complete build environment (MinGW).
Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Task-number: QTCREATORBUG-2883
|
|
|
|
| |
Reviewed-by: Tobias Hunger
|
|
|
|
|
| |
Task-number: QTCREATORBUG-2639
Reviewed-by: Thomas Hartmann
|
|
|
|
| |
Reviewed-by: Thomas Hartmann
|
|
|
|
| |
Reviewed-by: Friedemann Kleint
|
| |
|
| |
|
|
|
|
|
|
| |
We have to support the N900
Reviewed-by: dt
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Reviewed-by: Christiaan Janssen
|
|
|
|
|
|
|
| |
Also only warn about missing qmlobserver when actually trying to
debug a .qmlproject.
Reviewed-by: Christiaan Janssen
|
|
|
|
|
|
|
| |
Allow the user to choose which Qt version to use for running
a .qmlproject.
Reviewed-by: dt
|
|
|
|
| |
Reviewed-by: Kai Koehne
|
|
|
|
|
| |
Task-number: QTCREATORBUG-2510
Reviewed-by: Alessandro Portale
|
|
|
|
| |
Task-number: QTCREATORBUG-2501
|
|
|
|
|
|
|
| |
To make plugin dumping work without having to compile the debugging
helpers explicitly.
Reviewed-by: Kai Koehne
|
|
|
|
|
|
|
|
| |
This might lead to files that 'disappear' from the pane, e.g. when
the suffix is changed to something unsupported.
Reviewed-by: Daniel Teske
Task-number: QTCREATORBUG-2436
|
|
|
|
| |
Reviewed-by: Erik Verbruggen
|
|
|
|
| |
Reviewed-by: hjk
|
|
|
|
|
|
|
|
| |
Moved qmljsdebugger to a dir under qml/, made qmlobserver compile
without creator dependencies and made it compile with debugging
helpers.
Reviewed-by: hjk
|
|
|
|
| |
Reviewed-by: Christiaan Janssen
|
|
|
|
| |
Reviewed-by: Leena Miettinen
|
| |
|
| |
|
|
|
|
| |
Explicitly delete the root project item when closing a QmlProject.
|
|
|
|
| |
Reviewed-by: dt
|
|
|
|
|
|
|
| |
Adapt to latest changes in qt.git (commit
a9e5329168c)
Reviewed-by: kkoehne
|
| |
|
|
|
|
| |
It was badly positioned esp. in OS X and Windows.
|
|
|
|
| |
Reviewed-by: dt
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Reviewed-by: dt <qtc-committer@nokia.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
| |
Reviewed-by: hjk
|
|
|
|
|
|
|
|
|
|
|
| |
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
|