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 | ||||
* | | Support property/method versions in QML | Martin Jones | 2011-01-05 | 1 | -1/+0 |
|/ | | | | | | | | Use metaobject revisioning to exclude properties/revisions added in later versions from interfering with earlier versions. Task-number: QTBUG-13451 Reviewed-by: Aaron Kennedy | ||||
* | Fix parent bug for QDeclarativeOpenMetaObject | Marco Bubke | 2010-11-18 | 1 | -0/+2 |
| | | | | | | The dynamic meta object was not called because no parent meta object was called. Reviewed-By: Aaron Kennedy | ||||
* | Ensure dataChanged doesn't force request for unwanted data in QML views. | Martin Jones | 2010-08-03 | 1 | -0/+12 |
| | | | | | | | | If a model emits dataChanged() every role was be updated, rather than just the roles required. Now only roles which have been used are updated. Task-number: QTBUG-12598 Reviewed-by: Michael Brasser | ||||
* | Don't unnecessarily regenerate property cache | Aaron Kennedy | 2010-04-28 | 1 | -1/+1 |
| | | | | Improves compilation:boomblock benchmark by 22% | ||||
* | Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeData | Aaron Kennedy | 2010-04-15 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | Fix crash in QDeclarativePropertyMap. | Michael Brasser | 2010-03-29 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-9439 | ||||
* | Don't emit QDeclarativePropertyMap::valueChanged() before the value has | Michael Brasser | 2010-03-29 | 1 | -0/+10 |
| | | | | | | changed. Task-number: QTBUG-9386 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+355 |
QDeclarativeXXX. |