Bug 68244 - extra option (random play) in popup-window
Summary: extra option (random play) in popup-window
Status: RESOLVED FIXED
Alias: None
Product: juk
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Scott Wheeler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-14 23:13 UTC by Tijn
Modified: 2004-03-06 09:03 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tijn 2003-11-14 23:13:19 UTC
Version:            (using KDE 3.1.4)
Installed from:     (testing/unstable)
Compiler:          gcc version 3.3.2 20030908 (Debian prerelease)
OS:          Linux (i686) release 2.4.21

What I would really like is an extra option in the popup menu that appears when I right-click the JuK-icon in the system tray. I'd like to choose 'Random Play' just like 'Popup Track Announcement'.


This way I can let JuK randomly choose music and when I find music that I really like (at that moment), I will disable the 'Random Play'-option. So more music from the same artist will be played. (my playlists usually are ordered by artist). When I'm bored with it again, I could let JuK randomly choose new music with just 2 mouse-clicks.
Comment 1 Scott Wheeler 2004-03-06 09:03:30 UTC
CVS commit by wheeler: 

Add random play to the systray menu.

CCMAIL:68244-done@bugs.kde.org


  M +1 -0      systemtray.cpp   1.37


--- kdemultimedia/juk/systemtray.cpp  #1.36:1.37
@@ -66,4 +66,5 @@ SystemTray::SystemTray(QWidget *parent, 
     cm->insertSeparator();
 
+    action("randomPlay")->plug(cm);
     action("togglePopups")->plug(cm);