Add toggle buttons for 'No Playlist Advance' using ① (U+2460)#187
Add toggle buttons for 'No Playlist Advance' using ① (U+2460)#187jlindgren90 wants to merge 2 commits intoaudacious-media-player:masterfrom
Conversation
(jlindgren: use U+2460 for label, re-order buttons)
(jlindgren: use U+2460 for label, re-order buttons, fix not updating)
|
@radioactiveman care to review this? It makes the UI to play/repeat a single track much more visible and is a nice improvement IMHO. Ideally there would be a standard themed icon for this, but I don't know of one. |
|
It would be also nice to allow hiding this button with a configuration setting (button hidden by default). I personally never enable "No playlist advance" and don't like wasting space in the UI. |
|
The "go-last" icon seems like a bit of a stretch - it won't be very obvious what it does. If the button isn't useful enough to the add to the toolbar by default, maybe we just forget it for now? The option is already there in the menu, and power users who care enough about the feature can use the keyboard shortcut. I'll set this to draft for now, in case we want to revisit it later. |
OK, sounds reasonable to me. |
The key problem here is it is hard to tell whether "No Playlist Advance" is enabled. |
The "go-next" icon seems more fitting. |




Alternative approach to:
Unicode ① (U+2460) seems like a suitable graphic for the buttons and avoids having to add new icons, which would not fit in with the system icon theme anyway.
I also changed the button order (repeat, shuffle, no playlist advance) and fixed up the gtkui implementation, which wasn't updating the toggle button properly at startup or when toggled via menu/hotkey.