Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers to release version. | Jason McDonald | 2010-10-18 | 1 | -13/+13 |
| | |||||
* | 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. |