Commit Graph

4216 Commits

Author SHA1 Message Date
Eric Le Lay 3854c50f32 make messages 2019-05-27 21:14:38 +02:00
Eric Le Lay 1f99e166fb fix jumping webview when hovering a link with long url
the label showing the URL at the bottom of the screen then expands the view
horizontally, causing a relayout.
2019-05-27 21:09:59 +02:00
Eric Le Lay 13f51784b5
Merge pull request #626 from romlok/youtube-https
Fix YouTube downloads to use HTTPS
2019-05-27 19:44:35 +02:00
auouymous deebcf8cec Use https to download from YouTube 2019-05-25 15:33:09 +02:00
auouymous 73229700ce Use HTTPS for https urls 2019-05-25 15:32:59 +02:00
Eric Le Lay 8391bafd31 new gpodder.util.parse_mimetype
to access params
2019-05-19 15:04:48 +02:00
Eric Le Lay 0b36f1ee60 pass max_episodes to custom feed handlers 2019-05-19 15:04:17 +02:00
Eric Le Lay 80b3b69837 list instead of generator otherwise episodes not seen are not all deleted 2019-05-19 15:03:17 +02:00
Eric Le Lay 27ac7c2a78 remove code already in podcastparser 0.6.4 2019-05-19 11:38:01 +02:00
Eric Le Lay f454548a5b fix typo in comment 2019-05-19 11:38:01 +02:00
Eric Le Lay 06e35d1c5a fix #623: youtube - Download failed: 'reason'
thanks to @auouymous for the patch!
2019-05-18 18:00:04 +02:00
Eric Le Lay ed4d2dea71 fix #296 - Notification window for failed download should show podcast name
thanks to @auouymous for the patch
2019-05-18 17:59:55 +02:00
Eric Le Lay 4f063851b1 Custom feeds: change handle_url to fetch_channel 2019-05-18 17:16:06 +02:00
Eric Le Lay 10adc4a0fc add model.unregister_custom_handler
to be able to register AND unregister custom feed handlers from extensions
2019-05-08 19:11:27 +02:00
Eric Le Lay 19bf70572c add support for feed image in ico format 2019-05-08 18:55:57 +02:00
Eric Le Lay 28e2ef0a06 use channel auth in html shownotes 2019-05-05 17:03:59 +02:00
Eric Le Lay 76feaa7117 fix has_website_link() usage as attribute 2019-05-05 16:47:23 +02:00
Eric Le Lay 474e8e1b9c fix #620 gPodder makes gnome-software confused 2019-04-26 14:52:11 +02:00
Eric Le Lay 4e2ef798dc fix missing dot 2019-04-08 21:56:02 +02:00
Eric Le Lay 1b018a3659 Fix #618 download extension lost on long filenames 2019-04-06 17:11:04 +02:00
Eric Le Lay a9d7b70593 fix github_release.py when no author login 2019-04-06 17:11:04 +02:00
Eric Le Lay 4e39b9b6cb prepare 3.10.8 release 2019-04-04 22:27:09 +02:00
Eric Le Lay fbce23902e update macOS bundle
Closes #604 Right-click not working on macOS on secondary monitor
2019-04-04 22:27:09 +02:00
Eric Le Lay 3885e8ec9b
Merge pull request #609 from bugthing/remove-ico-from-dir
Remove .ico format icon from hicolor/16x16
2019-02-18 21:24:53 +01:00
Benjamin Martin ee0f96bbb3 Remove .ico format icon from hicolor/16x16 2019-02-18 11:53:46 +00:00
Eric Le Lay 8120d38a3e remove fuzzy markers 2019-02-13 22:17:31 +01:00
Eric Le Lay 021059962c
Merge pull request #606 from Peregrinus8/master
Update ru.po
2019-02-13 22:07:12 +01:00
Peregrinus8 29dc4d5599
Update ru.po 2019-02-13 10:49:10 +03:00
Peregrinus8 d688c70074
updated translate 2019-02-13 10:18:47 +03:00
Eric Le Lay 81550092e2 fix Model not imported after refactoring 2019-02-03 01:23:10 +01:00
Eric Le Lay 9e4cfe4974 relative imports 2019-02-02 18:39:49 +01:00
Eric Le Lay 803c6834d5 make messages following app.py creation 2019-02-02 18:37:09 +01:00
Eric Le Lay e4a16f1526 refactor main.py a bit into app.py 2019-02-02 18:35:19 +01:00
Eric Le Lay 8afbe93faf fix linter warnings 2019-02-02 17:07:20 +01:00
Eric Le Lay d8cad10739
Merge pull request #597 from geoffoxholm/master
Extend `tagging` extension to modify the id3 version
2019-02-02 17:04:12 +01:00
oxholm 339cd4e651 checking object type before calling save with keywords 2019-02-01 22:33:41 -08:00
Eric Le Lay e84547ad18 prepare 3.10.7 release 2019-02-01 08:44:16 +01:00
Eric Le Lay 47beec40a7 make messages 2019-02-01 08:36:42 +01:00
Eric Le Lay 61182473b8 updated macOS bundle base release 2019-01-28 19:31:03 +01:00
Eric Le Lay 4400f5bf16 fix #591 invalid local filename when content-disposition invalid extension
1. fix download to remove query string from attachment name
   can cause regressions when filename contains query before extension
   or other strange characters because we parse as url an intended filename
2. fix episode.local_filename() to always sanitize the extension
2019-01-27 12:30:46 +01:00
Eric Le Lay 0eb2756957 fix linter warning 2019-01-27 12:27:13 +01:00
Eric Le Lay 2735be1db0 fix warning deprecated inspect.getargspec since python 3.0 2019-01-26 17:26:09 +01:00
Eric Le Lay 3ac8968e86 gpo: fix invalid error message url
when calling rename a b
2019-01-26 17:25:45 +01:00
Eric Le Lay 00fa10b1f6 fix #360 Resume downloads for gpo
partial [--guid] List partially downloaded episodes with or without GUIDs
resume [--guid]  Resume partially downloaded episodes or single GUID
2019-01-26 16:52:05 +01:00
Eric Le Lay 1aed4a35f5 fix missing variable since a36a9ac 2019-01-26 16:46:12 +01:00
Eric Le Lay c957a6119f windows: add mutagen module 2019-01-26 12:57:00 +01:00
Eric Le Lay d70f032040 Fix #586 remove debug print 2019-01-26 12:52:51 +01:00
Eric Le Lay a36a9ace22 dynamic channel cover icon based on tree text size
See #590
2019-01-24 19:03:42 +01:00
Eric Le Lay 1ad321def7 deduce progress bar size from treeAvailable text size
See #590
2019-01-24 18:44:03 +01:00
Eric Le Lay cc6148fdfc win_installer: add libidn2 for wget 2019-01-24 10:51:44 +01:00