Revision 9227427...

Go back to digest for 29th April 2012

Bug Fixes in KDE Base

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

When the current item is removed, make -1 the current index temporarily

This fixes two problems:
1. KItemListKeyboardSearchManger can cancel the current search when a
new folder is opened (note that this action removes the current item
from the view).
2. The view can underline the new current item (which is the item that
used to be below the removed item). Note that this did not work
before because the view did not receive a currentChanged() signal in
this case and therefore did not update the "current item" status of
the new current item.



REVIEW: 104709
(cherry picked from commit 68ce395a192362969783615e50a8004d3029eb7e)

File Changes

Modified 4 files
  • /src/kitemviews
  •   dolphin/kitemlistcontroller.cpp
  •   dolphin/kitemlistselectionmanager.cpp
  •   dolphin/private/kitemlistkeyboardsearchmanager.cpp
  •   dolphin/private/kitemlistkeyboardsearchmanager.h
4 files changed in total