https://bugs.kde.org/show_bug.cgi?id=419981
Kurt Hindenburg <kurt.hindenb...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/kde/ |https://invent.kde.org/kde/ |konsole/commit/6db7f8d2593c |konsole/commit/dcf8cf3f2255 |cb0238b2b547ed6eaf7da6a26c4 |293da170648f633873aa7c4afcf |c |1 --- Comment #9 from Kurt Hindenburg <kurt.hindenb...@gmail.com> --- Git commit dcf8cf3f2255293da170648f633873aa7c4afcf1 by Kurt Hindenburg, on behalf of Ahmad Samir. Committed on 14/04/2020 at 01:07. Pushed by hindenburg into branch 'release/20.04'. [BookmarkMenu] Adapt the code to KBookmarks 5.69 changes Starting from KBookmarks 5.69 the ctor that took a KActionCollection parameter has been deprecated, and we need to manually add the various bookmark actions to the actionCollection so that they show up in the shortcusts editor. Move the code that overrides the add bookmark shortcut, Ctrl+B, to the BookmarkMenu class, so that all the relevant code is in one place. (cherry picked from commit 6db7f8d2593ccb0238b2b547ed6eaf7da6a26c4c) M +29 -5 src/BookmarkMenu.cpp M +1 -1 src/BookmarkMenu.h M +0 -10 src/MainWindow.cpp https://invent.kde.org/kde/konsole/commit/dcf8cf3f2255293da170648f633873aa7c4afcf1 -- You are receiving this mail because: You are watching all bug changes.