summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2011-09-15 07:09:18 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2011-09-15 07:09:18 (GMT)
commite402252b1babb6dad55a0413df58134e161d3ce8 (patch)
tree6c2e3879b1bbd30156eb2285aa610bf5f971d247 /dist
parent47cc8102def2e9b0c1dbc9ae4055fe595915e0e4 (diff)
downloadQt-e402252b1babb6dad55a0413df58134e161d3ce8.zip
Qt-e402252b1babb6dad55a0413df58134e161d3ce8.tar.gz
Qt-e402252b1babb6dad55a0413df58134e161d3ce8.tar.bz2
My 4.8.0 changes
Add the rest of my changes to the change log.
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.8.04
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index b8e3842..e1a2725 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -77,6 +77,9 @@ QtGui
like UltraLight. [QTBUG-19366]
- Visual text cursor movement behavior is added to QTextEdit and QLineEdit controls,
which can be used as an optional mode for bi-directional text editing. [QTBUG-13859]
+ - Fixed several bidi reordering bugs.
+ - Make HTML exported from QTextDocument containing empty lines more compliant.
+ - Include font pixel size when exporting HTML from QTextDocument.
- Fixed a rare race condition when showing toplevel windows on X11
- Accessibility: Fix potential crash in QDockWidget.
- Accessibility: Fix crash when asking for relations of child accessibles.
@@ -114,6 +117,7 @@ QtNetwork
- Including <QtOpenGL> will not work in combination with GLEW, as
QGLFunctions will undefine GLEW's defines.
- Optimize behavior of QGLTextureCache
+ - Support subpixel antialiasing when possible.
QtScript
--------