ocarina/gui/queue
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
..
label.cpp core/string: Remove string :: utos() 2015-10-07 09:31:28 -04:00
model.cpp gui: Rename model.cpp -> queue/model.cpp 2015-04-17 08:51:30 -04:00
Sconscript gui: Rename model.cpp -> queue/model.cpp 2015-04-17 08:51:30 -04:00
toolbar.cpp gui: Trigger refiltering from the QueueToolbar 2015-08-25 10:06:58 -04:00
window.cpp gui: Move on_row_activated() into the QueueWindow 2015-08-25 10:06:58 -04:00