diff options
author | Alexis Menard <alexis.menard@trolltech.com> | 2009-04-14 16:28:19 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@trolltech.com> | 2009-04-14 16:32:02 (GMT) |
commit | 94a9f77b41c2d924983e92df30e3e4cc7882cb75 (patch) | |
tree | 98761167960acba9cdd1b4fd558d0de5fc5caeb1 /dist/changes-4.5.1 | |
parent | 0bb526f8fab33a42df56c8a60c272e2cca4cc792 (diff) | |
download | Qt-94a9f77b41c2d924983e92df30e3e4cc7882cb75.zip Qt-94a9f77b41c2d924983e92df30e3e4cc7882cb75.tar.gz Qt-94a9f77b41c2d924983e92df30e3e4cc7882cb75.tar.bz2 |
My ChangeLog
Reviewed-by: TrustMe
Diffstat (limited to 'dist/changes-4.5.1')
-rw-r--r-- | dist/changes-4.5.1 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dist/changes-4.5.1 b/dist/changes-4.5.1 index 6062093..e8595ff 100644 --- a/dist/changes-4.5.1 +++ b/dist/changes-4.5.1 @@ -56,9 +56,24 @@ Third party components * [250064] Fixed focus policy propagation regression. * [246056] Fixed assertion failure in setCompletionPrefix(). +- QDirIterator + * [247645] Fix a bug that may loose all cached data inside the QFileInfo + - QFileInfo * [205244] return valid file info also for relative UNC paths +- QFileDialog + * [250194] QFileDialog and QSortFilterProxyModel index mapping issue + * [248332] QFileDialog is slow after visiting a large directory + * [221323] QFileDialog programatical file selection bug + +- QGraphicsItem + * [247890] Cached QGraphicsItems are not updated if update() is called when they are hidden + * [250272] When an item is deleted it does not get removed from the sceneeventfilters meaning a crash can occur + +-QGraphicsView + * [245766] Rubber Band drag mode not updated correctly when scrolling + - QHttp * [208445] cancel request upon receiving unknown authentication method |