diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2009-06-05 08:45:26 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2009-06-05 08:45:26 (GMT) |
commit | cdb0222129a139dfe1b7e4fb4b401556989901b4 (patch) | |
tree | 853cafd9d5c933d196cfa4677aee3dcc45b2ea25 /dist/changes-4.5.2 | |
parent | f7338759ef86deba18b27ee72b3afcf40f3a5aaf (diff) | |
download | Qt-cdb0222129a139dfe1b7e4fb4b401556989901b4.zip Qt-cdb0222129a139dfe1b7e4fb4b401556989901b4.tar.gz Qt-cdb0222129a139dfe1b7e4fb4b401556989901b4.tar.bz2 |
My changelog for 4.5.2
Diffstat (limited to 'dist/changes-4.5.2')
-rw-r--r-- | dist/changes-4.5.2 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dist/changes-4.5.2 b/dist/changes-4.5.2 index 04a29ba..5de0dbe 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. |