Commit Graph

658 Commits (1afb78e598cc0d8c320e98c963cb98ab7935435f)

Author SHA1 Message Date
Mavridis Philippe cc6f1bd569
TDESynDaemon: prevent more than one instance from running at the same time
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
5 months ago
Mavridis Philippe b5af02e63c
TDESynDaemon: change timeout from 150 to 300
The old timeout was causing the touchpad to be re-enabled too quickly.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
5 months ago
Mavridis Philippe 82ed0caa3f
KControl: Add option to toggle visibility of hidden modules
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
5 months ago
Michele Calgaro 7f1a1e931e
Adapt to renamed tqt3 header files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 months ago
Mavridis Philippe 2eb7c39d8d
KControl: Fix test function of Joystick module
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
6 months ago
Michele Calgaro 06b225fe1e
kcontrol touchpad: rename syndaemon to tdesyndaemon
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Mavridis Philippe 8bd4c502f6
KControl: add touchpad configuration module
Supports the Libinput and Synaptics drivers, includes documentation and inpupt-touchpad icon.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
6 months ago
Mavridis Philippe e91257a7c7
KControl: implement dynamic module tests
Since KDE 3.4 there is underlying support for dynamically determining whether a module should
be loaded or not, depending on an exported test function which would return a boolean value
depending on the success of one or more tests (e.g. for presence of specific hardware).

This approach is documented but has so far not been implemented by the TDE Control Centre.

This commit adds a check to the TCC which performs the test function if needed (that is, if
the X-TDE-Test-Module property is true) and, if it returns false, prevents showing the
module in the tree list, which is the intended behaviour of the test function feature.

For more information see:
https://wiki.trinitydesktop.org/index.php?title=TDEConfig_Module_HOWTO&oldid=1893#Making_a_KCModule_dynamically_available

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
6 months ago
Michele Calgaro 8afb12b32b
Improve settings for some sliders related to keyboard, accessibility and style. This also solves issue #513
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 months ago
Mavridis Philippe e0069f9048
kcmkeys: update keyboard shortcut schemes
- Add actions related to keys XF86Sleep (Suspend) and XF86ScreenSaver (Lock Session)
- Fix name of "Log Out" actions

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
7 months ago
Mavridis Philippe 95837cc844
Add support for assigning global shortcuts for suspend actions
The corresponding shortcuts have been added as part of the KDesktop shortucts, to complement similar options (logout, shutdown, reboot).

The shortcuts are only shown for the options that KSMServer reports via DCOP as valid.

In order to do be able to make a DCOP call from kdesktopbindings.cpp, the <dcopref.h> include had to be added to several files of the shortcuts TDECM.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
7 months ago
Mavridis Philippe 7cc4d46cf5 Mouse TDECM: do not hide checkboxes in case of option unavailability
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
9 months ago
Mavridis Philippe 55c98d8849
Mouse TDECM: Improve wording for whatsThis options
Affected options are "Reverse scroll direction" and "Swap history navigation buttons"

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
9 months ago
Mavridis Philippe e6a4b278ed Mouse TDECM: add option to swap history navigation buttons
This leverages the existing code that interacts with X11 and sets the setting system-wide, as happens already with scroll direction reversal.

This resolves issue #497.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
9 months ago
Michele Calgaro 026828840f
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 months ago
TDE Gitea 11fe84fc21 Update translation template. 10 months ago
Michele Calgaro 78d96bd200
Add GUI option to choose between standard and Ubuntu-style shutdown dialog.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro a7dc4c51d5
Fix update of fade away checkboxes in TCC session manager module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Alexander Golubev a646f58853 kcontrol/smserver: rephrase fadeaway description
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
12 months ago
Alexander Golubev bf3ffaced3 kcontrol/input: fix incorrect statements whatsthis + some rewording
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
12 months ago
Denis Kozadaev 220dec20f9 kcontrol-info-memory: use 64 bits variable to store memory size
Signed-off-by: Denis Kozadaev <denis@dilos.org>
1 year ago
Michele Calgaro 2d7d2122cf
Replace Q_WS_* defines with TQ_WS_* equivalents
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 0d9263f836
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro a4241b7911
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 55af17246c
Remove usage of TDEDiskDeviceStatus::Hotpluggable
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro c4a6487c82
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 1390bece9a
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 82c1dbe490
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 36f2e08fd3
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 100f977221
Replace various tq* strings with TQt::* equivalents
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro b965cbac5b
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 688aa0fc28
Add six new color schemes taken from https://www.opendesktop.org.
There is no license files on the website, but based on the site Terms & Conditions, it seems reasonable to redistribute this files under GPL2 license.

Human:    https://www.opendesktop.org/p/1123955/
Last.fm:  https://www.opendesktop.org/p/1123742/
Lizard:   https://www.opendesktop.org/p/1123562
Platinum: https://www.opendesktop.org/p/1123528/
Sienna:   https://www.opendesktop.org/p/1123485/
WedgeWeb: https://www.opendesktop.org/p/1123249/

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 33c7d15989
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 5fde428606
twin: fix broken functionality introduced in recent commits
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 2f0c2ae7b5
Replace various tqtinterface's TQ_* defines with actual types
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 9ba68726b5
twin: avoid adding strings from lib subfolders in two .pot files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro a8f627e6d4
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 014f6d2586
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 67f2b0da2c
Drop TQT_TQ*_CONST defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 7bc43c68b3
Drop TQT_TQ*_OBJECT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 814bf5fc4f
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 22625693f1
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Mavridis Philippe 88ea716029
KWin: rename client libraries twin3_* -> twin_*
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
2 years ago
Denis Kozadaev 3c23abfd84 Find power related system tools instead of hardcode them
Signed-off-by: Denis Kozadaev <denis@dilos.org>
2 years ago
Michele Calgaro dc8852cc1d
Drop Qt2's TQSortedList class
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Mavridis Philippe 22bb398b3b
kxkb: re-add custom TDE switching shortcut
This commit fixes issue #342.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
2 years ago
Denis Kozadaev bcd2bfcdc4
SunOS UID scheme
Signed-off-by: Denis Kozadaev <denis@dilos.org>
2 years ago
Michele Calgaro afb81ac10b
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Denis Kozadaev 4d58a4ea8d
SunOS specific patches
Signed-off-by: Denis Kozadaev <denis@dilos.org>
2 years ago
TDE Gitea 9ab17ab401 Update translation template. 2 years ago