summaryrefslogtreecommitdiffstats
path: root/src/tdepowersave.h
Commit message (Collapse)AuthorAgeFilesLines
* Use tdeprocess.hHEADmasterMichele Calgaro2024-12-021-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Qt with TQtMichele Calgaro2024-03-261-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-051-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Solve issue with CPU using 100% resources when autodimm was activated. This ↵Michele Calgaro2023-09-061-3/+8
| | | | | | | | | | | | resolves issue TDE/tde#136. The problem was hardware dependent and only noticable when the backlight card has hundreds or thousands of steps. This was causing non-stop calls to setBrightness, which did not have enough CPU time to complete its task before the next call, resulting in the CPU eating up all resources, non stop. Signed-off-by: Michele Calgaro <[email protected]>
* Fix rounding error when setting brightness by percentageMichele Calgaro2023-09-041-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Separate logic to set brightness by absolute level or percentageMichele Calgaro2023-09-041-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Extend DCOP interface with new brightnessSet methodMichele Calgaro2023-08-231-0/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-251-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed HAL dependant code.Michele Calgaro2022-02-101-5/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced custom help menu with standard TDE help menu. This resolves bug 3087.Michele Calgaro2020-04-201-8/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Renamed Sleep to Suspend, following discussion on a more consistentMichele Calgaro2018-11-041-1/+1
| | | | | | naming convention for shutdown actions. Signed-off-by: Michele Calgaro <[email protected]>
* Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.Michele Calgaro2018-09-251-5/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Added support for hybrid suspend (aka suspend to RAM + suspend to disk).Michele Calgaro2016-05-071-0/+7
| | | | | | This relates to bug 2601. Signed-off-by: Michele Calgaro <[email protected]>
* Fixed autosuspend functionality broken by commit fab0d15. This relates to ↵Michele Calgaro2016-05-061-1/+1
| | | | | | bug 2632. Signed-off-by: Michele Calgaro <[email protected]>
* Fix FTBFS due to conflict on Success identifier (in tdestoragedevice.h)Slávek Banko2015-10-221-0/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix unintended renamingDarrell Anderson2014-02-161-2/+2
|
* Add support for freeze suspend stateSlávek Banko2013-09-221-1/+8
|
* Fix ACPI event detection as a normal userTimothy Pearson2013-08-251-0/+2
| | | | | This resolves Bug 1597 Do not display logout dialog if screensaver/lock dialog is active
* Update references from kpowersave to tdepowersave.Darrell Anderson2013-07-141-0/+465