- Nov 25, 2010
-
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
Kai Koehne authored
Add new "Files {}" element that supports showing files with arbitrary endings in the project tree. This new element is only available in new "QmlProject 1.1" namespace. Task-number: QTCREATORBUG-3197 Reviewed-by: Thomas Hartmann
-
- Nov 22, 2010
-
-
Kai Koehne authored
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
-
- Nov 17, 2010
-
-
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
-
- Nov 12, 2010
-
-
dt authored
Since all the debuggers are implemented in the debuggerplugin, that's a natural place to put the action.
-
Kai Koehne authored
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
-
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
-
- Nov 10, 2010
-
-
hjk authored
There's some 'external' and some 'internal' part now. Other plugins are only supposed the external interface.
-
- Nov 03, 2010
-
-
Oswald Buddenhagen authored
... instead of running a sed script over a lot of files on each version increment.
-
Oswald Buddenhagen authored
-
- Nov 02, 2010
-
-
Friedemann Kleint authored
-
con authored
-
- Nov 01, 2010
-
-
con authored
qtLibraryTarget is only defined if used with TEMPLATE=lib, which makes it fail in pri files that are used for app pro files. The tests still don't run because of run time linking issues.
-
Friedemann Kleint authored
Acked-By: dt
-
- Oct 29, 2010
-
-
Kai Koehne authored
QRegExp matching is quite expensive, and has to be done for every file in the project directory tree against all possible suffixes. Optimize for the common case that the pattern is "*.suffix" by doing a fileName.endsWidth(suffix) in this case. This speeds up loading of examples/declarative/declarative.qmlproject by about 30%. Reviewed-by: Christian Kamm
-
- Oct 26, 2010
-
-
Christian Kamm authored
Fixes f1fb0bdd. Reviewed-by: Kai Koehne (cherry picked from commit 528999d5)
-
Friedemann Kleint authored
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 (cherry picked from commit f1fb0bdd)
-
Christian Kamm authored
Fixes f1fb0bdd. Reviewed-by: Kai Koehne
-
Friedemann Kleint authored
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
-
- Oct 18, 2010
-
-
Erik Verbruggen authored
Reviewed-by: Tobias Hunger
-
- Oct 13, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-2639 Reviewed-by: Thomas Hartmann
-
Christian Kamm authored
Reviewed-by: Thomas Hartmann
-
- Oct 11, 2010
-
-
Pawel Polanski authored
Reviewed-by: Friedemann Kleint
-
- Oct 08, 2010
-
-
hjk authored
-
- Oct 07, 2010
-
-
hjk authored
-
- Oct 06, 2010
-
-
Thomas Hartmann authored
We have to support the N900 Reviewed-by: dt
-
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
Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
Also only warn about missing qmlobserver when actually trying to debug a .qmlproject. Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
Allow the user to choose which Qt version to use for running a .qmlproject. Reviewed-by: dt
-
Thomas Hartmann authored
Reviewed-by: Kai Koehne
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2510 Reviewed-by: Alessandro Portale
-
Kai Koehne authored
Task-number: QTCREATORBUG-2501
-
- Sep 30, 2010
-
-
Christian Kamm authored
To make plugin dumping work without having to compile the debugging helpers explicitly. Reviewed-by: Kai Koehne
-
hjk authored
Should have been done earlier. 2.1.80 was burned in the pre-2.1.0->2.0.1 days, and we'd like to have odd subminor for 'working' and even subminor numbers for pure cherry-picking release branches anyway.
-
Kai Koehne authored
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
-
- Sep 29, 2010
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
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
-