diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-09-29 04:09:01 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-09-29 04:09:01 (GMT) |
commit | 575ad2c60482b279f828cfa87186b5fbb10f76c6 (patch) | |
tree | 101df52cd4b769dc8d10ef60714f25d819636e70 /dist | |
parent | a913e326409062bbc1cad4d5898181c7b81cba23 (diff) | |
parent | 638f46a96b68d21137c4903c68015752ebdf58dc (diff) | |
download | Qt-575ad2c60482b279f828cfa87186b5fbb10f76c6.zip Qt-575ad2c60482b279f828cfa87186b5fbb10f76c6.tar.gz Qt-575ad2c60482b279f828cfa87186b5fbb10f76c6.tar.bz2 |
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeui
Conflicts:
configure.exe
mkspecs/features/qt.prf
Diffstat (limited to 'dist')
-rw-r--r-- | dist/README | 51 | ||||
-rw-r--r-- | dist/changes-4.5.3 | 55 |
2 files changed, 55 insertions, 51 deletions
diff --git a/dist/README b/dist/README index d8ab958..05475e7 100644 --- a/dist/README +++ b/dist/README @@ -6,7 +6,7 @@ http://qt.nokia.com/doc/latest/qt4-intro.html for details. The Qt 4.x series is not binary compatible or source compatible with the 3.x series. For more information on porting from Qt 3 to Qt 4, see -http://qt.nokia.com/doc/latest/porting4.html . +http://qt.nokia.com/doc/latest/porting4.html. INSTALLING Qt @@ -37,58 +37,11 @@ The Qt reference documentation is available locally in Qt's doc/html directory. You can use Qt Assistant to view it; to launch Assistant, type 'assistant' on the command line or use the Start menu. On Mac OS X, you can find it in /Developer/Applications/Qt. The latest -documentation is available at http://qt.nokia.com/doc/ . +documentation is available at http://qt.nokia.com/doc/. SUPPORTED PLATFORMS -For this release, the following platforms have been tested: - - win32-g++ (mingw) - win32-msvc - win32-msvc2003 - win32-msvc2005 - win32-msvc2008 - - aix-xlc - aix-xlc-64 - hpux-acc - hpux-acc-64 - hpux-acc-o64 - hpux-g++ - hpux-g++-64 - hpuxi-acc-32 - hpuxi-acc-64 - linux-g++ - linux-icc - linux-icc-32 - linux-icc-64 - solaris-cc - solaris-cc-64 - solaris-g++ - solaris-g++-64 - - macx-g++ - macx-g++42 - - qws/linux-x86-g++ - qws/linux-arm-g++ - - wince50standard-armv4i-msvc2005 - wince50standard-armv4i-msvc2008 - wince50standard-mipsii-msvc2005 - wince50standard-mipsii-msvc2008 - wince50standard-x86-msvc2005 - wince50standard-x86-msvc2008 - wincewm50pocket-msvc2005 - wincewm50pocket-msvc2008 - wincewm50smart-msvc2005 - wincewm50smart-msvc2008 - wincewm60professional-msvc2005 - wincewm60professional-msvc2008 - wincewm60standard-msvc2005 - wincewm60standard-msvc2008 - For a complete list of supported platforms, see http://qt.nokia.com/doc/latest/supported-platforms.html. diff --git a/dist/changes-4.5.3 b/dist/changes-4.5.3 index df282b0..d797b4c 100644 --- a/dist/changes-4.5.3 +++ b/dist/changes-4.5.3 @@ -33,11 +33,49 @@ Third party components * Library * **************************************************************************** +- QDirIterator + * [258230] Fixed inconsistencies in value returned from + QDirIterator::next(). + +- QColorDialog + * [256164] Fixed the setting of alpha values in QColorDialog. + +- QDoubleSpinBox + * [255019] Fixed a crash when using large value for decimals. + +- QInputDialog + * [255502] Fixed bug in getDouble() + +- QNetworkAccessManager + * [256240] Proper handling of HTTP redirect in AlwaysCache mode. + * [257662] Fix timing issues that could trigger double sending of an + HTTP request. + * [256630] Fix usage of QProgressDialog together with QNetworkReply. + +- QSslCertificate + * [256066] Fix loading of a PEM when the length was a multiple of 64. + +- QTemporaryFile + * [260165] Fixed a bug where temporary files would be left behind when + copying a file to a non-existing directory. **************************************************************************** * Database Drivers * **************************************************************************** - +- [QT-353] (ODBC) Fixed issue of forward only datasets failing when not + explicitly set so. +- [222678] Fixed QSqlTableModel: trying to delete the wrong row. +- (Interbase) Fixed crash when calling numRows on unknown query type. +- Fixed several database autotests. +- Fixed determination of end of odbc string on deficient driver. +- Fixed formatting of date strings in psql driver. +- Fixed mysql queries automatically getting prepared. Now have to explicitly + prepare them if you want that functionality. +- Fixed failure when QSqlTableModel has null fields to update. +- Fixed missing isnan/isinf on some platforms (needed for postgres driver) +- Fixed ::record for dialect 3 named tables in interbase/firebird. +- Fixed invalid length for numeric fields in oracle. +- (ODBC) Fixed non-unicode strings should be strings, not bytearrays. **************************************************************************** * Platform Specific Changes * @@ -46,6 +84,10 @@ Third party components Qt for Linux/X11 ---------------- +- Fixed a bug where an empty KDEDIRS variable would bring /share into the icon + search path. +- [KDE 191759] Plasma spinning in endless loop. + Qt for Windows -------------- @@ -53,7 +95,16 @@ Qt for Windows Qt for Mac OS X --------------- +[252088] Drag and drop events will now consider the WA_TransparentForMouseEvents + in Cocoa port. +[255428] Fixed an an issue when Calling QWidget::raise() on hidden windows making + them visible in Cocoa port. +[256269] Window resize events triggered from QWidget::adjustSize() will now + be sent as non-spontaneous event in the Cocoa port. +[258822] Fixed a crash when inserting the same menu twice in a menubar in Cocoa port. +- Fixed the wizard background images for Snow Leopard. + Qt for Embedded Linux --------------------- @@ -61,7 +112,7 @@ Qt for Embedded Linux Qt for Windows CE ----------------- - +[260702] Fixed restoring of minimized Windows. **************************************************************************** * Compiler Specific Changes * |