Fri, 02 May 2008 17:42:54 +0200 <thp@perli.net>
commit51af42fd254a523928171ed30cf5122f38a9d1ef
authorThomas Perl <thp@perli.net>
Fri, 2 May 2008 15:45:45 +0000 (2 15:45 +0000)
committerThomas Perl <thp@perli.net>
Fri, 2 May 2008 15:45:45 +0000 (2 15:45 +0000)
treec56ad3de96d7926ab186ad6b73255f77220c5406
parent40cef59a495e124719c025a5bf5da41a6813f5dd
Fri, 02 May 2008 17:42:54 +0200 <thp@perli.net>
Maemo-related changes; allow custom player on Maemo (optional)

* data/gpodder.glade: gPodder maemo preferences window should be
modal; Add "Ask before closing gPodder" checkbox to Maemo preferences
* src/gpodder/config.py: Add option "maemo_allow_custom_player" that
allows setting the "player" and "videoplayer" variables to a command
that will be called, like on the Desktop version (instead of always
opening Nokia's Media Player with all files)
* src/gpodder/gui.py: Maemo-specific UI tweaks
* src/gpodder/libgpodder.py: Only call Nokia's Mediaplayer when we are
on Maemo and when "maemo_allow_custom_player" is set to False

git-svn-id: svn://svn.berlios.de/gpodder/trunk@701 b0d088ad-0a06-0410-aad2-9ed5178a7e87
ChangeLog
data/gpodder.glade
src/gpodder/config.py
src/gpodder/gui.py
src/gpodder/libgpodder.py