con
530e7494dd
Automatic versioning for the qml tools.
...
Reviewed-by: Thomas Hartmann
2011-03-29 17:54:52 +02:00
hjk
1e8a783abb
version bump to 2.1.83
2011-03-25 17:21:28 +01: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
Marco Bubke
8512f1ed4a
QmlDesigner: Don't show the dock icon for the puppet anymore
2011-01-13 18:05:34 +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
d1023c7614
It's 2011 now.
...
Reviewed-by: hjk
2011-01-12 09:46:24 +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
Kai Koehne
1e19803e6e
qmldump: Allow qmldump to be also built in release mode
...
Don't force that qmldump is compiled in debug mode: This won't work
with a Qt compiled only in release mode.
If Qt is built with debug_and_release, qmldump will be build in release
mode.
Reviewed-by: ckamm
2010-10-05 12:45:10 +02: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
91c0df0689
Build QMLObserver and qmldump only in debug mode
...
The problem is that we actually should have both debug & release builds,
but we don't have detection at the moment which binary to use.
See QTCREATORBUG-2496
Reviewed-by: Thomas Hartmann
2010-09-29 10:57:16 +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