Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update autotests | Alan Alpert | 2009-08-19 | 1 | -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 Allison | 2009-07-23 | 6 | -0/+12 |
| | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | Fix anchor resetting and prevent illegal anchors. | Michael Brasser | 2009-06-22 | 1 | -0/+26 |
| | |||||
* | Warn when trying to anchor to non-sibling/non-parent. | Michael Brasser | 2009-06-09 | 1 | -13/+6 |
| | |||||
* | Add support for baseline anchoring. | Michael Brasser | 2009-05-22 | 4 | -0/+74 |
| | |||||
* | Add a basic anchoring autotest. | Michael Brasser | 2009-05-19 | 2 | -2/+188 |
| | |||||
* | Add support for removing anchors. | Michael Brasser | 2009-05-11 | 1 | -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 Brasser | 2009-05-11 | 4 | -0/+81 |