summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-3010-131/+223
|\
| * fix headersWarwick Allison2009-10-305-80/+80
| * fix macrosWarwick Allison2009-10-293-3/+15
| * fix headersWarwick Allison2009-10-295-80/+80
| * fix headersWarwick Allison2009-10-292-0/+80
* | Make private headers _pAaron Kennedy2009-10-3011-13/+13
|/
* Show contents of list properties within the debugger (like the CreatorBea Lam2009-10-281-2/+3
* Check values when remove() is calledBea Lam2009-10-281-4/+8
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Bea Lam2009-10-211-1/+1
|\
| * Fix more compiler warnings.Martin Jones2009-10-151-1/+1
* | Give more info about whether a value is null and its value type.Bea Lam2009-10-212-3/+14
* | Add EVAL_EXPRESSION so clients can evaluate an expression within theBea Lam2009-10-192-1/+87
|/
* Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-122-2/+2
* Remove a bunch of unneeded semicolons.Martin Jones2009-10-081-1/+1
* Indicate which properties are watchable and use bold text instead ofBea Lam2009-09-242-4/+12
* Change property view from table to tree like old debugger and move WatchTable...Bea Lam2009-09-241-0/+1
* Allow watching of properties to be stopped from watch table. Also fixBea Lam2009-09-231-0/+2
* Add some of the functionality from the old debugger (e.g. dynamic updating of...Bea Lam2009-09-233-22/+244
* Rename Behavior cpp class to match the QML name.Yann Bodson2009-08-271-1/+1
* Use Q_SLOTS and Q_SIGNALS.Yann Bodson2009-08-263-4/+4
* Fix crash on exit when using the qml debugging interfaceKai Koehne2009-08-131-10/+10
* Wait for connections to remote debugging interfaceKai Koehne2009-08-132-7/+19
* Get qmldebugger running, and add basic object/property view.Michael Brasser2009-08-041-0/+1
* Rename QmlDebugServerPlugin -> QmlDebugServiceAaron Kennedy2009-07-133-38/+38
* Rename classesAaron Kennedy2009-07-134-56/+56
* Start moving debugger out of processAaron Kennedy2009-07-1315-1390/+947
* 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 MSVC warningsThierry Bastian2009-06-022-2/+3
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-021-0/+1
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-011-1/+1
| |\
| * | 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
* 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