You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebase/khotkeys/shared
Michele Calgaro 8da4fdbdbc khotkeys: make sure the kded service is controlled only by the Service Manager in TCC.
Also make sure any changes to Input Action is immediately notified to
the kded service.
This resolves issue #537.

1. Fix kded service startup settings.
In TCC --> Regional & Accessibility --> Input Actions --> General
Settings tab, there was a checkbox to "disable the daemon". This was
either quitting or relaunching khotkeys as a standalone application,
overlapping any choice set in the TCC -> TDE Components --> Service
Manager page.
khotkeys is now launched as a kded service, therefore the aforemention
checkbox is no longer required. If a user choose to manually launch
khotkeys as a standalone application, they can disable it by simply
terminating the application (either by killing it or quitting through
DCOP).

2. Notify Input Actions changes to the kded service
If Input Actions are changed, the changes will be notified to either the
kded service or the standalone khotkeys application, depending on which
of the two is running.

3. the kcm_khotkeys_init library has been removed since it is no longer
   necessary.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
..
CMakeLists.txt Rename a number of libraries and executables to avoid conflicts with KDE4 13 years ago
Makefile.am Additional k => tde renaming and fixes 12 years ago
action_data.cpp Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 1 year ago
action_data.h Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 1 year ago
actions.cpp khotkeys: added 'waiting' action to the list of available choices. 3 years ago
actions.h Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 1 year ago
conditions.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
conditions.h Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 1 year ago
gestures.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
gestures.h Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 1 year ago
input.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
input.h Replace Q_OBJECT with TQ_OBJECT 2 years ago
khlistbox.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
khlistbox.h Replace Q_OBJECT with TQ_OBJECT 2 years ago
khlistview.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
khlistview.h Replace kdemacros.h with tdemacros.h 1 year ago
khotkeysglobal.cpp Rename KStandard for enhanced compatibility with KDE4 13 years ago
khotkeysglobal.h Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 1 year ago
settings.cpp khotkeys: make sure the kded service is controlled only by the Service Manager in TCC. 1 year ago
settings.h khotkeys: make sure the kded service is controlled only by the Service Manager in TCC. 1 year ago
sound.cpp Remove additional unneeded tq method conversions 14 years ago
sound.h Replace kdemacros.h with tdemacros.h 1 year ago
soundrecorder.cpp Rename additional header files to avoid conflicts with KDE4 13 years ago
soundrecorder.h Replace kdemacros.h with tdemacros.h 1 year ago
triggers.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
triggers.h Replace kdemacros.h with tdemacros.h 1 year ago
voices.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
voices.h Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 1 year ago
voicesignature.cpp Fix remnant QMIN/QMAX to TQMIN/TQMAX. 12 years ago
voicesignature.h Replace kdemacros.h with tdemacros.h 1 year ago
windows.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
windows.h Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 1 year ago