Christian Kamm
206c190e7f
QmlJS: Make qmldump not dump open/dynamic meta objects.
...
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.
2010-06-09 14:36:54 +02:00
Christian Kamm
822520c304
QmlJS: Get at types defined in plugins by running qmldump on them.
...
Task-number: QTCREATORBUG-1021
Reviewed-by: Roberto Raggi
2010-06-09 14:36:53 +02:00
Christian Kamm
1cf958676e
QmlJS: Adjust qmldump to allow selectively dumping types from plugins.
...
Reviewed-by: Roberto Raggi
2010-06-09 14:36:53 +02:00
Christian Kamm
3b8b6e89cc
QmlJS: Autocomplete dot and colon for properties.
...
Reviewed-by: Roberto Raggi
2010-06-07 17:37:45 +02:00
hjk
5806009d29
Merge remote branch 'origin/2.0'
...
Conflicts:
doc/qtcreator.qdoc
src/plugins/debugger/debuggermanager.cpp
src/plugins/texteditor/basetexteditor.cpp
2010-06-02 09:57:23 +02:00
Christian Kamm
619d50f080
QmlJS: Make the qmldump tool treat extended types correctly.
2010-06-01 12:03:40 +02:00
Christian Kamm
a36d4b9b57
QmlJS: Update builtin type definitions.
...
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
2010-05-28 15:22:50 +02:00
Christian Kamm
fadfe9c64e
QmlJS: Generalize EasingCurve name check to all enums.
...
Reviewed-by: Erik Verbruggen
2010-05-19 12:24:32 +02:00
Christian Kamm
cb04bea92d
QmlJS: Fix qmldump to ignore extending types and update type xml.
...
Done-with: Erik Verbruggen
2010-04-29 16:05:24 +02:00
Kai Koehne
e959967f11
Qml support: Bump version of qml files from Qt 4.6 to Qt 4.7
...
Reviewed-by: Thomas Hartmann
2010-04-13 15:15:16 +02:00
Erik Verbruggen
3d2f704817
Changed qmldump to also output the default property when there is one.
2010-04-06 09:38:40 +02:00
Roberto Raggi
d1cb9feda7
Generate tags for the builtin QML extensions.
2010-03-15 18:10:25 +01:00
Christian Kamm
bb99b7888b
In the XML describing the Qml types, order the types by name.
...
This should allow diffs of the generated file to be more meaningful.
Reviewed-by: Roberto Raggi
2010-03-05 10:17:18 +01:00
Christian Kamm
08b9323f0c
Fix completion and checking for Script elements. Update Qml type xml.
...
* The "Script" type is now implicitly available without imports.
* No errors for bindings inside a Connections element.
Reviewed-by: Roberto Raggi
2010-03-03 11:38:17 +01:00
Roberto Raggi
a8b3ec5963
Added a simple app to dump the QML type system to an XML file.
2010-02-25 13:54:47 +01:00