summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-09-15 10:53:59 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-09-15 10:53:59 +0200
commitead8dff4884d6081683b8281db69062413950673 (patch)
tree381b96a62bdeed1c3b261963de2694718c50025c /dist
parent36045c4b68f7b3771d18da397590eee5ae4f3c6f (diff)
downloadqt4-tools-ead8dff4884d6081683b8281db69062413950673.tar.gz
Updated Changelog
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.8.08
1 files changed, 7 insertions, 1 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index b8e3842fc7..b36f1eeb70 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -58,6 +58,7 @@ QtCore
- QUrl: add method for retrieving effective top level domain [QTBUG-13601] (MR-1205)
- optimised performance of QFileInfo, QDir, QDirIterator, these classes now share metadata and access the filesystem less
- QFile: new open() overloads allow control over whether QFile should close an adopted file handle or not
+ - QLocale: added locale dependent to{Upper,Lower} string conversions
QtGui
-----
@@ -77,6 +78,8 @@ 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]
+ - QPainter: Added a fast stroking algorithm for thin (< 1px wide) aliased and antialiased
+ lines, giving a huge improvement in drawing speed for certain cases
- 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.
@@ -119,9 +122,12 @@ QtScript
--------
- Deprecated qScriptValueFromQMetaObject, qScriptValueToValue, qScriptValueFromValue
+QtDBus
+------
+ - Added a method that returns the local machine ID
+
QtSql
-----
-
- Update sqlite to 3.7.7.1
****************************************************************************
* Database Drivers *