Commit graph

3288 commits

Author SHA1 Message Date
l10n daemon script
480650b4d4 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"
2024-10-11 01:26:14 +00:00
Devin Lin
6885dc4ae9 statusbar: Fix clock not updating immediately when timezones are changed
We should be polling by the second in order to always be up-to-date of
any system time changes.

Fixes https://invent.kde.org/plasma/plasma-mobile/-/issues/403
2024-10-11 00:17:52 +00:00
Devin Lin
59cbccfe52 kcms/time: Don't insert "local" option into timezones dropdown
It isn't selected by default, and also causes the time to disappear when
selected.
2024-10-09 19:43:48 -07:00
l10n daemon script
fc342fa758 GIT_SILENT Sync po/docbooks with svn 2024-10-10 01:31:33 +00:00
l10n daemon script
4077fb3baa 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"
2024-10-10 01:23:11 +00:00
Devin Lin
c7e5003596 screenbrightnessplugin: Extract from initialstart and use in shell
This is partially an emergency fix also for
https://invent.kde.org/plasma/plasma-mobile/-/issues/404, which was
potentially introduced by https://invent.kde.org/plasma/plasma-mobile/-/merge_requests/582

This MR extracts the screen brightness implementation from initialstart
to a QML plugin, and also ports the action drawer brightness slider
implementation to it. This avoids importing the powerdevil screen
brightness plugin on the lockscreen, which apparently has a race
condition that causes it to sometimes segfault.
2024-10-08 22:47:30 -07:00
Devin Lin
050ce9e5b8 navigationpanel: Fix disabled buttons from having grey icons 2024-10-09 01:54:55 +00:00
Devin Lin
7e3d230f2e initialstart: Provide more scaling options
Often scaling is in multiples of 25%, add more options to support this
2024-10-09 01:50:46 +00:00
l10n daemon script
7e28332e71 GIT_SILENT Sync po/docbooks with svn 2024-10-09 01:32:53 +00:00
l10n daemon script
3fbf619c01 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"
2024-10-09 01:24:16 +00:00
User8395
817c1ffb65 Add "Powered by distro" to initialsetup/LandingComponent
This is a recreation of !581.
2024-10-08 15:49:32 +00:00
l10n daemon script
6eacb241f7 GIT_SILENT Sync po/docbooks with svn 2024-10-08 01:31:58 +00:00
l10n daemon script
0d489dfe4f GIT_SILENT Sync po/docbooks with svn 2024-10-07 01:30:19 +00:00
l10n daemon script
0f87fa3042 GIT_SILENT Sync po/docbooks with svn 2024-10-06 01:31:26 +00:00
Mr. Athozus
89fe9125ee Use edit-none icon in task switcher if no applications are running
Replace `window` icon by `edit-none` icon. The `window` icon is least
representative of what it means that the `edit-none` icon (gives more
the feeling of something being empty).
2024-10-05 22:50:09 +00:00
l10n daemon script
034088c228 GIT_SILENT Sync po/docbooks with svn 2024-10-05 01:31:35 +00:00
Devin Lin
1ac2745bfb quicksettings/screenrotation: Don't call rotate in signal handler
This is a workaround for https://invent.kde.org/plasma/plasma-mobile/-/issues/405, where if the caller gets deleted by the screen rotation, the entire shell crashes.

Eventually, we need to implement
https://invent.kde.org/plasma/plasma-mobile/-/issues/406 to reduce the
amount of oddities we have from recreating the quick settings panel
during screen rotation.
2024-10-03 22:41:29 -07:00
l10n daemon script
fbdd90066d GIT_SILENT Sync po/docbooks with svn 2024-10-04 01:33:33 +00:00
Jonathan Riddell
f83c72a916 update version for new release 2024-10-03 13:14:03 +01:00
Jonathan Riddell
9e986f41ba update version for new release 2024-10-03 12:12:24 +01:00
l10n daemon script
d783058bd5 GIT_SILENT Sync po/docbooks with svn 2024-10-03 01:31:58 +00:00
l10n daemon script
496179b226 GIT_SILENT Sync po/docbooks with svn 2024-10-01 01:32:58 +00:00
l10n daemon script
b1918cfc58 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"
2024-10-01 01:23:26 +00:00
l10n daemon script
6f95b44a32 GIT_SILENT Sync po/docbooks with svn 2024-09-30 01:33:22 +00:00
Florian RICHER
a6a16507c3 quicksettings: Fix brightness slider
Status:

