aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_inspector/qdeclarativeinspectorplugin.h
Commit message (Collapse)AuthorAgeFilesLines
* QmlInspector: Removed private header postfix and Qt namespaceThorbjørn Lindeijer2011-06-231-2/+2
| | | | | | | | | | | Renamed the headers back to normal since they are not included in a Qt library. Also took the classes out of the Qt namespace and back into the QmlJSDebugger namespace. This is mainly to make it easier again to port changes back into the version of the inspector shipped with Qt Creator. Change-Id: I820c2372089c24a42404b4055be1b938e384e352
* QmlInspector: Share code between QGV/SG based QML debuggingThorbjørn Lindeijer2011-06-231-2/+2
| | | | | | | | | | | Introduced AbstractViewInspector, which forms the base class for QDeclarativeViewInspector and SGViewInspector and is where common code, like handling the protocol is placed. Some virtual and pure virtual functions exist which the subclasses will override or implement for QDeclarativeView/QSGView specific stuff. Change-Id: Iad7d15e19e0701d550ec42288fdad7490cf9b8a7
* QmlInspector: Initial support for QSGView based applicationsThorbjørn Lindeijer2011-06-231-1/+1
| | | | | | | Currently only displays a rectangle highlighting the item below the mouse, but it's a start. Change-Id: I9946a923add4c53780546ac4bf138fe731508da2
* Renamed declarativeobserver plugin to qmldbg_inspectorThorbjørn Lindeijer2011-05-311-0/+71
Mainly since it's a good idea to prefix the plugin on Symbian, and at the same time it's now consistency called 'inspector' rather than 'observer'. Symbian .def files will need to be updated. Change-Id: I43071331c8002f8844efd14105d01c730d97e946 Reviewed-by: Kai Koehne (cherry picked from commit 206ebd5af21d94c3f3b49d2cb645105a63e6f5fb)