summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-10-26 14:02:01 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-10-26 14:02:01 (GMT)
commit54b2bbc8f4c97dbcbbaedc4fa2c57a939094a6fe (patch)
tree3494ab485bde5172b26c7032c59df27c4f82c1ac
parent65f5b6b4bb21c8d7062bbb950a5b4b53153d288f (diff)
parentc47b2e9c5fc43ef9c55c8ee884e83a33da00ae0b (diff)
downloadQt-54b2bbc8f4c97dbcbbaedc4fa2c57a939094a6fe.zip
Qt-54b2bbc8f4c97dbcbbaedc4fa2c57a939094a6fe.tar.gz
Qt-54b2bbc8f4c97dbcbbaedc4fa2c57a939094a6fe.tar.bz2
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging: Update changelog for Qt 4.8
-rw-r--r--dist/changes-4.8.07
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index a7e3966..56ed764 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -129,6 +129,7 @@ QtGui
- QUndoView: Allow different text for undo actions and items
- QCommonStyle: Fix overrides from the proxy style [QTBUG-20849]
- QWindowsVistaStyle: Draw CE_ProgressBarGroove correctly with PP_TRANSPARENTBAR.
+ - Removed obsolete -qt-gif configure option.
QtNetwork
---------
@@ -176,6 +177,11 @@ QtWebKit
QtSql
-----
- Update sqlite to 3.7.7.1
+ - QSqlField now initializes the type of its QVariant value to its own type.
+ - QSqlField's generated flag now controls generation of SQL insert/update/delete
+ in QSqlDriver::sqlStatement(). QSqlTableModel initializes the flag to false in
+ new edit records and sets it to true when a value is set. Applications can still
+ manipulate generated flags directly to control SQL generation. [QTBUG-13211]
QtSvg
-----
@@ -227,6 +233,7 @@ Qt for Windows
- The small 16x16 version of the default window icon is now being loaded
correctly from the IDI_ICON1 resource.
- Fixed version checking for untested versions of Windows. (QTBUG-20480)
+ - Qt libs on MinGW now come with pkg-config .pc files.
Qt for Mac OS X
---------------