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/sysinfoconduit/sysinfoconduit.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/sysinfoconduit/sysinfoconduit.kcfg')
-rw-r--r-- | conduits/sysinfoconduit/sysinfoconduit.kcfg | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/conduits/sysinfoconduit/sysinfoconduit.kcfg b/conduits/sysinfoconduit/sysinfoconduit.kcfg new file mode 100644 index 0000000..20d8cc2 --- /dev/null +++ b/conduits/sysinfoconduit/sysinfoconduit.kcfg @@ -0,0 +1,64 @@ +<?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_sysinfoconduitrc"/> + <group name="General"> + <entry name="OutputFile" key="Output file" type="Path"> + <default>$HOME/kpilot-syslog.html</default> + </entry> + <entry name="OutputFormat" key="Output format" type="Enum"> + <choices> + <choice name="eSysInfoHTML"/> + <choice name="eSysInfoText"/> + <choice name="eSysInfoTemplate"/> + </choices> + <default>eSysInfoHTML</default> + </entry> + <entry name="TemplateFile" key="Template file" type="Path"> + <default></default> + </entry> + <entry name="DebugInformation" key="Debug Information" type="Bool"> + <label>Debug information (for KPilot developers)</label> + <default>true</default> + </entry> + <entry name="HardwareInfo" key="Hardware Info" type="Bool"> + <label>Hardware information</label> + <default>true</default> + </entry> + <entry name="DatabaseList" key="Database List" type="Bool"> + <label>List of databases on handheld (takes long!)</label> + <default>true</default> + </entry> + <entry name="MemoryInfo" key="Memory Info" type="Bool"> + <label>Memory information</label> + <default>true</default> + </entry> + <entry name="RecordNumbers" key="Record Numbers" type="Bool"> + <label>Number of addresses, todos, events and memos</label> + <default>true</default> + </entry> + <entry name="PalmOSVersion" key="PalmOS Version" type="Bool"> + <label>PalmOS version</label> + <default>true</default> + </entry> + <entry name="StorageInfo" key="Storage Info" type="Bool"> + <label>Storage info (SD card, memory stick, ...)</label> + <default>true</default> + </entry> + <entry name="SyncInfo" key="Sync Info" type="Bool"> + <label>Synchronization information</label> + <default>true</default> + </entry> + <entry name="UserInfo" key="User Info" type="Bool"> + <label>User information</label> + <default>true</default> + </entry> + <entry name="KDEVersion" key="KDE Version" type="Bool"> + <label>Version of KPilot, pilot-link and KDE</label> + <default>true</default> + </entry> + </group> + +</kcfg> |