summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger/engine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* If there's only one engine, auto-connect to it and hide engines view.Bea Lam2009-09-301-2/+15
| | | | Also auto-load available engines on connect.
* Remove redundant "Fetch object" button and text field.Bea Lam2009-09-291-14/+0
|
* Use splitter to separate tree and property views. Helps with problemsBea Lam2009-09-291-7/+6
| | | | | with viewing complex trees since the tree's horizontal scrollbar is not appearing either.
* Auto-remove from watch table depending on watch state, and check aBea Lam2009-09-281-20/+26
| | | | watch is created ok before adding it.
* Indicate which properties are watchable and use bold text instead ofBea Lam2009-09-241-15/+26
| | | | coloured text for watched properties.
* Change property view from table to tree like old debugger and move ↵Bea Lam2009-09-241-262/+24
| | | | WatchTableModel into a separate file.
* Allow watching of properties to be stopped from watch table. Also fixBea Lam2009-09-231-16/+90
| | | | bug where watch removal requests were not sent to the server side.
* Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-09-231-1/+1
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qml.pri
| * Renaming: QFxView -> QmlViewYann Bodson2009-09-221-1/+1
| |
* | Add some of the functionality from the old debugger (e.g. dynamic updating ↵Bea Lam2009-09-231-9/+398
|/ | | | of property values, watch table, colouring of tree widget items).
* Show full object tree in qml debuggerKai Koehne2009-08-141-0/+9
| | | | Clicking on an engine now automatically shows the object tree
* Fix qmldebugger not finding engines.qml 2Kai Koehne2009-08-141-1/+6
| | | | Also load images from resources
* Get qmldebugger running, and add basic object/property view.Michael Brasser2009-08-041-6/+71
|
* Rename classesAaron Kennedy2009-07-131-1/+1
|
* Start moving debugger out of processAaron Kennedy2009-07-131-0/+172