A GTK+ / GStreamer based music player
Go to file
Anna Schumaker 41506f3177 gui: Remove banned songs from Collection when re-enabling
I wasn't doing this before, so banned songs were showing up in the
collection list again.  I think this is kind of an ugly fix, though.
Perhaps there is a better way to do it?

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2014-08-17 17:17:29 -04:00
core filter: Clear the result set before filtering 2014-08-12 10:23:33 -04:00
gui gui: Remove banned songs from Collection when re-enabling 2014-08-17 17:17:29 -04:00
include tags: Check that a Track was tagged correctly 2014-06-22 12:35:08 -04:00
share Prepare for a bugfix release 2014-06-22 12:35:08 -04:00
tests filter: Clear the result set before filtering 2014-08-12 10:23:33 -04:00
.gitattributes Created a PKGBUILD 2011-11-11 08:12:40 -05:00
.gitignore tests: Create a core/ directory 2014-06-14 11:15:21 -04:00
DESIGN tags: Check that a Track was tagged correctly 2014-06-22 12:35:08 -04:00
LICENSE Update the license 2014-04-06 19:57:06 -04:00
PKGBUILD PKGBUILD: 6.1.2 Update 2014-08-17 17:01:10 -04:00
README Add a `scons install` option 2014-04-09 20:37:46 -04:00
Sconstruct Ocarina 6.1.2 2014-08-12 10:40:52 -04:00
TODO TODO: Remove completed items 2014-06-06 09:57:31 -04:00

README

Build:
	$ scons

Clean:
	$ scons -c

Install:
	$ sudo scons install

Uninstall:
	$ sudo scons -c install

Build tests:
	$ scons tests

Clean tests:
	$ scons -c tests