Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 1 | -1/+1 |
|\ | |||||
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Rewrite/cache bindings created by PropertyChanges. | Michael Brasser | 2010-12-17 | 1 | -0/+3 |
|/ | | | | | | | This provides a significant optimization for initial evaluation of bindings specified in a PropertyChanges. Reviewed-by: Aaron Kennedy | ||||
* | Fix warnings | Thomas Zander | 2010-09-16 | 1 | -1/+1 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-06-25 | 1 | -1/+11 |
|\ | |||||
| * | Allow custom parsers to handle attached properties | Aaron Kennedy | 2010-06-25 | 1 | -1/+11 |
| | | | | | | | | QTBUG-11283 | ||||
* | | Test ListElement type via type system, not string comparison. | Warwick Allison | 2010-06-25 | 1 | -0/+2 |
|/ | | | | | Task-number: QTBUG-11222 Reviewed-by: Aaron Kennedy | ||||
* | 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. |