~ubuntu-branches/debian/sid/kdesvn/sid

« back to all changes in this revision

Viewing changes to src/settings/cmdexecsettings.ui

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2006-10-27 12:52:15 UTC
  • mfrom: (1.2.1 upstream) (5.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20061027125215-aifcjirifidnegx5
Tags: 0.11.0-1
* New upstream release.
* debian/patches/01-kompare_diff.patch
  + Removed. Fixed upstream.
* debian/control
  + Add a "Suggests: kdiff3" to kdesvn. kdiff3 can be used as an external
    merge program.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
 
2
<class>CmdExecSettings</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>CmdExecSettings</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>323</width>
 
12
            <height>163</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>CmdExecSettings</string>
 
17
    </property>
 
18
    <vbox>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <widget class="QCheckBox">
 
23
            <property name="name">
 
24
                <cstring>kcfg_cmdline_show_logwindow</cstring>
 
25
            </property>
 
26
            <property name="text">
 
27
                <string>Show log after executing a command</string>
 
28
            </property>
 
29
            <property name="toolTip" stdset="0">
 
30
                <string>Show a small window containing the log after command executed</string>
 
31
            </property>
 
32
        </widget>
 
33
        <widget class="QLayoutWidget">
 
34
            <property name="name">
 
35
                <cstring>layout2</cstring>
 
36
            </property>
 
37
            <grid>
 
38
                <property name="name">
 
39
                    <cstring>unnamed</cstring>
 
40
                </property>
 
41
                <widget class="QLabel" row="0" column="0">
 
42
                    <property name="name">
 
43
                        <cstring>textLabel1</cstring>
 
44
                    </property>
 
45
                    <property name="text">
 
46
                        <string>Minimum log lines to show:</string>
 
47
                    </property>
 
48
                </widget>
 
49
                <widget class="KIntNumInput" row="0" column="1">
 
50
                    <property name="name">
 
51
                        <cstring>kcfg_cmdline_log_minline</cstring>
 
52
                    </property>
 
53
                    <property name="minValue">
 
54
                        <number>0</number>
 
55
                    </property>
 
56
                    <property name="suffix">
 
57
                        <string> line(s)</string>
 
58
                    </property>
 
59
                    <property name="specialValueText">
 
60
                        <string>0</string>
 
61
                        <comment>no limit</comment>
 
62
                    </property>
 
63
                    <property name="toolTip" stdset="0">
 
64
                        <string>The minimum a log output must contain before kdesvn shows a single logwindow</string>
 
65
                    </property>
 
66
                </widget>
 
67
            </grid>
 
68
        </widget>
 
69
        <widget class="QCheckBox">
 
70
            <property name="name">
 
71
                <cstring>kcfg_no_konqueror_contextmenu</cstring>
 
72
            </property>
 
73
            <property name="text">
 
74
                <string>Don't display contextmenu in Konqueror</string>
 
75
            </property>
 
76
            <property name="toolTip" stdset="0">
 
77
                <string>If set, kdesvn will not show a menu inside "Action" menu of konqueror</string>
 
78
            </property>
 
79
        </widget>
 
80
        <widget class="QCheckBox">
 
81
            <property name="name">
 
82
                <cstring>kcfg_kio_use_standard_logmsg</cstring>
 
83
            </property>
 
84
            <property name="text">
 
85
                <string>KIO operations use standard logmessage</string>
 
86
            </property>
 
87
        </widget>
 
88
        <widget class="QLayoutWidget">
 
89
            <property name="name">
 
90
                <cstring>layout2</cstring>
 
91
            </property>
 
92
            <grid>
 
93
                <property name="name">
 
94
                    <cstring>unnamed</cstring>
 
95
                </property>
 
96
                <widget class="KLineEdit" row="0" column="1">
 
97
                    <property name="name">
 
98
                        <cstring>kcfg_kio_standard_logmsg</cstring>
 
99
                    </property>
 
100
                </widget>
 
101
                <widget class="QLabel" row="0" column="0">
 
102
                    <property name="name">
 
103
                        <cstring>stdLogmsgLabel</cstring>
 
104
                    </property>
 
105
                    <property name="text">
 
106
                        <string>Standard message:</string>
 
107
                    </property>
 
108
                    <property name="alignment">
 
109
                        <set>AlignVCenter|AlignRight</set>
 
110
                    </property>
 
111
                </widget>
 
112
            </grid>
 
113
        </widget>
 
114
        <spacer>
 
115
            <property name="name">
 
116
                <cstring>spacer1</cstring>
 
117
            </property>
 
118
            <property name="orientation">
 
119
                <enum>Vertical</enum>
 
120
            </property>
 
121
            <property name="sizeType">
 
122
                <enum>Expanding</enum>
 
123
            </property>
 
124
            <property name="sizeHint">
 
125
                <size>
 
126
                    <width>20</width>
 
127
                    <height>16</height>
 
128
                </size>
 
129
            </property>
 
130
        </spacer>
 
131
    </vbox>
 
132
</widget>
 
133
<customwidgets>
 
134
</customwidgets>
 
135
<connections>
 
136
    <connection>
 
137
        <sender>kcfg_kio_use_standard_logmsg</sender>
 
138
        <signal>toggled(bool)</signal>
 
139
        <receiver>kcfg_kio_standard_logmsg</receiver>
 
140
        <slot>setEnabled(bool)</slot>
 
141
    </connection>
 
142
    <connection>
 
143
        <sender>kcfg_cmdline_show_logwindow</sender>
 
144
        <signal>toggled(bool)</signal>
 
145
        <receiver>kcfg_cmdline_log_minline</receiver>
 
146
        <slot>setEnabled(bool)</slot>
 
147
    </connection>
 
148
</connections>
 
149
<slots>
 
150
    <slot access="protected">showLogToggled(bool)</slot>
 
151
</slots>
 
152
<layoutdefaults spacing="6" margin="11"/>
 
153
<includehints>
 
154
    <includehint>knuminput.h</includehint>
 
155
    <includehint>knuminput.h</includehint>
 
156
    <includehint>klineedit.h</includehint>
 
157
</includehints>
 
158
</UI>