summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-09-19 04:12:35 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2011-09-19 04:12:35 (GMT)
commit5055f13683dd0670d62a81e61bf097fd220f0d42 (patch)
tree1cf10d701b6d6ba5fffe9a2267ecf894d505e1bd /dist
parentfc602cb1737e58b4b814c4a799fa2a68acb6dbcd (diff)
parent53d9e3620ede7492c141402d9365d5c0dd7c10fd (diff)
downloadQt-5055f13683dd0670d62a81e61bf097fd220f0d42.zip
Qt-5055f13683dd0670d62a81e61bf097fd220f0d42.tar.gz
Qt-5055f13683dd0670d62a81e61bf097fd220f0d42.tar.bz2
Merge remote branch 'origin/4.8' into doc-staging-master
Conflicts: dist/changes-4.8.0
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.8.09
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index 8e3b97a..27c6774 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -65,6 +65,7 @@ QtCore
- 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
- Fix QProcess emitting two started signals on X11 [QTBUG-7039]
+ - QLocale: added locale dependent to{Upper,Lower} string conversions
QtGui
-----
@@ -88,6 +89,8 @@ QtGui
- Fixed several bidi reordering bugs.
- Make HTML exported from QTextDocument containing empty lines more compliant.
- Include font pixel size when exporting HTML from QTextDocument.
+ - 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.
@@ -134,6 +137,10 @@ QtScript
--------
- Deprecated qScriptValueFromQMetaObject, qScriptValueToValue, qScriptValueFromValue
+QtDBus
+------
+ - Added a method that returns the local machine ID
+
QtSql
-----
- Update sqlite to 3.7.7.1
@@ -299,6 +306,8 @@ Qt for Windows CE
* Fix handling of DEFINES from .prl files. (QTBUG-16024)
* Fix the language settings generated Windows resource files.
(QTBUG-12249)
+ * Implemented "aux" template that allows making use of the INSTALLS variable
+ without building anything. Needed for projects with QML entry point.
- configure
* The endianness for Windows is always set to little endian.