summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-047-113/+311
|\
| * 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
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-284-3/+137
|\|
| * Move includes after copyright blockMartin Jones2010-09-231-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
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-211-11/+30
|\|
| * Make qml debugging work with command line argumentsLasse Holmstedt2010-09-171-11/+30
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-0/+2
|\|
| * QDeclarativeDebug: Destroy incoming connections if already connectedLasse Holmstedt2010-08-271-0/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-252-2/+7
|\|
| * 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
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-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
* | Remove the use of deprecated qVariant*Olivier Goffart2010-08-061-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
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-025-8/+8
* 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 QDec...Warwick Allison2010-02-2411-1458/+1458
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-1910-10/+10
|\
| * Fix copyright year.Jason McDonald2010-02-1610-10/+10
* | 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
|/
* Fix warningsAaron Kennedy2010-02-121-1/+1
* fix includesOswald Buddenhagen2009-12-035-15/+25
* clean up project filesOswald Buddenhagen2009-12-031-10/+14
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-035-9/+9
* Remove include styles that rely on configure.Warwick Allison2009-12-013-3/+3
* Fix debugger crash on exitBea Lam2009-11-111-4/+5
* Change stateChanged(State) signatures to have (QmlDebugWatch::State)Bea Lam2009-11-111-2/+2
* 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-092-1/+13
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Bea Lam2009-11-0211-144/+236
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-3010-131/+223
| |\