ocarina/core
Anna Schumaker ca6c5293c6 core/playlist: Add a playlist_generic_update() function
This function simply triggers the "updated" callback for the given
playlist and track.  I updated the gui model to handle taking tracks
instead of row indexes, since this lets me reuse the same for-each
function that we do for sorting.  Additionally, this prevents UI updates
for playlists that aren't currently visible.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2017-05-13 08:45:04 -04:00
..
playlists core/playlist: Add a playlist_generic_update() function 2017-05-13 08:45:04 -04:00
tags core/database: Pass database index when allocating dbes 2017-04-28 09:40:02 -04:00
audio.c core/playlist: Add playlist_selected() for selected tracks 2017-05-13 08:45:04 -04:00
core.c core/playlist: Add playlist_callbacks struct 2017-05-13 08:45:04 -04:00
database.c core/database: Pass database index when allocating dbes 2017-04-28 09:40:02 -04:00
date.c core/date: Add functions for reading and writing date stamps 2016-09-26 08:07:35 -04:00
file.c core/file: File version is OCARINA_MINOR_VERSION 2016-09-26 08:07:35 -04:00
idle.c core/idle: Let tests run without the thread pool 2016-07-28 16:17:43 -04:00
playlist.c core/playlist: Move random setting into the playlist struct 2017-05-13 08:45:04 -04:00
queue.c core/playlist: Add a playlist_generic_update() function 2017-05-13 08:45:04 -04:00
settings.c core/settings: Check for a NULL key 2016-09-26 12:02:23 -04:00
string.c core/string: Remove unused string functions 2016-08-29 07:33:00 -04:00