A GTK+ / GStreamer based music player
Go to file
Anna Schumaker e8b68b84eb queue: Add an on_remove() notification to the QNotifier class
Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2015-04-04 10:20:49 -04:00
core queue: Add an on_remove() notification to the QNotifier class 2015-04-04 10:20:49 -04:00
gui gui: Implement on_track_updated() in the Tab class 2015-04-03 20:59:01 -04:00
include queue: Add an on_remove() notification to the QNotifier class 2015-04-04 10:20:49 -04:00
share gui: Remove hscrollbar from playlists treeview 2015-03-04 10:00:56 -05:00
tests queue: Add an on_remove() notification to the QNotifier class 2015-04-04 10:20:49 -04:00
.gitattributes Ocarina 6.3 2015-01-16 13:05:43 -05:00
.gitignore Determine debug builds by looking for a magic file 2015-01-15 09:16:00 -05:00
DESIGN callbacks: Remove info from DESIGN file 2015-01-02 10:58:10 -05:00
Doxyfile file: Update documentation and various cleanups 2014-11-01 21:56:59 -04:00
GOALS goals: Updates 2014-11-08 12:05:35 -05:00
LICENSE Update the license 2014-04-06 19:57:06 -04:00
PKGBUILD Ocarina 6.3.3 2015-03-04 10:02:04 -05:00
README Add a `scons install` option 2014-04-09 20:37:46 -04:00
Sconstruct Ocarina 6.3.3 2015-03-04 10:02:04 -05:00
TODO Remove Unplayed Tracks from the TODO list 2015-02-06 15:10:38 -05: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