summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxtext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clipping bug in QFxText when text is larger than item's rect.Andreas Aardal Hanssen2009-09-221-1/+1
* Renaming: QFxView -> QmlViewYann Bodson2009-09-221-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-171-11/+3
|\
| * Experiment with implicitWidth and implicitHeight functions.Michael Brasser2009-09-161-11/+3
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-141-8/+10
|\ \ | |/
| * Ensure text size changes when text is made empty, or elides to empty.Warwick Allison2009-09-111-11/+10
* | Text now has one line of implicit height when it has zero lines of textAlan Alpert2009-09-101-2/+3
|/
* Rename positioners.Warwick Allison2009-08-241-2/+2
* Add font doc to TextInput and TextEdit.Yann Bodson2009-08-201-1/+1
* Update documentation regarding font.pointSizeYann Bodson2009-08-201-12/+12
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-08-191-29/+0
|\
| * doc cleanupYann Bodson2009-08-191-29/+0
* | Text-related API updates after reviewMichael Brasser2009-08-191-4/+4
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-08-181-2/+0
|\
* | Some Text cleanup.Michael Brasser2009-08-181-7/+6
|/
* Get rid of QmlFont and use the QFont value type instead.Michael Brasser2009-08-141-21/+17
* Rename layouts to positionersAlan Alpert2009-08-131-2/+2
* DocumentationYann Bodson2009-08-101-0/+13
* Move the 'smooth' property to QFxItemYann Bodson2009-08-031-15/+0
* Remove paintContents.Michael Brasser2009-07-311-10/+10
* More QFxItem cleanup.Michael Brasser2009-07-301-2/+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
* CompileEskil Abrahamsen Blomfeldt2009-07-171-16/+16
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-101-4/+99
|\
| * Add textFormat property to the Text element.Michael Brasser2009-07-061-2/+73
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-021-0/+25
| |\
| | * Add smooth property to Text element.Yann Bodson2009-07-021-0/+25
| * | Make performance logging classes private.Michael Brasser2009-07-021-1/+1
| |/
* | Merge branch 'kinetic-declarativeui' into kinetic-declarativeui-gvAaron Kennedy2009-06-241-1/+0
|\ \ | |/
| * Only objects or lists of objects can be default properties.Michael Brasser2009-06-221-1/+0
* | Remove simple canvasAaron Kennedy2009-06-231-7/+0
* | Remove OpenGL support from Fluid UI primitivesAaron Kennedy2009-06-191-88/+0
|/
* 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
* Merge branch 'kinetic-declarativeui-pixmapopt' of git@scm.dev.nokia.troll.no:...Michael Brasser2009-05-291-26/+28
|\
| * Switch from QImage to QPixmap, to allow OpenVG optimization.Warwick Allison2009-05-251-26/+28
* | Remove extraneous semicolons.Martin Jones2009-05-261-1/+1
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-05-221-1/+0
|\
| * 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