Commit graph

4508 commits

Author SHA1 Message Date
Eric Le Lay
ac49363597 workaround updating old msys2 env
https://www.msys2.org/news/#2020-12-26-zstd-exemption-for-core-packages-removed
2021-03-30 21:32:32 +02:00
Eric Le Lay
ab76aa70a0 try remove pip install in bootstrap 2021-03-27 14:19:17 +01:00
Eric Le Lay
c2d1ce7a35 update fr translation 2021-03-27 14:16:00 +01:00
Eric Le Lay
414ad4b402 make messages 2021-03-26 21:24:13 +01:00
auouymous
e32199a687
Merge pull request #993 from gpodder/comment-typo
Fix typo in comment.
2021-03-25 23:48:49 -07:00
auouymous
3060fd18ad Fix typo in comment. 2021-03-26 00:43:33 -06:00
Eric Le Lay
64e8cde817 Fix #986 don't sort channels by section if sections are disabled 2021-03-20 09:28:14 +01:00
Eric Le Lay
479d56d51a fix #985 AttributeError: type object 'SeparatorMarker' has no attribute 'get_statistics' 2021-03-19 18:56:04 +01:00
auouymous
cb8b24882e
Merge pull request #984 from tpikonen/wayland-display
Require either DISPLAY or WAYLAND_DISPLAY being set
2021-03-19 04:54:12 -07:00
Teemu Ikonen
8982b4ce46 Require either DISPLAY or WAYLAND_DISPLAY being set
Do not perform this check on win32 or osx.
2021-03-19 13:46:39 +02:00
Eric Le Lay
5e914eff10
Merge pull request #982 from auouymous/fix-selected-sections
Prevent an exception when sections are not shown
2021-03-18 20:52:22 +01:00
auouymous
8d42bef631 Prevent an exception when sections are not shown
Fixes #981
2021-03-17 21:16:13 -06:00
Eric Le Lay
c9307e078a
Merge pull request #979 from thisfred/patch-1
Update soundcloud.py
2021-03-16 20:39:02 +01:00
eric casteleijn
af82f96ac8
Update soundcloud.py
Fix usage of a variable that was renamed in this commit: 3babb86c70 (bare except was hiding the error, but flake8 or pylint would have spotted this.)
2021-03-16 12:08:57 -07:00
Eric Le Lay
709cb970be
Merge pull request #971 from gpodder/921-select-episodes-in-section
Fix #921 select episodes in section
2021-03-13 16:28:22 +01:00
Eric Le Lay
7d123ba9bd
Merge pull request #976 from serkan-maker/master
Update tr.po
2021-03-13 16:27:45 +01:00
Eric Le Lay
78e2720e9a
Merge pull request #975 from tpikonen/fix-connectivity-check
Fix connectivity checking on Linux using the ip tool
2021-03-13 15:41:02 +01:00
Serkan ÖNDER
4f565910a1
Delete tr_TR.po
updated correct file added
2021-03-12 19:10:59 +03:00
Serkan ÖNDER
d681449514
Update tr.po 2021-03-12 18:56:19 +03:00
Teemu Ikonen
a33d62058a util.linux_get_active_interfaces(): Use 'ip addr' instead of 'ip link' 2021-03-10 14:47:22 +02:00
Teemu Ikonen
a60183e49c util.connection_available(): Prefer 'ip' to 'ifconfig'
Closes #974.
2021-03-09 21:48:52 +02:00
Eric Le Lay
297c10cc40 make sections selectable + filter episodes on channel search pattern
- sections are now selectable. This enables exporting all episodes in a section to disk, etc.
- when a channel query is active, only display episodes for matching channels
  (when All Episodes or a section is selected)

