A GTK+ / GStreamer based music player
Go to file
Anna Schumaker 82d1da491b core/string: Remove string :: utos()
I replace it with calls to g_strdup_printf().  This has the additional
benefit that I can do uint conversions at the same time as other
formatting options, so this seems like a win.  The only downside is that
I have to manually free the memory that glib allocates, but that's easy
enough.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2015-10-07 09:31:28 -04:00
core core/string: Remove string :: utos() 2015-10-07 09:31:28 -04:00
gui core/string: Remove string :: utos() 2015-10-07 09:31:28 -04:00
include core/string: Remove string :: utos() 2015-10-07 09:31:28 -04:00
share gui: Give the QueueToolbar an init() function 2015-08-25 10:06:58 -04:00
tests core/string: Remove string :: utos() 2015-10-07 09:31:28 -04:00
.gitattributes Ocarina 6.3 2015-01-16 13:05:43 -05:00
.gitignore Remove Doxygen tags 2015-09-02 14:24:42 -04:00
DESIGN callback: Remove all references to callbacks 2015-04-04 10:21:31 -04:00
LICENSE Update the license 2014-04-06 19:57:06 -04:00
PKGBUILD Ocarina 6.3.7 2015-09-11 08:52:47 -04:00
README Add a `scons install` option 2014-04-09 20:37:46 -04:00
Sconstruct Convert unit test framework to C 2015-10-07 08:19:37 -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