summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfximage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with render hints not being restored properly.Michael Brasser2009-06-241-3/+6
* 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
* Better looking scale grid painting at small sizes.Michael Brasser2009-05-181-14/+22
* Have scale grid images degrade a bit nicer.Michael Brasser2009-05-141-2/+2
* qdoc: Fixed some qdoc errors.Martin Smith2009-05-111-1/+1
* Make sure cancelling image loading cancels progress reporting.Martin Jones2009-05-071-2/+2
* Don't crashMartin Jones2009-05-071-13/+13
* Viewing the same image twice showed no image the second time.Martin Jones2009-05-071-0/+11
* Add progress reporting to Image and use it in the flickr demo.Martin Jones2009-05-071-3/+66
* Doc fix - Image::src has been renamed to QFxImage::sourceKai Koehne2009-05-051-2/+2
* More doc conversion and cleanup.Michael Brasser2009-05-051-2/+2
* docWarwick Allison2009-05-011-13/+15
* Format conversion.Martin Jones2009-05-011-13/+12
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Smith2009-04-301-1/+1
|\
| * Documentation work.Michael Brasser2009-04-301-1/+1
* | qdoc: Corrected some qdoc warnings.Martin Smith2009-04-301-1/+1
|/
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-42/+42
* qdoc: Corrected some qdoc warnings.Martin Smith2009-04-281-4/+3
* Remove QFxItem::itemContext() method.Aaron Kennedy2009-04-271-4/+4
* Merge in changes to old kinetic-dui branch.Michael Brasser2009-04-231-1/+1
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+935