Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for tab and backtab in KeyNavigation | Yann Bodson | 2010-03-04 | 1 | -1/+12 |
| | | | | Task-number: QT-3046 | ||||
* | Fixed private header include style to work when headers are installed. | Rohan McGovern | 2010-03-01 | 1 | -2/+2 |
| | | | | | | | | | | 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/+471 |
QDeclarativeXXX. |