Closes #921
2021-03-06 16:49:52 +01:00
Eric Le Lay
e2bd98c346 check for empty player.audio or player.video 2021-03-05 20:46:49 +01:00
Eric Le Lay
2d262dc0ba
Merge pull request #970 from paper42/fix-statuscode-coverart
Fix warning on non-200 status codes in coverart
2021-03-05 12:08:54 +01:00
Eric Le Lay
f6308ed139
Merge pull request #968 from auouymous/show-invalid-feed-url
Show URL that caused invalid feed error
2021-03-05 12:07:55 +01:00
Eric Le Lay
2497dd9152 Merge branch 'cherry-pick-remove-deprecated-config-player'
See #963 Add config var 'player.videoplayer_youtube_dl_support'
2021-03-05 12:04:16 +01:00
Teemu Ikonen
f86957c7bc Remove config.videoplayer from legacy settings
Also assume that config.player.{audio,video} are always set.
2021-03-05 11:59:34 +01:00
Teemu Ikonen
47362394a3 Remove config.player from legacy settings
Use config.player audio everywhere.

Allows setting new config.player.* variables.
2021-03-05 11:59:34 +01:00
Paper
2806f64a1a Fix warning on non-200 status codes in coverart 2021-03-05 11:56:21 +01:00
auouymous
d9d83a36e7 Show URL that caused invalid feed error
The error may originate from another page in the feed, and only showing
the original URL makes it harder to track down invalid feed issues
(see #967).
2021-03-02 20:38:47 -07:00
Eric Le Lay
3c17d2bf28
Merge pull request #962 from paper42/remove-deprecated-gtk-elements
Remove deprecated gtk elements
2021-03-02 21:05:59 +01:00
Paper
9451d2fcb2 gpodderpreferences.ui: fix spacing, remove right alignment 2021-03-01 20:17:28 +01:00
Eric Le Lay
db22288108 remove useless code (already row_separator_func) 2021-02-24 21:41:59 +01:00
Paper
ca1c5545b4 gpodderpreferences.ui: match horizontal spacing 2021-02-15 16:41:49 +01:00
Paper
bdcd07af1a gpodderpreferences.ui: use GtkGrid in General 2021-02-15 16:29:05 +01:00
Paper
b2387c9efe gpodderpreferences.ui: remove last deprecated GtkTable 2021-02-15 16:08:27 +01:00
Paper
615ec26d74 gpodderpreferences.ui: remove another deprecated GtkTable 2021-02-15 16:08:27 +01:00
Paper
1597c0214c gpodderpreferences.ui: remove useless fill=True 2021-02-15 16:08:27 +01:00
Paper
71e92f8db8 gpodderpreferences.ui: remove deprecated GtkHSeparator 2021-02-15 16:08:27 +01:00
Paper
c664785b75 gpodderpreferences.ui: remove deprecated GtkTable 2021-02-15 16:08:27 +01:00
Paper
12ab369162 gpodderwelcome.ui: remove deprecated GtkTable 2021-02-15 16:08:27 +01:00
Eric Le Lay
835e0903ed
Merge pull request #966 from auouymous/combined-episode-duration-and-size-columns
Add combined episode duration and size columns.
2021-02-14 18:25:05 +01:00
auouymous
105255864c Don't display "None" when no file size. 2021-02-14 02:27:48 -07:00
Eric Le Lay
43a82d64e5
Merge pull request #965 from auouymous/open-website-label
Disable open website menu item if channel or episode has no website.
2021-02-13 09:46:39 +01:00
auouymous
d82a3a1dd2 Add combined episode duration and size columns. 2021-02-12 20:39:04 -07:00
auouymous
8707dd5cc5 Disable context menu item if channel or episode has no website.
Closes #958.
2021-02-12 19:31:43 -07:00
auouymous
cb9cbb6eb2 Allow extensions to disable channel and episode context menu items. 2021-02-12 19:29:53 -07:00
Eric Le Lay
5902465648
Merge pull request #915 from shunf4/fix/win32_build_site_package_path
fix: win installer build: more accurate site_packages path 2
2021-02-07 17:39:13 +01:00
Eric Le Lay
8180f87b5e
Merge pull request #960 from adasiko/patch-1
Update ru.po
2021-02-03 19:04:49 +01:00
Eric Le Lay
95e6206ac1
Merge pull request #954 from tpikonen/pytest-3
pytest executable as env variable and regex warning adjustments
2021-02-02 19:48:45 +01:00