~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to krunner/kcfg/krunner.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
 
3
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
4
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
 
5
                           http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
 
6
  <kcfgfile name="krunnerrc" />
 
7
  <include>KGlobalSettings</include>
 
8
  <include>ksysguard/processui/ProcessModel.h</include>
 
9
  <include>ksysguard/processui/ProcessFilter.h</include>
 
10
  <!-- generated by KConfig XTraKtor -->
 
11
    <group name="General">
 
12
        <entry key="Interface" type="Enum">
 
13
            <label>The interface style to use in KRunner</label>
 
14
            <choices>
 
15
                <choice name="CommandOriented"/>
 
16
                <choice name="TaskOriented"/>
 
17
            </choices>
 
18
            <default>CommandOriented</default>
 
19
        </entry>
 
20
        <entry key="FreeFloating" type="bool">
 
21
            <label>Set to true to show the interface in a freely floating dialog instead of at the top of the screen</label>
 
22
            <default>false</default>
 
23
        </entry>
 
24
        <entry key="QueryTextCompletionMode" type="Int">
 
25
            <default code="true">(int)KGlobalSettings::CompletionMan</default>
 
26
            <label>Completion mode used for the query text.</label>
 
27
        </entry>
 
28
 
 
29
        <entry name="PastQueries" key="PastQueries" type="StringList">
 
30
            <default></default>
 
31
            <label>History if past queries successfully completed</label>
 
32
            <whatsthis></whatsthis>
 
33
    </entry>
 
34
    </group>
 
35
 
 
36
    <group name="TaskDialog">
 
37
 
 
38
   <entry key="KeepAbove" name="KeepTaskDialogAbove" type="Bool">
 
39
      <default>true</default>
 
40
      <label>Whether to keep the tasks dialog above other windows when shown.</label>
 
41
      <whatsthis></whatsthis>
 
42
    </entry>
 
43
 
 
44
    <entry key="units" type="Int">
 
45
      <default><code>ProcessModel::UnitsKB</code></default>
 
46
    </entry>
 
47
 
 
48
    <entry key="showTotals" type="Bool">
 
49
      <default>true</default>
 
50
    </entry>
 
51
 
 
52
    <entry key="filterState" type="Int">
 
53
      <default><code>ProcessFilter::AllProcesses</code></default>
 
54
    </entry>
 
55
 
 
56
    <entry key="updateIntervalMSecs" type="Int">
 
57
      <default>2000</default>
 
58
      <min>0</min>
 
59
    </entry>
 
60
 
 
61
    <entry key="version" type="Int">
 
62
      <default>0</default>
 
63
      <min>0</min>
 
64
    </entry>
 
65
 
 
66
  </group>
 
67
 
 
68
</kcfg>