Summary: | Start editing an existing split when pressing Return | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Ingo Klöcker <kloecker> |
Component: | ux-ui | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version First Reported In: | 5.1.3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/office/kmymoney/-/commit/fbe0d432380a26bd813386d45e7326984400bbd0 | Version Fixed In: | 5.2 |
Sentry Crash Report: |
Description
Ingo Klöcker
2025-05-16 08:15:40 UTC
Git commit cb0081d97279267d15dbf9c74745fbf568f7247f by Thomas Baumgart. Committed on 17/05/2025 at 07:01. Pushed by tbaumgart into branch 'master'. Improve keyboard handling of split editor While editing a split, closing the editor using the ESC key also closed the whole split dialog. This change prevents to close the dialog in this case so that the user can continue to edit other splits and sets the initial focus on the split view. M +3 -1 kmymoney/views/newspliteditor.cpp M +2 -0 kmymoney/views/splitdialog.cpp https://invent.kde.org/office/kmymoney/-/commit/cb0081d97279267d15dbf9c74745fbf568f7247f Git commit fbe0d432380a26bd813386d45e7326984400bbd0 by Thomas Baumgart. Committed on 17/05/2025 at 07:01. Pushed by tbaumgart into branch 'master'. Allow Enter key to start editing split FIXED-IN: 5.2 M +35 -0 kmymoney/views/splitview.cpp M +1 -0 kmymoney/views/splitview.h https://invent.kde.org/office/kmymoney/-/commit/fbe0d432380a26bd813386d45e7326984400bbd0 |