ocarina/tests/core
Anna Schumaker c5598293d6 queue: Create a notifier class
This class will be used to push queue changes directly to the GUI.
Currently changes get mapped through the old callbacks system, which can
lead to several inefficiencies because the GUI has to look up each queue
structure in a list.

This patch implements a basic QNotifier class and provides a function
for setting a Queue's notifier.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2015-04-03 12:16:40 -04:00
..
tags string: Add a function for converting seconds to string 2015-01-27 09:23:14 -05:00
.gitignore string: Create a utos() function 2015-01-27 08:37:27 -05:00
audio.cpp string: Add a function for converting seconds to string 2015-01-27 09:23:14 -05:00
database.cpp string: Create a utos() function 2015-01-27 08:37:27 -05:00
deck.cpp tests: Rework much of the testing library 2015-01-13 09:35:26 -05:00
file.cpp tests: Rework much of the testing library 2015-01-13 09:35:26 -05:00
filter.cpp filter: Use string :: lowercase() for searching 2015-01-30 10:54:39 -05:00
idle.cpp string: Create a utos() function 2015-01-27 08:37:27 -05:00
index.cpp string: Create a utos() function 2015-01-27 08:37:27 -05:00
library.cpp tests: Rework much of the testing library 2015-01-13 09:35:26 -05:00
playlist.cpp playlist: Add a "least played tracks" playlist 2015-02-06 15:33:42 -05:00
queue.cpp queue: Create a notifier class 2015-04-03 12:16:40 -04:00
random.cpp string: Create a utos() function 2015-01-27 08:37:27 -05:00
Sconscript string: Create a utos() function 2015-01-27 08:37:27 -05:00
string.cpp string: Add a lowercase() function 2015-01-30 09:32:50 -05:00
version.cpp version: Add a "+" to version string 2015-01-26 08:43:14 -05:00