Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |