ocarina/tests/gui
Anna Schumaker 3286b61dcf core/playlist: Add playlist_generic_{alloc,free}() functions
Artist and library playlists are allocated manually, so there should be
generic functions that both can use to get a playlist pointer and free
it when we're done.

I also add a callback for telling the UI when new playlists have been
allocated.  This isn't needed for Library playlists, but this is the
only way the UI can know about new Artists.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2017-05-13 08:45:04 -04:00
..
playlists core/playlist: Add playlist_generic_{alloc,free}() functions 2017-05-13 08:45:04 -04:00
.gitignore gui/artwork: Add an accessor function for the artwork image 2017-04-14 13:58:05 -04:00
CMakeLists.txt gui/artwork: Add an accessor function for the artwork image 2017-04-14 13:58:05 -04:00
artwork.c gui/artwork: Rework importing album art 2017-04-14 13:58:05 -04:00
audio.c gui/audio: Add a test for the volume button 2017-04-14 13:58:05 -04:00
builder.c tests/gui: Fix gtk css theme parsing errors 2016-10-19 08:22:58 -04:00
builder.ui gui/builder: Add a test UI file 2016-04-08 12:03:08 -04:00
filter.c core/playlist: Rename pl_private -> pl_search 2017-05-13 08:45:04 -04:00
idle.c gui/idle: Add a function for getting the progress bar 2016-10-31 07:55:40 -04:00
model.c core/playlist: Add playlist_generic_{alloc,free}() functions 2017-05-13 08:45:04 -04:00
playlist.c core/playlist: Rename playlist_cur() -> playlist_current() 2017-04-28 09:40:02 -04:00
settings.c tests: Build settings test with ctest 2016-09-23 16:11:02 -04:00
sidebar.c core/playlist: Move random setting into the playlist struct 2017-05-13 08:45:04 -04:00
treeview.c core/playlist: Move current track into the playlist struct 2017-05-13 08:45:04 -04:00
window.c gui/window: Store window position 2017-03-24 11:38:18 -04:00