summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/debugger.pri
Commit message (Collapse)AuthorAgeFilesLines
* QDeclarativeDebug: Remove unused fileKai Koehne2011-02-141-1/+0
| | | | | Got added in 5336e1838a95d97. (cherry picked from commit 111e306c9991a0d89b0001b476e466891974945f)
* QDeclarativeDebug: Move Tcp server to separate pluginKai Koehne2011-02-141-3/+1
| | | | | Reviewed-by: Christiaan Janssen (cherry picked from commit 21016c3b28674029a2a205da38f54e362e3635b9)
* QDeclarativeDebug: Move networking code out of QDeclarativeDebugServerKai Koehne2011-02-141-2/+6
| | | | | | | | Move socket handling code out of QDeclarativeDebugServer into a QDeclarativeDebugServer(Tcp)Connection class. Reviewed-by: Christiaan Janssen (cherry picked from commit 5336e1838a95d97d34863b668ff797582c226e79)
* QDeclarativeDebug: Decouple QDDServer, QDDService classesKai Koehne2011-02-141-2/+5
| | | | | | Move QDeclarativeDebugServer class into it's own files and make the classes less interdependent. (cherry picked from commit 5d251ef253065d68967ae3263b3cf7f1d93d7a00)
* 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