Commit Graph

3548 Commits

Author SHA1 Message Date
Adam Voss 9601f02a51 Convert README to Markdown 2017-04-25 14:50:33 -05:00
Eric Le Lay d35bd04cb3 Merge pull request #291 from vossad01/issue/280
Filter `None` entries from `get_selected_episodes`
2017-04-25 18:30:28 +02:00
Eric Le Lay 719052a392 Merge pull request #283 from vossad01/issue/282
Remove some characters from filename and retry when copy fails
2017-04-25 18:29:22 +02:00
Eric Le Lay 1e6c68337c Merge pull request #287 from vossad01/issue/279
Changes to make Sync work in gtk3
2017-04-25 18:28:48 +02:00
Adam Voss ef42eb1642 Filter `None` entries from `get_selected_episodes`
Enough callers will blow up if this is the case and it has been shown to happen.  Additionally, there would not be much useful a caller could do with the `None` value.
2017-04-24 19:49:26 -05:00
Eric Le Lay ec2a736586 remove leftover methods and update issues URL 2017-04-23 19:37:59 +02:00
Adam Voss d106b23fb8 Merge pull request #290 from elelay/issue-159-empty-views
fix #159 - gtk3: Empty tree views do not indicate why
2017-04-23 12:27:24 -05:00
Eric Le Lay 81d2c152aa Merge branch 'master' into gtk3
disable MPRIS listener on windows
2017-04-23 19:09:01 +02:00
Eric Le Lay 1d96a54c0e fix #159 - gtk3: Empty tree views do not indicate why 2017-04-23 17:37:13 +02:00
Adam Voss 78ae55fa90 Merge pull request #288 from elelay/html-shownotes-disable-javascript
disable java, javascript, plugins in HTML shownotes
2017-04-23 10:36:15 -05:00
Adam Voss 4ecf7d6eac Only retry copy when destination differs 2017-04-23 10:29:43 -05:00
Eric Le Lay 6386241f6a Merge pull request #284 from vossad01/issue/275
Display currently updating podcast when updating subscriptions
2017-04-23 16:43:22 +02:00
Eric Le Lay 0b4a6de4f1 Merge pull request #273 from gpodder/freedesktop-detection
Disable MPRIS listener extension in Windows and macOS
2017-04-23 14:11:17 +02:00
Eric Le Lay 35870290ed Merge branch 'master' into gtk3 2017-04-23 13:44:56 +02:00
Eric Le Lay 00b7ab3ab8 Merge pull request #262 from elelay/resume-playback
extension: entry in context-menu to resume playback
2017-04-23 13:41:53 +02:00
Eric Le Lay accc8c91cf better method name 2017-04-23 13:40:54 +02:00
Eric Le Lay 924f4f5919 disable java, javascript, plugins in HTML shownotes 2017-04-23 13:38:43 +02:00
Adam Voss 176a6205ae Changes to make Sync to work better 2017-04-22 10:45:38 -05:00
Adam Voss 8064aec09b Merge pull request #281 from wwweslei/master
Update pt_BR.po
2017-04-21 07:55:00 -05:00
Adam Voss 82f5b35d8f Merge pull request #281 from wwweslei/master
Update pt_BR.po
2017-04-21 07:51:34 -05:00
Adam Voss 58443d6425 Minor gramatical correction 2017-04-21 07:48:54 -05:00
Adam Voss a279a0786d Display currently updating podcast when updating subscriptions
Prior to this, it would display the last podcast that was updated rather than the currently updating podcast.
2017-04-21 07:42:12 -05:00
Adam Voss d84623e434 Remove some characters from filename when copy fails
This aims to provide better VFAT/Windows support by replacing troublesome characters if there is originally a failure. See issue #282.
2017-04-20 20:27:25 -05:00
weslei 4370ac8d67 Update pt_BR.po 2017-04-20 21:30:12 -03:00
Adam Voss 2f6ca4fcd9 Merge remote-tracking branch 'origin/master' into gtk3 2017-04-18 10:32:02 -05:00
Adam Voss f14c465d81 Merge pull request #277 from vossad01/html_description-migration
Data migration of `description` column during migration to v7 schema
2017-04-18 10:31:14 -05:00
Adam Voss f456365a14 Properly handle description/html_description until podcastparser is changed 2017-04-18 10:23:24 -05:00
Adam Voss e10caaf5de Attempted compromise for `is_html` RegEx 2017-04-18 10:16:57 -05:00
Eric Le Lay 4ab407007e schema v7: update description and description_html fields
1. initialize description_html when description used to contain HTML
 2. strip HTML tags from description
 3. reset last updated from feed to force fetch description/description_html
