summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/debugger.pri
Commit message (Collapse)AuthorAgeFilesLines
* 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