diff options
author | João Abecasis <joao@abecasis.name> | 2009-06-03 18:42:42 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-06-04 03:44:18 (GMT) |
commit | 4f0c38dee09cc0aecbe3778b500c1ed74d81e6a2 (patch) | |
tree | 9dbf0d2f5e49f4956686b581c4bfd7092ba63d02 | |
parent | ff612d143bbf03443d562233db7a5c014090e88c (diff) | |
download | Qt-4f0c38dee09cc0aecbe3778b500c1ed74d81e6a2.zip Qt-4f0c38dee09cc0aecbe3778b500c1ed74d81e6a2.tar.gz Qt-4f0c38dee09cc0aecbe3778b500c1ed74d81e6a2.tar.bz2 |
My changes for 4.5.2
(cherry picked from commit ff8dd08c1ec66905a271c528b18c1e6738d2da77)
-rw-r--r-- | dist/changes-4.5.2 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dist/changes-4.5.2 b/dist/changes-4.5.2 index 5149eba..378d565 100644 --- a/dist/changes-4.5.2 +++ b/dist/changes-4.5.2 @@ -127,6 +127,22 @@ Third party components * [252311] "font-family:" now handle fallback font specified with a comas separated list. +- QFile and QTemporaryFile + * [165920] QFile::copy leaves the source file open after the file has been copied + * [191467] & [252293] QFile::copy of resource files to the filesystem fails on Windows + * [197857] QFile::copy of resource files leaves temporary files on filesystem + * [248223] QTemporaryFile: Access denied error when (re-)opening through QFile interface + * [252659] QTemporaryFile::rename may leave source file behind + +- QByteArrayMatcher + * [251958] Assignment operator and copy constructor miss data + +- QCompleter + * [253125] QCompleter doesn't expand entries with UnfilteredPopupCompletion + +- QPrintDialog + * [253135] Crash in QPrintDialog when editing output filename + **************************************************************************** * Database Drivers * **************************************************************************** @@ -180,6 +196,7 @@ Qt for Windows CE **************************************************************************** - Build System + * [253053] Linker in macx-g++42 spec is gcc instead of gcc-4.2 - Assistant |