summaryrefslogtreecommitdiffstats
path: root/src/settings/subversion_settings.ui
blob: 9d86625c45ae5b6ce92882bf46459826e25ba9a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>SubversionSettings</class>
<widget class="QWidget">
    <property name="name">
        <cstring>SubversionSettings</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>339</width>
            <height>410</height>
        </rect>
    </property>
    <property name="caption">
        <string>Subversion Settings</string>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>kcfg_start_updates_check_on_open</cstring>
            </property>
            <property name="text">
                <string>Start check for updates when open a working copy</string>
            </property>
            <property name="accel">
                <string></string>
            </property>
            <property name="toolTip" stdset="0">
                <string>Select if kdesvn should check for updates when open a working copy</string>
            </property>
        </widget>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>kcfg_log_cache_on_open</cstring>
            </property>
            <property name="text">
                <string>Start fill log cache on open</string>
            </property>
            <property name="toolTip" stdset="0">
                <string>Start refresh the logcache for repository when networking enabled</string>
            </property>
        </widget>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>kcfg_check_needslock</cstring>
            </property>
            <property name="text">
                <string>Check if items has "svn:needs-lock" property set</string>
            </property>
            <property name="toolTip" stdset="0">
                <string>When listing on working copies kdesvn may check for this property</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>When listing on working copies kdesvn may check for &lt;tt&gt;svn:needs-lock&lt;/tt&gt; property.&lt;br&gt;But due this listings/updating on folders containing lot of items may get slow. So you should only switch on if you have repositories containing lot of such entries.</string>
            </property>
        </widget>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>kcfg_details_on_remote_listing</cstring>
            </property>
            <property name="text">
                <string>Get file details while remote listing</string>
            </property>
            <property name="accel">
                <string></string>
            </property>
            <property name="toolTip" stdset="0">
                <string>Whether getting details about items when making listing on repositories or not</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>&lt;p align="left"&gt;When checked, kdesvn get more detailed info about file items when making a listing to remote repositories. So you may see remote locks in overview.
&lt;/p&gt;
&lt;p align="left"&gt;&lt;i&gt;Be careful: This may let listings REAL slow!&lt;/i&gt;&lt;/p&gt;</string>
            </property>
        </widget>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>kcfg_info_recursive</cstring>
            </property>
            <property name="text">
                <string>Gain item info recursive</string>
            </property>
            <property name="accel">
                <string></string>
            </property>
        </widget>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>kcfg_properties_on_remote_items</cstring>
            </property>
            <property name="text">
                <string>Always get properties on networked repositories</string>
            </property>
            <property name="accel">
                <string></string>
            </property>
            <property name="toolTip" stdset="0">
                <string>Should kdesvn retrieves properties on selected item in repositories</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>When browsing kdesvn may try displaying properties below itemlist from a selected item. 
On networked repositories (eg., not opened via file:// protocol) this may get real slow. So if you have slow network connections or when browsing hangs often you should deactivate it.</string>
            </property>
        </widget>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>kcfg_store_passwords</cstring>
            </property>
            <property name="text">
                <string>Store passwords for remote connections</string>
            </property>
            <property name="accel">
                <string></string>
            </property>
            <property name="toolTip" stdset="0">
                <string>Should subversion store passwords in default</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>Storing passwords is often a security problem. Kdesvn itself doesn't store any passwords, but the subversion itself inside the configuration area of subversion. If this area is readable from others you should not set it, but you may select for single non critical accounts inside the authentication dialog.</string>
            </property>
        </widget>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>kcfg_passwords_in_wallet</cstring>
            </property>
            <property name="text">
                <string>Store passwords into KDE Wallet</string>
            </property>
            <property name="accel">
                <string></string>
            </property>
            <property name="toolTip" stdset="0">
                <string>When saving passwords, do it into KDE wallet instead of subversions storage?</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>&lt;p&gt;Tells if your passwords set in kdesvn should stored into kde wallet instead of simple cleartext storage of subversion.&lt;/p&gt;
&lt;p&gt;This would be a little bit more secure 'cause KDE wallet is (mostly) encrypted with a password. On other hand you must re-enter your passwords with other subversion clients not accessing KDE wallet (eg. svn commandline itself, rapidsvn and so on).&lt;/p&gt;
&lt;p&gt;If you're HOME storage eg. subversions configfolder is on a network drive you should hard think about not storing passwords in a plain text file like subversion does but put it into an encrypted storage like kde wallet or don't save passwords.&lt;/p&gt;</string>
            </property>
        </widget>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>kcfg_use_password_cache</cstring>
            </property>
            <property name="text">
                <string>Use internal password cache</string>
            </property>
            <property name="toolTip" stdset="0">
                <string>Use an internal password cache</string>
            </property>
        </widget>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>kcfg_log_follows_nodes</cstring>
            </property>
            <property name="text">
                <string>Log follows node changes</string>
            </property>
            <property name="accel">
                <string></string>
            </property>
        </widget>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>kcfg_log_always_list_changed_files</cstring>
            </property>
            <property name="text">
                <string>Logs always reads list of changed files</string>
            </property>
            <property name="accel">
                <string></string>
            </property>
            <property name="toolTip" stdset="0">
                <string>Read detailed change lists</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>Reading lists of changed files may sometimes a little bit slow down things. But if this feature is switched off, kdesvn may fail generating differences between nodechanges from within the logviewer.</string>
            </property>
        </widget>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>kcfg_review_commit</cstring>
            </property>
            <property name="text">
                <string>Review items before commit</string>
            </property>
            <property name="accel">
                <string></string>
            </property>
            <property name="toolTip" stdset="0">
                <string>List items next commit will send or not</string>
            </property>
        </widget>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>kcfg_commit_hide_new</cstring>
            </property>
            <property name="text">
                <string>Hide new items in commit box</string>
            </property>
            <property name="accel">
                <string></string>
            </property>
            <property name="toolTip" stdset="0">
                <string>Should unversioned items displayed in commit dialog or not.</string>
            </property>
        </widget>
        <widget class="KIntNumInput">
            <property name="name">
                <cstring>kcfg_maximum_displayed_logs</cstring>
            </property>
            <property name="label">
                <string>Maximum displayed logs when full log (0 for no limit)</string>
            </property>
            <property name="minValue">
                <number>0</number>
            </property>
        </widget>
        <spacer>
            <property name="name">
                <cstring>spacer7</cstring>
            </property>
            <property name="orientation">
                <enum>Vertical</enum>
            </property>
            <property name="sizeType">
                <enum>Expanding</enum>
            </property>
            <property name="sizeHint">
                <size>
                    <width>20</width>
                    <height>16</height>
                </size>
            </property>
        </spacer>
    </vbox>
</widget>
<customwidgets>
</customwidgets>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
    <includehint>knuminput.h</includehint>
    <includehint>knuminput.h</includehint>
</includehints>
</UI>