summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativepainteditem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove some unnecessary includes in cpp filesAaron Kennedy2010-10-081-1/+0
|
* Improve QML text rendering when LCD smoothing is enabled for OS X.Michael Brasser2010-07-191-0/+16
| | | | | | | | | | | | | Text in QML is always painted into a pixmap, and with sub-pixel antialiasing enabled this produced incorrect results. This patch is a temporary fix until QTBUG-12252 and/or QTBUG-7747 can be properly addressed in a patch release. In the worst case, if using QML and QPainters are being constructed in a non-GUI thread, this patch could potentially turn off sub-pixel antialiasing for them. Task-number: QTBUG-11002 Reviewed-by: Aaron Kennedy Reviewed-by: Eskil Abrahamsen Blomfeldt
* Fix and better test Text / TextEdit alignments.Warwick Allison2010-06-231-2/+2
| | | | | | Various clipping and refresh bugs. Task-number: QTBUG-11492
* Fix TextEdit clipping when not wrapped. Rename most-useful-wrap-mode to "Wrap".Warwick Allison2010-05-261-4/+13
|
* Call QDeclarativeItem::geometryChanged() base implementationAaron Kennedy2010-05-061-0/+2
|
* Fix qdoc errorsBea Lam2010-05-051-1/+1
|
* Optimization for QDeclarativePaintedItem.Michael Brasser2010-05-041-11/+16
|
* 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.
* Build Fix and port to new width and height propertiesAlexis Menard2010-03-251-2/+2
| | | | Reviewed-by:Martin Jones
* Make QDeclarativeItem NOTIFY signals canonicalJoona Petrell2010-03-091-2/+2
| | | | | Task-number: QTBUG-7193 Reviewed-by: akennedy
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+466
QDeclarativeXXX.