A GTK+ / GStreamer based music player
Go to file
Anna Schumaker 194a09bed4 lib: Initialize the GtkBuilder from the middle layer
This will provide an interface for accessing widgets, and make it easier
to swap out different builder files.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2014-06-15 11:31:04 -04:00
core callbacks: Remove unused queue callback 2014-06-06 14:46:54 -04:00
gui lib: Initialize the GtkBuilder from the middle layer 2014-06-15 11:31:04 -04:00
include lib: Initialize the GtkBuilder from the middle layer 2014-06-15 11:31:04 -04:00
lib lib: Initialize the GtkBuilder from the middle layer 2014-06-15 11:31:04 -04:00
share Rip out import stuff 2014-04-10 08:42:53 -04:00
tests lib: Initialize the GtkBuilder from the middle layer 2014-06-15 11:31:04 -04:00
.gitattributes Created a PKGBUILD 2011-11-11 08:12:40 -05:00
.gitignore tests: Add a test for lib :: init() 2014-06-14 20:43:54 -04:00
DESIGN Let's start Ocarina 6.2! 2014-06-14 19:32:23 -04:00
LICENSE Update the license 2014-04-06 19:57:06 -04:00
PKGBUILD PKGBUILD: Update to Ocarina 6.1 2014-06-14 18:33:52 -04:00
README Add a `scons install` option 2014-04-09 20:37:46 -04:00
Sconstruct lib: Initialize the GtkBuilder from the middle layer 2014-06-15 11:31:04 -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