2017-04-18 10:16:52 -05:00
Adam Voss 4bfaeecea2 Merge pull request #266 from elelay/gtk3-plain-text-shownotes
if description is not html, show it as plain-text in webkit
2017-04-18 10:13:53 -05:00
Adam Voss eda8706260 Attempted compromise for `is_html` RegEx 2017-04-18 09:45:38 -05:00
Adam Voss 0ed4baccd1 Merge pull request #276 from vossad01/issue/274
Use `new` method to create `Gtk.TreeRowReference` instance
2017-04-18 09:26:36 -05:00
Adam Voss 917c33f72b Use `new` method to create `Gtk.TreeRowReference` instance 2017-04-18 09:20:04 -05:00
Eric Le Lay 01e0655943 schema v7: update description and description_html fields
1. initialize description_html when description used to contain HTML
 2. strip HTML tags from description
 3. reset last updated from feed to force fetch description/description_html
2017-04-17 19:19:28 +02:00
Eric Le Lay 2169161017 resume playback: fixes following review 2017-04-17 18:28:29 +02:00
Thomas Perl 32c3e8cf51 Disable MPRIS listener extension in Windows and macOS 2017-04-16 10:25:46 +02:00
Eric Le Lay 83718c9ff8 Merge pull request #258 from elelay/gtk3-mpris-listener
python3 mpris listener fix
2017-04-15 20:13:03 +02:00
Eric Le Lay 18bd4cd566 show HTML shownotes when episode.link has no path 2017-04-13 22:02:04 +02:00
Adam Voss 709d3377e1 Merge pull request #264 from elelay/self-hosting
Easier self-hosting support
2017-04-11 17:09:50 -05:00
Adam Voss 1fa31c39c2 Merge pull request #264 from elelay/self-hosting
Easier self-hosting support
2017-04-11 17:08:41 -05:00
Eric Le Lay e3cd0efbd1 Mention WebKit2 dependency for HTML shownotes 2017-04-10 19:32:52 +02:00
Eric Le Lay 13c1b8e7db if description is not html, show it as plain-text in webkit 2017-04-09 19:14:41 +02:00
Eric Le Lay 49d2e45486 dynamic server in subscription selection title 2017-04-09 18:37:15 +02:00
Eric Le Lay 00b0094b82 show_login_dialog doesn't ask for server by default 2017-04-09 18:21:47 +02:00
Eric Le Lay a75307c40f change mygpo server in preferences 2017-04-09 17:38:23 +02:00
Eric Le Lay 837d930765 retrieve subscriptions from custom server 2017-04-09 17:38:23 +02:00
Eric Le Lay 070db21f05 Merge branch 'master' into gtk3 2017-04-09 10:01:29 +02:00
Eric Le Lay 89a4f0511a correct missing column in schema 2017-04-09 09:21:00 +02:00
Adam Voss ed1fa69b19 Merge pull request #247 from elelay/gtk3-store-html-description
store episode's description_html (schema change)
2017-04-08 12:31:19 -05:00
Adam Voss 08c8f4d194 Coerce textual description to HTML when using gPodderShownotesHTML
Needed because model.py no longer does that automatically.
2017-04-08 12:15:03 -05:00