Commit Graph

1450 Commits

Author SHA1 Message Date
Tobias Fella
3fef53a355 Fix windows build 2023-11-26 18:22:11 +00:00
l10n daemon script
54888f6011 GIT_SILENT Sync po/docbooks with svn 2023-11-26 02:47:14 +00:00
l10n daemon script
157f22b4c3 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-26 02:30:37 +00:00
Albert Astals Cid
e30540a882 GIT_SILENT Upgrade release service version to 24.01.80. 2023-11-25 00:50:47 +01:00
l10n daemon script
ffa71c18ba GIT_SILENT Sync po/docbooks with svn 2023-11-20 02:43:05 +00:00
Tobias Fella
98806ae6b3
Fix kirigami name 2023-11-14 19:07:00 +01:00
Laurent Montel
71095f1dcd GIT_SILENT: ignore build dir 2023-11-14 07:13:23 +01:00
l10n daemon script
1655b09159 GIT_SILENT Sync po/docbooks with svn 2023-11-12 02:21:40 +00:00
l10n daemon script
29c79daec9 GIT_SILENT Sync po/docbooks with svn 2023-11-11 02:19:08 +00:00
l10n daemon script
60a19504ca GIT_SILENT Sync po/docbooks with svn 2023-11-10 02:22:35 +00:00
Tobias Fella
82ac05a7db
Remove unsupported android metadata 2023-11-09 20:17:55 +01:00
Tobias Fella
7743c5528a
Remove unsupported android messages 2023-11-09 20:16:25 +01:00
Tobias Fella
60c260b4ac
Adapt apk building to Qt6 2023-11-09 20:07:01 +01:00
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