Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace TQ_*Focus* and TQ_Scale* defines | Michele Calgaro | 2023-09-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Extend DCOP interface with new brightnessSet method | Michele Calgaro | 2023-08-23 | 2 | -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 Calgaro | 2023-08-23 | 1 | -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_OBJECT | Michele Calgaro | 2023-07-25 | 17 | -17/+17 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix bad english in brightness string | Michele Calgaro | 2023-05-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Remove unnecessary accelerators from .ui files | Michele Calgaro | 2022-09-13 | 5 | -36/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Copy translations to a new directory layout. | Slávek Banko | 2022-08-28 | 5 | -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 Calgaro | 2022-08-28 | 3 | -114/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed HAL dependant code. | Michele Calgaro | 2022-02-10 | 27 | -95/+94 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Updated to use new standalone tdehw library. | Michele Calgaro | 2021-05-07 | 1 | -2/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Add missing library paths to link_directories | aneejit1 | 2020-06-26 | 1 | -0/+2 |
| | | | | Signed-off-by: aneejit1 <aneejit1@gmail.com> | ||||
* | Adjusted after dropping obsolete Qt2's QVector classes. | Michele Calgaro | 2020-05-25 | 1 | -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 Calgaro | 2020-04-20 | 2 | -47/+7 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix units of current consumption value. | Slávek Banko | 2020-02-16 | 5 | -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 Banko | 2019-11-06 | 4 | -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 Calgaro | 2019-09-01 | 1 | -14/+0 |
| | |||||
* | Remove old upstream URL. | Chris | 2019-07-16 | 1 | -1/+0 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-31 | 1 | -0/+3 |
| | | | | | | Create translation template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Renamed Sleep to Suspend, following discussion on a more consistent | Michele Calgaro | 2018-11-04 | 10 | -42/+42 |
| | | | | | | naming convention for shutdown actions. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Add includes to UI files to resolve FTBFS | Slávek Banko | 2018-09-26 | 3 | -0/+9 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define. | Michele Calgaro | 2018-09-25 | 3 | -17/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | AC_PATH_QT* -> AC_PATH_TQT* conversion | Michele Calgaro | 2018-09-24 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix build with GCC hidden visibility | Slávek Banko | 2016-12-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-23 | 47 | -0/+0 |
| | |||||
* | Added support for hybrid suspend (aka suspend to RAM + suspend to disk). | Michele Calgaro | 2016-05-07 | 11 | -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 Calgaro | 2016-05-06 | 6 | -15/+7 |
| | | | | | | bug 2632. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed ESC handling in inactivity dialog. This resolves bug 2632. | Michele Calgaro | 2016-04-21 | 3 | -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 Calgaro | 2016-04-16 | 5 | -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 Calgaro | 2016-03-13 | 9 | -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 Calgaro | 2016-03-08 | 3 | -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> | ||||
* | Increased maximum time limit for timers to 1500 min (25 hours). This relates ↵ | Michele Calgaro | 2016-02-26 | 1 | -12/+6 |
| | | | | | | to bug 2599. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | 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 <slavek.banko@axis.cz> | ||||
* | Update version number to R14.1.0 | Michele Calgaro | 2015-07-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Bring stop, lock, exit, and run icons into XDG compliance | Timothy Pearson | 2014-10-12 | 1 | -1/+1 |
| | |||||
* | Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵ | Timothy Pearson | 2014-10-11 | 1 | -1/+1 |
| | | | | match XDG specifications | ||||
* | Fix abort on startup due to oversized tray icon creation when icon widget ↵ | Timothy Pearson | 2014-07-08 | 1 | -4/+7 |
| | | | | has not yet been shown | ||||
* | Use new signal switchChanged for monitoring closing the lid | Slávek Banko | 2014-05-16 | 1 | -0/+1 |
| | | | | This resolves Bug 2052 | ||||
* | Use the new battery polling support in tdehwlib | Francois Andriot | 2014-05-07 | 2 | -2/+2 |
| | | | | This resolves Bug 1992 | ||||
* | Fixed Help button functionality in configuration dialog. This resolves bug 1632. | Michele Calgaro | 2014-04-22 | 1 | -0/+6 |
| | |||||
* | Fix unintended renaming | Darrell Anderson | 2014-02-16 | 5 | -30/+30 |
| | |||||
* | Switch from dbus-tqt do dbus-1-tqt | Slávek Banko | 2014-02-08 | 12 | -986/+329 |
| | | | | | | Add systemd session and inhibit support Cleanup unused methods This partially resolves Bug 1597 | ||||
* | Fix help handbook not appearing in main handbook table of contents. | Darrell Anderson | 2014-01-22 | 1 | -1/+1 |
| | |||||
* | Fix wrong label on disabled battery tab | Slávek Banko | 2013-10-06 | 1 | -1/+1 |
| | |||||
* | Fix setting cpu frequence without sufficient privileges | Slávek Banko | 2013-10-06 | 2 | -3/+3 |
| | |||||
* | More accurate reporting failure while acquire org.freedesktop.Policy.Power | Slávek Banko | 2013-10-06 | 1 | -3/+9 |
| | |||||
* | Fix warning in getting charge level units | Slávek Banko | 2013-10-06 | 1 | -7/+7 |
| | |||||
* | Add support for freeze suspend state | Slávek Banko | 2013-09-22 | 11 | -356/+548 |
| | |||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | Completely disable autosuspend functions if system does not support suspend | Timothy Pearson | 2013-08-29 | 2 | -47/+104 |
| | | | | This relates to Bug 1615 | ||||
* | Fix ACPI event detection as a normal user | Timothy Pearson | 2013-08-25 | 3 | -3/+36 |
| | | | | | This resolves Bug 1597 Do not display logout dialog if screensaver/lock dialog is active |