- Tested on my OP6 with PostmarketOS edge. (Pmbootstrap build + sideload)

Fix issue https://invent.kde.org/teams/plasma-mobile/issues/-/issues/306
2024-09-29 22:24:58 +00:00
l10n daemon script
eef3a2822a GIT_SILENT Sync po/docbooks with svn 2024-09-29 01:31:04 +00:00
Marco Mattiolo
ac91c9fe11 Drop semicolon after Q_UNUSED() for consistency through the repo 2024-09-28 06:31:00 +00:00
Marco Mattiolo
bfdc6d938a Avoid implicit capture of 'this' via '[=]' as deprecated in C++20 2024-09-28 06:31:00 +00:00
Marco Mattiolo
d79274cbe7 Manages new cases introduced in ModemManager 1.20 2024-09-28 06:31:00 +00:00
Marco Mattiolo
edb8c91d66 Fix deprecated declarations from QLocale 2024-09-28 06:31:00 +00:00
Marco Mattiolo
4371c95194 Flag unused parameters with Q_UNUSED() 2024-09-28 06:31:00 +00:00
Alexander Lohnau
f726443f77 Remove ServiceTypes for KPackage files
We no longer need to define those, because the KPackageStructure is defined
2024-09-26 08:40:51 +02:00
l10n daemon script
640c6e6846 GIT_SILENT Sync po/docbooks with svn 2024-09-26 01:32:01 +00:00
l10n daemon script
13f59ef193 GIT_SILENT Sync po/docbooks with svn 2024-09-25 01:33:26 +00:00
l10n daemon script
0dfa399b7b 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"
2024-09-25 01:24:12 +00:00
l10n daemon script
a13b7a0ab5 GIT_SILENT Sync po/docbooks with svn 2024-09-24 01:42:12 +00:00
l10n daemon script
f10228cee8 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"
2024-09-24 01:22:51 +00:00
l10n daemon script
48d96e5f07 GIT_SILENT Sync po/docbooks with svn 2024-09-23 01:30:29 +00:00
l10n daemon script
bd836d5da9 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"
2024-09-23 01:22:19 +00:00
l10n daemon script
b6927c6cf3 GIT_SILENT Sync po/docbooks with svn 2024-09-22 01:34:37 +00:00
l10n daemon script
cd4f98e3d9 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"
2024-09-22 01:25:06 +00:00
l10n daemon script
facc959b47 GIT_SILENT Sync po/docbooks with svn 2024-09-19 01:32:49 +00:00
l10n daemon script
aa62d67984 GIT_SILENT Sync po/docbooks with svn 2024-09-18 01:37:33 +00:00
l10n daemon script
5e2029724f GIT_SILENT Sync po/docbooks with svn 2024-09-17 01:36:03 +00:00
l10n daemon script
369f250f17 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"
2024-09-17 01:23:52 +00:00
l10n daemon script
564d8bbdf1 GIT_SILENT Sync po/docbooks with svn 2024-09-16 01:49:45 +00:00
l10n daemon script
d7a967cd02 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"
2024-09-16 01:25:47 +00:00
l10n daemon script
2c12d0ad3f GIT_SILENT Sync po/docbooks with svn 2024-09-15 01:35:23 +00:00
l10n daemon script
e49068db5e 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"
2024-09-15 01:25:56 +00:00
l10n daemon script
02ccfb4faa GIT_SILENT Sync po/docbooks with svn 2024-09-14 01:39:25 +00:00