| Summary: | Add shortcut for resetting zoom | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Louis Tim Larsen <louis> |
| Component: | view-engine: icons mode | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | bugseforuns, nate |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | 19.04.2 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/dolphin/7165ea7afdf150600025f9c8ec28dadfe0b28406 | Version Fixed/Implemented In: | 19.12.0 |
| Sentry Crash Report: | |||
|
Description
Louis Tim Larsen
2019-07-07 17:57:09 UTC
Searching 'zoom' reveals where code would need to be added at https://cgit.kde.org/dolphin.git/tree/src/views/dolphinviewactionhandler.cpp There is already a patch, see https://phabricator.kde.org/D22444 Git commit 7165ea7afdf150600025f9c8ec28dadfe0b28406 by Nate Graham.
Committed on 10/09/2019 at 13:09.
Pushed by ngraham into branch 'master'.
Add Reset Zoom Level action inside View menu
Summary:
FIXED-IN: 19.12.0
Test Plan: {F7096397}
Reviewers: elvisangelaccio, shubham, #dolphin
Reviewed By: elvisangelaccio, #dolphin
Subscribers: broulik, cfeck, kfm-devel, kde-doc-english
Tags: #dolphin, #documentation
Differential Revision: https://phabricator.kde.org/D22444
M +11 -0 doc/index.docbook
M +1 -0 src/dolphinmainwindow.cpp
M +6 -1 src/dolphinui.rc
M +15 -0 src/views/dolphinview.cpp
M +5 -0 src/views/dolphinview.h
M +15 -1 src/views/dolphinviewactionhandler.cpp
M +3 -0 src/views/dolphinviewactionhandler.h
https://commits.kde.org/dolphin/7165ea7afdf150600025f9c8ec28dadfe0b28406
|