┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/COPYING.DOC
diff options
context:
space:
mode:
authorNate Graham <[email protected]>2019-05-25 21:32:13 -0600
committerNate Graham <[email protected]>2019-05-25 21:32:29 -0600
commitc22df71df28315b8b1964671d3452fad5b6ae0f5 (patch)
tree87a3295a2558a7a7690fce04bbefdbfe25d2828c /COPYING.DOC
parent8477fc787792b06a9dcf77103593d954ef299197 (diff)
When filter bar is focused, switch to view when tab key is pressed
Summary: Various people have requested that the tab key move keyboard focus from the filter bar's text edit field to the main view. It already does this when the Enter and return keys are pressed, but apparently this is not very intuitive and people expect Tab to work too. This patch makes that behavior possible by moving the Lock button to the left of the text edit field, and re-arranging the code so that the filter bar is initialized first. This works because Qt assigns tab ordering by default according to the order of widget construction. So if we simply construct the main view right after the filter bar, then the tab ordering is set up this way automatically. BUG: 403379 BUG: 403356 FIXED-IN: 19.08.0 Test Plan: 1. Activate Filter bar 2. Hit Tab key 3. View has become focused 4. Play around in Dolphin for a while and notice no regressions or crashes Reviewers: #dolphin, elvisangelaccio Reviewed By: #dolphin, elvisangelaccio Subscribers: kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D21177
Diffstat (limited to 'COPYING.DOC')
0 files changed, 0 insertions, 0 deletions