A GTK+ / GStreamer based music player
Go to file
Anna Schumaker a2987c2952 gui: Call on_track_loaded() during startup
Also move the controls_init() function to be with other init()
functions.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2014-09-11 08:23:23 -04:00
core core: Remove on_play() callback 2014-09-11 08:01:08 -04:00
gui gui: Call on_track_loaded() during startup 2014-09-11 08:23:23 -04:00
include gui: Move o_seek() into controls.cpp 2014-09-11 08:16:36 -04:00
lib lib: Create a schedule() function 2014-09-11 08:01:07 -04:00
share Merge branch 'master' into Ocarina-next 2014-08-19 08:08:55 -04:00
tests colmgr: Make sure banned tracks are removed when reenabling a library 2014-08-19 08:57:36 -04:00
.gitattributes Created a PKGBUILD 2011-11-11 08:12:40 -05:00
.gitignore model: Create a basic unit test 2014-06-29 11:40:15 -04:00
DESIGN Merge branch 'master' into Ocarina-next 2014-06-26 17:04:58 -04:00
LICENSE Update the license 2014-04-06 19:57:06 -04:00
PKGBUILD PKGBUILD: Updates for 6.1.3 2014-08-17 17:21:08 -04:00
README Add a `scons install` option 2014-04-09 20:37:46 -04:00
Sconstruct Ocarina 6.1.3 2014-08-17 17:18:45 -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