summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativerectangle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Optimize Rectangle, Image, and Text creation.Michael Brasser2010-03-081-3/+0
|
* Fix painting Rectangle with radius < side/2.Martin Jones2010-03-031-6/+19
| | | | | | | | Falls back to using standard QPainter. Also avoid painting odd width borders between pixels, i.e. pixel align painting. Task-number: QTBUG-6675, QTBUG-8317, QTBUG-6786
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+466
QDeclarativeXXX.