94 Commits

Author SHA1 Message Date
Bart De Vries
d0b30c4f8c
Port to Kirigami-Addons ConfigurationModule
It seems like the old CategorizedSettings component is deprecated.
Several things about the implementation stopped working, including
Comboboxes on mobile mode.

BUG: 497853
2025-01-03 14:26:28 +01:00
Eamonn Rea
68fee587c2
Use KConfig.WindowStateSaver to handle window geometry
BUG: 491091
2025-01-03 14:21:39 +01:00
Bart De Vries
370bd239a6
Add ifdef around QTP0004 setting 2024-11-14 11:24:53 +01:00
Bart De Vries
4dd443c059
Add QTP0004 policy setting
Also move QTP0001 policy setting to the toplevel CMakeLists.txt file
instead of scattering it around.
2024-11-14 11:00:07 +01:00
Albert Astals Cid
ceb919ba63 GIT_SILENT Upgrade release service version to 25.03.70. 2024-11-08 19:37:22 +01:00
Nicolas Fella
919ae39cb5 Set up crash handling 2024-08-08 01:45:16 +02:00
Albert Astals Cid
14747b0940 GIT_SILENT Upgrade release service version to 24.11.70. 2024-07-21 12:53:35 +02:00
Albert Astals Cid
b831a26686 GIT_SILENT Upgrade release service version to 24.07.70. 2024-04-21 12:27:40 +02: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
Tobias Fella
65025a69f1
Bump KF6 dependency and set compiler settings level 2024-03-19 22:01:52 +01:00
Albert Astals Cid
264a1ff974 GIT_SILENT Upgrade release service version to 24.04.70. 2024-01-11 21:35:27 +01:00
Albert Astals Cid
335635b80c GIT_SILENT Upgrade release service version to 24.01.90. 2024-01-09 00:46:19 +01:00
Albert Astals Cid
112363729f GIT_SILENT Upgrade release service version to 24.01.85. 2023-12-18 23:18:46 +01:00
Albert Astals Cid
e30540a882 GIT_SILENT Upgrade release service version to 24.01.80. 2023-11-25 00:50:47 +01:00
Tobias Fella
98806ae6b3
Fix kirigami name 2023-11-14 19:07:00 +01:00
Tobias Fella
60c260b4ac
Adapt apk building to Qt6 2023-11-09 20:07:01 +01:00
Albert Astals Cid
2b228babef GIT_SILENT Upgrade release service version to 24.01.75. 2023-11-07 21:10:22 +01:00
Bart De Vries
f6977d2e74 Enable color scheme selection through settings
FEATURE: 460177
2023-10-26 10:25:48 +02:00
Bart De Vries
2a58b3002e Remove all qt5-only code 2023-09-14 16:26:37 +02:00
Marco Mattiolo
c1a45ed49b Bump KF minimum version to 5.105.0
CCBUG: 473648
2023-09-06 08:02:00 +00:00
Albert Astals Cid
b2e79dbb51 GIT_SILENT Upgrade release service version to 23.11.70. 2023-07-17 12:50:21 +02: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
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
f69366f6fd Load custom icons through fallbackSearchPaths
BUG: 469567
2023-05-10 14:30:43 +02:00
Albert Astals Cid
4961dce955 GIT_SILENT Upgrade release service version to 23.07.70. 2023-03-10 21:58:56 +01:00
Bart De Vries
1d28cdfed5 Prepare for KF6 2023-03-01 10:28:23 +01:00
Tobias Fella
8207b6af08 Update Tobias' mail address 2023-02-27 19:18:46 +01:00
Bart De Vries
8f6de91577 Allow tray icon type to be set (dark, light, colorful) 2023-02-27 14:39:24 +00:00
Bart De Vries
e5e046e412 Implement episode search functionality
Add search capabilities to the main window toolbar and the episode lists.

BUG: 459983
2023-02-17 21:14:57 +00:00
Bart De Vries
082e3d4ce3 Implement systray icon, menu and settings.
BUG: 462470
2023-02-03 21:48:22 +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
Carl Schwan
459e6e3d78 Bump version to 23.01
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2023-01-27 22:15:16 +01:00
Bart De Vries
48c1cffd4e [KMediaSession] Put compilation of example player behind switch 2023-01-23 20:55:57 +01:00
Bart De Vries
9e423a5fb7 Update CMakeLists.txt 2023-01-21 12:49:55 +01:00
Bart De Vries
9ead23ff59 Port c++ to qt6 2023-01-20 14:23:30 +00:00
Bart De Vries
eb07e67f70 [KMediaSession] Implement dynamic audio backend framework
KMediaSession is an audio player library that has an API which is close
to QMediaPlayer and which allows to use --- and dynamically switch
between --- different audio backends. At this moment there is
implementation for libVLC, gstreamer and QtMultimedia. Only QtMultimedia
is a hard dependency in order to at least have one functional backend on
all platforms; all other dependencies are optional.

KMediaSession has out-of-the-box, built-in MPRIS2 support, sleep inhibit,
and basic metadata support.

BUG: 462358

Closes #35
2023-01-16 15:36:54 +01:00
Bart De Vries
fba4822874 Bump KF minimum version to 5.102.0 2023-01-16 15:36:28 +01:00
Bart De Vries
cd6ee1c812 Install cloud playback icon to system 2023-01-01 15:22:03 +01:00
Devin Lin
c30bfbb5a5 Use pageStack.popHiddenPages
This uses a new property in Kirigami to simplify the code.
2022-12-18 10:24:15 +00:00
Devin Lin
60c99fe31f Add strict Kirigami Addons compile time dependency 2022-11-30 14:34:08 +01:00
Devin Lin
6c8d0fa404 Port settings to MobileForm components 2022-11-30 14:34:08 +01:00
Bhushan Shah
bcfcaf3bfd Update version number for 22.11
GIT_SILENT
2022-11-30 13:27:27 +05:30
Bart De Vries
db802b6b17 Look for, and link to, Kirigami and QtSvg on all platforms
I don't know why they were historically only included for Android.  But
this fixes qt6 porting.
2022-10-06 19:07:55 +02:00
Bart De Vries
cee1bb9dab Add Kirigami as dependency on all platforms
Don't know why this was missed until now.
2022-09-30 21:52:13 +02:00
Bhushan Shah
30de73132a GIT_SILENT: bump version to 22.09 2022-09-27 20:24:02 +05:30
Bart De Vries
1043f4a63e Add app icons for windows build
Closes #26
2022-06-30 20:23:34 +00:00
Bhushan Shah
2411829546 GIT_SILENT: bump version to 22.06 2022-06-23 21:11:20 +05:30
Bart De Vries
633f4fd0f0 Use multithreading for feed updates (using ThreadWeaver)
This contains the following changes:
- Use separate db connections for feed updates (required for
  multithreading.
- Add ThreadWeaver dependency.
- Port update job from KJob to ThreadWeaver::Job
- This should also solve the bug where the update process would hang
  on the "processEvents" call, which was intended to keep the UI
  responsive during updates.

BUG: 452585
2022-05-29 15:22:23 +02:00
Nicolas Fella
4369127934 Adapt build system to Qt6 2022-05-02 10:24:12 +00:00
Bhushan Shah
38f4f154af GIT_SILENT: bump version to 22.04 2022-04-23 17:04:12 +05:30