ocarina/gui
Anna Schumaker 257ef3612f gui/audio: Enable idle polling when the track changes
Unplayed, Most Played, and Least Played tracks playlists update
themselves with an idle task when tracks have been played.  It looks
like we haven't been processing these tasks, so the queue was just
building up after every track.  Fix this by enabling the GTK idle
callback whenever a track is played.

Fixes #89: Dynamic playlists aren't updating
Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2016-09-19 14:45:11 -04:00
..
Sconscript gui/ocarina: Convert file to C 2016-05-27 12:01:43 -04:00
artwork.c gui/artwork: Don't destroy objects twice 2016-07-27 10:51:59 -04:00
audio.c gui/audio: Enable idle polling when the track changes 2016-09-19 14:45:11 -04:00
builder.c gui: Add a function for determining the height of widgets 2016-06-30 08:18:11 -04:00
collection.c gui/collection: Set dialog default response 2016-08-31 15:35:10 -04:00
idle.c gui/idle: Show the idle progress as a tooltip 2016-07-04 20:07:50 -04:00
model.c gui/model: Make sure that the queue model can represent a NULL queue 2016-09-11 10:52:29 -04:00
ocarina.c gui/queue: Only allocate a single GtkTreeModelFilter 2016-09-11 10:52:29 -04:00
playlist.c gui/model: Don't require a GuiQueueModel for public functions 2016-09-11 10:52:29 -04:00
queue.c gui/queue: Remove unused fields from struct gui_queue 2016-09-11 10:52:29 -04:00
settings.c core/file: Build in minimum version checks 2016-06-24 10:50:37 -04:00
sidebar.c core/collection: Remove file 2016-08-13 08:31:30 -04:00
tempq.c gui/model: Don't require a GuiQueueModel for public functions 2016-09-11 10:52:29 -04:00
view.c gui/queue: Only allocate a single GtkTreeModelFilter 2016-09-11 10:52:29 -04:00
window.c gui/window: Save width and height between sessions 2016-04-29 13:04:45 -04:00