Michele Calgaro
fdfbd2f495
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 months ago
Michele Calgaro
cbb59d7906
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
Michele Calgaro
075ce64528
Replace Q_SIGNALS and Q_SLOTS
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 months ago
Michele Calgaro
9b171f8e17
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro
58649ad848
Replace various '#define' strings - part 6
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro
9a4d4259ab
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
06709e03b7
Solve issue with CPU using 100% resources when autodimm was activated. This 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>
1 year ago
Michele Calgaro
c3b2fad5e6
Fix rounding error when setting brightness by percentage
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
aee72d11d4
Removed unused/unnecessary code
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
fa1f792e61
Separate logic to set brightness by absolute level or percentage
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
e7c760c9c0
Replace TQ_*Focus* and TQ_Scale* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
5ae13039bc
Extend DCOP interface with new brightnessSet method
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
8d7b591826
Fix value returned by 'brightnessGet' DCOP call. The value is now in the range 0-100 (percentage) or -1 if brightness is not supported
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
91fd99c2cd
Replace Q_OBJECT with TQ_OBJECT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
86bb7efd11
Fix bad english in brightness string
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro
8ec629888b
Remove unnecessary accelerators from .ui files
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Slávek Banko
28593cba62
Copy translations to a new directory layout.
...
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>
2 years ago
Michele Calgaro
795bcd2584
Drop automake build support.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro
4112c3b486
Removed HAL dependant code.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
4169fb7a82
Updated to use new standalone tdehw library.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
aneejit1
3d1956bb6b
Add missing library paths to link_directories
...
Signed-off-by: aneejit1 <aneejit1@gmail.com>
4 years ago
Michele Calgaro
aca1506685
Adjusted after dropping obsolete Qt2's QVector classes.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
60091c788a
Replaced custom help menu with standard TDE help menu. This resolves bug 3087.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Slávek Banko
fa0e4e246c
Fix units of current consumption value.
...
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>
5 years ago
Slávek Banko
1ae603d7a9
Fix improper use of TQString::ascii().
...
This resolves issue #4 .
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Michele Calgaro
9909a19e3d
Removed .lsm files. lsm database is outdated and unmaintained.
5 years ago
Chris
9ff1496b17
Remove old upstream URL.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Slávek Banko
657e2a55a5
Add CMakeL10n rules.
...
Create translation template.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro
12e0e7507b
Renamed Sleep to Suspend, following discussion on a more consistent
...
naming convention for shutdown actions.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
8d4f546320
Add includes to UI files to resolve FTBFS
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro
18d691fe1c
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
1a96ec2f7d
AC_PATH_QT* -> AC_PATH_TQT* conversion
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
1762f553a9
Fix build with GCC hidden visibility
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Timothy Pearson
686d7599fe
Fix invalid headers in PNG files and optimize for size
8 years ago
Michele Calgaro
a3caab905b
Added support for hybrid suspend (aka suspend to RAM + suspend to disk).
...
This relates to bug 2601.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 years ago
Michele Calgaro
676fba0b9f
Fixed autosuspend functionality broken by commit fab0d15
. This relates to bug 2632.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 years ago
Michele Calgaro
fab0d1579f
Fixed ESC handling in inactivity dialog. This resolves bug 2632.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 years ago
Michele Calgaro
c9b0912e6a
Renamed "Suspend to disk" to "Hibernate" and "Suspend to RAM" to "Sleep", to align to main logout menu.
...
This refers to bug 2602.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 years ago
Michele Calgaro
d67bc99f08
Fixed up timer for autosuspend and autodimm when a screensaver is also in use. This resolves bug 2603.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 years ago
Michele Calgaro
2f0cf5202c
Increased maximum time limit for timers to 50000 min (almost 35 days). This 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>
9 years ago
Michele Calgaro
b31060a8af
Increased maximum time limit for timers to 1500 min (25 hours). This relates to bug 2599.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 years ago
Slávek Banko
7eac381680
Fix FTBFS due to conflict on Success identifier (in tdestoragedevice.h)
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Michele Calgaro
5918daa283
Update version number to R14.1.0
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Timothy Pearson
25f54e1ba6
Bring stop, lock, exit, and run icons into XDG compliance
10 years ago
Timothy Pearson
eceddd9ddc
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
10 years ago
Timothy Pearson
7fa44e6a7f
Fix abort on startup due to oversized tray icon creation when icon widget has not yet been shown
11 years ago
Slávek Banko
a3a78dc564
Use new signal switchChanged for monitoring closing the lid
...
This resolves Bug 2052
11 years ago
Francois Andriot
f43aac0e44
Use the new battery polling support in tdehwlib
...
This resolves Bug 1992
11 years ago
Michele Calgaro
ab2574981c
Fixed Help button functionality in configuration dialog. This resolves bug 1632.
11 years ago
Darrell Anderson
5e76e296ce
Fix unintended renaming
11 years ago