mygpo: Better integration + Fremantle UI
commitf5b6cebfad9517a1caf6781c08dfac98293ed847
authorThomas Perl <thp@thpinfo.com>
Thu, 28 Jan 2010 16:39:10 +0000 (28 17:39 +0100)
committerThomas Perl <thp@thpinfo.com>
Thu, 28 Jan 2010 16:39:10 +0000 (28 17:39 +0100)
treea26267c6abd2434da48c5bc05c2971914a96616f
parenta06739bdbc1bb3181a564af818747eb73ceda157
mygpo: Better integration + Fremantle UI

Replace the JSON-based persistence layer with
"minidb", a SQLite-based object persistence
layer, and make the UI request changes from
the API client when it thinks it fits best.

Also, add a Hildonized UI of the mygpo settings
dialog for Maemo 5.
data/ui/frmntl/mygpoddersettings.ui [new file with mode: 0644]
data/ui/mygpoddersettings.ui
src/gpodder/config.py
src/gpodder/gtkui/base.py
src/gpodder/gtkui/mygpodder.py
src/gpodder/gui.py
src/gpodder/minidb.py [new file with mode: 0644]
src/gpodder/my.py
src/gpodder/util.py