Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mitigate private header problems in QtCreator by adding semi-private API | Kai Koehne | 2010-09-22 | 1 | -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 -> QDeclarativeDebugTrace | Aaron Kennedy | 2010-05-27 | 1 | -2/+2 |
| | |||||
* | Improve QML framerate debugging | Aaron Kennedy | 2010-05-27 | 1 | -2/+4 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -8/+8 |
| | | | | QDeclarativeXXX. | ||||
* | clean up project files | Oswald Buddenhagen | 2009-12-03 | 1 | -10/+14 |
| | |||||
* | Make private headers _p | Aaron Kennedy | 2009-10-30 | 1 | -5/+5 |
| | |||||
* | Rename QmlDebugServerPlugin -> QmlDebugService | Aaron Kennedy | 2009-07-13 | 1 | -2/+2 |
| | |||||
* | Start moving debugger out of process | Aaron Kennedy | 2009-07-13 | 1 | -12/+6 |
| | |||||
* | Move canvas scene snapshot out of in-process debugger | Aaron Kennedy | 2009-05-26 | 1 | -2/+0 |
| | |||||
* | Add basic client/server debugging support | Aaron Kennedy | 2009-05-25 | 1 | -2/+8 |
| | | | | The canvas framerate monitor now uses this support. | ||||
* | Add canvas debugger module | Aaron Kennedy | 2009-05-08 | 1 | -2/+4 |
| | |||||
* | Add expression watcher support | Aaron Kennedy | 2009-05-08 | 1 | -2/+4 |
| | |||||
* | Tweak debugger watches | Aaron Kennedy | 2009-05-08 | 1 | -2/+4 |
| | |||||
* | Add property view to the debugger | Aaron Kennedy | 2009-05-07 | 1 | -2/+4 |
| | |||||
* | Add a QmlDebuggerStatus interface elements can use to interact with the debugger | Aaron Kennedy | 2009-05-07 | 1 | -2/+4 |
| | |||||
* | Beginings of an experimental QML debugger view | Aaron Kennedy | 2009-05-06 | 1 | -0/+3 |