summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger
Commit message (Expand)AuthorAgeFilesLines
* fix headersWarwick Allison2009-10-2924-0/+960
* Use ShellMode for creator plugin expression widget.Bea Lam2009-10-282-1/+10
* Must delete query objects once disconnected.Bea Lam2009-10-281-1/+8
* Show contents of list properties within the debugger (like the CreatorBea Lam2009-10-285-37/+87
* Auto-select first tree item after reload.Bea Lam2009-10-282-2/+3
* Fix crash bug where watch is already deletedBea Lam2009-10-281-1/+2
* Fix context so files can be saved in Inspector mode, and colourBea Lam2009-10-273-10/+9
* minor fixesBea Lam2009-10-272-3/+1
* Show property type in separate column like Creator debugger.Bea Lam2009-10-271-7/+8
* Fix build target for standalone qmldebugger.Bea Lam2009-10-271-1/+2
* Add qmldebugger/creatorpluginBea Lam2009-10-2715-0/+1240
* Move qmldebugger/ into qmldebugger/standalone dir.Bea Lam2009-10-2722-18/+20
* Increase minimum heightBea Lam2009-10-271-1/+1
* Allow debugger components to be reset/cleared.Bea Lam2009-10-2710-38/+109
* Fix to show expression query widget and allow QmlEngineDebug valuesBea Lam2009-10-2610-23/+78
* Allow canvas sizehint to be configurable and fix signal-slotBea Lam2009-10-225-8/+20
* Give more info about whether a value is null and its value type.Bea Lam2009-10-213-20/+58
* Add ExpressionQueryWidget and do some clean up.Bea Lam2009-10-198-11/+259
* Give more information about the value of a property when the variantBea Lam2009-10-151-3/+13
* Fix memory leak and remove redundant ContextIdRole.Bea Lam2009-10-143-12/+18
* Split the various debugger widgets out into their own files. TheBea Lam2009-10-1415-751/+879
* Add command line options.Bea Lam2009-10-081-6/+43
* If there's only one engine, auto-connect to it and hide engines view.Bea Lam2009-09-305-5/+35
* Remove redundant "Fetch object" button and text field.Bea Lam2009-09-292-16/+0
* Use splitter to separate tree and property views. Helps with problemsBea Lam2009-09-291-7/+6
* Auto-remove from watch table depending on watch state, and check aBea Lam2009-09-283-22/+40
* Indicate which properties are watchable and use bold text instead ofBea Lam2009-09-244-32/+42
* Change property view from table to tree like old debugger and move WatchTable...Bea Lam2009-09-247-267/+419
* Allow watching of properties to be stopped from watch table. Also fixBea Lam2009-09-232-18/+93
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Bea Lam2009-09-234-26/+43
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-222-3/+3
| |\
| | * Renaming: QFxView -> QmlViewYann Bodson2009-09-222-3/+3
| * | Fixes for framerate monitor.Michael Brasser2009-09-222-1/+24
| |/
| * Get the framerate monitor working again.Michael Brasser2009-09-211-22/+16
* | Add some of the functionality from the old debugger (e.g. dynamic updating of...Bea Lam2009-09-232-10/+422
|/
* Track QML API changes.Warwick Allison2009-09-141-3/+3
* Rename positioners.Warwick Allison2009-08-241-1/+1
* Show full object tree in qml debuggerKai Koehne2009-08-141-0/+9
* Fix qmldebugger not finding engines.qml 2Kai Koehne2009-08-144-4/+14
* Fix qmldebugger not finding engines.qmlKai Koehne2009-08-141-0/+5
* Fix load error in qmldebugger/engines.qmlKai Koehne2009-08-141-1/+1
* Get qmldebugger running, and add basic object/property view.Michael Brasser2009-08-047-304/+83
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-0/+2
* Missing filesAaron Kennedy2009-07-133-0/+44
* Rename classesAaron Kennedy2009-07-137-21/+21
* Start moving debugger out of processAaron Kennedy2009-07-134-2/+230
* Support compile-in-namespace for the declarative module.Michael Brasser2009-06-304-0/+15
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-06-241-0/+2
* Move canvas scene snapshot out of in-process debuggerAaron Kennedy2009-05-266-36/+354
* Add basic client/server debugging supportAaron Kennedy2009-05-254-0/+441