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>
5 months ago
..
CMakeLists.txt Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Makefile.am Additional k => tde renaming and fixes 12 years ago
action_data.cpp Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 10 months ago
action_data.h Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 10 months 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 10 months ago
conditions.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 1 year ago
conditions.h Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 10 months ago
gestures.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 1 year ago
gestures.h Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 10 months ago
input.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 1 year ago
input.h Replace Q_OBJECT with TQ_OBJECT 2 years ago
khlistbox.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 1 year ago
khlistbox.h Replace Q_OBJECT with TQ_OBJECT 2 years ago
khlistview.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 1 year ago
khlistview.h Replace kdemacros.h with tdemacros.h 8 months ago
khotkeysglobal.cpp Rename KStandard for enhanced compatibility with KDE4 12 years ago
khotkeysglobal.h Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 10 months ago
settings.cpp khotkeys: make sure the kded service is controlled only by the Service Manager in TCC. 5 months ago
settings.h khotkeys: make sure the kded service is controlled only by the Service Manager in TCC. 5 months ago
sound.cpp Remove additional unneeded tq method conversions 13 years ago
sound.h Replace kdemacros.h with tdemacros.h 8 months ago
soundrecorder.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
soundrecorder.h Replace kdemacros.h with tdemacros.h 8 months ago
triggers.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 1 year ago
triggers.h Replace kdemacros.h with tdemacros.h 8 months ago
voices.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 1 year ago
voices.h Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 10 months ago
voicesignature.cpp Fix remnant QMIN/QMAX to TQMIN/TQMAX. 11 years ago
voicesignature.h Replace kdemacros.h with tdemacros.h 8 months ago
windows.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 1 year ago
windows.h Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 10 months ago