summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlwatcher.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* Show contents of list properties within the debugger (like the CreatorBea Lam2009-10-281-1/+1
| | | | debugger). Also add Mode arg to ExpressionQueryWidget constructor.
* CompileAaron Kennedy2009-09-231-1/+1
|
* Add some of the functionality from the old debugger (e.g. dynamic updating ↵Bea Lam2009-09-231-0/+183
of property values, watch table, colouring of tree widget items).