Bart De Vries
97062cad24
Port away from DelegateRecycler
2023-02-09 22:03:07 +01:00
l10n daemon script
690b3a8d7e
GIT_SILENT Sync po/docbooks with svn
2023-02-09 02:27:39 +00:00
l10n daemon script
566500668f
GIT_SILENT made messages (after extraction)
2023-02-09 01:00:51 +00:00
l10n daemon script
e74cb40167
GIT_SILENT Sync po/docbooks with svn
2023-02-08 02:58:53 +00:00
l10n daemon script
64f243f480
GIT_SILENT made messages (after extraction)
2023-02-08 00:58:05 +00:00
l10n daemon script
378da28d47
GIT_SILENT Sync po/docbooks with svn
2023-02-07 02:19:17 +00:00
l10n daemon script
874e4b64c3
GIT_SILENT Sync po/docbooks with svn
2023-02-06 02:22:49 +00:00
l10n daemon script
8af4c01b9e
GIT_SILENT Sync po/docbooks with svn
2023-02-05 02:13:34 +00:00
l10n daemon script
802ed991d6
GIT_SILENT Sync po/docbooks with svn
2023-02-04 02:33:09 +00:00
l10n daemon script
d8b461eeec
GIT_SILENT made messages (after extraction)
2023-02-04 00:57:43 +00:00
Bart De Vries
082e3d4ce3
Implement systray icon, menu and settings.
...
BUG: 462470
2023-02-03 21:48:22 +01:00
Bart De Vries
bbc8562100
Implement custom playback rate selection
...
Also refactor playbackrate dialog and store values in settings
Solves #12
2023-02-03 21:30:46 +01:00
l10n daemon script
c5d89f01d4
GIT_SILENT Sync po/docbooks with svn
2023-02-03 02:38:11 +00:00
l10n daemon script
3e44e84ffa
GIT_SILENT made messages (after extraction)
2023-02-03 01:01:46 +00:00
Bart De Vries
8ad0365a4a
Use vertical volume slider on mobile
...
This is possible by removing the hack that was causing trouble with the
vertical orientation.
2023-02-02 16:09:04 +01:00
Bart De Vries
bc4dc313b7
Display high DPI art when using scaling
2023-02-02 11:30:22 +01:00
l10n daemon script
6c898e08f9
GIT_SILENT Sync po/docbooks with svn
2023-02-02 02:33:08 +00:00
l10n daemon script
5ea6b621f1
GIT_SILENT made messages (after extraction)
2023-02-02 01:00:56 +00:00
Bart De Vries
fa8e2da414
Port from deprecated iconName to icon.name
2023-02-01 22:53:44 +01:00
Bart De Vries
72646f5075
Put fullscreen image viewer in Loader
2023-02-01 11:30:36 +01:00
l10n daemon script
58b519c939
GIT_SILENT made messages (after extraction)
2023-02-01 00:59:29 +00:00
Bart De Vries
316e00287a
Add captions for new screenshots
2023-01-31 13:27:44 +01:00
Heiko Becker
a973ce547d
cmake: Add an option for the gstreamer audio backend
...
Otherwise it'll become a so-called automagic dependency with no control
over including support for it or not, other than having it installed on
the system or not.
For LIBVLC CMAKE_DISABLE_FIND_PACKAGE can be used, but for
pkg_check_modules no such things exits and we need an explicit option.
2023-01-30 22:26:55 +01:00
Carl Schwan
c1c7393b64
Move Kasts to the release service
...
See https://invent.kde.org/sysadmin/release-tools/-/merge_requests/27
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2023-01-30 20:14:43 +01:00
Bart De Vries
5aaf8e2cdb
Update flatpak manifest to kirigami-addons 0.7.0
2023-01-29 22:17:44 +01:00
l10n daemon script
b910725082
GIT_SILENT Sync po/docbooks with svn
2023-01-28 02:31:59 +00:00
Carl Schwan
459e6e3d78
Bump version to 23.01
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2023-01-27 22:15:16 +01:00
l10n daemon script
91ea998f07
GIT_SILENT Sync po/docbooks with svn
2023-01-27 02:24:11 +00:00
Bart De Vries
f077193c0c
Update appstream data for 23.01 release
2023-01-26 19:12:58 +01:00
l10n daemon script
7912304b93
GIT_SILENT Sync po/docbooks with svn
2023-01-26 02:14:57 +00:00
Bart De Vries
a753b6918a
Fix showing chapters on mobile playercontrols
2023-01-25 18:16:04 +01:00
Bart De Vries
a014f28ead
Also add clickable timestamps to mobile player controls
2023-01-25 10:52:17 +01:00
l10n daemon script
aa1363ccb8
GIT_SILENT Sync po/docbooks with svn
2023-01-25 02:33:53 +00:00
Bart De Vries
cdec053375
Make timestamps in entry contents clickable, like chapter marks
...
BUG: 446358
2023-01-24 15:22:40 +01:00
Bart De Vries
5678fc0490
Make things clickable (showing a PointingHandCursor)
2023-01-24 10:56:38 +01:00
Bart De Vries
9963132d60
Only set QT_ENABLE_GLYPH_CACHE_WORKAROUND on arm
...
BUG: 463383
2023-01-24 10:16:20 +01:00
l10n daemon script
daec40f7c8
GIT_SILENT Sync po/docbooks with svn
2023-01-24 02:29:39 +00:00
Bart De Vries
48c1cffd4e
[KMediaSession] Put compilation of example player behind switch
2023-01-23 20:55:57 +01:00
Bart De Vries
d869358ff5
Header bar redesign
...
New scalable header bar design which should scale nicely with height
and width changes by collapsing several elements (putting them into
popups and overflow menus). The height scaling of the header is
similar to Elisa, where it will use the regular background color when
fully collapsed.
Titles are clickable and will open the relevant pages. Images are also
clickable and that will open a fullscreen view.
This new design also exposes volume controls both for desktop and mobile
layout.
BUG: 457846
CCBUG: 458331
2023-01-23 13:29:21 +01:00
l10n daemon script
03f8c3a544
GIT_SILENT Sync po/docbooks with svn
2023-01-22 02:33:12 +00:00
Bart De Vries
9e423a5fb7
Update CMakeLists.txt
2023-01-21 12:49:55 +01:00
l10n daemon script
335342093f
GIT_SILENT Sync po/docbooks with svn
2023-01-21 02:20:23 +00:00
Bart De Vries
9ccdffa983
Changes for android build with qt-5.15.8
2023-01-20 17:18:25 +01:00
Bart De Vries
db41655c5f
Solve issue of filter InlineMessages not showing up
2023-01-20 16:56:28 +01:00
Bart De Vries
9ead23ff59
Port c++ to qt6
2023-01-20 14:23:30 +00:00
l10n daemon script
4b9843ce58
GIT_SILENT Sync po/docbooks with svn
2023-01-20 02:25:14 +00:00
Bart De Vries
acd1a55aae
Fix minor issue with network connect check in AudioManager
...
AudioManager was reporting no connectivity in case the networkstatus was
reported as being "Unknown". We might as well attempt to stream in that
case. If there is no connectivity, it will fail anyway with another
useful error message.
2023-01-19 20:43:27 +01:00
l10n daemon script
1b32b64b67
GIT_SILENT Sync po/docbooks with svn
2023-01-19 02:38:39 +00:00
Bart De Vries
b7c68996eb
Revert disabling video on gstreamer
...
This was causing audio-only tracks to make gstreamer hang indefinitely.
2023-01-18 21:23:41 +01:00
l10n daemon script
61e88840ca
GIT_SILENT Sync po/docbooks with svn
2023-01-18 02:20:34 +00:00