Commit Graph

8 Commits

Author SHA1 Message Date
Olivier Goffart
3a88a829c3 QML JS Debugger: Ability to edit properties from the debugger 2010-07-22 19:10:26 +02:00
Olivier Goffart
f5249f0627 QML JS Debugger: Hides signals/slot/method
Skip all signals and slot, there is too many of them,
and it is not usefull in the debugger.
2010-07-22 19:10:26 +02:00
Olivier Goffart
2f42544780 QML JS Debugger: Better support of QObject 2010-07-22 16:27:12 +02:00
Olivier Goffart
d554aa86b7 QML JS Debugger: clicking on the stackstrace shows the locals of this context 2010-07-22 15:23:36 +02:00
Olivier Goffart
050905157c QML JS Debugger: Be able to expand objects 2010-07-22 15:23:36 +02:00
Olivier Goffart
bfa609e336 QML JS Debugger: Better way to stream watch data
QVariant does not work as they can contain custom type that corrypt the stream
2010-07-22 13:18:04 +02:00
Olivier Goffart
0931948c01 QML JS debugging: premilary support of locals
Unfortunatelly, streaming QVariant is not a really good idea, as streaming
a custom type would fail
2010-07-16 12:02:47 +02:00
Lasse Holmstedt
d0dafc8984 rename dir qmlviewer -> qmlobserver 2010-07-14 15:31:24 +02:00