summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeanchors.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Compiler warnings (unused variables).Bjørn Erik Nilsen2010-06-211-3/+0
|
* Always integer align anchor center pointsAaron Kennedy2010-06-031-12/+36
| | | | | This dramatically reduces the number of items that are half pixel aligned and thus render poorly.
* Fix horizontal/verticalCenter anchors bug.Yann Bodson2010-05-261-17/+17
| | | | | Task-number: QTBUG-10999 Reviewed-by: Michael Brasser
* Remove obsolete doc groupings.Michael Brasser2010-05-041-1/+0
|
* Minor internal anchor refactoring.Michael Brasser2010-04-191-52/+52
|
* Bring support of anchors in QML for QGraphicsWidget derived classes.Alexis Menard2010-04-141-52/+92
| | | | | | | | | | | This commit add a extension object to bring the anchors property for a QGraphicsWidget. The actual implement uses a separate object for storing the anchor pointer. In the future it would be nice if the extension object is the anchor itself. Also there are two connects extra for QGraphicsWidget one can perhaps disappear with a later commit. Only baseline case is not supported because QGraphicsWidget don't have any concept of baseline. Reviewed-by:akennedy
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-2/+2
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Fix compilation on Symbian winscwJoona Petrell2010-04-011-2/+2
| | | | | Task-number: Reviewed-by: Aaron Kennedy
* Minor anchors.fill optimization.Michael Brasser2010-03-091-2/+8
| | | | Task-number: QT-716
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+1059
QDeclarativeXXX.