Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Reduce amount of qmldir parsing | mae | 2010-03-19 | 1 | -1/+3 |
| | | | | | This is done by storing the parsed components (QDeclarativeDirComponents). There's still potential for optimization (QT-617) | ||||
* | Fix local type lookup | mae | 2010-03-19 | 1 | -2/+4 |
| | | | | | | This change removes the hacky final baseUrl+TypeName+".qml" lookup. In order to still support internal files in remote modules, a new qmldir keyword "internal" is introduced. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+125 |
QDeclarativeXXX. |