summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxrect_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Rect cleanup.Michael Brasser2009-09-161-1/+1
|
* Provide some color manipulation functions.Michael Brasser2009-09-021-1/+0
| | | | | These may not be the final location for these, but it allows us to start testing.
* Move paint margin functionality to QFxRect.Michael Brasser2009-07-301-4/+12
|
* Remove OpenGL support from Fluid UI primitivesAaron Kennedy2009-06-191-10/+0
|
* Make the default rect color whiteAaron Kennedy2009-06-161-1/+1
|
* Compile fix for !QFX_RENDER_OPENGLThomas Hartmann2009-06-091-2/+5
| | | | | | | Some QFX_RENDER_OPENGL guards were missing and getPen had to be replaced with d->pen in some places Reviewed-by: Kai Koehne
* Share GL textures where possibleAaron Kennedy2009-06-041-2/+2
|
* Cleanup private class member namesAaron Kennedy2009-06-041-13/+13
|
* Merge branch 'kinetic-declarativeui-pixmapopt' of ↵Michael Brasser2009-05-291-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Switch from QImage to QPixmap, to allow OpenVG optimization.Warwick Allison2009-05-251-1/+1
| | | | | | | | | | | | | | Switch QFxPixmap to use QPixmapCache, not own partial QImage cache. OpenGL prefers QImage for optimization, but that optimization is only partially preserved (QFxPixmap deals ONLY with QPixmap now). Opaque QFxPixmap no longer available.
* | Better gradient support for Rect.Martin Jones2009-05-271-2/+4
|/
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-1/+1
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+107