summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxtext.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix OpenGL texture access issuesAaron Kennedy2009-06-091-6/+13
|
* Use POT textures onlyAaron Kennedy2009-06-031-6/+7
|
* OpenGL perf improvementsAaron Kennedy2009-06-031-82/+10
|
* Make compile under Open GL ES 2.Michael Brasser2009-05-291-1/+1
| | | | We will need to optimize the pixmap.toImage calls.
* Merge branch 'kinetic-declarativeui-pixmapopt' of ↵Michael Brasser2009-05-291-26/+28
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Switch from QImage to QPixmap, to allow OpenVG optimization.Warwick Allison2009-05-251-26/+28
| | | | | | | | | | | | | | 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.
* | Remove extraneous semicolons.Martin Jones2009-05-261-1/+1
|/ | | | Caused massive number of warnings with winscw
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-221-1/+0
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * fix warningsWarwick Allison2009-05-211-1/+0
| |
* | Add support for baseline anchoring.Michael Brasser2009-05-221-4/+0
|/
* Don't recreate text layout everytime it is used.Michael Brasser2009-05-191-12/+6
|
* Clip text drawing to bounding rectAaron Kennedy2009-05-151-0/+9
|
* docWarwick Allison2009-05-011-14/+14
|
* Documentation work.Michael Brasser2009-04-301-28/+22
|
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-17/+17
|
* Documentation fixes.Michael Brasser2009-04-241-2/+0
| | | | | Reduce the number of warnings from qdoc. \todo's have been made into tasks instead.
* 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/+958