Revision 857f3dd...

Go back to digest for 11th December 2011

Bug Fixes in KDE Base

Peter Penz committed changes in [kde-baseapps] /src:

Fix crash #1 when filtering items

When filtering items it was possible that the current index got
an invalid value which resulted in accessing the URL of a
null-KFileItem.

There is still one (general) open issue in KFileItemModelRolesUpdater
(crash #2) where a KFileItem that is already null gets read.
It is not really related to filtering but can be triggered
quite easy when filtering huge directories with enabled previews.

File Changes

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