summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* autoreformatting the whole file (format: BSD/Allman with TDE reqs)Emanoil Kotsev2025-04-061-943/+1184
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* keep track of discovered but not handled devices, so that we do not complain ↵Emanoil Kotsev2025-04-062-1/+13
| | | | | | over and over Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Minor code clean upMichele Calgaro2025-04-061-14/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* fix debug callsEmanoil Kotsev2025-04-061-2/+2
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* enable dcop method functionalityEmanoil Kotsev2025-04-061-6/+5
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* as per title fixed a typoEmanoil Kotsev2025-04-031-1/+1
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* Use tdeglobalaccel.hMichele Calgaro2025-02-221-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeAppMichele Calgaro2025-01-211-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeprocess.hMichele Calgaro2024-12-025-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename KUniqueApplication to TDEUniqueApplicationMichele Calgaro2024-11-201-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-071-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2024-03-2622-22/+22
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-025-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0515-226/+226
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-161-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-051-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Solve issue with CPU using 100% resources when autodimm was activated. This ↵Michele Calgaro2023-09-062-32/+41
| | | | | | | | | | | | 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 <michele.calgaro@yahoo.it>
* Fix rounding error when setting brightness by percentageMichele Calgaro2023-09-044-32/+31
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unused/unnecessary codeMichele Calgaro2023-09-042-49/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Separate logic to set brightness by absolute level or percentageMichele Calgaro2023-09-045-81/+84
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-021-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Extend DCOP interface with new brightnessSet methodMichele Calgaro2023-08-232-0/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix value returned by 'brightnessGet' DCOP call. The value is now in the ↵Michele Calgaro2023-08-231-1/+1
| | | | | | range 0-100 (percentage) or -1 if brightness is not supported Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2517-17/+17
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix bad english in brightness stringMichele Calgaro2023-05-111-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-135-36/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Copy translations to a new directory layout.Slávek Banko2022-08-285-372/+46
| | | | | | | | Use common rules for build and install translations. Use common rules for build and install documentation. Added translation of .desktop files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop automake build support.Michele Calgaro2022-08-283-114/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed HAL dependant code.Michele Calgaro2022-02-1027-95/+94
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Updated to use new standalone tdehw library.Michele Calgaro2021-05-071-2/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add missing library paths to link_directoriesaneejit12020-06-261-0/+2
| | | | Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Adjusted after dropping obsolete Qt2's QVector classes.Michele Calgaro2020-05-251-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced custom help menu with standard TDE help menu. This resolves bug 3087.Michele Calgaro2020-04-202-47/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix units of current consumption value.Slávek Banko2020-02-165-18/+25
| | | | | | | | | | | | | Previously it was not clear whether the units in tdehwlib are in Wh and W or Ah and A. Now the units are always Ah and A. Because power consumption is usually given in W, the value is converted from A to W. If it is less than 100 W, it is displayed as a decimal number. This is related to issue TDE/tdelibs#68. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix improper use of TQString::ascii().Slávek Banko2019-11-064-28/+28
| | | | | | This resolves issue #4. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-011-14/+0
|
* Remove old upstream URL.Chris2019-07-161-1/+0
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Add CMakeL10n rules.Slávek Banko2018-12-311-0/+3
| | | | | | Create translation template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Renamed Sleep to Suspend, following discussion on a more consistentMichele Calgaro2018-11-0410-42/+42
| | | | | | naming convention for shutdown actions. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-263-0/+9
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.Michele Calgaro2018-09-253-17/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* AC_PATH_QT* -> AC_PATH_TQT* conversionMichele Calgaro2018-09-241-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix build with GCC hidden visibilitySlávek Banko2016-12-031-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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
| | | | | | This relates to bug 2601. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed autosuspend functionality broken by commit fab0d15. This relates to ↵Michele Calgaro2016-05-066-15/+7
| | | | | | bug 2632. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed ESC handling in inactivity dialog. This resolves bug 2632.Michele Calgaro2016-04-213-5/+20
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Renamed "Suspend to disk" to "Hibernate" and "Suspend to RAM" to "Sleep", to ↵Michele Calgaro2016-04-165-50/+50
| | | | | | | | align to main logout menu. This refers to bug 2602. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed up timer for autosuspend and autodimm when a screensaver is also in ↵Michele Calgaro2016-03-139-36/+109
| | | | | | use. This resolves bug 2603. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Increased maximum time limit for timers to 50000 min (almost 35 days). This ↵Michele Calgaro2016-03-083-12/+51
| | | | | | | | | relates to bug 2599. NOTE: if the max limit is removed, the TQSpinBox reverts to the default value of 99. Also fixed minimum limit for some timers and percentage fields. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>