Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix QT_NO_TEXTSTREAM compilation errors. | Tasuku Suzuki | 2010-05-31 | 1 | -0/+2 |
| | | | | | Merge-request: 647 Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com> | ||||
* | Fix AnchorChanges to work with parent.right. | Michael Brasser | 2010-04-20 | 1 | -2/+3 |
| | | | | | | | "parent" needs to be evaluated with the AnchorChanges target as the scope object. Task-number: QTBUG-5338 | ||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -2/+2 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Add AnchorAnimation for animating AnchorChanges. | Michael Brasser | 2010-03-11 | 1 | -18/+8 |
| | | | | Task-number: QT-2825 | ||||
* | Rename QDeclarativeMetaProperty -> QDeclarativeProperty | Aaron Kennedy | 2010-02-25 | 1 | -11/+11 |
| | | | | There's nothing meta about our properties. | ||||
* | Make more private QDeclarativeMetaProperty methods private | Aaron Kennedy | 2010-02-25 | 1 | -3/+4 |
| | |||||
* | Move private QDeclarativeMetaProperty functions into the private class | Aaron Kennedy | 2010-02-25 | 1 | -5/+5 |
| | | | | | | 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/+282 |
QDeclarativeXXX. |