summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxanchors.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make QFxAnchorLine private and internalAaron Kennedy2009-08-051-0/+3
* Add baselineOffset to anchors.Michael Brasser2009-07-311-1/+17
* Rename centeredIn to centerIn.Michael Brasser2009-07-311-24/+24
* QFxItem cleanup.Michael Brasser2009-07-291-1/+13
* remove itemParent() and related.Lars Knoll2009-07-291-29/+29
* Allow span of versions to be defined, not just one.Warwick Allison2009-07-231-1/+1
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-1/+1
* Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-201-1/+0
* Reset fill and centeredIn when they are set to a null pointer.Michael Brasser2009-07-161-2/+8
* Fix crash in anchors.Michael Brasser2009-07-161-3/+3
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-101-19/+24
|\
| * Change geometry-related properties from int to qreal.Michael Brasser2009-06-301-13/+12
| * Cut down on the number of false positives for anchoring looping.Michael Brasser2009-06-291-6/+6
| * Make sure we update when anchor margins/offsets change.Michael Brasser2009-06-261-0/+6
* | Merge branch 'kinetic-declarativeui' into kinetic-declarativeui-gvAaron Kennedy2009-06-241-45/+79
|\ \ | |/
| * Fix anchor resetting and prevent illegal anchors.Michael Brasser2009-06-221-45/+79
* | Make QSimpleCanvasItem inherit QGraphicsObjectAaron Kennedy2009-06-231-2/+2
|/
* Warn when trying to anchor to non-sibling/non-parent.Michael Brasser2009-06-091-2/+12
* Remove extraneous semicolons.Martin Jones2009-05-261-1/+1
* Add support for baseline anchoring.Michael Brasser2009-05-221-4/+48
* Make sure Flippable updates its back transform correctly.Michael Brasser2009-05-191-1/+0
* Add missing clearItem() flagAaron Kennedy2009-05-191-1/+3
* Simplify (hopefully) anchors, and make them less reliant on signalsAaron Kennedy2009-05-181-435/+282
* Add support for removing anchors.Michael Brasser2009-05-111-126/+218
* Add simple loop detection to anchoring system.Michael Brasser2009-05-111-72/+120
* docWarwick Allison2009-05-011-2/+2
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-5/+5
* Merge in changes to old kinetic-dui branch.Michael Brasser2009-04-231-1/+1
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+857