- 01.12.2020 1 коммит
-
-
- 15.11.2020 1 коммит
-
-
l10n daemon script создал
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"
-
- 10.11.2020 2 коммита
-
-
-
l10n daemon script создал
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"
-
- 09.11.2020 1 коммит
-
-
l10n daemon script создал
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"
-
- 27.10.2020 1 коммит
-
-
- 20.10.2020 2 коммита
-
-
-
l10n daemon script создал
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"
-
- 17.10.2020 1 коммит
-
-
Nicolas Fella создал
KDE Connect exposes remote players as local MPRIS players. When suspeding this can result in music on another device being paused which is usually undesirable. BUG: 427209 (cherry picked from commit 766159b6)
-
- 11.10.2020 1 коммит
-
-
l10n daemon script создал
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"
-
- 10.10.2020 1 коммит
-
-
l10n daemon script создал
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"
-
- 09.10.2020 1 коммит
-
-
Kai Uwe Broulik создал
We should only animate the screen brightness if there are enough steps available to make for a smooth transition. This check was forgotten for the new sysfs brightness animation. BUG: 426883 FIXED-IN: 5.20.0 (cherry picked from commit 6fd6179b)
-
- 08.10.2020 1 коммит
-
-
- 06.10.2020 1 коммит
-
-
l10n daemon script создал
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"
-
- 05.10.2020 1 коммит
-
-
l10n daemon script создал
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"
-
- 28.09.2020 1 коммит
-
-
l10n daemon script создал
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"
-
- 24.09.2020 2 коммита
-
-
Kai Uwe Broulik создал
The hint shifts the UI about so don't show it we aren't actually charging right now Also move code into a separate method for cleanliness (cherry picked from commit aa6dba84)
-
l10n daemon script создал
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"
-
- 21.09.2020 1 коммит
-
-
l10n daemon script создал
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"
-
- 19.09.2020 1 коммит
-
-
l10n daemon script создал
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"
-
- 17.09.2020 5 коммитов
-
-
Antonio Rojas создал
Otherwise this tries to setcap the wrong file (cherry picked from commit 80c94cb2)
-
-
-
-
l10n daemon script создал
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"
-
- 16.09.2020 1 коммит
-
-
Laurent Montel создал
-
- 14.09.2020 1 коммит
-
-
l10n daemon script создал
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"
-
- 12.09.2020 1 коммит
-
-
l10n daemon script создал
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"
-
- 11.09.2020 1 коммит
-
-
l10n daemon script создал
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"
-
- 10.09.2020 1 коммит
-
-
l10n daemon script создал
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"
-
- 09.09.2020 1 коммит
-
-
Kai Uwe Broulik создал
On supported hardware, when using the device mostly on line power, this allows to stop charging the battery when it reaches a certain level as to not leave the battery fully charge for extended periods of time. It also allows to configure below which level the battery will then be charged again. Unfortunately, UPower doesn't seem to be aware of this, so the device will just sit around the configured percentage, still claiming "charging". The battery stop charging threshold is exposed on DBus so a hint coul be displayed in Battery monitor when a limit is configured.
-
- 07.09.2020 1 коммит
-
-
l10n daemon script создал
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"
-
- 13.08.2020 1 коммит
-
-
- 12.08.2020 4 коммита
-
-
Bhushan Shah создал
-
-
Bhushan Shah создал
timerfd_create with CLOCK_REALTIME_ALARM which can wake system from suspend/deep sleep needs executable to have a CAP_WAKE_ALARM. However dependency is not marked as the required since if setting CLOCK_REALTIME_ALARM fails, we fallback to CLOCK_REALTIME which can allow setting alarms but not which can wake system from suspend. See also: man 2 timerfd_create
-
Bhushan Shah создал
When using aggressive power management on devices like mobile or laptop devices, There's generally one objective, saving as much as power as possible. To do this on some devices we keep system in deep sleep/suspend for most of the time. This means userspace will be frozen as well. For most part this is fine, but for services like push notification helper, or update manager or for example alarm application, this is not acceptable and it would mean that we need to wake system at some point. This helpers on org.kde.Solid.PowerManagement are supposed to help with that. You have two possibilities, - Wake system instantly: this is useful when screen is turned off, but device is not in sleep, and you want to show e.g notifications on screen. - Wake system in future: You want to schedule alarm or for example wakeup 15 mins later to check for notifications. Once system is awake, powerdevil will ping dbus service of your choice and call the method "wakeupCall...
-
- 08.08.2020 1 коммит
-
-
- 03.08.2020 1 коммит
-
-
Kai Uwe Broulik создал
Some laptops turn off keyboard backlighton their own when the lid is closed, so when you close the lid, it will suspend and remember the turned off keyboard backlight, and turn it back off on wake up. This patch instead remembers the last keyboard brightness when it changes and restores that value on wake up
-
- 29.07.2020 1 коммит
-
-