Commit Graph

4216 Commits

Author SHA1 Message Date
Eric Le Lay 0567076c28 fix linter warning 2020-04-14 16:38:52 +02:00
Eric Le Lay c3bcf93dc8 option to always show search fields 2020-04-14 16:38:52 +02:00
Eric Le Lay 00d9ca36f0 searchtree: add class doc 2020-04-14 16:38:52 +02:00
Eric Le Lay e8fd2e081f factor search box code
I don't know how to make it a real component, but at least
behaviour is identical.
2020-04-14 16:38:52 +02:00
Eric Le Lay f309daf50c move Find Podcast to the end of the menu 2020-04-14 16:38:52 +02:00
Eric Le Lay ff8582d6dd add menu items to trigger podcast/episode search 2020-04-14 16:36:26 +02:00
Eric Le Lay a672ce7ba4 update macOS base 2020-04-14 16:35:14 +02:00
Eric Le Lay 53f230eda3 fix 'remaining' in EQL
python 3 refactoring removed needed parenthesis
2020-04-14 16:35:14 +02:00
Eric Le Lay a700587eef
Merge pull request #774 from TZocker/patch-12
Update de.po
2020-04-07 19:27:18 +02:00
TZocker cdb9ecd6fa
Update de.po 2020-04-06 14:28:02 +02:00
Eric Le Lay 52e82a4ee3
Merge pull request #772 from huftis/update-nn-translation-3-10-14
Update Norwegian Nynorsk translation for version 3.10.14
2020-04-04 17:16:26 +02:00
Karl Ove Hufthammer c80af4f538 Update Norwegian Nynorsk translation for version 3.10.14 2020-04-04 14:59:18 +02:00
Eric Le Lay 0309604f3a fr translations update 2020-04-03 18:59:46 +02:00
Eric Le Lay 9333275770 exclude bin/gpo~ from translations 2020-04-03 18:41:49 +02:00
Eric Le Lay a27c9ac96e make messages 2020-04-03 18:41:14 +02:00
Eric Le Lay 698689c8d8
Merge pull request #771 from ShaiGerbi/patch-2
Update he.po
2020-04-03 18:32:56 +02:00
Eric Le Lay 400ee8e9d5
Merge pull request #741 from auouymous/show-dialog-when-error-updating-feed
Better feed update error feedback:
 - remove common stacktraces
 - always show feeds in error
 - error emblem on feed cover
 - error message in description
2020-04-01 09:35:59 +02:00
Eric Le Lay ad053a755a refine podcast cover status overlay 2020-03-31 16:37:29 -06:00
Eric Le Lay f6588c79ea use new icon name for podcast pause subscription 2020-03-31 16:37:26 -06:00
Eric Le Lay 0eb50ca34e add warning icon to cover on error 2020-03-31 16:37:24 -06:00
auouymous 60d4e4525f no stack trace for common feed update errors 2020-03-31 16:34:55 -06:00
auouymous b31a868583 always show channels with update errors 2020-03-31 16:34:51 -06:00
auouymous e1c49cc0a6 replace channel description with error reason when feed can't be updated 2020-03-31 16:34:09 -06:00
Shai Gerbi b12c481555
Update he.po 2020-04-01 00:47:31 +03:00
Shai Gerbi 2d91590c03
Update he.po 2020-04-01 00:42:58 +03:00
Eric Le Lay 19ada0c3e0
Merge pull request #770 from ShaiGerbi/patch-1
Update he.po
2020-03-31 23:25:13 +02:00
Shai Gerbi b279578289
Update he.po
I translated some strings to Hebrew
2020-03-30 18:35:17 +03:00
Eric Le Lay c4e6e6f8e8
Merge pull request #769 from brot/fix-ubuntu-unity-check
Fix gpodder.ui.unity check for newer Ubuntu versions
2020-03-29 13:03:36 +02:00
Bernd Schlapsi 76e14ae793 Fix gpodder.ui.unity check for newer Ubuntu versions
Ubuntu switched from Unity to GNOME-Shell since Ubuntu 17.10. But it seems
that DESKTOP_SESSION always returns "ubuntu", so we need to check also
for XDG_CURRENT_DESKTOP which returns "Unity" or "ubuntu:GNOME"
2020-03-28 22:54:59 +01:00
Eric Le Lay 84f5f79310
Merge pull request #765 from gpodder/youtube-dl-improvements
Youtube dl improvements
2020-03-24 08:39:48 +01:00
Eric Le Lay 35694aa4af win: update python deps 2020-03-22 19:51:46 +01:00
Eric Le Lay 120e01fbed youtube-dl: fix 'Error in output template: unsupported format character' when title contains dollar or percent
We pass the filename to YoutubeDL as the outtmpl parameter, which is
used as a string template. See YoutubeDL.py, line 711:

    filename = expand_path(outtmpl).replace(sep, '') % template_dict
2020-03-22 19:51:46 +01:00
Eric Le Lay 9721620cec textual shownotes: skip <style> contents 2020-03-22 19:51:46 +01:00
Eric Le Lay 69461a0695 youtube-dl: refresh videos one by one to catch and skip a single video on error 2020-03-22 19:51:46 +01:00
Eric Le Lay a62fd58a79 use == for comparison with literal
See https://bugs.python.org/issue34850
2020-03-22 16:16:13 +01:00
Eric Le Lay 106a1562bd
Merge pull request #759 from gpodder/gpo-manage-extensions
fix #656 extension management via gpo
2020-03-13 22:04:54 +01:00
Eric Le Lay 710014bdd0
Merge pull request #763 from auouymous/youtube-get_channel_desc
show url when get_channel_desc() fails
2020-03-13 22:04:09 +01:00
auouymous e4623c8e4e show url when get_channel_desc() fails 2020-03-12 21:18:29 -06:00
Eric Le Lay 6d4b480996 episode selector: remove default focus on Download button
See #679 pressing space by mistake now does nothing.
I keep the Enter key binding, for cases when all episodes are to be downloaded.
As soon as the user clicks or moves with arrow/tab keys, the default Enter action
is inactive anyway
2020-03-01 13:10:39 +01:00
Eric Le Lay 79e4659fcb fix linter warnings 2020-03-01 11:51:43 +01:00
Eric Le Lay 09151094e7 fix python warning 2020-03-01 11:35:43 +01:00
Eric Le Lay 89c90712e0 fix #656 extension management via gpo 2020-03-01 11:31:54 +01:00
Eric Le Lay 33277f0fd6
Merge pull request #758 from auouymous/filter-extension-doc
link to filter extension documentation on website
2020-02-26 08:37:25 +01:00
auouymous 80a6a28a5c link to documentation on website 2020-02-24 00:46:38 -07:00
Eric Le Lay d557c652f4
Merge pull request #753 from gpodder/fix-749-win-installer-custom-location
fix #749 gpodder can't support custom installation path
2020-02-23 14:57:23 +01:00
Eric Le Lay 9b4251390e
Merge pull request #743 from auouymous/filter-extension
extension to filter expisodes from being automatically downloaded
2020-02-23 14:43:13 +01:00
auouymous cb5c95a01c sort filters so tracking Settings.json with version control handles changes better 2020-02-19 04:25:56 -07:00
auouymous bfdaf93a5e rename Allow label to Except 2020-02-19 03:28:07 -07:00
auouymous 45ac93f8b5 move block widgets above allow widgets 2020-02-19 03:23:59 -07:00
Eric Le Lay 40ce59502d refactor filter extension for shorter code 2020-02-19 03:15:25 -07:00