A GTK+ / GStreamer based music player
Go to file
Anna Schumaker a581b42649 gui: Convert the collection tab use the new template files
I expect most of the new constructor code to disappear once I start
using the .ui files in the parent class.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2015-04-17 08:51:31 -04:00
core audio: Fix seeking on ARM 2015-04-14 09:05:09 -04:00
gui gui: Convert the collection tab use the new template files 2015-04-17 08:51:31 -04:00
include gui: Convert the collection tab use the new template files 2015-04-17 08:51:31 -04:00
share gui: Convert the collection tab use the new template files 2015-04-17 08:51:31 -04:00
tests audio: Fix seeking on ARM 2015-04-14 09:05:09 -04:00
.gitattributes Ocarina 6.3 2015-01-16 13:05:43 -05:00
.gitignore gui: Create a custom Gtk::TreeView for queues 2015-04-17 08:51:31 -04:00
DESIGN callback: Remove all references to callbacks 2015-04-04 10:21:31 -04:00
Doxyfile file: Update documentation and various cleanups 2014-11-01 21:56:59 -04:00
LICENSE Update the license 2014-04-06 19:57:06 -04:00
PKGBUILD Ocarina 6.3.5 2015-04-17 08:46:23 -04:00
README Add a `scons install` option 2014-04-09 20:37:46 -04:00
Sconstruct Ocarina 6.3.5 2015-04-17 08:46:23 -04:00
TODO TODO: Add a note for QueueModel changes 2015-04-17 08:51: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