Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve error messages, especially on embedded. | Warwick Allison | 2010-04-20 | 1 | -1/+3 |
| | | | | | | With embedded, it is often the case that some QT_NO_* features are turned off (eg. QT_NO_XMLPATTERNS), which in turn leads to QML types not being available. | ||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -2/+2 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Allow enum constants as list element properties. | Warwick Allison | 2010-03-17 | 1 | -0/+7 |
| | | | | Task-number: QTBUG-5974 | ||||
* | Document - and use - the qmlRegisterXXX template functions | mae | 2010-03-10 | 1 | -1/+2 |
| | | | | This commit removes the obsolete QML_REGISTER_TYPE macros. | ||||
* | Make QDeclarativeMetaType and QDeclarativeType private | Aaron Kennedy | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+142 |
QDeclarativeXXX. |