Commit Graph

1538 Commits

Author SHA1 Message Date
Bart De Vries
b352bb03a9 Add windows CD now binary-factory is gone 2024-02-19 10:42:01 +01:00
l10n daemon script
5486d2c14e GIT_SILENT Sync po/docbooks with svn 2024-02-18 01:20:02 +00:00
l10n daemon script
756ca00420 GIT_SILENT Sync po/docbooks with svn 2024-02-17 01:19:53 +00:00
l10n daemon script
7ae9f0edd8 GIT_SILENT Sync po/docbooks with svn 2024-02-16 01:20:15 +00:00
Heiko Becker
fdfb4491a3 GIT_SILENT Update Appstream for new release
(cherry picked from commit 9d37fbd2f5)
2024-02-16 00:46:16 +01:00
l10n daemon script
b129644f5f GIT_SILENT Sync po/docbooks with svn 2024-02-15 01:16:54 +00:00
Bart De Vries
5bd4ee9154 Split off appearance settings into a dedicated section 2024-02-14 13:53:20 +01:00
Bart De Vries
dc48e580ab Introduce property to switch between mobile and desktop view 2024-02-14 11:27:37 +01:00
Bart De Vries
811a41ec0f Update date in KAboutData 2024-02-14 11:24:34 +01:00
Bart De Vries
614782c35c Fix incorrect colorscheme on startup 2024-02-14 11:00:33 +01:00
l10n daemon script
8ab8087fe1 GIT_SILENT Sync po/docbooks with svn 2024-02-13 01:21:09 +00:00
l10n daemon script
e82c91c68b GIT_SILENT Sync po/docbooks with svn 2024-02-10 01:26:34 +00:00
Heiko Becker
e824c34feb GIT_SILENT Update Appstream for new release
(cherry picked from commit 9b24127afd)
2024-02-10 00:22:34 +01:00
l10n daemon script
a123816a28 GIT_SILENT Sync po/docbooks with svn 2024-02-08 01:19:57 +00:00
Bart De Vries
def54ae6f7 Workaround for TapHandler+ColumnView issues 2024-02-07 16:28:19 +01:00
l10n daemon script
8bafa91de1 GIT_SILENT Sync po/docbooks with svn 2024-02-07 01:16:15 +00:00
Bart De Vries
28fcb10993 Fix mobile player background on dark theme 2024-02-06 19:58:57 +01:00
l10n daemon script
d62d24f280 GIT_SILENT Sync po/docbooks with svn 2024-02-06 01:28:59 +00:00
l10n daemon script
98aca04e84 GIT_SILENT Sync po/docbooks with svn 2024-02-05 01:25:03 +00:00
l10n daemon script
500982ab9f GIT_SILENT Sync po/docbooks with svn 2024-01-31 01:20:41 +00:00
l10n daemon script
003325d0d6 GIT_SILENT Sync po/docbooks with svn 2024-01-28 01:19:13 +00:00
l10n daemon script
0c82f1c440 GIT_SILENT Sync po/docbooks with svn 2024-01-26 01:18:49 +00:00
l10n daemon script
0b4b71d7d5 GIT_SILENT Sync po/docbooks with svn 2024-01-25 01:15:55 +00:00
Bart De Vries
50bdc5551c Add check for invalid embedded images
Some enclosures have non-empty embedded images which are not pictures.
This add a check which discards those, and then falls back to a valid
image.

BUG: 480263
2024-01-24 13:26:20 +00:00
l10n daemon script
b4fe6a7245 GIT_SILENT Sync po/docbooks with svn 2024-01-24 01:16:37 +00:00
Bart De Vries
973a5b7ac9 Fix the pause() method toggling pause state for VLC backend
This method should pause the audio. Instead, the VLC backend would
toggle the pause state, i.e. it would start playing again if the audio
stream was already paused.  This caused issues with already paused
streams incorrectly resuming playback after the system woke up from
suspend.

BUG: 474432
2024-01-23 22:16:00 +01:00
l10n daemon script
7f7901b2bd GIT_SILENT Sync po/docbooks with svn 2024-01-23 01:17:40 +00:00
Bart De Vries
612ebe30a7 Fix SectionListHeaders on DownloadListPage
SectionListHeader has been ported to ItemDelegate in KF6, which needs
the width to be set explicitly.
2024-01-22 20:23:50 +01:00
l10n daemon script
c0b763700e GIT_SILENT Sync po/docbooks with svn 2024-01-22 01:27:09 +00:00
l10n daemon script
26d2aae95f GIT_SILENT Sync po/docbooks with svn 2024-01-17 01:18:49 +00:00
Uri Tomas
cc06ad050f Add StartupWMClass to org.kde.kasts.desktop
Added `StartupWMClass=kasts` to fix the use case when in Plank (maybe others docks/taskbar) creates a new icon with empty/blank icon.
2024-01-16 20:17:49 +00:00
l10n daemon script
05301b987f GIT_SILENT Sync po/docbooks with svn 2024-01-16 01:18:36 +00:00
l10n daemon script
9f61c5e8af GIT_SILENT Sync po/docbooks with svn 2024-01-15 01:18:13 +00:00
Joshua Goins
1d2ebcdc87 Add screenshot to README 2024-01-14 16:28:02 -05:00
l10n daemon script
84f0d23c08 GIT_SILENT Sync po/docbooks with svn 2024-01-14 01:28:13 +00:00
l10n daemon script
47d01938e6 GIT_SILENT Sync po/docbooks with svn 2024-01-13 01:23:10 +00:00
Bart De Vries
1ae2688512 Solve size issues and adapt to match desktop and breeze style 2024-01-11 21:52:10 +01:00
Tobias Fella
6b825fc540 Show chapters in the progress slider 2024-01-11 21:52:10 +01:00
Tobias Fella
ba9c302352 Port to declarative type registration 2024-01-11 21:52:10 +01:00
Bart De Vries
ae3cdc207a Fix image masking and smoothing
Image masking with MultiEffect was not applying antialiasing at the edges
with the default settings.
The mipmap setting was ignored if the image source was changed (e.g. on
HeaderBar).  Added a hack to reset this AFTER the image has changed.
2024-01-11 21:52:10 +01:00
Tobias Fella
eb74c913a9 Simplify author handling
- Don't make them QObjects; those are heavy and there's no reason for that
- In fact, don't make them objects at all; we're only using them in string form anyway
2024-01-11 21:52:10 +01:00
Tobias Fella
fe6626ebeb Remove some empty descructors 2024-01-11 21:52:10 +01:00
Bart De Vries
739e046837 Enable middle-click on systray icon to play/pause 2024-01-11 21:52:10 +01:00
Tobias Fella
6dbe0fd921 Move globaldrawer into own file 2024-01-11 21:52:10 +01:00
Tobias Fella
6fb08350cb Modernize cmake 2024-01-11 21:52:10 +01:00
Bart De Vries
866d111049 Port away from qt5compat graphical effects 2024-01-11 21:52:10 +01:00
Albert Astals Cid
264a1ff974 GIT_SILENT Upgrade release service version to 24.04.70. 2024-01-11 21:35:27 +01:00
Bart De Vries
8202a2f444 Update dependencies in flatpak manifest 2024-01-11 13:13:35 +01:00
Albert Astals Cid
335635b80c GIT_SILENT Upgrade release service version to 24.01.90. 2024-01-09 00:46:19 +01:00
l10n daemon script
a4110a7d84 GIT_SILENT Sync po/docbooks with svn 2024-01-07 02:40:56 +00:00