summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfximage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renaming: QFxView -> QmlViewYann Bodson2009-09-221-1/+1
* Don't need to save and restore painter for tiling.Michael Brasser2009-09-111-5/+0
* Use drawTiledPixmap for tiling.Michael Brasser2009-09-111-30/+6
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-08-181-18/+16
|\
| * No need to copy pixmap.Michael Brasser2009-08-171-18/+16
* | Doc cleanup.Yann Bodson2009-08-171-8/+0
|/
* Clearer name for two PreserveAspect modes.Warwick Allison2009-08-101-4/+5
* Add a PreserveAspectFill mode (needs a better name)Yann Bodson2009-08-101-0/+9
* DocumentationYann Bodson2009-08-101-0/+13
* Add new class QFxBorderImage.Yann Bodson2009-08-091-89/+50
* Start moving code from QFxImage to QFxImageBaseYann Bodson2009-08-071-289/+42
* Add new class QFxImageBaseYann Bodson2009-08-071-3/+3
* Start refactoring QFxPixmap so it isn't as slow to use.Michael Brasser2009-08-071-7/+29
* Add support for CSS-like horizontalTileRule and verticalTileRule to ScaleGrid.Yann Bodson2009-08-061-54/+6
* Move the 'smooth' property to QFxItemYann Bodson2009-08-031-39/+1
* DocumentationYann Bodson2009-08-011-2/+2
* Other minor API review changes.Warwick Allison2009-07-311-10/+10
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-311-26/+26
|\
| * Remove paintContents.Michael Brasser2009-07-311-24/+24
* | tile/preservseAspect are now fillModeWarwick Allison2009-07-311-84/+123
|/
* More QFxItem cleanup.Michael Brasser2009-07-301-4/+2
* Allow span of versions to be defined, not just one.Warwick Allison2009-07-231-1/+1
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-1/+1
* Remove an unused method in QFxItemLars Knoll2009-07-221-6/+0
* Add missing docs.Michael Brasser2009-07-201-0/+6
* CompileEskil Abrahamsen Blomfeldt2009-07-171-8/+11
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-171-38/+0
|\
| * Remove non-functioning opaque property.Michael Brasser2009-07-171-38/+0
* | Add a preserveAspect property to ImageAaron Kennedy2009-07-171-2/+31
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-101-1/+1
|\
| * Make performance logging classes private.Michael Brasser2009-07-021-1/+1
* | Merge branch 'kinetic-declarativeui' into kinetic-declarativeui-gvAaron Kennedy2009-06-241-3/+6
|\ \ | |/
| * Fix issue with render hints not being restored properly.Michael Brasser2009-06-241-3/+6
* | Remove simple canvasAaron Kennedy2009-06-231-8/+0
* | Remove OpenGL support from Fluid UI primitivesAaron Kennedy2009-06-191-358/+0
|/
* Ensure image loads are cencelled if item destroyed.Warwick Allison2009-06-191-6/+11
* Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-101-8/+7
* Compile fix for !QFX_RENDER_OPENGLThomas Hartmann2009-06-091-0/+2
* Fix OpenGL texture access issuesAaron Kennedy2009-06-091-44/+56
* Share GL textures where possibleAaron Kennedy2009-06-041-23/+34
* Cleanup private class member namesAaron Kennedy2009-06-041-67/+67
* Use POT textures onlyAaron Kennedy2009-06-031-7/+7
* Render items with z-order, and render opaque objects first.Aaron Kennedy2009-06-031-1/+4
* OpenGL perf improvementsAaron Kennedy2009-06-031-198/+150
* Make compile under Open GL ES 2.Michael Brasser2009-05-291-1/+1
* Merge branch 'kinetic-declarativeui-pixmapopt' of git@scm.dev.nokia.troll.no:...Michael Brasser2009-05-291-20/+17
|\
| * Switch from QImage to QPixmap, to allow OpenVG optimization.Warwick Allison2009-05-251-20/+17
* | Don't really need QPainter::save/restore for render hint mods.Martin Jones2009-05-271-6/+4
* | Remove extraneous semicolons.Martin Jones2009-05-261-1/+1
|/
* Cleanup and fixes for performance logging.Michael Brasser2009-05-201-0/+3