Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement property versioning inside the declarative engine | Aaron Kennedy | 2011-01-27 | 1 | -3/+34 |
| | | | | Task-number: QTBUG-13451 | ||||
* | 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 | ||||
* | | Support property/method versions in QML | Martin Jones | 2011-01-05 | 1 | -1/+3 |
|/ | | | | | | | | Use metaobject revisioning to exclude properties/revisions added in later versions from interfering with earlier versions. Task-number: QTBUG-13451 Reviewed-by: Aaron Kennedy | ||||
* | Improve consistency in handling of aliases, bindings and value types | Aaron Kennedy | 2010-11-29 | 1 | -0/+1 |
| | | | | Task-number: QTBUG-13719 | ||||
* | Correctly splice properties from derived metaobjects together | Aaron Kennedy | 2010-10-14 | 1 | -2/+7 |
| | | | | Task-number: QTBUG-14449 | ||||
* | Connect property alias change signals on use | Aaron Kennedy | 2010-10-07 | 1 | -3/+6 |
| | | | | Task-number: QTBUG-14089 | ||||
* | Add some Q_AUTOTEST_EXPORTs | Aaron Kennedy | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | Don't unnecessarily regenerate property cache | Aaron Kennedy | 2010-04-28 | 1 | -0/+1 |
| | | | | Improves compilation:boomblock benchmark by 22% | ||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -3/+3 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Remove more accidentally submitted code | Aaron Kennedy | 2010-03-11 | 1 | -1/+0 |
| | |||||
* | Doc | Aaron Kennedy | 2010-03-10 | 1 | -3/+3 |
| | |||||
* | Remove accidentally submitted code | Aaron Kennedy | 2010-03-10 | 1 | -8/+1 |
| | |||||
* | Unify binding optimizer and QtScript binding signal management logic | Aaron Kennedy | 2010-03-10 | 1 | -5/+14 |
| | |||||
* | Move private QDeclarativeMetaProperty functions into the private class | Aaron Kennedy | 2010-02-25 | 1 | -1/+1 |
| | | | | | | We don't want to allow manipulation of bindings and signal properties through the public API. Equivalents of the public functions now exist in QDeclarativeMetaPropertyPrivate for internal use. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+196 |
QDeclarativeXXX. |