summaryrefslogtreecommitdiffstats
path: root/kaddressbook/common/kaddressbook.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
commit460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch)
tree67208f7c145782a7e90b123b982ca78d88cc2c87 /kaddressbook/common/kaddressbook.kcfg
downloadtdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.tar.gz
tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.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/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kaddressbook/common/kaddressbook.kcfg')
-rw-r--r--kaddressbook/common/kaddressbook.kcfg93
1 files changed, 93 insertions, 0 deletions
diff --git a/kaddressbook/common/kaddressbook.kcfg b/kaddressbook/common/kaddressbook.kcfg
new file mode 100644
index 000000000..37e6ff0a6
--- /dev/null
+++ b/kaddressbook/common/kaddressbook.kcfg
@@ -0,0 +1,93 @@
+<?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="kaddressbookrc"/>
+
+ <group name="General">
+ <entry type="Bool" name="AutomaticNameParsing">
+ <label>Automatic name parsing for new addressees</label>
+ <whatsthis></whatsthis>
+ <default>true</default>
+ </entry>
+ <entry type="Int" name="CurrentIncSearchField">
+ <default>0</default>
+ </entry>
+ <entry type="String" name="PhoneHookApplication">
+ <label>Phone</label>
+ <whatsthis></whatsthis>
+ </entry>
+ <entry type="String" name="FaxHookApplication">
+ <label>Fax</label>
+ <whatsthis></whatsthis>
+ <default>kdeprintfax --phone %N</default>
+ </entry>
+ <entry type="String" name="SMSHookApplication">
+ <label>SMS</label>
+ <whatsthis>The script used to send a GSM SMS text message to the mobile phone</whatsthis>
+ </entry>
+ </group>
+
+ <group name="Views">
+ <entry type="Bool" name="HonorSingleClick">
+ <label>Honor KDE single click</label>
+ <whatsthis></whatsthis>
+ <default>false</default>
+ </entry>
+ <entry type="String" name="CurrentView">
+ <default>Default Table View</default>
+ </entry>
+ <entry type="StringList" name="ViewNames">
+ <default>Default Table View</default>
+ </entry>
+ </group>
+
+ <group name="MainWindow">
+ <entry type="Bool" name="JumpButtonBarVisible">
+ <default>false</default>
+ </entry>
+ <entry type="Bool" name="DetailsPageVisible">
+ <default>true</default>
+ </entry>
+ <entry type="IntList" name="DetailsSplitter">
+ </entry>
+ <entry type="IntList" name="LeftSplitter">
+ </entry>
+ <entry type="Bool" name="ContactListAboveExtensions">
+ <default>true</default>
+ <whatsthis>If true, the contact list will be placed above the extensions on the left (distribution list editor etc.) instead of in the middle of the main window</whatsthis>
+
+ </entry>
+ </group>
+
+ <group name="ExtensionsGeneral">
+ <entry type="String" name="CurrentExtension">
+ <default>resourceselection</default>
+ </entry>
+ <entry type="StringList" name="activeExtensions">
+ <default>distribution_list_editor_ng,resourceselection</default>
+ </entry>
+ <entry type="IntList" name="ExtensionsSplitterSizes"/>
+ </group>
+
+ <group name="Filters">
+ <entry type="Int" name="CurrentFilter">
+ <default>0</default>
+ </entry>
+ </group>
+
+ <group name="AddresseeEditor">
+ <entry type="Enum" name="EditorType">
+ <choices>
+ <choice name="FullEditor"/>
+ <choice name="SimpleEditor"/>
+ </choices>
+ <default>FullEditor</default>
+ </entry>
+ <entry type="StringList" name="GlobalCustomFields">
+ </entry>
+ <entry type="StringList" name="AdvancedCustomFields">
+ </entry>
+ </group>
+</kcfg>