A GTK+ / GStreamer based music player
Go to file
Bryan Schumaker 304855c10d Use gtk.ListStore.insert
The append function of a ListStore is extremely slow.  Now I use  the
ListStore insert function, and manually track the size of the list
myself.
2010-08-20 08:27:12 -04:00
libsaria Use gtk.ListStore.insert 2010-08-20 08:27:12 -04:00
ocarina Use gtk.ListStore.insert 2010-08-20 08:27:12 -04:00
plugins Backend and frontend changes 2010-08-19 23:02:30 -04:00
tests Backend and frontend changes 2010-08-19 23:02:30 -04:00
Makefile Added makefile 2010-08-07 11:31:29 -04:00
ocarina.py Backend and frontend changes 2010-08-19 23:02:30 -04:00
saria-test.py Plugins Install 2010-08-15 01:05:37 -04:00