summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicstext.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-12-071-2/+0
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Revert 1dd1886390f56810f3fffbc66e823dca9132a89c - wasn't a leak.Martin Jones2009-12-041-2/+0
| |
* | Cleanup.Michael Brasser2009-12-041-15/+13
|/
* fix includesOswald Buddenhagen2009-12-031-4/+6
| | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
* Plug leak.Martin Jones2009-12-031-0/+7
|
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-3/+3
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* Remove include styles that rely on configure.Warwick Allison2009-12-011-1/+1
| | | | May help modularization (syncqt and configure are Qt-specific).
* Avoid clipping last pixel of text in QML in some casesEskil Abrahamsen Blomfeldt2009-11-131-1/+2
| | | | | | | | | We would floor the width of the text layout and clip the output to this, hence cutting away the last pixel of the text in cases where the text width was not pixel aligned. Task-number: QTBUG-5431 Reviewed-by: Gunnar
* remove unneeded constructorsYann Bodson2009-11-091-7/+0
|
* Remove "to" limit on minor version.Warwick Allison2009-11-051-1/+1
| | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* Don't rely on imprecise boundingRect for space around text for outlines.Warwick Allison2009-11-031-2/+2
| | | | Fixes tst_visual(flickable)
* Rename fx -> graphicsitemsAaron Kennedy2009-10-301-0/+840