Commit Graph

1281 Commits

Author SHA1 Message Date
Bart De Vries e20509f621 Fix kf6 globaldrawer loading issue 2023-04-25 22:10:06 +02:00
Bart De Vries ef627c047e Remove custom contextDrawer which is no longer used 2023-04-25 14:34:01 +02:00
Bart De Vries 27f4d6145b Prepare for KF6 change in Page actions 2023-04-25 12:58:31 +02:00
Bart De Vries ba1cefd5fc Use breeze style on android
The font issues should be solved in qqc2-breeze-style 5.27.4, which is
now used by binary factory.
2023-04-25 12:10:10 +02:00
Bart De Vries 5026b25352 Revert back to MenuItem
Up to now, RadioButton and CheckButton were added to Menus explicitly
because MenuItem would not use the correct delegate (i.e. CheckButton
instead of RadioButton for a selection group).  Since this has been
fixed in qqc2-desktop-style, we can use the proper component again.
2023-04-25 10:51:32 +02:00
Bart De Vries 8a9dc0f22f Also delete partially downloaded played episodes on startup
Previously only fully downloaded episodes that had been played
were deleted on startup.
2023-04-24 14:19:43 +02:00
l10n daemon script 6416faab0c GIT_SILENT Sync po/docbooks with svn 2023-04-23 02:32:31 +00:00
Bart De Vries 91874a9c34 Update kirigami-addons version to 0.8 in flatpak manifest 2023-04-20 21:57:27 +02:00
l10n daemon script d65ef7c38a GIT_SILENT Sync po/docbooks with svn 2023-04-17 02:33:00 +00:00
Heiko Becker 529823a0af GIT_SILENT Update Appstream for new release
(cherry picked from commit a1e3131842)
2023-04-12 19:06:20 +02:00
l10n daemon script 0c42ec6ba2 GIT_SILENT Sync po/docbooks with svn 2023-04-11 02:15:15 +00:00
l10n daemon script 761e676233 GIT_SILENT Sync po/docbooks with svn 2023-04-04 01:58:52 +00:00
l10n daemon script b3b5623ead 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-04-04 01:43:17 +00:00
l10n daemon script 37e7543c2a GIT_SILENT Sync po/docbooks with svn 2023-03-31 01:56:07 +00:00
l10n daemon script 5be0a985ec GIT_SILENT Sync po/docbooks with svn 2023-03-29 01:54:15 +00:00
l10n daemon script b1ff6cfcb1 GIT_SILENT Sync po/docbooks with svn 2023-03-28 02:15:11 +00:00
l10n daemon script 9f8005ff46 GIT_SILENT Sync po/docbooks with svn 2023-03-27 02:36:57 +00:00
l10n daemon script ad16a13798 GIT_SILENT Sync po/docbooks with svn 2023-03-26 01:57:01 +00:00
l10n daemon script 8028038f8c GIT_SILENT Sync po/docbooks with svn 2023-03-25 01:53:57 +00:00
l10n daemon script d7fdb56a62 GIT_SILENT Sync po/docbooks with svn 2023-03-24 01:50:32 +00:00
Bart De Vries 8e04263469 Add missing icons for Android 2023-03-23 19:01:22 +01:00
Bart De Vries db234722cb Add implementation for favorites
BUG: 459886
2023-03-23 15:45:06 +00:00
l10n daemon script f599380d92 GIT_SILENT Sync po/docbooks with svn 2023-03-23 02:09:36 +00:00
l10n daemon script 8cfe655331 GIT_SILENT Sync po/docbooks with svn 2023-03-22 02:13:25 +00:00
Bart De Vries 4d41fc96a3 Fix member array of model not being cleared on refresh 2023-03-21 19:56:32 +01:00
Bart De Vries 97e66aa587 Replace i18n by i18nc in EntryPage 2023-03-21 16:18:25 +01:00
Bart De Vries 0bfd0b919e Make Kasts use the system proxy settings
BUG: 467490
2023-03-19 08:53:57 +00:00
l10n daemon script 7ddace9ce7 GIT_SILENT Sync po/docbooks with svn 2023-03-18 02:10:38 +00:00
l10n daemon script 93a34cb3e5 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-03-18 01:53:42 +00:00
l10n daemon script 1bfcbb621c GIT_SILENT made messages (after extraction) 2023-03-18 00:58:00 +00:00
l10n daemon script c0e0f23d18 GIT_SILENT Sync po/docbooks with svn 2023-03-17 02:09:39 +00:00
Bart De Vries 3935987705 Re-enable Material style on Android
Breeze style seems to have significant font issues on some Android
devices.
2023-03-16 21:02:33 +01:00
Bart De Vries 02179c72be Add missing document-save icon to android build 2023-03-16 13:40:56 +01:00
Bart De Vries ffbc064908 Re-enable glyph cache workaround for android 2023-03-16 13:40:56 +01:00
l10n daemon script 2fb1419002 GIT_SILENT Sync po/docbooks with svn 2023-03-16 02:03:04 +00:00
Bart De Vries 45e50e40fb Fix bug with empty feed causing nullptr dereference
If an empty URL was entered (i.e. only whitespace) then that would be
accepted and added to the database as temporary entry to be loaded and
checked later.  However, sqlite will convert this to a NULL entry.  This
would lead to Kasts not being able to retrieve that feed from the DB,
and hence not being able to create a proper object.  This would then
lead to a nullptr dereference down the line.
Note that this is a corner case: other invalid URLs are spotted
correctly and do not cause the application to crash.

BUG: 467394
2023-03-15 15:10:47 +01:00
Bart De Vries 56b30203eb Remove "new" status when starting playback of an episode
Before the introduction of streaming, the "status" would be removed when
an episode was downloaded or marked as played, which made sense.  With
the introduction of streaming it makes sense to also remove the "new"
status when (streaming) playback starts.  At that point in time the
episode should indeed no longer considered to be "new".
2023-03-15 12:52:24 +01:00
Bart De Vries 03d090fd92 Add check for the existence of entry before using entry.title 2023-03-14 16:23:34 +01:00
Bart De Vries bc658bcbe2 Android style changes
- Remove qtquickcontrols2.conf
- Use glyph cache workaround only on non-Android
2023-03-14 12:08:30 +01:00
Bart De Vries e45dd71c83 Switch to breeze style on android 2023-03-13 14:10:55 +01:00
l10n daemon script b600110978 GIT_SILENT Sync po/docbooks with svn 2023-03-12 03:09:05 +00:00
l10n daemon script ec6da20d37 GIT_SILENT Sync po/docbooks with svn 2023-03-11 02:11:17 +00:00
l10n daemon script b0fb3b146b GIT_SILENT made messages (after extraction) 2023-03-11 00:48:10 +00: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 591853f5da Update repo link in README.md 2023-03-10 21:33:31 +01:00
l10n daemon script 8dcad4a13b GIT_SILENT Sync po/docbooks with svn 2023-03-10 02:00:33 +00:00
l10n daemon script f51a287fde GIT_SILENT Sync po/docbooks with svn 2023-03-07 01:59:26 +00:00
l10n daemon script 37929d1f7c GIT_SILENT Sync po/docbooks with svn 2023-03-06 01:54:50 +00:00
Bart De Vries f928dfd089 Update flatpak: upgrade kirigami-addons to 0.7.1 2023-03-05 21:11:45 +01:00
l10n daemon script 06a973e2f3 GIT_SILENT Sync po/docbooks with svn 2023-03-05 02:30:41 +00:00