summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/debugger.pri
Commit message (Collapse)AuthorAgeFilesLines
* Debugger: Rename qdeclarativedebug* to qdeclarativeenginedebug*Kai Koehne2011-09-161-2/+2
| | | | | | | | Change-Id: I0c289bdf555aa317dc12c5dbcff0168ebcc7bd50 Reviewed-on: http://codereview.qt.nokia.com/3935 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com> (cherrypicked from a07f68eff5ac4696a551f083d186a685f7ef043d)
* Rename QDeclarativeEngineDebugServer to ~ServiceKai Koehne2011-09-161-2/+4
| | | | | | | | | | And fix the file names/location, too Change-Id: If2d5ec0896332896ad11af748ec8f75c39e1555c Reviewed-on: http://codereview.qt.nokia.com/3890 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kai Koehne <kai.koehne@nokia.com> (cherrypicked from 8804ec49bda8672c5700ab843f2958c3d2bd8e41)
* Debugger: Move QT_DECLARATIVE_DEBUG handling out of qdeclarative.hKai Koehne2011-09-151-1/+2
| | | | | | | | | | | | | Apps don't have to (directly or indirectly) include qdeclarative.h. Instead, move the static instance to qdeclarativeengine.h, and qdeclarativeview.h (which instantiates it's own engine). Change-Id: I8b3e63ad4f134969734a2cc712395145d90e0dfa Reviewed-on: http://codereview.qt.nokia.com/3941 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com> Reviewed-by: Martin Jones <martin.jones@nokia.com> (cherrypicked from commit 6cb39fb829b78b5f6e9751283c7cd50400821e2a)
* Renamed declarativeobserver plugin to qmldbg_inspectorThorbjørn Lindeijer2011-05-301-3/+3
| | | | | | | | | | | 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
* Moved the QML Observer Service and related functionality into QtThorbjørn Lindeijer2011-05-041-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This code was previously developed as part of Qt Creator in share/qtcreator/qml/qmljsdebugger/ Moving it into Qt will allow us to simplify the setup required before you can debug QML applications. To avoid adding too much weight to the QtDeclarative module, a declarativeobserver plugin was introduced that contains the QDeclarativeViewObserver and related classes. The QDeclarativeObserverService is just a stub service that loads this plugin once a QML debugging client connects. The plugin implements the QDeclarativeObserverInterface A QJSDebugService was separated out of QJSDebuggerAgent, so that the service can be active while the agent is instantiated lazily. Each QDeclarativeEngine adds itself to the QJSDebugService. Currently only the first one is used when instantiating the agent. QDeclarativeObserverService is hooked into QDeclarativeView, with the view registering itself to the service, allowing the QDeclarativeViewObserver to be created for the view once somebody connects to the service. Again, only the first view is used at the moment. Change-Id: Ib50579c6d24361c2b39528e5556410d3446c2e90 Reviewed-by: Martin Jones Reviewed-by: Michael Brasser
* QDeclarativeDebug: Remove unused fileKai Koehne2010-12-211-1/+0
| | | | Got added in 5336e1838a95d97.
* QDeclarativeDebug: Move Tcp server to separate pluginKai Koehne2010-12-171-3/+1
| | | | Reviewed-by: Christiaan Janssen
* QDeclarativeDebug: Move networking code out of QDeclarativeDebugServerKai Koehne2010-12-171-2/+6
| | | | | | | Move socket handling code out of QDeclarativeDebugServer into a QDeclarativeDebugServer(Tcp)Connection class. Reviewed-by: Christiaan Janssen
* QDeclarativeDebug: Decouple QDDServer, QDDService classesKai Koehne2010-12-171-2/+5
| | | | | Move QDeclarativeDebugServer class into it's own files and make the classes less interdependent.
* Mitigate private header problems in QtCreator by adding semi-private APIKai Koehne2010-09-221-2/+4
| | | | | | | | | | Add a semi-private API to get QScriptEngine for a QDeclarativeEngine. So far the qmljsdebugger lib in QtCreator accessed the script engine via QDeclarativeEnginePrivate. Replace this by a minimal API that is still in a private header, where we nevertheless can make some BC checks/guarantees. Aaron Kennedy agreed with the idea. Task-number: QTCREATORBUG-2179
* Rename QDeclarativeDebugTiming -> QDeclarativeDebugTraceAaron Kennedy2010-05-271-2/+2
|
* Improve QML framerate debuggingAaron Kennedy2010-05-271-2/+4
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-8/+8
| | | | QDeclarativeXXX.
* clean up project filesOswald Buddenhagen2009-12-031-10/+14
|
* Make private headers _pAaron Kennedy2009-10-301-5/+5
|
* Rename QmlDebugServerPlugin -> QmlDebugServiceAaron Kennedy2009-07-131-2/+2
|
* Start moving debugger out of processAaron Kennedy2009-07-131-12/+6
|
* Move canvas scene snapshot out of in-process debuggerAaron Kennedy2009-05-261-2/+0
|
* Add basic client/server debugging supportAaron Kennedy2009-05-251-2/+8
| | | | The canvas framerate monitor now uses this support.
* Add canvas debugger moduleAaron Kennedy2009-05-081-2/+4
|
* Add expression watcher supportAaron Kennedy2009-05-081-2/+4
|
* Tweak debugger watchesAaron Kennedy2009-05-081-2/+4
|
* Add property view to the debuggerAaron Kennedy2009-05-071-2/+4
|
* Add a QmlDebuggerStatus interface elements can use to interact with the debuggerAaron Kennedy2009-05-071-2/+4
|
* Beginings of an experimental QML debugger viewAaron Kennedy2009-05-061-0/+3