summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativerectangle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use Pen with Qt::MiterJoin when drawing Rectangles with gradientsBea Lam2010-06-231-0/+1
| | | | Task-number: QTBUG-11624
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-021-1/+3
| | | | examples from class docs and improve assorted docs
* Document issues with rectangle border width of 1 where clipping is usedBea Lam2010-05-311-2/+14
|
* Improve gradient docsAlan Alpert2010-05-261-0/+4
|
* Fix Gradient doc snippet.Yann Bodson2010-05-261-5/+1
|
* Work around rendering bug in Rectangle.Michael Brasser2010-05-201-1/+3
| | | | Task-number: QTBUG-10765
* Compile on OSX, hopefully.Martin Jones2010-04-281-0/+1
|
* Alpha needs to be part of rectangle cache key.Martin Jones2010-04-281-4/+6
|
* Share Rectangle pixmap caches between items.Martin Jones2010-04-281-29/+43
|
* Doc fixesBea Lam2010-04-281-5/+13
|
* Workaround no longer needed.Michael Brasser2010-04-221-3/+1
|
* Add some padding to Rectangles with border to avoid qDrawBorderPixmap() bug.Martin Jones2010-04-191-1/+3
| | | | Task-number: QTBUG-5689
* Speed up Rectangle creation with pen or gradient slightlyMartin Jones2010-04-191-2/+9
|
* Doc: update Rectangle smooth painting screenshot.Yann Bodson2010-04-121-0/+1
|
* 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 Rectangle::gradient rotation doc.Martin Jones2010-04-011-2/+1
| | | | Task-number: QTBUG-9553
* Build Fix and port to new width and height propertiesAlexis Menard2010-03-251-1/+1
| | | | Reviewed-by:Martin Jones
* 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.