Friedemann Kleint
444e2fd4ce
Quieten gcc compiler warnings.
2010-09-07 14:34:38 +02:00
Kai Koehne
ba82227ae8
QmlObserver: Disable "Observer" mode when no debugging client is attached
2010-09-03 12:29:41 +02:00
Kai Koehne
b7788bd808
QmlJsDebugger: Make DebugServer a singleton
2010-09-03 12:29:41 +02:00
Olivier Goffart
f80c15123b
QML JS Debugger: disable interruption on exceptions.
...
There is too much false exceptions that makes debugging annoying
2010-09-02 12:14:18 +02:00
Christiaan Janssen
7d9056953e
QmlInspector: Added reparenting of items in the Qml Live Preview. Reviewed by: Lasse Holmstedt
2010-08-26 17:38:42 +02:00
Lasse Holmstedt
5e9d19cd66
QML Observer: Enter context when context menu item is selected
...
Right-clicking on an item in qml observer presents a context menu as
before, but instead of just selecting the item, the user enters its
context if it's possible.
2010-08-26 17:11:56 +02:00
Lasse Holmstedt
fccd4d5e0c
QML Inspector: Disabled rubberband selection tool
...
It was not very useful without being able to e.g. move things around.
2010-08-26 16:32:43 +02:00
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