- 07.02.2018 1 коммит
-
-
- 05.02.2018 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.12.2017 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"
-
- 20.12.2017 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"
-
- 08.11.2017 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"
-
- 25.10.2017 1 коммит
-
-
- 25.05.2017 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"
-
- 23.05.2017 1 коммит
-
-
- 07.03.2017 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"
-
- 21.02.2017 1 коммит
-
-
- 27.12.2016 1 коммит
-
-
- 05.12.2016 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"
-
- 25.11.2016 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"
-
- 22.11.2016 1 коммит
-
-
- 01.11.2016 1 коммит
-
-
- 25.10.2016 1 коммит
-
-
Kai Uwe Broulik создал
The QObject children cleanup routine is run after QGuiApplication's destructor after which the X connection has already been cleaned up. By manually deleting in PowerDevilApp's destructor, we delete Core first before any Qt cleanup happens. CHANGELOG: PowerDevil no longer crashes on logout BUG: 371127 FIXED-IN: 5.8.3 Differential Revision: https://phabricator.kde.org/D3152
-
- 21.10.2016 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"
-
- 18.10.2016 1 коммит
-
-
- 11.10.2016 1 коммит
-
-
- 29.09.2016 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"
-
-
- 20.09.2016 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"
-
- 15.09.2016 3 коммита
-
-
-
Kai Uwe Broulik создал
When the session becomes inactive, clear all idle timeouts, so we don't get them delivered while we're inactive or just when we're about to become active again. Depending on your setup, PowerDevil might be blocked on X before it gets the "session is now inactive" signal, so it still suspends when becoming active again :/ It should still make it a bit less likely (and works for me :D) CCBUG: 354250 Differential Revision: https://phabricator.kde.org/D2033
-
Kai Uwe Broulik создал
Just because the sysfs helper succeeded, doesn't mean we actually have screen brightness support. Only if maximum brightness greater than 0 is reported, we'll announce its support. This fixes the brightness slider showing up in the KCM on desktop computers. The battery monitor already has the same logic and correctly did not show brightness sliders in this case. Differential Revision: https://phabricator.kde.org/D2775
-
- 13.09.2016 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.2016 1 коммит
-
-
- 05.09.2016 3 коммита
-
-
Kai Uwe Broulik создал
This ensures PowerDevil global shortcuts show up as "Power Management" instead of "org_kde_powerdevil" Differential Revision: https://phabricator.kde.org/D2661
-
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"
-
Jan Kundrát создал
My compiler complains about an attempted conversion from QSet<PowerDevil::Action*>::iterator to QList<PowerDevil::Action*>::iterator. Differential Revision: https://phabricator.kde.org/D2658
-
- 04.09.2016 1 коммит
-
-
- 02.09.2016 1 коммит
-
-
Kai Uwe Broulik создал
On my machine NM takes forever to disconnect so when suspending the screen is undimmed before the machine actually suspends. Increasing it to more than 10s "fixes" that...
-
- 31.08.2016 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"
-
- 18.08.2016 1 коммит
-
-
Bhushan Shah создал
Summary: In normal backlight subsystem's drivers typical workflow is, - setBrightness gets called - it writes to sysfs file using backlight helper - kernel sends uevent for brightness change - onDeviceChanged is triggered - we update cache value However in case of leds subsystem, kernel doesn't send uevent for brightness change, hence uevent is never triggered and this doesn't update cached value of brightness, resulting in DBus signal for brightnessChanged never being emitted. Test Plan: Tested on Nexus 5 which uses leds subsystem Reviewers: #plasma, broulik Reviewed By: #plasma, broulik Subscribers: graesslin, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D2470
-
- 12.08.2016 2 коммита
-
-
Bhushan Shah создал
We set name filter, so getting AllDirs defeats the purpose of it, fixes copy paste bug
-
Bhushan Shah создал
Summary: Some devices uses simple leds to provide the backlight to display, one such example is Nexus 5, which uses /sys/class/leds/lcd-backlight/. Reviewers: broulik, #plasma Reviewed By: broulik, #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D2419
-
- 11.08.2016 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.08.2016 3 коммита
-
-
Kai Uwe Broulik создал
-
Kai Uwe Broulik создал
It turns out this code was a fix for Bug 243618 and the bug addressed by the aforementioned commit was actually caused by KScreen failing to map the output to a type and then PowerDevil did not prevent lid action because it didn't see an external screen (it ignores unknown ones). This has been fixed in KScreen 5.7 already, so we should be all set \o/ This reverts commit 48c3dca6.
-
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"
-