summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeenginedebug_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | QmlDebugger: setting bindings in statesChristiaan Janssen2010-12-131-0/+5
| | | | | | | | Reviewied-by: Kai Koehne
* | QmlDebugger: Instantiation of deferred objects moved to the debugger engineChristiaan Janssen2010-12-101-0/+1
|/ | | | Reviewed-by: Kai Koehne
* Don't export QtDeclarative symbols needed by QtCreator on SymbianJoona Petrell2010-10-191-4/+4
| | | | | Task-number: QTBUG-14041 Reviewed-by: Aaron Kennedy
* QDeclarativeDebug: send a message when new object are addedOlivier Goffart2010-08-241-0/+1
| | | | Reviewed-by: Lasse Holmstedt
* QDeclarativeEngineDebugServer: make it a singleton.Olivier Goffart2010-08-241-3/+5
| | | | | | | | | It is already a singleton, just formalize it so it can be used in other files than qdeclarativeengine.cpp This also remove the global olbject QDeclarativeEngineDebugServer::m_engines Reviewed-by: Lasse Holmstedt
* QtDeclarative debugging: Add an option not to stream the properties of an ↵Olivier Goffart2010-08-161-1/+1
| | | | | | | | | object. Streaming all the properties is too slow, and we do not need them in the debugger of creator. Reviewed-by: Lasse Holmstedt
* Resetting bindings through debugger interfaceLasse Holmstedt2010-07-091-0/+1
| | | | Reviewed-by: Aaron Kennedy
* Allow the debugger to modify method bodiesAaron Kennedy2010-07-081-0/+1
| | | | QTBUG-11933
* Added SET_BINDING message to QDeclarative debugger protocolLasse Holmstedt2010-06-301-0/+1
| | | | | | | The new message currently enables resetting bindings, literal values and signal handlers (onX: {...}) through the debugger. Reviewed-by: Roberto Raggi
* Add object ids to the metadata provided in debugger classes.Bea Lam2010-03-241-0/+1
|
* Fixed private header include style to work when headers are installed.Rohan McGovern2010-03-011-1/+1
| | | | | | | | | | Private headers should include other private headers by: #include <private/qfoo_p.h> Using a relative path works during the build, but does not work when building other projects which attempt to use the installed private headers (e.g. unit tests for private classes).
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+121
QDeclarativeXXX.