Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change to commercial license headers in preparation for release. | Jason McDonald | 2010-09-07 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | 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. |