~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to apps/dolphin/src/settings/dolphin_generalsettings.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Steve Stalcup
  • Date: 2009-06-03 23:42:46 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20090603234246-k01tkc317yv2rb8l
Tags: 4:4.2.90-0ubuntu1
* New upstream release:
  - Update KDE versions to 4.2.90
  - update debian/libkonq5-dev.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
3
3
<kcfg>
4
 
    <kcfgfile name="dolphinrc"/>
5
4
    <include>QDir</include>
6
5
    <include>kglobalsettings.h</include>
 
6
    <kcfgfile name="dolphinrc"/>
7
7
    <group name="General">
8
8
        <entry name="EditableUrl" type="Bool">
9
 
            <label context="@label">Should the URL be editable for the user</label>
 
9
            <label>Should the URL be editable for the user</label>
10
10
            <default>false</default>
11
11
        </entry>
12
12
        <entry name="UrlCompletionMode" type="Enum">
13
 
            <label context="@label">Text completion mode of the URL Navigator</label>
 
13
            <label>Text completion mode of the URL Navigator</label>
14
14
            <default code="true">KGlobalSettings::completionMode()</default>
15
15
        </entry>
16
16
        <entry name="ShowFullPath" type="Bool">
17
 
            <label context="@label">Should the full path be shown inside the location bar</label>
 
17
            <label>Should the full path be shown inside the location bar</label>
18
18
            <default>false</default>
19
19
        </entry>
20
20
        <entry name="FirstRun" type="Bool">
21
 
            <label context="@label">Is the application started the first time</label>
 
21
            <label>Is the application started the first time</label>
22
22
            <default>true</default>
23
23
        </entry>
24
24
        <entry name="HomeUrl" type="String">
25
 
            <label context="@label">Home URL</label>
 
25
            <label>Home URL</label>
26
26
            <default code="true">QDir::homePath()</default>
27
27
        </entry>
28
28
        <entry name="SplitView" type="Bool">
29
 
            <label context="@label">Split the view into two panes</label>
 
29
            <label>Split the view into two panes</label>
30
30
            <default>false</default>
31
31
        </entry>
32
32
        <entry name="FilterBar" type="Bool">
33
 
            <label context="@label">Should the filter bar be shown</label>
 
33
            <label>Should the filter bar be shown</label>
34
34
            <default>false</default>
35
35
        </entry>
36
36
        <entry name="GlobalViewProps" type="Bool">
37
 
            <label context="@label">Should the view properties be used for all directories</label>
 
37
            <label>Should the view properties be used for all directories</label>
38
38
            <default>false</default>
39
39
        </entry>
40
40
        <entry name="BrowseThroughArchives" type="Bool">
41
 
            <label context="@label">Browse through archives</label>
 
41
            <label>Browse through archives</label>
42
42
            <default>false</default>
43
43
        </entry>
44
44
        <entry name="ConfirmClosingMultipleTabs" type="Bool">
45
 
            <label context="@label">Ask for confirmation when closing windows with multiple tabs.</label>
 
45
            <label>Ask for confirmation when closing windows with multiple tabs.</label>
46
46
            <default>true</default>
47
47
        </entry>
48
48
        <entry name="RenameInline" type="Bool">
49
 
            <label context="@label">Rename inline</label>
 
49
            <label>Rename inline</label>
50
50
            <default>false</default>
51
51
        </entry>
52
52
        <entry name="ShowSelectionToggle" type="Bool">
53
 
            <label context="@label">Show selection toggle</label>
 
53
            <label>Show selection toggle</label>
54
54
            <default>true</default>
55
55
        </entry>
56
56
        <entry name="ShowToolTips" type="Bool">
57
 
            <label context="@label">Show tooltips</label>
 
57
            <label>Show tooltips</label>
58
58
            <default>false</default>
59
59
        </entry>
60
60
        <entry name="ShowCopyMoveMenu" type="Bool">
61
 
            <label context="@label">Show 'Copy To' and 'Move To' commands in context menu</label>
 
61
            <label>Show 'Copy To' and 'Move To' commands in context menu</label>
62
62
            <default>false</default>
63
63
        </entry>
64
64
        <entry name="ViewPropsTimestamp" type="DateTime" >
65
 
            <label context="@label">Timestamp since when the view properties are valid</label>
 
65
            <label>Timestamp since when the view properties are valid</label>
66
66
        </entry>
67
67
        <entry name="AutoExpandFolders" type="Bool">
68
 
            <label context="@label">Use auto-expanding folders for all view types</label>
 
68
            <label>Use auto-expanding folders for all view types</label>
69
69
            <default>false</default>
70
70
        </entry>
71
71
        <entry name="ShowZoomSlider" type="Bool">
72
 
            <label context="@label">Show zoom slider in the statusbar</label>
 
72
            <label>Show zoom slider in the statusbar</label>
73
73
            <default>true</default>
74
74
        </entry>
75
75
        <entry name="ShowSpaceInfo" type="Bool">
76
 
            <label context="@label">Show the space information in the statusbar</label>
 
76
            <label>Show the space information in the statusbar</label>
77
77
            <default>false</default>
78
78
        </entry>
79
79
    </group>