diff options
author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-09-23 09:00:11 (GMT) |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-09-23 09:01:08 (GMT) |
commit | 77b9b5dc93662d505b2c69211d001e5672d8a2cb (patch) | |
tree | 3d06dc887f362a983d1acf7aac005685f00ab0ae /dist | |
parent | 979ab9bf9394210dc4812082fe40b083155447c5 (diff) | |
download | Qt-77b9b5dc93662d505b2c69211d001e5672d8a2cb.zip Qt-77b9b5dc93662d505b2c69211d001e5672d8a2cb.tar.gz Qt-77b9b5dc93662d505b2c69211d001e5672d8a2cb.tar.bz2 |
My Qt 4.7.1 changes
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.7.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/changes-4.7.1 b/dist/changes-4.7.1 index c8b26c2..fd5a9f2 100644 --- a/dist/changes-4.7.1 +++ b/dist/changes-4.7.1 @@ -40,6 +40,15 @@ QtCore QtGui ----- + - QGraphicsWidget + * [QTBUG-13188] Make sure a font that has propagated from a parent can + be set on a QPainter. + + + - QStaticText + * [QTBUG-12614] Fix crash with zero-width string. + * [QTBUG-12540] Fix rendering of large glyphs with OpenGL2 paint engine. + QtDBus ------ |