summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* updates cr22-action-button.png to recent versionLupusRubrum11 days2-0/+0
* autoreformatting the whole file (format: BSD/Allman with TDE reqs)Emanoil Kotsev2025-04-061-943/+1184
* keep track of discovered but not handled devices, so that we do not complain ...Emanoil Kotsev2025-04-062-1/+13
* Minor code clean upMichele Calgaro2025-04-061-14/+6
* fix debug callsEmanoil Kotsev2025-04-061-2/+2
* enable dcop method functionalityEmanoil Kotsev2025-04-061-6/+5
* as per title fixed a typoEmanoil Kotsev2025-04-031-1/+1
* Use tdeglobalaccel.hMichele Calgaro2025-02-221-1/+1
* Use tdeAppMichele Calgaro2025-01-211-2/+2
* Use tdeprocess.hMichele Calgaro2024-12-025-6/+6
* Rename KUniqueApplication to TDEUniqueApplicationMichele Calgaro2024-11-201-4/+4
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-071-1/+1
* Replace Qt with TQtMichele Calgaro2024-03-2622-22/+22
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-025-10/+10
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0515-226/+226
* Replace various '#define' strings - part 6Michele Calgaro2023-12-161-4/+4
* Replace Qt with TQtMichele Calgaro2023-11-051-4/+4
* Solve issue with CPU using 100% resources when autodimm was activated. This r...Michele Calgaro2023-09-062-32/+41
* Fix rounding error when setting brightness by percentageMichele Calgaro2023-09-044-32/+31
* Removed unused/unnecessary codeMichele Calgaro2023-09-042-49/+0
* Separate logic to set brightness by absolute level or percentageMichele Calgaro2023-09-045-81/+84
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-021-1/+1
* Extend DCOP interface with new brightnessSet methodMichele Calgaro2023-08-232-0/+14
* Fix value returned by 'brightnessGet' DCOP call. The value is now in the rang...Michele Calgaro2023-08-231-1/+1
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2517-17/+17
* Fix bad english in brightness stringMichele Calgaro2023-05-111-1/+1
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-135-36/+0
* Copy translations to a new directory layout.Slávek Banko2022-08-285-372/+46
* Drop automake build support.Michele Calgaro2022-08-283-114/+0
* Removed HAL dependant code.Michele Calgaro2022-02-1027-95/+94
* Updated to use new standalone tdehw library.Michele Calgaro2021-05-071-2/+1
* Add missing library paths to link_directoriesaneejit12020-06-261-0/+2
* Adjusted after dropping obsolete Qt2's QVector classes.Michele Calgaro2020-05-251-1/+0
* Replaced custom help menu with standard TDE help menu. This resolves bug 3087.Michele Calgaro2020-04-202-47/+7
* Fix units of current consumption value.Slávek Banko2020-02-165-18/+25
* Fix improper use of TQString::ascii().Slávek Banko2019-11-064-28/+28
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-011-14/+0
* Remove old upstream URL.Chris2019-07-161-1/+0
* Add CMakeL10n rules.Slávek Banko2018-12-311-0/+3
* Renamed Sleep to Suspend, following discussion on a more consistentMichele Calgaro2018-11-0410-42/+42
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-263-0/+9
* Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.Michele Calgaro2018-09-253-17/+0
* AC_PATH_QT* -> AC_PATH_TQT* conversionMichele Calgaro2018-09-241-2/+2
* Fix build with GCC hidden visibilitySlávek Banko2016-12-031-1/+1
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2347-0/+0
* Added support for hybrid suspend (aka suspend to RAM + suspend to disk).Michele Calgaro2016-05-0711-40/+233
* Fixed autosuspend functionality broken by commit fab0d15. This relates to bug...Michele Calgaro2016-05-066-15/+7
* Fixed ESC handling in inactivity dialog. This resolves bug 2632.Michele Calgaro2016-04-213-5/+20
* Renamed "Suspend to disk" to "Hibernate" and "Suspend to RAM" to "Sleep", to ...Michele Calgaro2016-04-165-50/+50
* Fixed up timer for autosuspend and autodimm when a screensaver is also in use...Michele Calgaro2016-03-139-36/+109