ocarina/libsaria
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
..
collection Use gtk.ListStore.insert 2010-08-20 08:27:12 -04:00
music Added audio functions 2010-08-07 19:39:46 -04:00
__init__.py Backend and frontend changes 2010-08-19 23:02:30 -04:00
data.py Backend and frontend changes 2010-08-19 23:02:30 -04:00
event.py Backend and frontend changes 2010-08-19 23:02:30 -04:00
map.py Working Map class and test suite 2010-08-07 12:55:23 -04:00
path.py Web Radio Plugin 2010-08-15 13:39:31 -04:00
plugin.py Web Radio Plugin 2010-08-15 13:39:31 -04:00
threads.py Backend and frontend changes 2010-08-19 23:02:30 -04:00