Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test failures | Aaron Kennedy | 2010-03-17 | 1 | -1/+1 |
| | |||||
* | Optimization: Reduce unnecessary QObject allocations | Aaron Kennedy | 2010-03-17 | 1 | -18/+17 |
| | |||||
* | Optimization: Use linked list for context children | Aaron Kennedy | 2010-03-12 | 1 | -12/+12 |
| | |||||
* | Compile without QVariant::EasingCurve in Qt 4.6.2. | Warwick Allison | 2010-03-04 | 1 | -2/+2 |
| | |||||
* | Rename QDeclarativeMetaProperty -> QDeclarativeProperty | Aaron Kennedy | 2010-02-25 | 1 | -3/+3 |
| | | | | There's nothing meta about our properties. | ||||
* | Move private QDeclarativeMetaProperty functions into the private class | Aaron Kennedy | 2010-02-25 | 1 | -1/+3 |
| | | | | | | 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. | ||||
* | Make QDeclarativeMetaType and QDeclarativeType private | Aaron Kennedy | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+456 |
QDeclarativeXXX. |