summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-071-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Qt with TQtMichele Calgaro2024-03-2622-22/+22
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-025-10/+10
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0515-226/+226
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-161-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Qt with TQtMichele Calgaro2023-11-051-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* Fix rounding error when setting brightness by percentageMichele Calgaro2023-09-044-32/+31
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed unused/unnecessary codeMichele Calgaro2023-09-042-49/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Separate logic to set brightness by absolute level or percentageMichele Calgaro2023-09-045-81/+84
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-021-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Extend DCOP interface with new brightnessSet methodMichele Calgaro2023-08-232-0/+14
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2517-17/+17
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix bad english in brightness stringMichele Calgaro2023-05-111-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-135-36/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* Drop automake build support.Michele Calgaro2022-08-283-114/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed HAL dependant code.Michele Calgaro2022-02-1027-95/+94
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Updated to use new standalone tdehw library.Michele Calgaro2021-05-071-2/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add missing library paths to link_directoriesaneejit12020-06-261-0/+2
| | | | Signed-off-by: aneejit1 <[email protected]>
* Adjusted after dropping obsolete Qt2's QVector classes.Michele Calgaro2020-05-251-1/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced custom help menu with standard TDE help menu. This resolves bug 3087.Michele Calgaro2020-04-202-47/+7
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* Fix improper use of TQString::ascii().Slávek Banko2019-11-064-28/+28
| | | | | | This resolves issue #4. Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* Add CMakeL10n rules.Slávek Banko2018-12-311-0/+3
| | | | | | Create translation template. Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-263-0/+9
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.Michele Calgaro2018-09-253-17/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* AC_PATH_QT* -> AC_PATH_TQT* conversionMichele Calgaro2018-09-241-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix build with GCC hidden visibilitySlávek Banko2016-12-031-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* Fixed autosuspend functionality broken by commit fab0d15. This relates to ↵Michele Calgaro2016-05-066-15/+7
| | | | | | bug 2632. Signed-off-by: Michele Calgaro <[email protected]>
* Fixed ESC handling in inactivity dialog. This resolves bug 2632.Michele Calgaro2016-04-213-5/+20
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Increased maximum time limit for timers to 1500 min (25 hours). This relates ↵Michele Calgaro2016-02-261-12/+6
| | | | | | to bug 2599. 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]>
* Update version number to R14.1.0Michele Calgaro2015-07-121-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-121-1/+1
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-111-1/+1
| | | | match XDG specifications
* Fix abort on startup due to oversized tray icon creation when icon widget ↵Timothy Pearson2014-07-081-4/+7
| | | | has not yet been shown
* Use new signal switchChanged for monitoring closing the lidSlávek Banko2014-05-161-0/+1
| | | | This resolves Bug 2052
* Use the new battery polling support in tdehwlibFrancois Andriot2014-05-072-2/+2
| | | | This resolves Bug 1992
* Fixed Help button functionality in configuration dialog. This resolves bug 1632.Michele Calgaro2014-04-221-0/+6
|
* Fix unintended renamingDarrell Anderson2014-02-165-30/+30
|