summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/qmldebug.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-937/+0
| | | | QDeclarativeXXX.
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Make compile on Symbian (call Q_DECLARE_METATYPE earlier)Bea Lam2010-02-171-1/+0
| |
* | MOBILITY-404 QS Windows.Wolfgang Beck2010-02-161-2/+6
|/
* fix includesOswald Buddenhagen2009-12-031-3/+7
| | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-3/+3
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* Remove include styles that rely on configure.Warwick Allison2009-12-011-1/+1
| | | | May help modularization (syncqt and configure are Qt-specific).
* Fix debugger crash on exitBea Lam2009-11-111-4/+5
|
* Change watch state to Dead instead of Active on removal.Bea Lam2009-11-111-5/+4
|
* Minor improvements, additional pointer checks.Bea Lam2009-11-101-9/+17
|
* Fix crash when watch is deleted before calling removeWatch().Bea Lam2009-11-081-1/+11
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-11-021-2/+42
|\ | | | | | | into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-301-0/+40
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-301-16/+16
| | |
| | * fix headersWarwick Allison2009-10-291-0/+40
| | |
| * | Make private headers _pAaron Kennedy2009-10-301-2/+2
| |/
* | Make QmlBoundSignal children look like properties (instead of children)Bea Lam2009-11-021-16/+26
|/ | | | | | in the debugger to reflect how signal properties are written in QML. This also changes the FETCH_OBJECT reply stream to send children data before property data.
* Show contents of list properties within the debugger (like the CreatorBea Lam2009-10-281-2/+3
| | | | debugger). Also add Mode arg to ExpressionQueryWidget constructor.
* Check values when remove() is calledBea Lam2009-10-281-4/+8
|
* Give more info about whether a value is null and its value type.Bea Lam2009-10-211-3/+12
|
* Add EVAL_EXPRESSION so clients can evaluate an expression within theBea Lam2009-10-191-1/+65
| | | | current object's context.
* Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-1/+1
|
* Indicate which properties are watchable and use bold text instead ofBea Lam2009-09-241-4/+10
| | | | coloured text for watched properties.
* Change property view from table to tree like old debugger and move ↵Bea Lam2009-09-241-0/+1
| | | | WatchTableModel into a separate file.
* Allow watching of properties to be stopped from watch table. Also fixBea Lam2009-09-231-0/+2
| | | | bug where watch removal requests were not sent to the server side.
* Add some of the functionality from the old debugger (e.g. dynamic updating ↵Bea Lam2009-09-231-17/+188
| | | | of property values, watch table, colouring of tree widget items).
* Fix crash on exit when using the qml debugging interfaceKai Koehne2009-08-131-10/+10
| | | | | QmlEngineDebugClient is defined as a member variable AND the object parent is set -> double deletion.
* Get qmldebugger running, and add basic object/property view.Michael Brasser2009-08-041-0/+1
|
* Rename classesAaron Kennedy2009-07-131-7/+7
|
* Start moving debugger out of processAaron Kennedy2009-07-131-0/+603