- 30 Nov, 2010 1 commit
-
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
- 11 Nov, 2010 1 commit
-
-
Thomas Hartmann authored
Reviewed-by: Christian Kamm
-
- 01 Oct, 2010 1 commit
-
-
Christian Kamm authored
In the future, builtin objects are going to be exported in Qt 4.7 and QtQuick 1.0. Reviewed-by: Roberto Raggi
-
- 29 Sep, 2010 1 commit
-
-
Lasse Holmstedt authored
Must be compiled during runtime - otherwise, the app may not work with Qt that is compiled with another compiler. Reviewed-by: hjk
-
- 15 Sep, 2010 1 commit
-
-
Christian Kamm authored
This should make it easier to debug problems with Qml plugin type dumping. Reviewed-by: Roberto Raggi
-
- 25 Aug, 2010 1 commit
-
-
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
-
- 28 Jul, 2010 2 commits
-
-
Christian Kamm authored
They would need special treatment, like the Qml extended objects. The issue is they lead to two meta objects with the same classname and the dumper can't handle that. (cherry picked from commit 206c190e)
-
Christian Kamm authored
(cherry picked from commit 619d50f0)
-
- 23 Jun, 2010 2 commits
-
-
Alexis Menard authored
-
Alexis Menard authored
Reviewed-by:Christiaan Janssen
-
- 09 Jun, 2010 4 commits
-
-
Christian Kamm authored
-
Christian Kamm authored
They would need special treatment, like the Qml extended objects. The issue is they lead to two meta objects with the same classname and the dumper can't handle that.
-
Christian Kamm authored
Task-number: QTCREATORBUG-1021 Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
- 07 Jun, 2010 1 commit
-
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
- 01 Jun, 2010 1 commit
-
-
Christian Kamm authored
-
- 28 May, 2010 1 commit
-
-
Christian Kamm authored
Qt.labs.gestures and Qt.labs.filelistmodel weren't dumped before, Qt.multimedia and Qt.widgets are gone. Task-number: QTCREATORBUG-1507 Reviewed-by: Roberto Raggi
-
- 19 May, 2010 1 commit
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
- 29 Apr, 2010 1 commit
-
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
- 13 Apr, 2010 1 commit
-
-
Kai Koehne authored
Reviewed-by: Thomas Hartmann
-
- 06 Apr, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 15 Mar, 2010 1 commit
-
-
Roberto Raggi authored
-
- 05 Mar, 2010 1 commit
-
-
Christian Kamm authored
This should allow diffs of the generated file to be more meaningful. Reviewed-by: Roberto Raggi
-
- 03 Mar, 2010 1 commit
-
-
Christian Kamm authored
* The "Script" type is now implicitly available without imports. * No errors for bindings inside a Connections element. Reviewed-by: Roberto Raggi
-
- 25 Feb, 2010 1 commit
-
-
Roberto Raggi authored
-