Revision 1bce85a...

Go back to digest for 27th November 2011

Bug Fixes in KDE Base

Frank Reininghaus committed changes in [kde-baseapps] /src:

Fix restoring expanded URLs

When navigating back or forward in history, DolphinView tells the
KFileItemModel about the expanded URLs which should be restored before
the folder is entered. In this case, the algorithm in the new function
KFileItemModel::setExpanded(const QSet<KUrl>&) does not work. To fix
this, the old function
KFileItemModel::restoreExpandedUrls(const QSet<KUrl>&) is restored.

Unit test included.

File Changes

Modified 4 files
  • /src
  •   dolphin/kitemviews/kfileitemmodel.cpp
  •   dolphin/kitemviews/kfileitemmodel.h
  •   dolphin/tests/kfileitemmodeltest.cpp
  •   dolphin/views/dolphinview.cpp
4 files changed in total