Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use tdeprocess.hHEADmaster | Michele Calgaro | 2024-12-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Qt with TQt | Michele Calgaro | 2024-03-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Solve issue with CPU using 100% resources when autodimm was activated. This ↵ | Michele Calgaro | 2023-09-06 | 1 | -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 percentage | Michele Calgaro | 2023-09-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Separate logic to set brightness by absolute level or percentage | Michele Calgaro | 2023-09-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Extend DCOP interface with new brightnessSet method | Michele Calgaro | 2023-08-23 | 1 | -0/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed HAL dependant code. | Michele Calgaro | 2022-02-10 | 1 | -5/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replaced custom help menu with standard TDE help menu. This resolves bug 3087. | Michele Calgaro | 2020-04-20 | 1 | -8/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Renamed Sleep to Suspend, following discussion on a more consistent | Michele Calgaro | 2018-11-04 | 1 | -1/+1 |
| | | | | | | naming convention for shutdown actions. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define. | Michele Calgaro | 2018-09-25 | 1 | -5/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added support for hybrid suspend (aka suspend to RAM + suspend to disk). | Michele Calgaro | 2016-05-07 | 1 | -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 Calgaro | 2016-05-06 | 1 | -1/+1 |
| | | | | | | bug 2632. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix FTBFS due to conflict on Success identifier (in tdestoragedevice.h) | Slávek Banko | 2015-10-22 | 1 | -0/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix unintended renaming | Darrell Anderson | 2014-02-16 | 1 | -2/+2 |
| | |||||
* | Add support for freeze suspend state | Slávek Banko | 2013-09-22 | 1 | -1/+8 |
| | |||||
* | Fix ACPI event detection as a normal user | Timothy Pearson | 2013-08-25 | 1 | -0/+2 |
| | | | | | This resolves Bug 1597 Do not display logout dialog if screensaver/lock dialog is active | ||||
* | Update references from kpowersave to tdepowersave. | Darrell Anderson | 2013-07-14 | 1 | -0/+465 |