Summary: | JJ: add keyboard shortcut for "Edit Track Information..." | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Elan Ruusamäe <glen> |
Component: | Shortcuts | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | bart.cerneels, gregor, spectrumdt |
Priority: | NOR | Keywords: | junior-jobs |
Version: | unspecified | ||
Target Milestone: | 2.6 | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.6 | |
Sentry Crash Report: | |||
Attachments: | This is a patch that adds a keyboard shortcut for opening the Edit Track Details dialog |
Description
Elan Ruusamäe
2008-10-29 10:08:45 UTC
*** Bug 226325 has been marked as a duplicate of this bug. *** *** Bug 200897 has been marked as a duplicate of this bug. *** Created attachment 68735 [details]
This is a patch that adds a keyboard shortcut for opening the Edit Track Details dialog
I've basically added a slot in MainWindow.cpp that is called when the shortcut key combination is pressed. In this slot, a call is made to a function that I've defined in playlist/PlaylistDock.cpp. This function, in turn, calls the edit track details function in playlist/view/listview/PrettyListView.cpp to open up the dialog.
Git commit c167a8661d25bca35bbf5f6154d7fdf926b1df69 by Bart Cerneels. Committed on 15/02/2012 at 10:32. Pushed by shanachie into branch 'master'. Add keyboard shortcut for Edit Track Patch by: Jasneet Bhatti FIXED-IN:2.6 REVIEW: 103960 M +2 -0 ChangeLog M +11 -0 src/MainWindow.cpp M +1 -0 src/MainWindow.h M +6 -0 src/playlist/PlaylistDock.cpp M +1 -0 src/playlist/PlaylistDock.h http://commits.kde.org/amarok/c167a8661d25bca35bbf5f6154d7fdf926b1df69 |