summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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 <michele.calgaro@yahoo.it>
* Fix FTBFS due to conflict on Success identifier (in tdestoragedevice.h)Slávek Banko2015-10-221-0/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update version number to R14.1.0Michele Calgaro2015-07-121-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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
|
* Switch from dbus-tqt do dbus-1-tqtSlávek Banko2014-02-0812-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 Anderson2014-01-221-1/+1
|
* Fix wrong label on disabled battery tabSlávek Banko2013-10-061-1/+1
|
* Fix setting cpu frequence without sufficient privilegesSlávek Banko2013-10-062-3/+3
|
* More accurate reporting failure while acquire org.freedesktop.Policy.PowerSlávek Banko2013-10-061-3/+9
|
* Fix warning in getting charge level unitsSlávek Banko2013-10-061-7/+7
|
* Add support for freeze suspend stateSlávek Banko2013-09-2211-356/+548
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-031-1/+1
|
* Completely disable autosuspend functions if system does not support suspendTimothy Pearson2013-08-292-47/+104
| | | | This relates to Bug 1615
* Fix ACPI event detection as a normal userTimothy Pearson2013-08-253-3/+36
| | | | | This resolves Bug 1597 Do not display logout dialog if screensaver/lock dialog is active
* Fix failure to reenter suspend/standbyTimothy Pearson2013-08-252-1/+9
| | | | This relates to Bug 1597
* Detect sleep and suspend key pressesTimothy Pearson2013-08-251-6/+7
|
* Make menu consistent.Darrell Anderson2013-08-171-1/+1
|
* Add cmake support for help handbook with preliminary support added for po files.Darrell Anderson2013-08-161-1/+1
|
* Fix typos.Darrell Anderson2013-08-092-2/+2
|
* Update desktop file and string references of KScreensaver->TDEScreensaver.Darrell Anderson2013-08-086-19/+19
|
* Fix "Suspend to disk" option displayFrancois Andriot2013-07-311-1/+1
|
* Update references from kpowersave to tdepowersave.Darrell Anderson2013-07-1440-289/+289
|
* Fix typo.Darrell Anderson2013-07-132-2/+2
|
* Enable triggerless hardware updates on startupTimothy Pearson2013-06-012-2/+4
|