diff options
author | Mark Brand <mabrand@mabrand.nl> | 2011-10-26 10:59:31 (GMT) |
---|---|---|
committer | Sinan Tanilkan <sinan.tanilkan@nokia.com> | 2011-10-26 10:59:31 (GMT) |
commit | c47b2e9c5fc43ef9c55c8ee884e83a33da00ae0b (patch) | |
tree | 4f72f1f726922f1c223b6efba05a20f50204b8ba /dist | |
parent | eee1dfea9391ce0a163a241b26b3c2f069cbbe48 (diff) | |
download | Qt-c47b2e9c5fc43ef9c55c8ee884e83a33da00ae0b.zip Qt-c47b2e9c5fc43ef9c55c8ee884e83a33da00ae0b.tar.gz Qt-c47b2e9c5fc43ef9c55c8ee884e83a33da00ae0b.tar.bz2 |
Update changelog for Qt 4.8
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.8.0 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0 index 0d494ab..17caec6 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 --------- @@ -175,6 +176,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 ----- @@ -226,6 +232,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 --------------- |