From kde-commits Mon Mar 31 22:02:25 2008 From: Michael Jansen Date: Mon, 31 Mar 2008 22:02:25 +0000 To: kde-commits Subject: branches/work/khotkeys-redesign/khotkeys Message-Id: <1207000945.790080.7143.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120700095420814 SVN commit 792369 by mjansen: First really usable version. Now able to activate deactivate shortcuts. start khotkeys ( kdedkhotkeys doesn't work currently ) and it should work. _M . (directory) M +14 -14 app/CMakeLists.txt M +86 -29 kcm_hotkeys/hotkeys_model.cpp M +15 -1 kcm_hotkeys/hotkeys_model.h M +20 -1 kcm_hotkeys/hotkeys_widget_base.cpp M +103 -105 kcm_hotkeys/kcm_hotkeys.cpp M +0 -1 kcm_hotkeys/simple_action_data_widget.cpp M +30 -3 kcm_hotkeys/ui/hotkeys_widget_base.ui M +3 -7 libkhotkeys/settings.cpp M +1 -1 libkhotkeys/settings.h