First commit in 0.6.0 tree
authorSimeon Veldstra <reallifesim@gmail.com>
Thu, 8 Jun 2006 00:26:48 +0000 (17:26 -0700)
committersim <sim@pike.(none)>
Thu, 8 Jun 2006 00:26:48 +0000 (17:26 -0700)
commitf7122bff16f0b66e9118e6f8207b38eb2900ef89
tree7a0223eb6c3910a7c4d49871bfa9a2d757ad9ea8
parent469d51a9242c5dfa0fcf35948b621a63a84729fd
First commit in 0.6.0 tree

This is the first working code for the GTK front end. It is still in
development.
13 files changed:
lib/mp3togo.glade [new file with mode: 0644]
lib/mp3togo.gladep [new file with mode: 0644]
mp3togo/__init__.py
mp3togo/cluster.py
mp3togo/conf.py
mp3togo/gui/__init__.py [new file with mode: 0644]
mp3togo/gui/filewindow.py [new file with mode: 0755]
mp3togo/gui/gutil.py [new file with mode: 0644]
mp3togo/gui/importwindow.py [new file with mode: 0755]
mp3togo/gui/mainwindow.py [new file with mode: 0755]
mp3togo/main.py
mp3togo/util.py [new file with mode: 0644]
setup.py