summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger
Commit message (Collapse)AuthorAgeFilesLines
* Remove standalone QmlDebugger. It is now only available through theBea Lam2010-02-1622-3048/+0
| | | | plugin in the Creator repo.
* MOBILITY-404 QS Windows.Wolfgang Beck2010-02-166-1/+19
|
* Make compile. QmlMetaType::isObject() has changed to isQObject().Bea Lam2010-02-121-1/+1
|
* Revert "Compile"Martin Jones2010-02-101-2/+2
| | | | This reverts commit 0286ecdb8fc87b2c42d215aaabcbbffb5c508f01.
* CompileAaron Kennedy2010-02-091-2/+2
|
* Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-031-5/+5
| | | | | | examples accordingly. Task-number: QT-2786
* Remove creatorplugin (it's moved to the creator repository)Bea Lam2009-12-1715-1635/+0
|
* Add info about qmldebugger and its creator plugin, with screenshot.Bea Lam2009-12-082-6/+12
|
* Compile as module.Warwick Allison2009-12-022-0/+3
|
* Change stateChanged(State) signatures to have (QmlDebugWatch::State)Bea Lam2009-11-116-9/+9
| | | | and (QmlDebugQuery::State) parameters.
* Move graph slider when graph gets wheel event.Bea Lam2009-11-051-11/+32
|
* Show source file and line of an object in the text editor when itBea Lam2009-11-045-5/+44
| | | | is double clicked in the object tree.
* Add tooltip and bar highlight when cursor is hovered over a graph bar.Bea Lam2009-11-031-21/+94
|
* Various UI changes: added graph labels and 'clear' button, changedBea Lam2009-11-022-71/+155
| | | | | 'enabled' checkbox to group box and changed embedded scrollbar to external slider.
* Remember host and port settings.Bea Lam2009-11-023-9/+26
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-11-0224-20/+980
|\ | | | | | | into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-3024-0/+960
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp
| | * fix headersWarwick Allison2009-10-2924-0/+960
| | |
| * | Make private headers _pAaron Kennedy2009-10-3012-19/+19
| | |
| * | Rename qfx files to qmlgraphics filesAaron Kennedy2009-10-301-1/+1
| |/
* | Minor improvementsBea Lam2009-10-294-11/+9
|/
* 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
| | | | debugger). Also add Mode arg to ExpressionQueryWidget constructor.
* 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
| | | | Inspector output differently from appplication output.
* 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
| | | | for widgets to be changed after construction.
* Allow canvas sizehint to be configurable and fix signal-slotBea Lam2009-10-225-8/+20
| | | | connections in engine.cpp
* 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
| | | | toString() is empty.
* 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
| | | | debugger interface remains unchanged.
* 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
| | | | Also auto-load available engines on connect.
* 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
| | | | | 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-283-22/+40
| | | | watch is created ok before adding it.
* Indicate which properties are watchable and use bold text instead ofBea Lam2009-09-244-32/+42
| | | | coloured text for watched properties.
* Change property view from table to tree like old debugger and move ↵Bea Lam2009-09-247-267/+419
| | | | WatchTableModel into a separate file.
* Allow watching of properties to be stopped from watch table. Also fixBea Lam2009-09-232-18/+93
| | | | bug where watch removal requests were not sent to the server side.
* Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-09-234-26/+43
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qml.pri