summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlenginedebug_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-11-021-17/+17
|\ | | | | | | into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-301-16/+16
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp
| | * fix headersWarwick Allison2009-10-291-16/+16
| | |
| * | Make private headers _pAaron Kennedy2009-10-301-1/+1
| |/
* | Make QmlBoundSignal children look like properties (instead of children)Bea Lam2009-11-021-1/+1
|/ | | | | | in the debugger to reflect how signal properties are written in QML. This also changes the FETCH_OBJECT reply stream to send children data before property data.
* Show contents of list properties within the debugger (like the CreatorBea Lam2009-10-281-2/+2
| | | | debugger). Also add Mode arg to ExpressionQueryWidget constructor.
* Give more info about whether a value is null and its value type.Bea Lam2009-10-211-0/+1
|
* Add EVAL_EXPRESSION so clients can evaluate an expression within theBea Lam2009-10-191-0/+1
| | | | current object's context.
* Indicate which properties are watchable and use bold text instead ofBea Lam2009-09-241-0/+1
| | | | coloured text for watched properties.
* Add some of the functionality from the old debugger (e.g. dynamic updating ↵Bea Lam2009-09-231-0/+8
| | | | of property values, watch table, colouring of tree widget items).
* Get qmldebugger running, and add basic object/property view.Michael Brasser2009-08-041-0/+1
|
* Rename QmlDebugServerPlugin -> QmlDebugServiceAaron Kennedy2009-07-131-2/+2
|
* Start moving debugger out of processAaron Kennedy2009-07-131-0/+108