1602 Commits

Author SHA1 Message Date
Bart De Vries
5a42358592
Add manual proxy configuration
This implementation is based on the one from neochat and tokodon, but it
fixes the "system default" option and adds a "no proxy" option.

Most of these settings now also cover streaming audio through the
different backends.

FEATURE: 467490
2024-04-24 15:44:57 +02:00
Bart De Vries
c15fd5b54d
Fix clipping of ListView in ErrorListOverlay 2024-04-24 15:43:58 +02:00
l10n daemon script
093129b0ea GIT_SILENT Sync po/docbooks with svn 2024-04-24 01:28:31 +00:00
Bart De Vries
eb1dcc9d67
Fix missing streaming button on android 2024-04-23 19:36:59 +02:00
Bart De Vries
ea3f3d5123
Fix qml property assignment 2024-04-23 11:30:43 +02:00
Bart De Vries
c09925c59f
Refactor conversion from enum to int and vice versa 2024-04-23 11:19:36 +02:00
Bart De Vries
9c6c77db7a
Save filters on episode list and episode detail pages
FEATURE: 466792
2024-04-23 09:32:02 +02:00
l10n daemon script
7bfaf5654c GIT_SILENT Sync po/docbooks with svn 2024-04-23 01:27:37 +00:00
Bart De Vries
b6da9407c7
Workaround for mipmap issue with Image
See https://bugreports-test.qt.io/browse/QTBUG-105277 for background
2024-04-22 11:13:54 +02:00
Bart De Vries
acbf4c605f
Set breeze as icon fallback theme 2024-04-22 09:52:20 +02:00
l10n daemon script
2ba3ec98a6 GIT_SILENT Sync po/docbooks with svn 2024-04-22 01:26:52 +00:00
Albert Astals Cid
b831a26686 GIT_SILENT Upgrade release service version to 24.07.70. 2024-04-21 12:27:40 +02:00
l10n daemon script
162100c340 GIT_SILENT Sync po/docbooks with svn 2024-04-21 01:22:10 +00:00
l10n daemon script
9422ee6ca6 GIT_SILENT Sync po/docbooks with svn 2024-04-20 01:22:23 +00:00
l10n daemon script
3d4a7ababe GIT_SILENT Sync po/docbooks with svn 2024-04-19 01:24:26 +00:00
Bart De Vries
6822304c56 Implement interval-based automatic podcast updates
This also includes a restructuring of some of the settings.

BUG: 466789
2024-04-18 12:56:42 +00:00
Bart De Vries
98603c383e Update appstream data
- Add branding colors
- Fix duplicate use of "default" screenshot attribute
2024-04-18 12:54:33 +00:00
l10n daemon script
e4bf2a29e7 GIT_SILENT Sync po/docbooks with svn 2024-04-18 01:17:58 +00:00
l10n daemon script
2b6142e07d GIT_SILENT Sync po/docbooks with svn 2024-04-17 01:24:07 +00:00
l10n daemon script
01f57997a3 GIT_SILENT Sync po/docbooks with svn 2024-04-16 01:26:06 +00:00
l10n daemon script
fad334059d GIT_SILENT Sync po/docbooks with svn 2024-04-15 01:19:35 +00:00
l10n daemon script
a647c126be GIT_SILENT Sync po/docbooks with svn 2024-04-14 01:19:51 +00:00
Bart De Vries
6a8de7570e Remove workaround for FolderDialog for flatpak
Also update the flatpak manifest to align with the one on flathub.

BUG: 485462
2024-04-13 23:06:51 +02:00
l10n daemon script
0bc16772f6 GIT_SILENT Sync po/docbooks with svn 2024-04-13 01:23:52 +00:00
Bart De Vries
e7e243db66 Fix i18nc call 2024-04-12 16:23:50 +02:00
Bart De Vries
b1934e0601 Add option to show podcast title on entry delegates 2024-04-12 12:50:48 +02:00
Bart De Vries
37a8465c7f Add switch to display Podcast image instead of Episode image
Closes #46
2024-04-12 12:50:48 +02:00
Bart De Vries
48a10a25cc Clean up the feed addition routine
- Avoid multiple QUrl::toString() calls
- Immediately create the Feed object rather than wait for loadFeed()
2024-04-12 12:49:47 +02:00
Bart De Vries
aaefa428c3 Improve i18nc for page titles 2024-04-12 12:48:30 +02:00
Bart De Vries
d09974755d Add comments to translatable strings in Settings
I.e. use i18nc instead of i18n.
2024-04-12 12:48:30 +02:00
Heiko Becker
fd8b224a35 GIT_SILENT Update Appstream for new release
(cherry picked from commit 931283b517abc8888d1e330af85f654fcf67b2bc)
2024-04-08 17:54:12 +02:00
Bart De Vries
db9fc0730b Set correct icon fallback search path 2024-04-04 14:42:52 +02:00
Bart De Vries
a67e3f86ca Add link to windows builds in README.md
Closes #48
2024-04-03 09:42:25 +02:00
l10n daemon script
8d84104a39 GIT_SILENT Sync po/docbooks with svn 2024-03-31 01:28:57 +00:00
l10n daemon script
64cc47a1b0 GIT_SILENT Sync po/docbooks with svn 2024-03-29 01:29:03 +00:00
l10n daemon script
73757f5a76 GIT_SILENT Sync po/docbooks with svn 2024-03-28 01:36:26 +00:00
l10n daemon script
d686f1a18a GIT_SILENT Sync po/docbooks with svn 2024-03-27 01:29:53 +00:00
l10n daemon script
4bd6b786a6 GIT_SILENT Sync po/docbooks with svn 2024-03-26 01:29:38 +00:00
l10n daemon script
a45e80fc29 GIT_SILENT Sync po/docbooks with svn 2024-03-25 01:29:53 +00:00
l10n daemon script
1a6925ec3c GIT_SILENT Sync po/docbooks with svn 2024-03-23 01:18:20 +00:00
Bart De Vries
4414234c5b Fix icons not showing up in windows
This is done by linking to Breeze icons.
2024-03-22 15:56:33 +01:00
Julius Künzel
cba818af91 README: Fix location of nightly Android builds 2024-03-21 21:10:08 +00:00
l10n daemon script
7e1e8f6851 GIT_SILENT Sync po/docbooks with svn 2024-03-20 01:21:07 +00:00
Tobias Fella
ace1163692
Remove unused includes 2024-03-19 22:03:06 +01:00
Tobias Fella
65025a69f1
Bump KF6 dependency and set compiler settings level 2024-03-19 22:01:52 +01:00
l10n daemon script
0366fc2257 GIT_SILENT Sync po/docbooks with svn 2024-03-18 01:29:49 +00:00
l10n daemon script
dfb67079a7 GIT_SILENT Sync po/docbooks with svn 2024-03-17 01:28:08 +00:00
l10n daemon script
1ffac11ac2 GIT_SILENT Sync po/docbooks with svn 2024-03-16 01:32:24 +00:00
l10n daemon script
add3c78df2 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2024-03-16 01:14:57 +00:00
l10n daemon script
a25f591919 GIT_SILENT made messages (after extraction) 2024-03-16 00:37:50 +00:00