Commit graph

3408 commits

Author SHA1 Message Date
Thomas Perl e44344a9fe Gtk UI: Remove WebKit1 support
WebKit1 for Gtk2 support is deprecated in Debian, we may want
to re-introduce WebKit(2) support once we have ported gPodder
to Gtk3 and its GObject Introspection-based Python bindings.

See also: https://bugs.debian.org/790218
2016-02-15 07:47:43 +01:00
Thomas Perl 2a27cddf8c win32-launcher: Fix compatibility issues with Python 2.7.11 2016-02-07 19:37:28 +01:00
Thomas Perl 8624267cb2 win32-launcher: Remove unused #define lines 2016-02-07 19:03:22 +01:00
Thomas Perl 170f87c5f2 Alignment fix 2016-02-06 21:57:07 +01:00
Thomas Perl 45885de670 gPodder 3.9.0 "Helium Levitator" released 2016-02-03 21:27:26 +01:00
Thomas Perl d0bf5c675c Update translations from source 2016-02-03 21:10:13 +01:00
Thomas Perl c1b55ae279 Vimeo: Fix Vimeo integration 2016-02-03 20:57:31 +01:00
Thomas Perl f12621ea68 Preferences: Move video services to separate tab 2016-02-03 20:52:18 +01:00
Thomas Perl 678adda20a Redesign about dialog 2016-02-03 20:46:48 +01:00
Thomas Perl 0e86aa8f26 Remove Web UI 2016-02-03 20:26:09 +01:00
Thomas Perl 9b83a28fd6 Remove obsolete files 2016-02-03 20:26:09 +01:00
Thomas Perl 24ec3e0a9d Remove broken Flattr integration 2016-02-03 20:26:07 +01:00
Thomas Perl f5e7390d23 makefile: Remove unused strings on merge 2016-02-03 20:25:53 +01:00
Thomas Perl 60e81851cb Update README file 2016-02-03 20:25:49 +01:00
Thomas Perl 28075c09dd Remove QML UI 2016-02-03 19:54:33 +01:00
Thomas Perl a50db27736 Win32-launcher: Remove download feature 2016-01-15 15:46:02 +01:00
Thomas Perl 36eefc8a30 Update copyright years (2016) 2016-01-15 15:22:52 +01:00
Thomas Perl 1665053907 Avoid spurious warnings for missing header 2016-01-15 15:16:21 +01:00
Thomas Perl 2fab3577e3 gpodder.download: Ignore non-ASCII content-disposition header (bug 2059) 2016-01-15 15:08:22 +01:00
Thomas Perl 1e2cc738a4 Ubuntu AppIndicator extension: 'visible' config option 2016-01-15 13:49:56 +01:00
Thomas Perl ef76d0309f Enqueue episodes after download (Closes #133)
Based on an initial patch by boyska <boyska at gmail dot com>.
2016-01-15 13:36:03 +01:00
Byeongkeon Kim 42f34d8230 Added Korean translation 2016-01-03 11:15:02 +01:00
Thomas Perl 169102de09 Device sync: Only fail if we can determine free disk space (bug 2052) 2015-12-16 09:33:21 +01:00
Thomas Perl db7d9bc925 gPodder 3.8.5 "Casting Agents and Cowgirls" released 2015-12-01 22:04:38 +01:00
Thomas Perl 2092f82f8d Work around desktop-file-validate bug 2015-12-01 21:49:03 +01:00
Thomas Perl 87e4c5643f Travis CI 2015-12-01 21:45:06 +01:00
Thomas Perl 8d46e504bf Fix coverage usage 2015-12-01 21:38:22 +01:00
Thomas Perl 4276d649fc Merge pull request #132 from daneoshiga/old_youtube_url
Adding another pattern for youtube feed url list
2015-11-28 21:55:06 +01:00
Danilo Shiga f44590e43f Adding another pattern for youtube feed url list 2015-11-28 12:34:33 -02:00
Thomas Perl c2b87d992b Remove the unused 'pipe' IPC module 2015-11-17 19:39:39 +01:00
Thomas Perl 39ed1bc444 Gtk UI: Use episode_list_status_changed more often 2015-11-17 19:37:09 +01:00
Thomas Perl d597500004 Fix Vimeo integration 2015-11-13 22:25:37 +01:00
Thomas Perl bf31b911b6 rename_download: Add add_sortdate and add_podcast_title option
Based on a patch by Rob <rob_is@jabawok.net>.
2015-09-29 09:18:41 +02:00
Thomas Perl 7575480aff Make the YouTube key button link to the gPodder Wiki 2015-07-08 14:25:49 +02:00
Thomas Perl 6456002308 Vimeo: Allow both http and https URLs (bug 2019) 2015-07-08 11:18:28 +02:00
Thomas Perl cc6ea467bb model: Limit filenames to 120 characters for eCryptFS (bug 1898) 2015-07-01 23:17:39 +02:00
Thomas Perl c71391552a youtube: Fix cover art downloading (bug 2014) 2015-07-01 22:59:09 +02:00
Thomas Perl b251ae0410 youtube: Improve channel migration code 2015-07-01 22:58:44 +02:00
Thomas Perl e78ef01d5e Gtk UI: Fix model column data types (bug 2008) 2015-06-14 12:10:37 +02:00
Thomas Perl 63e5c73337 Gtk UI: Always return values in play_or_download 2015-06-14 12:08:19 +02:00
Thomas Perl 5589da58da gpo: Use context manager for tracking actions 2015-06-14 11:46:13 +02:00
Thomas Perl 97a5c0246f gpo: Cleanup old downloads on CLI startup (bug 2012) 2015-06-14 11:39:02 +02:00
Thomas Perl befa0708df Vimeo: Fix vimeo feed discovery (bug 2009) 2015-06-14 11:01:03 +02:00
Thomas Perl a10f18276b Merge pull request #130 from drmrboy/master
Updated to handle sync failure when no space left
2015-06-06 12:12:22 +03:00
Aaron Wright ce6ddb6db0 Updated to handle sync failure when no space left
Changed sync code to check needed pace against available space and raise
error if there is not enough room for the track.  This causes the track
to be listed in the failed_sync list.  I could not get it to be in the
failed_sync list without raising an exception.  Added a new sync failed
exception.

Also changed the main gtkui code to not include the failed_sync tracks
in the list of tracks to perform post-sync processing on.  This prevents
tracks that were not copied from being marked as played.
2015-05-27 12:09:04 -04:00
Thomas Perl f69934188e gPodder 3.8.4 "Moving Mountain" released 2015-05-24 19:55:48 +02:00
Thomas Perl 480a729811 Updated German translation 2015-05-24 19:53:13 +02:00
Thomas Perl b7c0891153 Update translations from source 2015-05-24 19:47:07 +02:00
Thomas Perl aa72634950 Update copyright years (2015) 2015-05-24 19:33:39 +02:00
Thomas Perl 937993d570 CLI: Add "youtubefix" subcommand to rewrite URLs 2015-05-20 21:58:37 +02:00