Summary: | Esc does not clear the selection any more in Dolphin 2.0 | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Frank Reininghaus <frank78ac> |
Component: | view-engine: general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | linnets |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/d3b1312d3edc615b03fb17c1a5fa62ccb61cdabd | Version Fixed In: | 4.8.3 |
Sentry Crash Report: |
Description
Frank Reininghaus
2012-04-24 13:01:46 UTC
Git commit d3b1312d3edc615b03fb17c1a5fa62ccb61cdabd by Frank Reininghaus. Committed on 25/04/2012 at 08:51. Pushed by freininghaus into branch 'KDE/4.8'. When Esc is pressed, clear the selection and cancel the keyboard search This patch restores the Dolphin 1.x behaviour that Esc clears the selection (Dolphin 2.0 did not have an easy way to clear the selection using the keyboard so far). Moreover, Esc now also cancels the current keyboard search. This fixes the problem that the only way to cancel the search is to wait until the timeout has expired. Related: bug 297458 FIXED-IN: 4.8.3 M +7 -0 dolphin/src/kitemviews/kitemlistcontroller.cpp M +4 -2 dolphin/src/kitemviews/kitemlistkeyboardsearchmanager.cpp M +2 -0 dolphin/src/kitemviews/kitemlistkeyboardsearchmanager_p.h http://commits.kde.org/kde-baseapps/d3b1312d3edc615b03fb17c1a5fa62ccb61cdabd Git commit dc6667b72a5d7a987e61e4d85b8ddfb64f461489 by Frank Reininghaus. Committed on 25/04/2012 at 09:17. Pushed by freininghaus into branch 'master'. When Esc is pressed, clear the selection and cancel the keyboard search This patch restores the Dolphin 1.x behaviour that Esc clears the selection (Dolphin 2.0 did not have an easy way to clear the selection using the keyboard so far). Moreover, Esc now also cancels the current keyboard search. This fixes the problem that the only way to cancel the search is to wait until the timeout has expired. Related: bug 297458 (cherry picked from commit d3b1312d3edc615b03fb17c1a5fa62ccb61cdabd) M +7 -0 dolphin/src/kitemviews/kitemlistcontroller.cpp M +4 -2 dolphin/src/kitemviews/private/kitemlistkeyboardsearchmanager.cpp M +2 -0 dolphin/src/kitemviews/private/kitemlistkeyboardsearchmanager.h http://commits.kde.org/kde-baseapps/dc6667b72a5d7a987e61e4d85b8ddfb64f461489 *** Bug 300735 has been marked as a duplicate of this bug. *** |