eric6/Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
child 7009
eaf5ed6ef298
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MercurialPage</class>
4 <widget class="QWidget" name="MercurialPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>609</width>
10 <height>911</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_5">
14 <item>
15 <widget class="QLabel" name="headerLabel">
16 <property name="text">
17 <string>&lt;b&gt;Configure Mercurial Interface&lt;/b&gt;</string>
18 </property>
19 </widget>
20 </item>
21 <item>
22 <widget class="Line" name="line15">
23 <property name="frameShape">
24 <enum>QFrame::HLine</enum>
25 </property>
26 <property name="frameShadow">
27 <enum>QFrame::Sunken</enum>
28 </property>
29 <property name="orientation">
30 <enum>Qt::Horizontal</enum>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QGroupBox" name="groupBox_8">
36 <property name="title">
37 <string>Global Options</string>
38 </property>
39 <layout class="QGridLayout" name="gridLayout">
40 <item row="0" column="0">
41 <widget class="QLabel" name="label_4">
42 <property name="text">
43 <string>Encoding:</string>
44 </property>
45 </widget>
46 </item>
47 <item row="0" column="1">
48 <widget class="QComboBox" name="encodingComboBox">
49 <property name="sizePolicy">
50 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
51 <horstretch>0</horstretch>
52 <verstretch>0</verstretch>
53 </sizepolicy>
54 </property>
55 <property name="toolTip">
56 <string>Select the encoding to be used by Mercurial</string>
57 </property>
58 </widget>
59 </item>
60 <item row="0" column="2">
61 <widget class="QLabel" name="label_5">
62 <property name="text">
63 <string>Encoding Mode:</string>
64 </property>
65 </widget>
66 </item>
67 <item row="0" column="3">
68 <widget class="QComboBox" name="encodingModeComboBox">
69 <property name="sizePolicy">
70 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
71 <horstretch>0</horstretch>
72 <verstretch>0</verstretch>
73 </sizepolicy>
74 </property>
75 <property name="toolTip">
76 <string>Select the encoding mode</string>
77 </property>
78 </widget>
79 </item>
80 <item row="1" column="0" colspan="2">
81 <widget class="QCheckBox" name="hiddenChangesetsCheckBox">
82 <property name="text">
83 <string>Consider hidden changesets</string>
84 </property>
85 </widget>
86 </item>
87 </layout>
88 </widget>
89 </item>
90 <item>
91 <widget class="QGroupBox" name="groupBox">
92 <property name="title">
93 <string>Log</string>
94 </property>
95 <layout class="QGridLayout" name="gridLayout_3">
96 <item row="0" column="0">
97 <widget class="QLabel" name="label">
98 <property name="text">
99 <string>No. of log messages shown:</string>
100 </property>
101 </widget>
102 </item>
103 <item row="0" column="1">
104 <widget class="QSpinBox" name="logSpinBox">
105 <property name="toolTip">
106 <string>Enter the number of log messages to be shown</string>
107 </property>
108 <property name="alignment">
109 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
110 </property>
111 <property name="maximum">
112 <number>999999</number>
113 </property>
114 </widget>
115 </item>
116 <item row="0" column="2">
117 <spacer>
118 <property name="orientation">
119 <enum>Qt::Horizontal</enum>
120 </property>
121 <property name="sizeHint" stdset="0">
122 <size>
123 <width>41</width>
124 <height>20</height>
125 </size>
126 </property>
127 </spacer>
128 </item>
129 <item row="1" column="0">
130 <widget class="QLabel" name="label_7">
131 <property name="text">
132 <string>No. of message characters shown in list:</string>
133 </property>
134 </widget>
135 </item>
136 <item row="1" column="1">
137 <widget class="QSpinBox" name="logWidthSpinBox">
138 <property name="toolTip">
139 <string>Enter the number of characters of the commit message to be shown in the list</string>
140 </property>
141 <property name="alignment">
142 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
143 </property>
144 <property name="minimum">
145 <number>10</number>
146 </property>
147 </widget>
148 </item>
149 </layout>
150 </widget>
151 </item>
152 <item>
153 <widget class="QGroupBox" name="groupBox_2">
154 <property name="title">
155 <string>Commit</string>
156 </property>
157 <layout class="QGridLayout" name="gridLayout_2">
158 <item row="0" column="0">
159 <widget class="QLabel" name="label_2">
160 <property name="text">
161 <string>No. of commit messages to remember:</string>
162 </property>
163 </widget>
164 </item>
165 <item row="0" column="1">
166 <widget class="QSpinBox" name="commitSpinBox">
167 <property name="toolTip">
168 <string>Enter the number of commit messages to remember</string>
169 </property>
170 <property name="alignment">
171 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
172 </property>
173 <property name="minimum">
174 <number>1</number>
175 </property>
176 <property name="maximum">
177 <number>100</number>
178 </property>
179 </widget>
180 </item>
181 <item row="0" column="2">
182 <spacer>
183 <property name="orientation">
184 <enum>Qt::Horizontal</enum>
185 </property>
186 <property name="sizeHint" stdset="0">
187 <size>
188 <width>40</width>
189 <height>20</height>
190 </size>
191 </property>
192 </spacer>
193 </item>
194 <item row="1" column="0">
195 <widget class="QLabel" name="label_6">
196 <property name="text">
197 <string>No. of commit authors to remember:</string>
198 </property>
199 </widget>
200 </item>
201 <item row="1" column="1">
202 <widget class="QSpinBox" name="commitAuthorsSpinBox">
203 <property name="toolTip">
204 <string>Enter the number of commit authors to remember</string>
205 </property>
206 <property name="alignment">
207 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
208 </property>
209 <property name="minimum">
210 <number>1</number>
211 </property>
212 <property name="maximum">
213 <number>100</number>
214 </property>
215 </widget>
216 </item>
217 <item row="1" column="2">
218 <spacer name="spacer">
219 <property name="orientation">
220 <enum>Qt::Horizontal</enum>
221 </property>
222 <property name="sizeHint" stdset="0">
223 <size>
224 <width>329</width>
225 <height>20</height>
226 </size>
227 </property>
228 </spacer>
229 </item>
230 </layout>
231 </widget>
232 </item>
233 <item>
234 <widget class="QGroupBox" name="groupBox_4">
235 <property name="title">
236 <string>Pull</string>
237 </property>
238 <layout class="QVBoxLayout" name="verticalLayout_2">
239 <item>
240 <widget class="QCheckBox" name="pullUpdateCheckBox">
241 <property name="toolTip">
242 <string>Select to update the working directory to new tip</string>
243 </property>
244 <property name="text">
245 <string>Update after pulling</string>
246 </property>
247 </widget>
248 </item>
249 <item>
250 <widget class="QCheckBox" name="preferUnbundleCheckBox">
251 <property name="toolTip">
252 <string>Select to prefer unbundle over pull</string>
253 </property>
254 <property name="whatsThis">
255 <string>&lt;b&gt;Prefer Unbundle&lt;/b&gt;
256 &lt;p&gt;If this option is selected, it will be checked, if a Mercurial changegroups file from a previous &quot;Show Incoming&quot; request exists. In this case it will be applied and deleted. Otherwise a pull request will be sent.&lt;/p&gt;</string>
257 </property>
258 <property name="text">
259 <string>Prefer Unbundle</string>
260 </property>
261 </widget>
262 </item>
263 </layout>
264 </widget>
265 </item>
266 <item>
267 <widget class="QGroupBox" name="groupBox_7">
268 <property name="title">
269 <string>Merge</string>
270 </property>
271 <layout class="QVBoxLayout" name="verticalLayout_4">
272 <item>
273 <widget class="QCheckBox" name="internalMergeCheckBox">
274 <property name="toolTip">
275 <string>Select to enforce usage of the Mercural internal merge tool</string>
276 </property>
277 <property name="whatsThis">
278 <string>&lt;b&gt;Internal Merge Tool&lt;/b&gt;
279 &lt;p&gt;Select to enforce usage of the Mercural internal merge tool,which leaves conflict markers in the file in case of conflicting changes.&lt;/p&gt;</string>
280 </property>
281 <property name="text">
282 <string>Use internal merge with conflict markers</string>
283 </property>
284 </widget>
285 </item>
286 </layout>
287 </widget>
288 </item>
289 <item>
290 <widget class="QGroupBox" name="groupBox_6">
291 <property name="title">
292 <string>Revert</string>
293 </property>
294 <layout class="QVBoxLayout" name="verticalLayout_3">
295 <item>
296 <widget class="QCheckBox" name="backupCheckBox">
297 <property name="toolTip">
298 <string>Select to create a backup file (.orig) before reverting changes</string>
299 </property>
300 <property name="text">
301 <string>Create Backup Files</string>
302 </property>
303 </widget>
304 </item>
305 </layout>
306 </widget>
307 </item>
308 <item>
309 <widget class="QGroupBox" name="groupBox_5">
310 <property name="title">
311 <string>Cleanup</string>
312 </property>
313 <layout class="QHBoxLayout" name="horizontalLayout">
314 <item>
315 <widget class="QLabel" name="label_3">
316 <property name="text">
317 <string>Pattern:</string>
318 </property>
319 </widget>
320 </item>
321 <item>
322 <widget class="QLineEdit" name="cleanupPatternEdit">
323 <property name="toolTip">
324 <string>Enter the file name patterns to be used for cleaning up (entries separated by a space character)</string>
325 </property>
326 </widget>
327 </item>
328 </layout>
329 </widget>
330 </item>
331 <item>
332 <widget class="QPushButton" name="configButton">
333 <property name="toolTip">
334 <string>Edit the Mercurial configuration file</string>
335 </property>
336 <property name="text">
337 <string>Edit configuration file</string>
338 </property>
339 </widget>
340 </item>
341 <item>
342 <spacer>
343 <property name="orientation">
344 <enum>Qt::Vertical</enum>
345 </property>
346 <property name="sizeHint" stdset="0">
347 <size>
348 <width>388</width>
349 <height>21</height>
350 </size>
351 </property>
352 </spacer>
353 </item>
354 </layout>
355 </widget>
356 <tabstops>
357 <tabstop>encodingComboBox</tabstop>
358 <tabstop>encodingModeComboBox</tabstop>
359 <tabstop>hiddenChangesetsCheckBox</tabstop>
360 <tabstop>logSpinBox</tabstop>
361 <tabstop>logWidthSpinBox</tabstop>
362 <tabstop>commitSpinBox</tabstop>
363 <tabstop>commitAuthorsSpinBox</tabstop>
364 <tabstop>pullUpdateCheckBox</tabstop>
365 <tabstop>preferUnbundleCheckBox</tabstop>
366 <tabstop>internalMergeCheckBox</tabstop>
367 <tabstop>backupCheckBox</tabstop>
368 <tabstop>cleanupPatternEdit</tabstop>
369 <tabstop>configButton</tabstop>
370 </tabstops>
371 <resources/>
372 <connections/>
373 </ui>

eric ide

mercurial