summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/anchors
Commit message (Collapse)AuthorAgeFilesLines
* Renaming: QFxView -> QmlViewYann Bodson2009-09-221-7/+7
|
* Update autotestsAlan Alpert2009-08-191-3/+3
| | | | | | Not so much that they pass (or even run) of course. Just making the id change that was needed in the layouts test to all the other copy and pasted findItem functions.
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-236-0/+12
| | | | | Adjust examples and demos accordingly. As per QT-558
* Fix anchor resetting and prevent illegal anchors.Michael Brasser2009-06-221-0/+26
|
* Warn when trying to anchor to non-sibling/non-parent.Michael Brasser2009-06-091-13/+6
|
* Add support for baseline anchoring.Michael Brasser2009-05-224-0/+74
|
* Add a basic anchoring autotest.Michael Brasser2009-05-192-2/+188
|
* Add support for removing anchors.Michael Brasser2009-05-111-1/+1
| | | | | This makes it possible to remove an anchor that was previously set. Trying to set a new anchor after one was removed isn't working yet.
* Add simple loop detection to anchoring system.Michael Brasser2009-05-114-0/+81