diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2011-09-15 08:53:59 (GMT) |
---|---|---|
committer | Lars Knoll <lars.knoll@nokia.com> | 2011-09-15 08:53:59 (GMT) |
commit | ead8dff4884d6081683b8281db69062413950673 (patch) | |
tree | 381b96a62bdeed1c3b261963de2694718c50025c /dist | |
parent | 36045c4b68f7b3771d18da397590eee5ae4f3c6f (diff) | |
download | Qt-ead8dff4884d6081683b8281db69062413950673.zip Qt-ead8dff4884d6081683b8281db69062413950673.tar.gz Qt-ead8dff4884d6081683b8281db69062413950673.tar.bz2 |
Updated Changelog
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.8.0 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0 index b8e3842..b36f1ee 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 * |