Revision 09bb411...

Go back to digest for 27th March 2011

Bug Fixes in KDE Base

Sebastian Doerner committed changes in [kde-baseapps] /src:

Make cursor keys always trigger a statusbar update

When the selection is changed using the cursor keys, the statusbar
should be updated. Until now, this didn't actually happen directly after
an operation ending in a OperationCompletedMessage, because the
OperationCompletedMessage was protected.

This patch changes the behaviour to only protect ErrorMessages in the
ViewContainer. When an OperationCompletedMessage was issued very
recently, it keeps being protected by DolphinStatusbar itself.

Statusbar updates in the ViewContainer are only triggered by
a) user actions (move keyboard focus, enter something in the filter bar)
b) finished filed jobs

In case a), the update is desired, also overriding
OperationCompletedMessages.
In case b), the OperationCompletedMessage issued by the file command is
issues so shortly before the call to updateStatusBar, that the
DolphinStatusBar skips the message anyway (see
DolphinStatusBar::setMessage).


FIXED-IN: 4.7.0
REVIEW: 100939

File Changes

Modified 2 files
  • /src
  •   dolphin/dolphinviewcontainer.cpp
  •   dolphin/dolphinviewcontainer.h
2 files changed in total