Commit Graph

1437 Commits

Author SHA1 Message Date
Bart De Vries
566780ab49 Fix NavigationTabBar API breakage 2023-11-09 19:02:11 +01:00
l10n daemon script
6cfa319b62 GIT_SILENT Sync po/docbooks with svn 2023-11-09 02:12:35 +00:00
l10n daemon script
1eb31a5cfa 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-11-09 02:07:44 +00:00
l10n daemon script
6e2220e649 GIT_SILENT made messages (after extraction) 2023-11-09 01:37:55 +00:00
l10n daemon script
d3123f69ee GIT_SILENT Sync po/docbooks with svn 2023-11-08 09:27:12 +00:00
Bart De Vries
52a1f08e02 Add a switch to globally enable/disable network status checks
Make error reporting less ambiguous: report either "no connection" or
"not allowed on metered connection".  Also show hint how to disable
network status checking altogether.

BUG: 475400
2023-11-07 21:06:19 +00:00
Albert Astals Cid
2b228babef GIT_SILENT Upgrade release service version to 24.01.75. 2023-11-07 21:10:22 +01:00
l10n daemon script
b4e37f30e3 GIT_SILENT Sync po/docbooks with svn 2023-11-07 03:22:29 +00:00
Carl Schwan
d82fad4547 Port to RoundedItemDelegate
CCBUG: 473945
2023-11-06 15:33:40 +01:00
l10n daemon script
52c351c929 GIT_SILENT Sync po/docbooks with svn 2023-11-06 02:16:43 +00:00
l10n daemon script
8fdbcd7fbf 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-11-06 02:10:21 +00:00
l10n daemon script
d98944a93f GIT_SILENT made messages (after extraction) 2023-11-06 01:38:52 +00:00
Bart De Vries
7dd5d33caa Do not use transactions for DB reads
Otherwise this will block the DB for other actions.  SQLITE should
always allow reads regardless of other ongoing actions/transactions (or
at least in WAL mode if I remember correctly).
2023-11-05 10:50:49 +01:00
l10n daemon script
73420571d7 GIT_SILENT Sync po/docbooks with svn 2023-11-04 17:23:52 +00:00
Heiko Becker
773f3ff98b GIT_SILENT Update Appstream for new release
(cherry picked from commit 5cbf14051c)
2023-11-04 12:31:11 +01:00
l10n daemon script
7f64e11c8f GIT_SILENT Sync po/docbooks with svn 2023-11-04 02:10:00 +00:00
Bart De Vries
9c79fc131b Fix ListSectionHeaders on DownloadPage
Also remove the workaround for a qt5 bug which apparently is no longer
there with qt6.
2023-11-03 14:59:13 +01:00
Bart De Vries
ffe4f80240 Convert gitlab CI includes to the include:project format 2023-11-03 12:53:57 +01:00
l10n daemon script
9e030c8479 GIT_SILENT Sync po/docbooks with svn 2023-11-01 02:14:55 +00:00
l10n daemon script
73f8f7a31f GIT_SILENT Sync po/docbooks with svn 2023-10-30 02:13:27 +00:00
l10n daemon script
a284114f94 GIT_SILENT Sync po/docbooks with svn 2023-10-29 02:22:57 +00:00
l10n daemon script
cda3f724ab GIT_SILENT Sync po/docbooks with svn 2023-10-28 02:20:16 +00:00
Bart De Vries
00d53bc21d Fix streaming button showing up instead of download button
BUG: 476144
2023-10-27 14:07:50 +02:00
l10n daemon script
438bfee904 GIT_SILENT Sync po/docbooks with svn 2023-10-27 02:16:39 +00:00
Bart De Vries
34f65245bd Speed up feed updates dramatically
Instead of always parsing the entire RSS/atom feed, we keep a hash of
the contents of the feed in the database.  If the hash of the new feed
retrieval matches the hash in the database, we know nothing has changed
and we can skip the detailed parsing of the feed altogether.
2023-10-26 11:19:28 +00:00
Bart De Vries
f6977d2e74 Enable color scheme selection through settings
FEATURE: 460177
2023-10-26 10:25:48 +02:00
Bart De Vries
0e2fbd547a Restructure files: add utils directory 2023-10-26 09:52:23 +02:00
l10n daemon script
917f8be83e GIT_SILENT Sync po/docbooks with svn 2023-10-26 02:27:12 +00:00
l10n daemon script
972c9b2003 GIT_SILENT Sync po/docbooks with svn 2023-10-22 02:47:33 +00:00
Bart De Vries
1afb62c314 Fix tooltips 2023-10-17 14:16:02 +02:00
l10n daemon script
91b5c09992 GIT_SILENT Sync po/docbooks with svn 2023-10-14 02:20:54 +00:00
l10n daemon script
c77c9b56bc GIT_SILENT Sync po/docbooks with svn 2023-10-11 02:48:15 +00:00
l10n daemon script
9d3a0c5c81 GIT_SILENT Sync po/docbooks with svn 2023-10-10 02:19:47 +00:00
l10n daemon script
beedee86c8 GIT_SILENT Sync po/docbooks with svn 2023-10-09 02:21:35 +00:00
Heiko Becker
1c8ce08749 GIT_SILENT Update Appstream for new release
(cherry picked from commit ff69645cf5)
2023-10-07 17:59:34 +02:00
l10n daemon script
27e2db7736 GIT_SILENT Sync po/docbooks with svn 2023-10-04 02:11:22 +00:00
Tammes Burghard
cae5571a90 Move VolumeSlider into dedicated file and also use it on mobile 2023-10-03 19:31:29 +00:00
Tobias Fella
f975d0f1ba Make ToolTips more consistent 2023-10-03 15:53:03 +02:00
Bart De Vries
38475c64fe More formal signal handler argument declarations
CCBUG: 475117
2023-10-02 21:42:22 +02:00
l10n daemon script
f1024973b6 GIT_SILENT Sync po/docbooks with svn 2023-10-02 02:15:44 +00:00
l10n daemon script
ca81c87a5e GIT_SILENT Sync po/docbooks with svn 2023-10-01 02:30:26 +00:00
l10n daemon script
3d1a99ac3c GIT_SILENT Sync po/docbooks with svn 2023-09-30 02:13:38 +00:00
l10n daemon script
4d9180c6b9 GIT_SILENT Sync po/docbooks with svn 2023-09-29 02:10:11 +00:00
Bart De Vries
19dc371084 More formal declaration of arguments in signal handlers 2023-09-28 14:33:14 +02:00
Bart De Vries
fa40d2b4c6 Fix chapter dialog and list highlighting 2023-09-28 14:26:08 +02:00
Bart De Vries
9525bf075a Use formal argument declaration on qml signal handlers 2023-09-28 13:26:31 +02:00
Bart De Vries
184b84f8fd Try to solve issue with image mipmap not applying properly 2023-09-28 13:26:12 +02:00
Bart De Vries
5efc201bd8 Use Settings module from QtCore 2023-09-28 13:25:18 +02:00
Bart De Vries
a46ab103af Rework delegates to use latest kirigami(-addons) features 2023-09-28 09:27:31 +02:00
l10n daemon script
af0616e71a GIT_SILENT Sync po/docbooks with svn 2023-09-28 02:11:44 +00:00