Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | State doc fixes, improvements | Bea Lam | 2010-08-02 | 1 | -14/+1 |
| | | | | Task-number: QTBUG-12570 | ||||
* | Correctly apply PropertyChanges when entering an extended state | Michael Brasser | 2010-08-02 | 1 | -1/+3 |
| | | | | | | | | directly from the base state. Make sure qmlExecuteDeferred is called on the state being extended. Task-number: QTBUG-12559 | ||||
* | fixes, improvements for various docs and example code | Bea Lam | 2010-07-16 | 1 | -4/+20 |
| | |||||
* | Doc improvements: move some example code to snippets, add screenshots, | Bea Lam | 2010-06-09 | 1 | -2/+3 |
| | | | | other minor doc fixes | ||||
* | Move some example code into snippets/ and add other doc fixes | Bea Lam | 2010-06-09 | 1 | -7/+27 |
| | |||||
* | Ensure state operations assigned to the default state are triggered | Michael Brasser | 2010-06-07 | 1 | -0/+7 |
| | | | | | | when returning to that state. Task-number: QTBUG-11228 | ||||
* | 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 crash in ParentAnimation. | Michael Brasser | 2010-05-14 | 1 | -1/+2 |
| | | | | | | | | | | | copyOriginals plays with the order of the revertList, which messes up the assumptions of ParentAnimation. The full fix will require some rearchitecting of how the states and transitions handle "related" actions, but for now this fixes the crash. Reverting to the base state has also been fixed. Task-number: QTBUG-10671, QTBUG-10676 | ||||
* | Remove obsolete doc groupings. | Michael Brasser | 2010-05-04 | 1 | -1/+0 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Peter Yard | 2010-04-27 | 1 | -2/+2 |
|\ | |||||
| * | Fix AnchorChanges to work with parent.right. | Michael Brasser | 2010-04-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | "parent" needs to be evaluated with the AnchorChanges target as the scope object. Task-number: QTBUG-5338 | ||||
* | | Docs Changes to start page. Minor change to Elements doc. See also added to ↵ | Peter Yard | 2010-04-27 | 1 | -1/+1 |
|/ | | | | some elements docs. | ||||
* | Fix url resolution in PropertyChanges. | Michael Brasser | 2010-04-09 | 1 | -0/+12 |
| | | | | | | | | Make sure bindings in PropertyChanges resolve urls correctly. Also refactor the code so that PropertyChanges will always use the standard url resolution support provided by QDeclarativeProperty. Task-number: QTBUG-9571 | ||||
* | Document behavior of conflicting when clauses. | Michael Brasser | 2010-04-08 | 1 | -4/+14 |
| | | | | Task-number: QTBUG-9371 | ||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -8/+8 |
| | | | | | 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 | -29/+33 |
| | | | | Task-number: QT-2825 | ||||
* | Rename QDeclarativeMetaProperty -> QDeclarativeProperty | Aaron Kennedy | 2010-02-25 | 1 | -3/+3 |
| | | | | There's nothing meta about our properties. | ||||
* | Remove QDeclarativeMetaProperty::createProperty() method | Aaron Kennedy | 2010-02-25 | 1 | -4/+4 |
| | | | | | The behavior of createProperty() (to resolve dot properties) is now the behavior of the constructors. | ||||
* | Move private QDeclarativeMetaProperty functions into the private class | Aaron Kennedy | 2010-02-25 | 1 | -3/+4 |
| | | | | | | 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/+482 |
QDeclarativeXXX. |