- Sep 08, 2011
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-3199 Change-Id: I591490ceafadc0f5a07c63ec063f1bdfa7055f47 Reviewed-on: http://codereview.qt-project.org/4074 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- Aug 30, 2011
-
-
Christian Kamm authored
As a side effect, this removes parse errors of QML files that are no longer in any project from the "Build Issues" list. Change-Id: I7aef8850a207ac060648dc92e2dd759108b71731 Reviewed-on: http://codereview.qt.nokia.com/3668 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Change-Id: Ic65d767cbad85de89dffaac66d9e80d8d467f04a Reviewed-on: http://codereview.qt.nokia.com/3851 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- Aug 18, 2011
-
-
Christian Kamm authored
The QML snapshot only ever contains valid Documents; to compile a list of parser problems we need to get at the invalid documents. To do that, the model manager now provides a Snapshot with up to date, but potentially invalid documents. That should also be useful for other things. Change-Id: I67892f63771c221bf2fe2c2bf0240a0f4e523227 Reviewed-on: http://codereview.qt.nokia.com/3012 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- Jul 12, 2011
-
-
Christian Kamm authored
Change-Id: If62153e9db56e65e10d008d49f0945d3ea77c4f4 Reviewed-on: http://codereview.qt.nokia.com/1502 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com> Reviewed-by:
Bill King <bill.king@nokia.com>
-
- Jul 11, 2011
-
-
Christian Kamm authored
Change-Id: I7b5179c4b33c24e83baf0536d158dd48d277637f Reviewed-on: http://codereview.qt.nokia.com/1305 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- Jun 23, 2011
-
-
Christian Kamm authored
Having to restart Creator should be a thing of the past. Task-number: QTCREATORBUG-4813 Change-Id: Ide242ee299b5d34aecba4823032e27741dde4a86 Reviewed-on: http://codereview.qt.nokia.com/668 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 21, 2011
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-4103 Reviewed-by: Leandro Melo
-
- Apr 13, 2011
-
-
hjk authored
-
- Apr 12, 2011
-
-
Kai Koehne authored
Don't underline the import if a qmldump fails, but the typeinfo is available via a .qmltypes file. That should allow users to 'fix' qmldump issues by shipping a .qmltypes file. Reviewed-by: Erik Verbruggen
-
- Feb 09, 2011
-
-
Christian Kamm authored
-
- Jan 20, 2011
-
-
Friedemann Kleint authored
-
- Jan 12, 2011
- Jan 06, 2011
-
-
Christian Kamm authored
By moving the offending code into a background thread. Reviewed-by: Erik Verbruggen
-
- Dec 17, 2010
-
-
con authored
-
- Oct 26, 2010
-
-
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)
-
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 15, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-2640 Reviewed-by: Roberto Raggi
-
- Sep 29, 2010
-
-
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
-
- Sep 27, 2010
-
- Sep 24, 2010
-
-
Christian Kamm authored
-
- Sep 23, 2010
-
-
hjk authored
-
Christian Kamm authored
The Qt4ProjectManager now uses metacalls to inform the QmlJSModelManager about the project data. Done-with: hjk
-
- Aug 25, 2010
-
-
Christian Kamm authored
The builtin QML plugins require to be imported with the full uri, i.e. import Qt.labs.particles 1.0 so setting the import path to imports/Qt/labs and doing import particles 1.0 is not supposed to work. (see QTBUG-11139) This change adjusts qmldump to take an import path *and* the import uri, so it will be able to dump the type information for these plugins. Reviewed-by: Erik Verbruggen
-
- Jul 08, 2010
-
-
Roberto Raggi authored
-
- Jun 22, 2010
-
-
Christian Kamm authored
Previously, the model manager always had exactly one import path - but you can open more than one Qml project at once. Now, we store the union of all import paths in the model manager. Reviewed-by: Roberto Raggi
-
- Jun 10, 2010
-
-
Roberto Raggi authored
-
- May 19, 2010
-
-
Erik Verbruggen authored
When adding a new file, refreshing semantic errors in the open editor should have worked. It now also works for removing existing files. Done-with: Christian Kamm
-
- May 18, 2010
-
-
Erik Verbruggen authored
When adding a new file, refreshing semantic errors in the open editor should have worked. It now also works for removing existing files. Done-with: Christian Kamm
-
- Apr 16, 2010
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
The QML task manager behaviour is to show warnings/errors for _saved_ files only.
-
- Apr 06, 2010
-
-
Christian Kamm authored
Previously we just scanned every directory containing a qml file for other qml files. This makes import ".." work. Reviewed-by: Erik Verbruggen
-
- Mar 18, 2010
-
-
Christian Kamm authored
* Fill the snapshot with files that could be imported. * Implement package imports. * The qmldir file is not parsed yet. Reviewed-by: Erik Verbruggen
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 15, 2010
-
-
Roberto Raggi authored
-
- Jan 27, 2010
-
-
Roberto Raggi authored
Done with: Erik
-
- Jan 18, 2010
-
-
Roberto Raggi authored
-
- Jan 15, 2010
-
-
Erik Verbruggen authored
-