Commit Graph

1299 Commits

Author SHA1 Message Date
Emir SARI c4cb10b7aa Adopt string casings according to HIG
This commit also improve formatting and style in some places.
2023-07-19 12:30:03 +00:00
l10n daemon script c684cdc355 GIT_SILENT Sync po/docbooks with svn 2023-07-19 02:33:03 +00:00
l10n daemon script fa7fe00036 GIT_SILENT made messages (after extraction) 2023-07-19 00:49:27 +00:00
l10n daemon script 5facc9e6ab GIT_SILENT Sync po/docbooks with svn 2023-07-18 01:53:04 +00:00
Bart De Vries 46fc8904ec Restrict filenames to alphanumeric characters 2023-07-17 14:52:02 +02:00
Eamonn Rea dc311cac7b Use Entry title to set downloaded file name
Instead of using the MD5 hash of the enclosure download URL, we
create a filename which follows `feedname/entry_title.hash.ext`, where
feedname is a uniquefied feed title (stored in the DB), a truncated version
of the entry title, a shortened hash based on the download URL, and the
original file extension extracted from the download URL.

BUG: 457848
2023-07-17 14:52:02 +02:00
Albert Astals Cid b2e79dbb51 GIT_SILENT Upgrade release service version to 23.11.70. 2023-07-17 12:50:21 +02:00
l10n daemon script c55ce4f9f6 GIT_SILENT Sync po/docbooks with svn 2023-07-14 01:59:04 +00:00
Volker Krause 9ecbc599f4 Fix binary stripping in APKs with Qt 5.15.10
This brings APK sizes back to what they used to be, instead of the 3x-5x
bloated version binary factory produces since the 5.15.10 update.
2023-07-08 09:27:11 +02:00
l10n daemon script a7a8f76244 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"
2023-07-05 01:57:25 +00:00
l10n daemon script ff39dbba04 GIT_SILENT Sync po/docbooks with svn 2023-07-04 02:28:16 +00:00
Bart De Vries 06d4de2980 GIT_SILENT Update flatpak manifest
Update to new kirigami-addons and taglib versions.
2023-07-03 09:00:03 +02:00
Heiko Becker 69fc493ff5 GIT_SILENT Update Appstream for new release
(cherry picked from commit d5d96fff07)
2023-06-30 01:13:26 +02:00
l10n daemon script 270b886bfc GIT_SILENT Sync po/docbooks with svn 2023-06-25 02:09:16 +00:00
l10n daemon script a53f2b4e27 GIT_SILENT Sync po/docbooks with svn 2023-06-24 02:06:23 +00:00
l10n daemon script 27cabf042d 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"
2023-06-19 01:46:48 +00:00
Bart De Vries 319c579ba0 Fix mMedia nullptr dereference in VLC backend metadata call
CCBUG: 470263
2023-06-18 16:35:29 +02:00
Bart De Vries 8b3603eb56 More safeguards for getFeed and getEntry calls 2023-06-18 16:31:42 +02:00
Bart De Vries b529bfc3ca Fix segfault when trying to remove a non-subscribed podcast
BUG: 471107
2023-06-18 15:12:59 +02:00
l10n daemon script cf274a7aca GIT_SILENT Sync po/docbooks with svn 2023-06-18 02:36:37 +00:00
l10n daemon script ee099f256b GIT_SILENT made messages (after extraction) 2023-06-16 00:45:55 +00:00
l10n daemon script 31aab1b0df GIT_SILENT Sync po/docbooks with svn 2023-06-13 01:54:26 +00:00
l10n daemon script 188a9e485b GIT_SILENT Sync po/docbooks with svn 2023-06-12 02:13:19 +00:00
l10n daemon script a415be5976 GIT_SILENT Sync po/docbooks with svn 2023-06-11 01:54:16 +00:00
l10n daemon script f1fce207f0 GIT_SILENT Sync po/docbooks with svn 2023-06-10 01:52:38 +00:00
Bart De Vries 21952c67e9 Make grace time configurable for marking episodes as played
BUG: 468687
2023-06-09 11:11:42 +00:00
Bart De Vries 441ef6d265 Update flatpak manifest for qtkeychain 0.14.1
This also changes the url-template to match the tarball URL for 0.14.1
which has changed compared to previous versions.
2023-06-08 16:14:01 +02:00
l10n daemon script f3e5314be5 GIT_SILENT Sync po/docbooks with svn 2023-06-07 01:58:02 +00:00
l10n daemon script b1d8d4776d GIT_SILENT Sync po/docbooks with svn 2023-06-04 01:54:28 +00:00
l10n daemon script 5b90042905 GIT_SILENT Sync po/docbooks with svn 2023-06-03 01:49:10 +00:00
Heiko Becker 396ddf1909 GIT_SILENT Update Appstream for new release
(cherry picked from commit 4655381574)
2023-06-02 21:46:12 +02:00
Bart De Vries 0c54ab7edf Refactor to use QNetworkInformation instead of SolidExtras for Qt6
SolidExtras will still be used for the Qt5 version for the time being.
This refactoring makes it trivial to rip out SolidExtras once the jump
to Qt6-only will be made.
2023-06-02 19:11:10 +02:00
Bart De Vries eac74ecbbb [KMediaSession] Only send MRPIS2 positionChanged signal on seek
Stop spamming the DBus with positionChanged signals if playback is
progressing at the nominal playback rate.  This brings the
implementation in line with the MPRIS2 player spec.  The previous
implementation was causing android battery drain issues with KDEConnect
constantly updating the position (and player details) on the notification
widget.
This implementation will still send the current playback position every
10 seconds to ensure that clients that don't implement the standard
properly or did not receive previous messages, will still get regularly
updated.
This also fixes correct signaling of playback rate changes over DBus.
2023-06-01 10:42:58 +02:00
l10n daemon script 52e074e266 GIT_SILENT Sync po/docbooks with svn 2023-05-31 02:21:42 +00:00
l10n daemon script 562560c03b GIT_SILENT Sync po/docbooks with svn 2023-05-30 02:08:03 +00:00
l10n daemon script 463ecb3304 GIT_SILENT Sync po/docbooks with svn 2023-05-29 01:50:15 +00:00
l10n daemon script 8f7774ef31 GIT_SILENT Sync po/docbooks with svn 2023-05-28 01:56:36 +00:00
l10n daemon script ac0742791a GIT_SILENT Sync po/docbooks with svn 2023-05-27 01:48:59 +00:00
l10n daemon script 23b848ab90 GIT_SILENT Sync po/docbooks with svn 2023-05-26 01:46:10 +00:00
Bart De Vries caff8da25f Expand FeedListPage PlaceholderMessage with helpful actions 2023-05-25 18:47:46 +02:00
Bart De Vries cbf2888754 Also update fullscreen image if chapter image in HeaderBar changes
BUG: 470194
2023-05-25 18:37:39 +02:00
l10n daemon script 0cc00652a3 GIT_SILENT Sync po/docbooks with svn 2023-05-23 02:23:37 +00:00
l10n daemon script 8dee08991f 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"
2023-05-23 01:42:25 +00:00
l10n daemon script ef1830eec6 GIT_SILENT made messages (after extraction) 2023-05-23 00:45:39 +00:00
l10n daemon script e3957ad641 GIT_SILENT Sync po/docbooks with svn 2023-05-22 01:51:16 +00:00
l10n daemon script 6ee592ac9b GIT_SILENT Sync po/docbooks with svn 2023-05-15 01:49:55 +00:00
l10n daemon script 5ae6ff6e93 GIT_SILENT Sync po/docbooks with svn 2023-05-14 02:02:37 +00:00
l10n daemon script d211e6f380 GIT_SILENT Sync po/docbooks with svn 2023-05-13 01:50:06 +00:00
l10n daemon script 229190f1b5 GIT_SILENT Sync po/docbooks with svn 2023-05-12 01:53:59 +00:00
Harry Kaimenas 39f215c897 Add adjustable seek times
Make seek times adjustable. Expose seek time under Playback Settings.
Set min time allowed in seconds to 1 and max time in seconds to 300.

FEATURE: 468686
2023-05-11 07:26:31 +00:00