Commit Graph

9 Commits

Author SHA1 Message Date
Olivier Goffart
6ba643516b qmlobserver: workaround crash if an item has an infinite scale
infinite scale may occours if the qml scale binding sets an infinite scale.
2010-08-25 14:36:50 +02:00
Lasse Holmstedt
65e79d0d51 QML Observer & Inspector: Improved toolbars
Animation play/pause buttons are now merged on observer toolbar. Also, a
bugfix to inspector toolbar.
2010-08-25 09:39:33 +02:00
Olivier Goffart
47db341b67 qmlobserver: Remove the changed() hack to get new object.
There is now a hook in QDeclarative itself for that.
Needs commit af2b28f9ca07057 of Qt
2010-08-24 18:16:23 +02:00
Lasse Holmstedt
290835300d QML Inspector: Renamed Design Mode to Observer Mode 2010-08-24 17:46:22 +02:00
Lasse Holmstedt
b557c58eac Qml Debugger: Enable debugging qml+cpp standalone applications
A new debugger engine, QmlCppEngine, is introduced, which wraps gdb
and qml engines into one. Alternatively, if using Windows, Cdb is used
instead of Gdb.

Most of the debugger ui switcher is now rewritten, and it is tailored
for the QML and CPP layout case, the only one supported anyway.

Reviewed-by: hjk
2010-08-24 17:46:22 +02:00
Olivier Goffart
812af85d38 qmlobserver: avoid to stream objects too often.
Limit to once every 5 seconds
2010-08-19 12:47:43 +02:00
Olivier Goffart
c2da3f682e Add missing license header 2010-08-13 15:36:13 +02:00
Lasse Holmstedt
b5f8141fbe Whitespace fix 2010-08-06 17:49:07 +02:00
Lasse Holmstedt
4558477b01 Moved qmljsdebugger to share & debugger lib support for qml app wizard
Reviewed-by: Alessandro Portale
2010-08-06 17:48:01 +02:00