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/docconduit/docconduit.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/docconduit/docconduit.kcfg')
-rw-r--r-- | conduits/docconduit/docconduit.kcfg | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/conduits/docconduit/docconduit.kcfg b/conduits/docconduit/docconduit.kcfg new file mode 100644 index 0000000..6301f45 --- /dev/null +++ b/conduits/docconduit/docconduit.kcfg @@ -0,0 +1,54 @@ +<?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_docconduitrc"/> + <group name="General"> + <entry name="TXTDirectory" key="TXT Directory" type="Path"/> + <entry name="PDBDirectory" key="PDB Directory" type="Path"/> + <entry name="KeepPDBsLocally" key="Keep PDBs locally" type="Bool"> + <default>false</default> + </entry> + <entry name="LocalSync" key="Sync only locally" type="Bool"> + <default>false</default> + </entry> + <entry name="ConflictResolution" key="Conflict Resolution" type="UInt"> + <default>0</default> + </entry> + <entry name="ConvertBookmarks" key="Convert Bookmarks" type="Bool"> + <default>true</default> + </entry> + <entry name="BmkFileBookmarks" key="Bmk file bookmarks" type="Bool"> + <default>true</default> + </entry> + <entry name="InlineBookmarks" key="Inline bookmarks" type="Bool"> + <default>true</default> + </entry> + <entry name="EndtagBookmarks" key="Endtag bookmarks" type="Bool"> + <default>true</default> + </entry> + <entry name="Compress" type="Bool"> + <default>true</default> + </entry> + <entry name="SyncDirection" key="Sync Direction" type="UInt"> + <default>1</default> + </entry> + <entry name="IgnoreBmkChanges" key="Ignore only bookmark changes" type="Bool"> + <default>false</default> + </entry> + <entry name="AlwaysShowResolutionDialog" key="Always show resolution dialog" type="Bool"> + <default>false</default> + </entry> + <entry name="BookmarksToPC" key="Bookmarks to PC" type="UInt"> + <default>0</default> + </entry> + <entry name="ConvertedDOCfiles" key="Converted PalmDOCs" type="StringList"> + <default></default> + </entry> + <entry name="Encoding" type="String"> + <default>ISO8859-15</default> + </entry> + </group> + +</kcfg> |