Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
| | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me | ||||
* | Fix compilation on INTEGRITY | Rolland Dudemaine | 2011-02-22 | 1 | -1/+1 |
| | | | | | | | "Value" and "Object" are reserved words on INTEGRITY Merge-request: 1101 Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com> | ||||
* | 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/+9 |
|/ | | | | | | | This provides a significant optimization for initial evaluation of bindings specified in a PropertyChanges. Reviewed-by: Aaron Kennedy | ||||
* | Test ListElement type via type system, not string comparison. | Warwick Allison | 2010-06-25 | 1 | -0/+10 |
| | | | | | Task-number: QTBUG-11222 Reviewed-by: Aaron Kennedy | ||||
* | Improve error messages, especially on embedded. | Warwick Allison | 2010-04-20 | 1 | -0/+20 |
| | | | | | | 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. | ||||
* | Disallow nested elements in ListModel | Aaron Kennedy | 2010-04-07 | 1 | -0/+3 |
| | | | | QTBUG-6082 | ||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -4/+4 |
| | | | | | 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/+12 |
| | | | | Task-number: QTBUG-5974 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+263 |
QDeclarativeXXX. |