diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2009-06-05 08:45:26 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-06-07 02:28:56 (GMT) |
commit | 5403dad6b1ca1d5e8374c096d1d86d5324713312 (patch) | |
tree | b7ca66dfa457b9c499965d298297dd649e975345 | |
parent | 6b434dfbb1b2ee518680c525fb3289e98feff73c (diff) | |
download | Qt-5403dad6b1ca1d5e8374c096d1d86d5324713312.zip Qt-5403dad6b1ca1d5e8374c096d1d86d5324713312.tar.gz Qt-5403dad6b1ca1d5e8374c096d1d86d5324713312.tar.bz2 |
My changelog for 4.5.2
(cherry picked from commit cdb0222129a139dfe1b7e4fb4b401556989901b4)
-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. |