summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorJoão Abecasis <joao@abecasis.name>2009-06-03 20:42:42 +0200
committerJoão Abecasis <joao@abecasis.name>2009-06-03 20:42:42 +0200
commitff8dd08c1ec66905a271c528b18c1e6738d2da77 (patch)
tree32a89eb4679570789d694b1acdcdea23c36ac1de /dist
parentf1e471b561012f90938766c00aefff417593e71f (diff)
My changes for 4.5.2
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.5.217
1 files changed, 17 insertions, 0 deletions
diff --git a/dist/changes-4.5.2 b/dist/changes-4.5.2
index 5149eba3c5..378d565e8b 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