summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger
Commit message (Expand)AuthorAgeFilesLines
* QDeclarativeDebug: Export needed symbols on SymbianKai Koehne2011-02-241-1/+1
* Rename 'plugins\qmldebugging' (work around qmake issues)Kai Koehne2011-02-111-1/+1
* Fix warnings.Michael Brasser2011-01-251-2/+2
* Add location information for tracing.Michael Brasser2011-01-252-8/+46
* Add "Complete" message for tracing.Michael Brasser2011-01-252-0/+7
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-1914-14/+14
|\
| * Update copyright year to 2011.Jason McDonald2011-01-1014-14/+14
* | QDeclarativeDebug: Hardcode version when serializing Qt typesKai Koehne2011-01-111-0/+1
* | QDeclarativeDebug: Remove unused fileKai Koehne2010-12-212-1/+0
* | QDeclarativeDebug: Move Tcp server to separate pluginKai Koehne2010-12-177-264/+54
* | QDeclarativeDebug: Move networking code out of QDeclarativeDebugServerKai Koehne2010-12-179-95/+383
* | QDeclarativeDebug: Decouple QDDServer, QDDService classesKai Koehne2010-12-175-311/+541
* | QDeclarativeDebug: Rename member variableKai Koehne2010-12-171-18/+18
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-12-011-3/+5
|\ \ | |/
| * Fix whitespace in previous 1e7b4e396ec3bacc1a769208b990c5e0450f0d3aFriedemann Kleint2010-11-261-1/+1
| * Declarative: Fix compiler warnings (Linux/g++)Friedemann Kleint2010-11-261-3/+5
* | Add additional trace range data.Michael Brasser2010-11-192-0/+17
* | Make deferred tracing less expensive (real-time cost is the same)Michael Brasser2010-11-192-29/+47
* | Support directly setting string range data.Michael Brasser2010-11-192-6/+6
* | Add additional tracing.Michael Brasser2010-11-191-1/+2
* | Add support for a record-then-send debug process.Michael Brasser2010-11-192-9/+53
* | Use high performance timer for profiling. Add binding profile info.Michael Brasser2010-11-191-2/+3
|/
* Export QDeclarativeDebugHelper on Symbian for QTBUG-13762Joona Petrell2010-11-081-1/+1
* Qml Debugging: Only enable if explicitly requestedKai Koehne2010-11-023-0/+19
* Do not crash on SymbianAlessandro Portale2010-10-281-6/+6
* Fix bug in QML debug client installationAaron Kennedy2010-10-271-1/+1
* Don't export QtDeclarative symbols needed by QtCreator on SymbianJoona Petrell2010-10-196-22/+34
* QmlDebugService: Fix compiler warning about cast from asciiKai Koehne2010-10-011-2/+2
* QDeclarativeDebug: Make autotests more robustKai Koehne2010-09-302-0/+4
* QDeclarativeDebugClient: Make sure status is consistentKai Koehne2010-09-301-2/+1
* QDeclarativeDebugClient: Fix gcc warningKai Koehne2010-09-281-1/+1
* QmlDebugService: Check that there is a receiver before sending messagesKai Koehne2010-09-281-2/+4
* Make QmlDebug protocol more robustKai Koehne2010-09-287-111/+304
* Move includes after copyright blockMartin Jones2010-09-221-5/+2
* Mitigate private header problems in QtCreator by adding semi-private APIKai Koehne2010-09-222-0/+98
* Mitigate private header problems in QtCreator by adding semi-private APIKai Koehne2010-09-224-3/+42
* Make qml debugging work with command line argumentsLasse Holmstedt2010-09-171-11/+30
* QDeclarativeDebug: Destroy incoming connections if already connectedLasse Holmstedt2010-08-271-0/+2
* QDeclarativeDebug: send a message when new object are addedOlivier Goffart2010-08-242-0/+5
* QtDeclarative debugging: Add an option not to stream the properties of an obj...Olivier Goffart2010-08-161-2/+2
* QDeclarativeDebug: use QueuedConnection in the packet protocolOlivier Goffart2010-08-041-1/+1
* Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-...Jerome Pasion2010-07-291-1/+1
* QDeclarativeDebugTrace: Do not send message if the client did not enabled Can...Olivier Goffart2010-07-161-0/+12
* Resetting bindings through debugger interfaceLasse Holmstedt2010-07-092-0/+16
* Allow the debugger to modify method bodiesAaron Kennedy2010-07-082-30/+25
* Added SET_BINDING message to QDeclarative debugger protocolLasse Holmstedt2010-06-302-4/+45
* 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