Commit graph

2295 commits

Author SHA1 Message Date
Thomas Perl
ae41616aa0 Maemo 5: Avoid destruction of the episode actions dialog 2011-02-01 18:47:19 +01:00
Thomas Perl
67cd2340a7 Use set_home in Win32 gPodder launcher 2011-02-01 18:44:26 +01:00
Thomas Perl
80e32c6ebe Move gPodderWelcome to Desktop-only; remove from Fremantle 2011-02-01 18:30:16 +01:00
Thomas Perl
4414616b43 Remove gpodder.ui.maemo / replace with ui.fremantle 2011-02-01 18:23:37 +01:00
Thomas Perl
616dbefdd5 Remove unused icon compositing code from list model 2011-02-01 18:12:20 +01:00
Thomas Perl
66cc798b02 Remove set_finger_friendly + finger_friendly_widgets 2011-02-01 18:06:24 +01:00
Thomas Perl
61b3179a1b Remove support for Maemo 4 (Diablo) 2011-02-01 17:59:00 +01:00
Thomas Perl
097d1c0a05 Fix getting episodes from DB via filename 2011-02-01 17:44:08 +01:00
Thomas Perl
0fc540c3b7 Remove GStreamer-based track length detection 2011-02-01 17:36:24 +01:00
Thomas Perl
6eb8102e70 Remove obsolete get_filesize_string 2011-02-01 17:31:29 +01:00
Thomas Perl
f4533770b2 Fix a bug in the schema upgrade code 2011-02-01 17:31:18 +01:00
Thomas Perl
64a2e214bc Schema creation, upgrade and migration for DB 2011-02-01 17:27:34 +01:00
Thomas Perl
20d629ba8d Allow re-setting of gPodder's home folder 2011-02-01 17:04:13 +01:00
Thomas Perl
d085ddfaf0 Python 2.5 compatibility: with statement 2011-02-01 16:58:56 +01:00
Thomas Perl
1eb454981f Remove "double_click_episode_action" config option 2011-02-01 16:47:03 +01:00
Thomas Perl
7252391f37 Remove *_played_dbus from config
This avoids problem with "played" status tracking
on Maemo. With this change, we always mark an
episode as "played" as soon as it is loaded into
a media player, but due to the MAFW time tracking
we don on Maemo 5, we can now determine the "finished"
state through other means, anyway.
2011-02-01 14:38:37 +01:00
Thomas Perl
8d711ca8fb Add "create" mode to db-converter.py 2011-02-01 12:33:32 +01:00
Thomas Perl
15697a5b0e Handle failed feed updates in "gpo" (bug 1264)
Thanks to Ville-Pekka Vainio for reporting this bug.
2011-02-01 12:26:32 +01:00
Thomas Perl
c98ced70dd Fix broken YouTube search (Maemo bug 11756)
Thanks to Stuart Howarth for reporting the bug.
2011-02-01 12:26:20 +01:00
Thomas Perl
0f5a45bc42 Reference PodcastEpisode only on model.Model 2010-12-20 15:48:29 +01:00
Thomas Perl
b04ca2c58a PodcastChannel: Remove save_dir_size 2010-12-20 15:28:52 +01:00
Thomas Perl
b7109c4301 Cleanup: Simplify delete_from_disk + cover_file 2010-12-20 15:26:11 +01:00
Thomas Perl
dedc1d1aba Remove direct references to PodcastChannel and PodcastEpisode
This will come in handy when subclassing the model classes.
2010-12-20 15:17:48 +01:00
Thomas Perl
be1c1114a2 Show filesize after download has finished 2010-12-20 15:00:41 +01:00
Thomas Perl
9ccbec6b15 Add DB migration script (prelimiary) 2010-12-20 14:51:54 +01:00
Thomas Perl
5a5ff375f3 Remove obsolete properties in PodcastEpisode
Simplify the episode selector list code.
2010-12-20 14:51:20 +01:00
Thomas Perl
292c82ab00 Database schema cleanup / upgrade 2010-12-20 14:35:46 +01:00
Thomas Perl
3e59385337 Remove sync_to_devices from podcast channel 2010-12-20 11:15:29 +01:00
Thomas Perl
f9eeabdc62 Remove config option: minimize_to_tray 2010-12-20 10:37:36 +01:00
Thomas Perl
8012c4f6bb Remove portable device synchronization 2010-12-20 10:29:41 +01:00
Thomas Perl
e3e4a81272 Merge download_dir and gpodder.home 2010-12-20 03:09:35 +01:00
Thomas Perl
ff1221b0e1 Rename database.sqlite to gpodder.db 2010-12-20 02:26:03 +01:00
Thomas Perl
bb3c77ac19 Remove support for channels.opml 2010-12-20 02:20:44 +01:00
Thomas Perl
cc58ca6646 Remove deprecated statistics properties of channel 2010-12-20 01:59:34 +01:00
Thomas Perl
e131e5a40c Remove device_playlist_name from podcast channel 2010-12-20 01:58:08 +01:00
Thomas Perl
052aeb6959 Config: rename "opml_url" and "toplist_url" 2010-12-20 01:37:25 +01:00
Thomas Perl
f893e7e49a Categorize configuration options 2010-12-20 01:34:04 +01:00
Thomas Perl
3f8d0d7b90 Config: Remove "apply_fixes" function 2010-12-20 01:26:15 +01:00
Thomas Perl
66f6c94b0b Remove config option: update_on_startup 2010-12-20 01:24:13 +01:00
Thomas Perl
06a665dac2 Reorder / group config options 2010-12-20 01:21:41 +01:00
Thomas Perl
420ab48842 Remove config option: on_drag_mark_played 2010-12-20 01:14:53 +01:00
Thomas Perl
f1dc81b6e0 Remove config option: open_torrent_after_download 2010-12-20 01:13:58 +01:00
Thomas Perl
1b519b27aa Remove config options: enable_fingerscroll and maemo_enable_gestures 2010-12-20 01:10:35 +01:00
Thomas Perl
62125c1b09 Remove config option: start_iconified 2010-12-20 01:00:13 +01:00
Thomas Perl
9bb08bb105 Remove config option: episode_list_thumbnails 2010-12-20 00:58:20 +01:00
Thomas Perl
d95d3ae1f6 Remove config option: allow_empty_feeds 2010-12-20 00:54:19 +01:00
Thomas Perl
45c9ace224 Clean up configuration (remove descriptions) 2010-12-20 00:52:40 +01:00
Thomas Perl
5db4b89a6c Remove config-doc-generator (deprecated) 2010-12-20 00:29:41 +01:00
Thomas Perl
6a62fd0e90 Remove cmd_download_complete / cmd_all_downloads_complete
User hooks can now be used instead of this feature.
2010-12-20 00:26:51 +01:00
Thomas Perl
bf7c297157 Remove on_quit_systray config option 2010-12-20 00:23:10 +01:00