summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicspainteditem_p.h
Commit message (Collapse)AuthorAgeFilesLines
* fix includesOswald Buddenhagen2009-12-031-2/+1
| | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
* Change from scaling/zooming by zoomFactor to instead use painter scaling.Warwick Allison2009-12-021-1/+7
| | | | Uses a fixed zoomFactor of 4 to allow sufficient sub-"pixel" precision.
* Fix painting onto devices with no system clip (eg. pixmaps).Warwick Allison2009-11-201-3/+4
| | | | Move pixelCacheSize to PaintedItem (remove its "cacheSize").
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
| | | | as it breaks reinstalling the module against existing Qt.
* Distinguish between tranform smoothness (from Item) and smoothnessWarwick Allison2009-11-101-0/+4
| | | | of the painted chunks (often want the latter not the former).
* Rename fx -> graphicsitemsAaron Kennedy2009-10-301-0/+104