Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QDeclarativeDebug: send a message when new object are added | Olivier Goffart | 2010-08-24 | 2 | -0/+5 |
| | | | | Reviewed-by: Lasse Holmstedt | ||||
* | QtDeclarative debugging: Add an option not to stream the properties of an ↵ | Olivier Goffart | 2010-08-16 | 1 | -2/+2 |
| | | | | | | | | | object. Streaming all the properties is too slow, and we do not need them in the debugger of creator. Reviewed-by: Lasse Holmstedt | ||||
* | QDeclarativeDebug: use QueuedConnection in the packet protocol | Olivier Goffart | 2010-08-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | Else, we can have deadlock in the javascript debugger, which may start an event loop. If the javascript execution result from some network command, the further network command are not processed more (the ones that exist the javascript debugger event loop) Having a QueuedConnection there means the network events will not be blocked by a rentrency in the event loop Reviewed-by: Lasse Holmstedt | ||||
* | Fixed spelling mistakes in documented functions, classes, etc. Part of ↵ | Jerome Pasion | 2010-07-29 | 1 | -1/+1 |
| | | | | QTBUG-11938 and QTBUG-10801 | ||||
* | QDeclarativeDebugTrace: Do not send message if the client did not enabled ↵ | Olivier Goffart | 2010-07-16 | 1 | -0/+12 |
| | | | | | | | | CanvasFrameRate This silents a lot of warnings in creator. Reviewed-by: Aaron Kennedy | ||||
* | Resetting bindings through debugger interface | Lasse Holmstedt | 2010-07-09 | 2 | -0/+16 |
| | | | | Reviewed-by: Aaron Kennedy | ||||
* | Allow the debugger to modify method bodies | Aaron Kennedy | 2010-07-08 | 2 | -30/+25 |
| | | | | QTBUG-11933 | ||||
* | Added SET_BINDING message to QDeclarative debugger protocol | Lasse Holmstedt | 2010-06-30 | 2 | -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_EXPORTs | Aaron Kennedy | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | Rename QDeclarativeDebugTiming -> QDeclarativeDebugTrace | Aaron Kennedy | 2010-05-27 | 3 | -19/+39 |
| | |||||
* | Improve QML framerate debugging | Aaron Kennedy | 2010-05-27 | 4 | -2/+206 |
| | |||||
* | Wait for debug clients asynchronously instead of blocking creation of | Bea Lam | 2010-04-16 | 2 | -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 QtDeclarative | Thiago Macieira | 2010-04-02 | 5 | -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 Lam | 2010-03-24 | 2 | -4/+12 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 11 | -1458/+1458 |
| | | | | QDeclarativeXXX. | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Martin Jones | 2010-02-18 | 10 | -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 McDonald | 2010-02-16 | 10 | -10/+10 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Make compile on Symbian (call Q_DECLARE_METATYPE earlier) | Bea Lam | 2010-02-17 | 2 | -1/+5 |
| | | |||||
* | | MOBILITY-404 QS Windows. | Wolfgang Beck | 2010-02-16 | 1 | -2/+6 |
| | | |||||
* | | For qmldebug* tests, make sure engine is running before the test thread | Bea Lam | 2010-02-15 | 2 | -1/+36 |
|/ | | | | is started. Also fix some memory leaks. | ||||
* | Fix warnings | Aaron Kennedy | 2010-02-12 | 1 | -1/+1 |
| | |||||
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 5 | -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 files | Oswald Buddenhagen | 2009-12-03 | 1 | -10/+14 |
| | |||||
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 5 | -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 Allison | 2009-12-01 | 3 | -3/+3 |
| | | | | May help modularization (syncqt and configure are Qt-specific). | ||||
* | Fix debugger crash on exit | Bea Lam | 2009-11-11 | 1 | -4/+5 |
| | |||||
* | Change stateChanged(State) signatures to have (QmlDebugWatch::State) | Bea Lam | 2009-11-11 | 1 | -2/+2 |
| | | | | and (QmlDebugQuery::State) parameters. | ||||
* | Change watch state to Dead instead of Active on removal. | Bea Lam | 2009-11-11 | 1 | -5/+4 |
| | |||||
* | Minor improvements, additional pointer checks. | Bea Lam | 2009-11-10 | 1 | -9/+17 |
| | |||||
* | Fix crash bug where socket is 0. | Bea Lam | 2009-11-10 | 1 | -0/+2 |
| | |||||
* | Fix crash when watch is deleted before calling removeWatch(). | Bea Lam | 2009-11-08 | 2 | -1/+13 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Bea Lam | 2009-11-02 | 11 | -144/+236 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-30 | 10 | -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 headers | Warwick Allison | 2009-10-30 | 5 | -80/+80 |
| | | | |||||
| | * | fix macros | Warwick Allison | 2009-10-29 | 3 | -3/+15 |
| | | | |||||
| | * | fix headers | Warwick Allison | 2009-10-29 | 5 | -80/+80 |
| | | | |||||
| | * | fix headers | Warwick Allison | 2009-10-29 | 2 | -0/+80 |
| | | | |||||
| * | | Make private headers _p | Aaron Kennedy | 2009-10-30 | 11 | -13/+13 |
| |/ | |||||
* | | Make QmlBoundSignal children look like properties (instead of children) | Bea Lam | 2009-11-02 | 1 | -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 Creator | Bea Lam | 2009-10-28 | 1 | -2/+3 |
| | | | | debugger). Also add Mode arg to ExpressionQueryWidget constructor. | ||||
* | Check values when remove() is called | Bea Lam | 2009-10-28 | 1 | -4/+8 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Bea Lam | 2009-10-21 | 1 | -1/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Fix more compiler warnings. | Martin Jones | 2009-10-15 | 1 | -1/+1 |
| | | |||||
* | | Give more info about whether a value is null and its value type. | Bea Lam | 2009-10-21 | 2 | -3/+14 |
| | | |||||
* | | Add EVAL_EXPRESSION so clients can evaluate an expression within the | Bea Lam | 2009-10-19 | 2 | -1/+87 |
|/ | | | | current object's context. | ||||
* | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 2 | -2/+2 |
| | |||||
* | Remove a bunch of unneeded semicolons. | Martin Jones | 2009-10-08 | 1 | -1/+1 |
| | |||||
* | Indicate which properties are watchable and use bold text instead of | Bea Lam | 2009-09-24 | 2 | -4/+12 |
| | | | | coloured text for watched properties. | ||||
* | Change property view from table to tree like old debugger and move ↵ | Bea Lam | 2009-09-24 | 1 | -0/+1 |
| | | | | WatchTableModel into a separate file. | ||||
* | Allow watching of properties to be stopped from watch table. Also fix | Bea Lam | 2009-09-23 | 1 | -0/+2 |
| | | | | bug where watch removal requests were not sent to the server side. |