diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
commit | cb7eddb91455a69cf66fcd717e91a51ca5e2cfef (patch) | |
tree | cf5546e4d7c44370fbe9ca2be937bd254f30ebaa /conduits/abbrowserconduit/abbrowserconduit.kcfg | |
download | kpilot-cb7eddb91455a69cf66fcd717e91a51ca5e2cfef.tar.gz kpilot-cb7eddb91455a69cf66fcd717e91a51ca5e2cfef.zip |
Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'conduits/abbrowserconduit/abbrowserconduit.kcfg')
-rw-r--r-- | conduits/abbrowserconduit/abbrowserconduit.kcfg | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/conduits/abbrowserconduit/abbrowserconduit.kcfg b/conduits/abbrowserconduit/abbrowserconduit.kcfg new file mode 100644 index 0000000..aed7706 --- /dev/null +++ b/conduits/abbrowserconduit/abbrowserconduit.kcfg @@ -0,0 +1,80 @@ +<?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="kpilot_addressconduitrc"/> + <group name="General"> + <entry name="AddressbookType" key="Addressbook type" type="Enum"> + <choices> + <choice name="eAbookResource"/> + <choice name="eAbookFile"/> + </choices> + <default>eAbookFile</default> + </entry> + <entry name="FileName" type="Path"> + <default>$HOME/.kde/share/apps/kabc/std.vcf</default> + </entry> + <entry name="ArchiveDeleted" type="Bool"> + <default>true</default> + </entry> + <entry name="ConflictResolution" key="ConflictResolve" type="Int"> + <default>-1</default> + </entry> + <entry name="PilotOther" type="Enum"> + <choices> + <choice name="eOtherPhone"/> + <choice name="eAssistant"/> + <choice name="eBusinessFax"/> + <choice name="eCarPhone"/> + <choice name="eEmail2"/> + <choice name="eHomeFax"/> + <choice name="eTelex"/> + <choice name="eTTYTTDPhone"/> + </choices> + <default>eOtherPhone</default> + </entry> + <entry name="PilotStreet" type="Enum"> + <choices> + <choice name="ePilotStreetHome"/> + <choice name="ePilotStreetWork"/> + </choices> + <default>ePilotStreetHome</default> + </entry> + <entry name="PilotFax" type="Enum"> + <choices> + <choice name="ePilotFaxHome"/> + <choice name="ePilotFaxWork"/> + </choices> + <default>ePilotFaxHome</default> + </entry> + <entry name="Custom0" key="Custom 0" type="Enum"> + <choices label="eCustomEnum"> + <choice name="eCustomField"/> + <choice name="eCustomBirthdate"/> + <choice name="eCustomURL"/> + <choice name="eCustomIM"/> + </choices> + <default>eCustomField</default> + </entry> + <entry name="Custom1" key="Custom 1" type="Enum"> + <choices label="eCustomEnum"> + </choices> + <default>eCustomField</default> + </entry> + <entry name="Custom2" key="Custom 2" type="Enum"> + <choices label="eCustomEnum"> + </choices> + <default>eCustomField</default> + </entry> + <entry name="Custom3" key="Custom 3" type="Enum"> + <choices label="eCustomEnum"> + </choices> + <default>eCustomField</default> + </entry> + <entry name="CustomDateFormat" type="String"> + <default></default> + </entry> + </group> + +</kcfg> |