Commit Graph

1214 Commits

Author SHA1 Message Date
l10n daemon script 4a10841dad GIT_SILENT Sync po/docbooks with svn 2023-05-11 03:15:03 +00:00
Bart De Vries 5ac9b0fdeb Load custom icons through fallbackSearchPaths
This fixes automatic icon recoloring for dark themes.

BUG: 469567

(cherry-picked from commit f69366f6fd)
2023-05-10 15:52:20 +02:00
Heiko Becker 9ea4bf7098 GIT_SILENT Update Appstream for new release 2023-05-06 11:13:39 +02:00
Heiko Becker bd1974627e GIT_SILENT Upgrade release service version to 23.04.1. 2023-05-06 09:54:45 +02:00
l10n daemon script 5cd81aa487 GIT_SILENT Sync po/docbooks with svn 2023-05-04 03:42:43 +00:00
l10n daemon script 892a77fe21 GIT_SILENT Sync po/docbooks with svn 2023-05-01 04:00:52 +00:00
l10n daemon script 09d6a4cef1 GIT_SILENT Sync po/docbooks with svn 2023-04-30 05:17:55 +00:00
l10n daemon script 4927c63a28 GIT_SILENT made messages (after extraction) 2023-04-28 02:38:43 +00:00
l10n daemon script 1316b23c38 GIT_SILENT Sync po/docbooks with svn 2023-04-27 03:28:09 +00:00
l10n daemon script aeb1974ac4 GIT_SILENT Sync po/docbooks with svn 2023-04-23 05:13:52 +00:00
l10n daemon script c02765a0d7 GIT_SILENT Sync po/docbooks with svn 2023-04-17 05:01:00 +00:00
Heiko Becker a1e3131842 GIT_SILENT Update Appstream for new release 2023-04-12 19:06:08 +02:00
Heiko Becker 7b74c282e0 GIT_SILENT Upgrade release service version to 23.04.0. 2023-04-12 17:54:45 +02:00
l10n daemon script f0f083956f GIT_SILENT Sync po/docbooks with svn 2023-04-11 04:27:02 +00:00
l10n daemon script e8d1b6b356 GIT_SILENT Sync po/docbooks with svn 2023-04-04 03:37:56 +00:00
l10n daemon script a3d28eb180 GIT_SILENT Sync po/docbooks with svn 2023-03-31 03:36:40 +00:00
Albert Astals Cid 220a8bb36a GIT_SILENT Upgrade release service version to 23.03.90. 2023-03-30 22:16:57 +02:00
l10n daemon script 8feb53b230 GIT_SILENT Sync po/docbooks with svn 2023-03-29 03:33:45 +00:00
l10n daemon script 689129181f GIT_SILENT Sync po/docbooks with svn 2023-03-28 04:30:53 +00:00
l10n daemon script 92bdb8ff82 GIT_SILENT Sync po/docbooks with svn 2023-03-27 05:33:37 +00:00
Bart De Vries c068b9cc87 Fix member array of model not being cleared on refresh 2023-03-21 19:57:43 +01:00
l10n daemon script 5b6773115c GIT_SILENT Sync po/docbooks with svn 2023-03-16 03:32:03 +00:00
Bart De Vries aae4d7f3c8 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:11:38 +01:00
Bart De Vries 71650e3499 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 13:02:01 +01:00
Bart De Vries dd386519d0 Add check for the existence of entry before using entry.title 2023-03-15 13:01:51 +01:00
l10n daemon script 52e5f81176 GIT_SILENT made messages (after extraction) 2023-03-12 04:53:03 +00:00
l10n daemon script 30d2e40686 GIT_SILENT Sync po/docbooks with svn 2023-03-11 05:13:08 +00:00
Albert Astals Cid f2d14efdfb GIT_SILENT Upgrade release service version to 23.03.80. 2023-03-10 20:59:55 +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
l10n daemon script 9e82db2eea GIT_SILENT made messages (after extraction) 2023-03-05 00:49:34 +00:00
l10n daemon script 3d080de12d GIT_SILENT Sync po/docbooks with svn 2023-03-04 01:55:55 +00:00
l10n daemon script 45f6dd73cc GIT_SILENT Sync po/docbooks with svn 2023-03-03 01:56:20 +00:00
l10n daemon script 74b303086f GIT_SILENT Sync po/docbooks with svn 2023-03-02 02:45:12 +00:00
Bart De Vries 1d28cdfed5 Prepare for KF6 2023-03-01 10:28:23 +01:00
Bart De Vries 841c43fb09 Remove unneeded import of QtQuick.Dialogs 2023-02-28 16:13:41 +01:00
Bart De Vries 757b88a84d Scroll to item that's opened from GlobalSearchPopup 2023-02-28 16:00:37 +01:00
Bart De Vries 25a22d7bdc Fix filter message being shown for unsubscribed feeds 2023-02-28 15:41:47 +01:00
Bart De Vries c5f4fd23fc Set database to WAL mode on startup
Using WAL mode avoids having to lock the database for certain
transactions.  Therefore, deadlocks between read/writes from different
threads should not happen anymore.  These were rare, but happened
sometimes on slower hardware or slow storage devices.

BUG: 465110
2023-02-28 14:50:21 +01:00
Bart De Vries 6e998d608c Use FolderDialog for non-flatpak builds
Flatpaks have a problem with FolderDialog from labs: it never returns a
path.  Therefore Kasts was - up to now - using FileDialog from QtQuick1.
However, this was causing problems on Android and Windows.  Now we only
use QtQuick1 FileDialog for flatpak and FolderDialog everywhere else.

CCBUG: 458331
2023-02-28 14:09:10 +01:00
l10n daemon script 2cdacd9acb GIT_SILENT Sync po/docbooks with svn 2023-02-28 02:27:56 +00:00
l10n daemon script 5f25819c30 GIT_SILENT made messages (after extraction) 2023-02-28 00:57:38 +00:00
Bart De Vries 43087be21a Disable qml cache in flatpak 2023-02-27 20:51:45 +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 7dcf3c52e2 Fix directly jumping to chapter on a non-playing track 2023-02-27 15:04:01 +01:00
Bart De Vries deaf7ebbb5 Add separators to ListViews and clean up ErrorList 2023-02-27 14:43:45 +01:00