Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't export declarative private classes | Martin Jones | 2010-07-01 | 1 | -1/+1 |
| | | | | | Those required by creator are still exported. Everything else is no longer exported. | ||||
* | Make QDeclarativeParserStatus method pure virtual to encourage right code. | Warwick Allison | 2010-04-30 | 1 | -0/+1 |
| | | | | | Fix all code to be right, except multimedia. Currently, it's not *required* that types work without componentComplete, so not vital. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+95 |
QDeclarativeXXX. |