summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlwatcher_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-94/+0
| | | | QDeclarativeXXX.
* Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* fix headersWarwick Allison2009-10-291-16/+16
|
* Show contents of list properties within the debugger (like the CreatorBea Lam2009-10-281-1/+2
| | | | debugger). Also add Mode arg to ExpressionQueryWidget constructor.
* Add some of the functionality from the old debugger (e.g. dynamic updating ↵Bea Lam2009-09-231-0/+93
of property values, watch table, colouring of tree widget items).