> On July 12, 2016, 1:11 p.m., Olivier Churlaud wrote: > > Should we discard this RR? I don't think it will go anywhere.
Yeah. Seems like it. I did this, because it was listed as a task in bugs.kde.org at the time. However, no one really needs it maybe. I suggest to take down that bug on bugs.kde.org too (if not done already), so no one ends up doing it again :) - Aditya ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124773/#review97320 ----------------------------------------------------------- On Sept. 15, 2015, 5:18 p.m., Aditya Dev Sharma wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/124773/ > ----------------------------------------------------------- > > (Updated Sept. 15, 2015, 5:18 p.m.) > > > Review request for Amarok, Olivier Churlaud, Myriam Schweingruber, and Bart > Cerneels. > > > Bugs: 300979 > https://bugs.kde.org/show_bug.cgi?id=300979 > > > Repository: amarok > > > Description > ------- > > JJ : Bug - 300979 : Patch to add some shortcuts for various actions in > createActions() in MainWindow > > > Diffs > ----- > > src/MainWindow.cpp 22fb8ce > > Diff: https://git.reviewboard.kde.org/r/124773/diff/ > > > Testing > ------- > > Built and tested. > Removed the shortcuts that matched either the Amarok Global Shortcuts or the > Standard Shortcuts of KDE. > > Clear Playlist : ALT + K ---------------> SLOT(clear() ) > Add Stream : CTRL + SHIFT + O ---------------> SLOT(slotAddStream() ) > Export Playlits : ALT + S ---------------> SLOT(exportPlaylist() ) > Bookmarks Manager : CTRL+SHIFT+B ---------------> > SLOT(slotShowBookmarkManager() ) > Equalizer : SHIFT + E ---------------> SLOT(slotShowEqualizer() ) > Cover Manager : ALT + C ---------------> > SLOT(slotShowCoverManager() ) > Synchronize Statistics : SHIFT + D ---------------> SLOT(synchronize() ) > > Bookmark Media Sources View : SHIFT + B ----------> > SLOT(bookmarkCurrentBrowserView() ) > Bookmark Playlist Setup : ALT + B ---------------> > bookmarkCurrentPlaylistView() ) > Bookmark Context Applets : ALT + SHIFT + B ------> > bookmarkCurrentContextView() ) > Disable Dynamic Playlist : ALT + SHIFT + D -------> connected inside dynamic > playlist category > > > About Amarok : ALT + F10 -----------------> SLOT(showAbout()) > Diagnostics : ALT + F8 -----------------> > SLOT(slotShowDiagnosticsDialog()) > Report bug : ALT + F9 -----------------> SLOT(showReportBug()) > > > Thanks, > > Aditya Dev Sharma > >