Thomas Hartmann
0c8b4e38fa
QmlDump: fix path import dumps on Windows
...
Absolute file pathes containing drive identifiers do not work in qml.
(C:\)
workaround: use "." imports and setting the component url.
Reviewed-by: Christian Kamm
2011-04-28 10:41:26 +02:00
hjk
8397663964
Update license.
2011-04-13 11:49:28 +02:00
Christian Kamm
b980a9b964
QmlJS: Fix implicit "." import when . has a QML module.
...
Reviewed-by: Erik Verbruggen
2011-03-10 15:03:36 +01:00
Christian Kamm
d80521aac1
qmldump: Add warning about code being shared with Qt.
2011-03-02 10:51:46 +01:00
Kai Koehne
5dc9a0cb43
QmlDump: Add copyright header
2011-02-18 11:50:27 +01:00
Christian Kamm
13f9135827
qmldump: Dump attached types and read them in Creator.
2011-02-10 17:04:22 +01:00
Christian Kamm
fd7a115d1c
qmldump: Ignore exports that are missing the type name.
2011-02-09 13:40:09 +01:00
Christian Kamm
2ec429e8ce
QmlJS: Switch to new format for QML meta data.
2011-02-09 10:42:49 +01:00
Christian Kamm
bffe90b2f4
qmldump: Clean up code and make it output qml data.
...
Task-number: QTCREATORBUG-3048
2011-02-09 10:42:48 +01:00
Friedemann Kleint
e39386352a
Header cleanup in share/qtcreator/qml, specify module name.
2011-01-24 12:30:21 +01:00
Christian Kamm
315fc34f3b
qmldump: Produce an error message if module import fails.
...
Reviewed-by: Kai Koehne
2011-01-21 10:28:19 +01:00
Christian Kamm
033a0ff12e
qmldump: Add example to clear up intended usage.
...
Reviewed-by: Kai Koehne
2011-01-12 14:03:01 +01:00
Christian Kamm
18f9031ba6
qmldump: Add signal handler to catch segvs.
...
Reviewed-by: aep
2011-01-12 13:16:07 +01:00
con
7c0b1b63d5
Merge remote branch 'origin/2.1' into master
2010-11-30 16:45:15 +01:00
Christian Kamm
3fbc0bd31d
QmlDump: Fix use with namespaced types.
...
Reviewed-by: Roberto Raggi
2010-11-30 13:42:00 +01:00
Christian Kamm
e732b3c102
QmlDump: Allow building and using with Simulator Qt >= 4.7.1.
...
Reviewed-by: owolff
Reviewed-by: Kai Koehne
2010-11-26 11:18:26 +01:00
Thomas Hartmann
f7e7de44cb
QmlJS: Dump isWritable and isPointer for types.
...
Reviewed-by: Christian Kamm
2010-11-11 11:49:11 +01:00
Christian Kamm
6f1c1af833
QmlJS: Prepare qmldump for multiply exported C++ objects.
...
In the future, builtin objects are going to be exported in Qt 4.7 and
QtQuick 1.0.
Reviewed-by: Roberto Raggi
2010-10-01 10:14:29 +02:00
Lasse Holmstedt
5d9858129a
Compile qmldump with debugging helpers
...
Must be compiled during runtime - otherwise, the app may not work
with Qt that is compiled with another compiler.
Reviewed-by: hjk
2010-09-29 09:39:18 +02:00