index
:
tdepowersave
feat/use-tdeprocess
fix/missing_schedutil
master
r14.0.x
r14.1.x
TDE frontend for power management
TDE Gitea Workspace
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated to use new standalone tdehw library.
Michele Calgaro
2021-05-07
1
-2
/
+1
*
Add missing library paths to link_directories
aneejit1
2020-06-26
1
-0
/
+2
*
Adjusted after dropping obsolete Qt2's QVector classes.
Michele Calgaro
2020-05-25
1
-1
/
+0
*
Replaced custom help menu with standard TDE help menu. This resolves bug 3087.
Michele Calgaro
2020-04-20
2
-47
/
+7
*
Fix units of current consumption value.
Slávek Banko
2020-02-16
5
-18
/
+25
*
Fix improper use of TQString::ascii().
Slávek Banko
2019-11-06
4
-28
/
+28
*
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
*
Add CMakeL10n rules.
Slávek Banko
2018-12-31
1
-0
/
+3
*
Renamed Sleep to Suspend, following discussion on a more consistent
Michele Calgaro
2018-11-04
10
-42
/
+42
*
Add includes to UI files to resolve FTBFS
Slávek Banko
2018-09-26
3
-0
/
+9
*
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Michele Calgaro
2018-09-25
3
-17
/
+0
*
AC_PATH_QT* -> AC_PATH_TQT* conversion
Michele Calgaro
2018-09-24
1
-2
/
+2
*
Fix build with GCC hidden visibility
Slávek Banko
2016-12-03
1
-1
/
+1
*
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
*
Fixed autosuspend functionality broken by commit fab0d15. This relates to bug...
Michele Calgaro
2016-05-06
6
-15
/
+7
*
Fixed ESC handling in inactivity dialog. This resolves bug 2632.
Michele Calgaro
2016-04-21
3
-5
/
+20
*
Renamed "Suspend to disk" to "Hibernate" and "Suspend to RAM" to "Sleep", to ...
Michele Calgaro
2016-04-16
5
-50
/
+50
*
Fixed up timer for autosuspend and autodimm when a screensaver is also in use...
Michele Calgaro
2016-03-13
9
-36
/
+109
*
Increased maximum time limit for timers to 50000 min (almost 35 days). This r...
Michele Calgaro
2016-03-08
3
-12
/
+51
*
Increased maximum time limit for timers to 1500 min (25 hours). This relates ...
Michele Calgaro
2016-02-26
1
-12
/
+6
*
Fix FTBFS due to conflict on Success identifier (in tdestoragedevice.h)
Slávek Banko
2015-10-22
1
-0
/
+1
*
Update version number to R14.1.0
Michele Calgaro
2015-07-12
1
-1
/
+1
*
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 ma...
Timothy Pearson
2014-10-11
1
-1
/
+1
*
Fix abort on startup due to oversized tray icon creation when icon widget has...
Timothy Pearson
2014-07-08
1
-4
/
+7
*
Use new signal switchChanged for monitoring closing the lid
Slávek Banko
2014-05-16
1
-0
/
+1
*
Use the new battery polling support in tdehwlib
Francois Andriot
2014-05-07
2
-2
/
+2
*
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
*
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
*
Fix ACPI event detection as a normal user
Timothy Pearson
2013-08-25
3
-3
/
+36
*
Fix failure to reenter suspend/standby
Timothy Pearson
2013-08-25
2
-1
/
+9
*
Detect sleep and suspend key presses
Timothy Pearson
2013-08-25
1
-6
/
+7
*
Make menu consistent.
Darrell Anderson
2013-08-17
1
-1
/
+1
*
Add cmake support for help handbook with preliminary support added for po files.
Darrell Anderson
2013-08-16
1
-1
/
+1
*
Fix typos.
Darrell Anderson
2013-08-09
2
-2
/
+2
*
Update desktop file and string references of KScreensaver->TDEScreensaver.
Darrell Anderson
2013-08-08
6
-19
/
+19
*
Fix "Suspend to disk" option display
Francois Andriot
2013-07-31
1
-1
/
+1
*
Update references from kpowersave to tdepowersave.
Darrell Anderson
2013-07-14
40
-289
/
+289
*
Fix typo.
Darrell Anderson
2013-07-13
2
-2
/
+2
[next]