Review Request 129662: Dolphin: "Show Filter Bar" action should be a toggle
Kai Uwe Broulik
kde at privat.broulik.de
Tue Mar 7 13:00:24 GMT 2017
> On März 1, 2017, 10:45 vorm., Kai Uwe Broulik wrote:
> > This broke keyboard interaction with the filter bar.
> >
> > I have it configured to always show the filter bar. Now when I press Ctrl+I with the filter bar shown but not focused, it just closes it, rather than moving focus to it...
I suggest to revert this until we have a better solution as this is a serious usability regression. I'd rather not have a visible checkbox there than breaking a decade of muscle memory.
- Kai Uwe
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/129662/#review102691
-----------------------------------------------------------
On Feb. 18, 2017, 10:05 nachm., Don Nguyen wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/129662/
> -----------------------------------------------------------
>
> (Updated Feb. 18, 2017, 10:05 nachm.)
>
>
> Review request for Dolphin.
>
>
> Repository: dolphin
>
>
> Description
> -------
>
> The existing code suggests that the show filter bar action should be a
> KToggleAction. DolphinViewContainer emits a showFilterBarChanged signal
> that is connected to DolphinMainWindow::updateFilterBarAction() to call
> setChecked() on the show filter bar action, which currently does nothing
> because the show filter bar action is not a checkable action. I've
> changed the show filter bar action to a KToggleAction, and updated the
> code to make it function as a toggle as I believe it was intended. If
> this was not the intention, then the existing code related to
> DolphinMainWindow::updateFilterBarAction() should be removed as they are
> not doing anything.
>
>
> Diffs
> -----
>
> src/dolphinmainwindow.h 7003e94
> src/dolphinmainwindow.cpp e5103fd
> src/dolphinviewcontainer.cpp 4e625c7
>
> Diff: https://git.reviewboard.kde.org/r/129662/diff/
>
>
> Testing
> -------
>
> manual testing. can turn on/off bar with keyboard shortcut, toolbar button. toolbar button and menu state reflects the status of the filter bar.
>
>
> File Attachments
> ----------------
>
> filter bar off
> https://git.reviewboard.kde.org/media/uploaded/files/2016/12/16/b38ead2b-910a-4226-b081-24a7c53c7651__filteroff.png
> filter bar on
> https://git.reviewboard.kde.org/media/uploaded/files/2016/12/16/d702a124-b909-4302-9848-ccc6e6223828__filteron.png
>
>
> Thanks,
>
> Don Nguyen
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20170307/6e6a833c/attachment.htm>
More information about the kfm-devel
mailing list