summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger
Commit message (Collapse)AuthorAgeFilesLines
* Change to commercial license headers in preparation for release.Jason McDonald2010-09-0712-156/+156
| | | | Reviewed-by: Trust Me
* Fixed spelling mistakes in documented functions, classes, etc. Part of ↵Jerome Pasion2010-08-021-1/+1
| | | | | | QTBUG-11938 and QTBUG-10801 (cherry picked from commit 5bdb85e3b21bcf624eb1830aa32d027e0c6870fe)
* Copied Qt QML 4.7 branch to release.Toby Tomkins2010-07-271-0/+12
| | | | Reviewed-by: MArtin Jones
* Resetting bindings through debugger interfaceLasse Holmstedt2010-07-152-0/+16
| | | | | Reviewed-by: Aaron Kennedy (cherry picked from commit e55781212532e2abcdd1cef8548b146fb14f0713)
* Allow the debugger to modify method bodiesAaron Kennedy2010-07-132-30/+25
| | | | | QTBUG-11933 (cherry picked from commit 76a1804b0fff9ffd092a551defe448d3e9d4346e)
* Added SET_BINDING message to QDeclarative debugger protocolLasse Holmstedt2010-06-302-4/+45
| | | | | | | The new message currently enables resetting bindings, literal values and signal handlers (onX: {...}) through the debugger. Reviewed-by: Roberto Raggi
* Add some Q_AUTOTEST_EXPORTsAaron Kennedy2010-06-031-1/+1
|
* Rename QDeclarativeDebugTiming -> QDeclarativeDebugTraceAaron Kennedy2010-05-273-19/+39
|
* Improve QML framerate debuggingAaron Kennedy2010-05-274-2/+206
|
* Wait for debug clients asynchronously instead of blocking creation ofBea Lam2010-04-162-83/+57
| | | | | | the engine until a debug client has connected. This makes for easier debugging from Qt Creator when debugging C++ and QML together and when debugging an application that has multiple engines.
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-025-8/+8
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Add object ids to the metadata provided in debugger classes.Bea Lam2010-03-242-4/+12
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-2411-1458/+1458
| | | | QDeclarativeXXX.
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-1810-10/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1610-10/+10
| | | | | | | | Reviewed-by: Trust Me
* | Make compile on Symbian (call Q_DECLARE_METATYPE earlier)Bea Lam2010-02-172-1/+5
| |
* | MOBILITY-404 QS Windows.Wolfgang Beck2010-02-161-2/+6
| |
* | For qmldebug* tests, make sure engine is running before the test threadBea Lam2010-02-152-1/+36
|/ | | | is started. Also fix some memory leaks.
* Fix warningsAaron Kennedy2010-02-121-1/+1
|
* fix includesOswald Buddenhagen2009-12-035-15/+25
| | | | | | | | | | | | - 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.
* clean up project filesOswald Buddenhagen2009-12-031-10/+14
|
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-025-9/+9
| | | | 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-013-3/+3
| | | | May help modularization (syncqt and configure are Qt-specific).
* Fix debugger crash on exitBea Lam2009-11-111-4/+5
|
* Change stateChanged(State) signatures to have (QmlDebugWatch::State)Bea Lam2009-11-111-2/+2
| | | | and (QmlDebugQuery::State) parameters.
* 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 bug where socket is 0.Bea Lam2009-11-101-0/+2
|
* Fix crash when watch is deleted before calling removeWatch().Bea Lam2009-11-082-1/+13
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-11-0211-144/+236
|\ | | | | | | into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-3010-131/+223
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-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
| |/
* | 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
|
* Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-211-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * 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
|/ | | | current object's context.
* 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
| | | | 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-233-22/+244
| | | | of property values, watch table, colouring of tree widget items).
* Rename Behavior cpp class to match the QML name.Yann Bodson2009-08-271-1/+1
|