diff options
author | João Abecasis <joao@abecasis.name> | 2009-06-03 18:42:42 (GMT) |
---|---|---|
committer | João Abecasis <joao@abecasis.name> | 2009-06-03 18:42:42 (GMT) |
commit | ff8dd08c1ec66905a271c528b18c1e6738d2da77 (patch) | |
tree | 32a89eb4679570789d694b1acdcdea23c36ac1de /dist | |
parent | f1e471b561012f90938766c00aefff417593e71f (diff) | |
download | Qt-ff8dd08c1ec66905a271c528b18c1e6738d2da77.zip Qt-ff8dd08c1ec66905a271c528b18c1e6738d2da77.tar.gz Qt-ff8dd08c1ec66905a271c528b18c1e6738d2da77.tar.bz2 |
My changes for 4.5.2
Diffstat (limited to 'dist')
-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 |