A GTK+ / GStreamer based music player
Go to file
Anna Schumaker 8c7b1a9a27 ocarina6.glade: Polish the collection manager tab
- Adjust spacing of the FileChooser
- Rename button from OK -> Add
- Add tooltips to the buttons
- Rename column from Path -> Collection
- Filter out files that aren't directories
2014-06-22 11:03:37 -04:00
core callbacks: Remove unused queue callback 2014-06-06 14:46:54 -04:00
gui gui: Change chooser directory when selected path is changed 2014-06-22 10:41:46 -04:00
include colmgr: Add a function for updating a specific path 2014-06-22 10:14:23 -04:00
lib colmgr: Add a function for updating a specific path 2014-06-22 10:14:23 -04:00
share ocarina6.glade: Polish the collection manager tab 2014-06-22 11:03:37 -04:00
tests colmgr: Add a function for updating a specific path 2014-06-22 10:14:23 -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