summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/motionautoaway/motionawayconfig.kcfg
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitbcb704366cb5e333a626c18c308c7e0448a8e69f (patch)
treef0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /kopete/plugins/motionautoaway/motionawayconfig.kcfg
downloadtdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz
tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/plugins/motionautoaway/motionawayconfig.kcfg')
-rw-r--r--kopete/plugins/motionautoaway/motionawayconfig.kcfg25
1 files changed, 25 insertions, 0 deletions
diff --git a/kopete/plugins/motionautoaway/motionawayconfig.kcfg b/kopete/plugins/motionautoaway/motionawayconfig.kcfg
new file mode 100644
index 00000000..9bad717c
--- /dev/null
+++ b/kopete/plugins/motionautoaway/motionawayconfig.kcfg
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
+ http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
+ <kcfgfile name="motionawayconfig" />
+ <group name="MotionAutoAway Plugin" >
+ <entry key="BecomeAvailableWithActivity" type="Bool" >
+ <label>Become available again when the plugin detects motion</label>
+ <whatsthis>If this option is set, the plugin will put you in status available if you are away and it detects motion again.</whatsthis>
+ <default>true</default>
+ </entry>
+ <entry key="VideoDevice" type="Path" >
+ <label>Video device to use for motion detection</label>
+ <whatsthis>This is the Video4Linux path of the camera or device you want to use to detect motion. In most systems the first video device is /dev/v4l/video0.</whatsthis>
+ <default>/dev/v4l/video0</default>
+ </entry>
+ <entry key="AwayTimeout" type="UInt" >
+ <label>Become away after this many minutes of inactivity</label>
+ <whatsthis>This setting affects how fast the plugin switches to away status. Once the plugin detects no motion, it will wait this amount of minutes before switching to away status.</whatsthis>
+ <default>1</default>
+ <min>0</min>
+ </entry>
+ </group>
+</kcfg>