summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger
Commit message (Collapse)AuthorAgeFilesLines
* DocAaron Kennedy2009-07-071-2/+3
|
* Move QmlExpression into its own fileAaron Kennedy2009-07-031-0/+1
|
* Fix warningMichael Brasser2009-07-021-1/+1
|
* CleanupMichael Brasser2009-06-3013-12/+137
| | | | | Fix up license headers and private warnings, as well as other general cleanups.
* fix MSVC warningsThierry Bastian2009-06-022-2/+3
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-06-021-0/+1
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/util/qfxperf.cpp
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-011-1/+1
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Flush messages after sendingAaron Kennedy2009-06-011-0/+1
| | |
* | | Remove more unneeded semicolons.Martin Jones2009-06-021-2/+2
| |/ |/|
* | Remove extra semicolons.Martin Jones2009-05-281-1/+1
|/
* Remove more unneeded semicolons.Martin Jones2009-05-271-1/+1
|
* Move canvas scene snapshot out of in-process debuggerAaron Kennedy2009-05-269-344/+19
|
* Add basic client/server debugging supportAaron Kennedy2009-05-257-2/+1202
| | | | The canvas framerate monitor now uses this support.
* fix warningsWarwick Allison2009-05-214-15/+15
|
* Add canvas image captureAaron Kennedy2009-05-082-9/+90
|
* Add canvas debugger moduleAaron Kennedy2009-05-085-3/+268
|
* Add expression watcher supportAaron Kennedy2009-05-088-70/+252
|
* Cross link properties to the tree viewAaron Kennedy2009-05-086-4/+61
|
* Tweak debugger watchesAaron Kennedy2009-05-087-80/+487
|
* Add property view to the debuggerAaron Kennedy2009-05-075-3/+205
|
* Add a QmlDebuggerStatus interface elements can use to interact with the debuggerAaron Kennedy2009-05-075-2/+148
|
* Disable watcher table selectionAaron Kennedy2009-05-071-0/+1
|
* Add "watchers" to debuggerAaron Kennedy2009-05-072-32/+133
|
* Track expression evaluation when debugging is enabledAaron Kennedy2009-05-061-1/+28
|
* Beginings of an experimental QML debugger viewAaron Kennedy2009-05-063-0/+328