summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2009-06-05 10:45:26 +0200
committerAlexis Menard <alexis.menard@nokia.com>2009-06-05 10:45:26 +0200
commitcdb0222129a139dfe1b7e4fb4b401556989901b4 (patch)
tree853cafd9d5c933d196cfa4677aee3dcc45b2ea25 /dist
parentf7338759ef86deba18b27ee72b3afcf40f3a5aaf (diff)
My changelog for 4.5.2
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.5.211
1 files changed, 11 insertions, 0 deletions
diff --git a/dist/changes-4.5.2 b/dist/changes-4.5.2
index 04a29ba253..5de0dbe3f3 100644
--- a/dist/changes-4.5.2
+++ b/dist/changes-4.5.2
@@ -67,6 +67,17 @@ Third party components
- QDir
* Fix reentrency (listing directories in different threads)
+- QFileSystemModel
+ * [254701] QFileSystemModel doesn't sort subfolders when using it in a QTreeView
+ * [251295] Windows path names incorrectly constructed in calls to updateIcon()
+
+- QFileDialog
+ * [251341] It is not possible to remove a directory of the sidebar if the directory does not exist
+ * [251321] Hidden path in QFileDialog's sidebar cannot be opened
+ * [226483] setSidebarUrls() handles the urls case sensitive so that adding the same directory twice is possible - Windows
+ * [252068] QFileDialog with QSortFilterProxyModel crashes
+ * [254490] QFileDialog selectFile doesn't clear the selection if we call it several times.
+
- QMacStyle
* [253339] Don't draw arrows on toolbuttons that have a menu and text only.
* [252301] Ensure that small and mini spin boxes are drawn correctly.