Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resetting bindings through debugger interface | Lasse Holmstedt | 2010-07-09 | 1 | -0/+1 |
| | | | | Reviewed-by: Aaron Kennedy | ||||
* | Allow the debugger to modify method bodies | Aaron Kennedy | 2010-07-08 | 1 | -0/+1 |
| | | | | QTBUG-11933 | ||||
* | Added SET_BINDING message to QDeclarative debugger protocol | Lasse Holmstedt | 2010-06-30 | 1 | -0/+1 |
| | | | | | | | The new message currently enables resetting bindings, literal values and signal handlers (onX: {...}) through the debugger. Reviewed-by: Roberto Raggi | ||||
* | Add object ids to the metadata provided in debugger classes. | Bea Lam | 2010-03-24 | 1 | -0/+1 |
| | |||||
* | Fixed private header include style to work when headers are installed. | Rohan McGovern | 2010-03-01 | 1 | -1/+1 |
| | | | | | | | | | | Private headers should include other private headers by: #include <private/qfoo_p.h> Using a relative path works during the build, but does not work when building other projects which attempt to use the installed private headers (e.g. unit tests for private classes). | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+121 |
QDeclarativeXXX. |