A GTK+ / GStreamer based music player
Go to file
Anna Schumaker 1b34a9a8a0 index: Update the index design
I updated the design and rewrote the unit tests.  This creates something
more consistent with how I ended up using the index.

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
2014-04-06 19:57:05 -04:00
gui Database: Update design for database entries 2014-04-06 19:57:05 -04:00
include index: Update the index design 2014-04-06 19:57:05 -04:00
lib index: Update the index design 2014-04-06 19:57:05 -04:00
share/ocarina gui: Implement add to {favorites, banned} menu items 2014-04-06 19:57:04 -04:00
tests index: Update the index design 2014-04-06 19:57:05 -04:00
.gitattributes Created a PKGBUILD 2011-11-11 08:12:40 -05:00
.gitignore gui: Move ocarina6.glade to share/ocarina/ 2014-04-06 19:57:04 -04:00
DESIGN index: Update the index design 2014-04-06 19:57:05 -04:00
LICENSE Added license 2011-11-09 08:31:36 -05:00
PKGBUILD.tmpl newgui: Start rewriting the gui 2014-04-06 19:56:50 -04:00
README Introduce README 2014-04-06 19:57:04 -04:00
Sconstruct build: Improve aliasing for tests 2014-04-06 19:56:51 -04:00
TODO TODO: Remove already implemented features 2014-04-06 19:57:04 -04:00
config file: Update design and create a new unit test 2014-04-06 19:57:05 -04:00

README

Build:
	$ scons

Clean:
	$ scons -c

Build tests:
	$ scons tests

Clean tests:
	$ scons -c tests