|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>SvnLogBrowserDialog</class> |
|
4 <widget class="QWidget" name="SvnLogBrowserDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>700</width> |
|
10 <height>800</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Subversion Log</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout"> |
|
17 <item> |
|
18 <layout class="QHBoxLayout"> |
|
19 <item> |
|
20 <widget class="QLabel" name="label"> |
|
21 <property name="text"> |
|
22 <string>From:</string> |
|
23 </property> |
|
24 </widget> |
|
25 </item> |
|
26 <item> |
|
27 <widget class="QDateEdit" name="fromDate"> |
|
28 <property name="toolTip"> |
|
29 <string>Enter the start date</string> |
|
30 </property> |
|
31 <property name="calendarPopup"> |
|
32 <bool>true</bool> |
|
33 </property> |
|
34 </widget> |
|
35 </item> |
|
36 <item> |
|
37 <widget class="QLabel" name="label_2"> |
|
38 <property name="text"> |
|
39 <string>To:</string> |
|
40 </property> |
|
41 </widget> |
|
42 </item> |
|
43 <item> |
|
44 <widget class="QDateEdit" name="toDate"> |
|
45 <property name="toolTip"> |
|
46 <string>Enter the end date</string> |
|
47 </property> |
|
48 <property name="calendarPopup"> |
|
49 <bool>true</bool> |
|
50 </property> |
|
51 </widget> |
|
52 </item> |
|
53 <item> |
|
54 <widget class="QComboBox" name="fieldCombo"> |
|
55 <property name="toolTip"> |
|
56 <string>Select the field to filter on</string> |
|
57 </property> |
|
58 <item> |
|
59 <property name="text"> |
|
60 <string>Revision</string> |
|
61 </property> |
|
62 </item> |
|
63 <item> |
|
64 <property name="text"> |
|
65 <string>Author</string> |
|
66 </property> |
|
67 </item> |
|
68 <item> |
|
69 <property name="text"> |
|
70 <string>Message</string> |
|
71 </property> |
|
72 </item> |
|
73 </widget> |
|
74 </item> |
|
75 <item> |
|
76 <widget class="QLineEdit" name="rxEdit"> |
|
77 <property name="toolTip"> |
|
78 <string>Enter the regular expression to filter on</string> |
|
79 </property> |
|
80 <property name="clearButtonEnabled"> |
|
81 <bool>true</bool> |
|
82 </property> |
|
83 </widget> |
|
84 </item> |
|
85 </layout> |
|
86 </item> |
|
87 <item> |
|
88 <widget class="QTreeWidget" name="logTree"> |
|
89 <property name="sizePolicy"> |
|
90 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
91 <horstretch>0</horstretch> |
|
92 <verstretch>5</verstretch> |
|
93 </sizepolicy> |
|
94 </property> |
|
95 <property name="alternatingRowColors"> |
|
96 <bool>true</bool> |
|
97 </property> |
|
98 <property name="selectionMode"> |
|
99 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
100 </property> |
|
101 <property name="rootIsDecorated"> |
|
102 <bool>false</bool> |
|
103 </property> |
|
104 <property name="itemsExpandable"> |
|
105 <bool>false</bool> |
|
106 </property> |
|
107 <property name="sortingEnabled"> |
|
108 <bool>true</bool> |
|
109 </property> |
|
110 <property name="allColumnsShowFocus"> |
|
111 <bool>true</bool> |
|
112 </property> |
|
113 <column> |
|
114 <property name="text"> |
|
115 <string>Revision</string> |
|
116 </property> |
|
117 </column> |
|
118 <column> |
|
119 <property name="text"> |
|
120 <string>Author</string> |
|
121 </property> |
|
122 </column> |
|
123 <column> |
|
124 <property name="text"> |
|
125 <string>Date</string> |
|
126 </property> |
|
127 </column> |
|
128 <column> |
|
129 <property name="text"> |
|
130 <string>Message</string> |
|
131 </property> |
|
132 </column> |
|
133 </widget> |
|
134 </item> |
|
135 <item> |
|
136 <widget class="QTextEdit" name="messageEdit"> |
|
137 <property name="sizePolicy"> |
|
138 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
139 <horstretch>0</horstretch> |
|
140 <verstretch>2</verstretch> |
|
141 </sizepolicy> |
|
142 </property> |
|
143 <property name="readOnly"> |
|
144 <bool>true</bool> |
|
145 </property> |
|
146 </widget> |
|
147 </item> |
|
148 <item> |
|
149 <widget class="QTreeWidget" name="filesTree"> |
|
150 <property name="sizePolicy"> |
|
151 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
152 <horstretch>0</horstretch> |
|
153 <verstretch>3</verstretch> |
|
154 </sizepolicy> |
|
155 </property> |
|
156 <property name="alternatingRowColors"> |
|
157 <bool>true</bool> |
|
158 </property> |
|
159 <property name="rootIsDecorated"> |
|
160 <bool>false</bool> |
|
161 </property> |
|
162 <property name="itemsExpandable"> |
|
163 <bool>false</bool> |
|
164 </property> |
|
165 <property name="sortingEnabled"> |
|
166 <bool>true</bool> |
|
167 </property> |
|
168 <property name="allColumnsShowFocus"> |
|
169 <bool>true</bool> |
|
170 </property> |
|
171 <column> |
|
172 <property name="text"> |
|
173 <string>Action</string> |
|
174 </property> |
|
175 </column> |
|
176 <column> |
|
177 <property name="text"> |
|
178 <string>Path</string> |
|
179 </property> |
|
180 </column> |
|
181 <column> |
|
182 <property name="text"> |
|
183 <string>Copy from</string> |
|
184 </property> |
|
185 </column> |
|
186 <column> |
|
187 <property name="text"> |
|
188 <string>Copy from Rev</string> |
|
189 </property> |
|
190 </column> |
|
191 </widget> |
|
192 </item> |
|
193 <item> |
|
194 <layout class="QGridLayout" name="gridLayout"> |
|
195 <item row="0" column="0" rowspan="2"> |
|
196 <widget class="QPushButton" name="nextButton"> |
|
197 <property name="toolTip"> |
|
198 <string>Press to get the next bunch of log entries</string> |
|
199 </property> |
|
200 <property name="text"> |
|
201 <string>&Next</string> |
|
202 </property> |
|
203 </widget> |
|
204 </item> |
|
205 <item row="0" column="1" rowspan="2"> |
|
206 <widget class="QSpinBox" name="limitSpinBox"> |
|
207 <property name="toolTip"> |
|
208 <string>Enter the limit of entries to fetch</string> |
|
209 </property> |
|
210 <property name="alignment"> |
|
211 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
212 </property> |
|
213 <property name="minimum"> |
|
214 <number>1</number> |
|
215 </property> |
|
216 <property name="maximum"> |
|
217 <number>10000</number> |
|
218 </property> |
|
219 <property name="value"> |
|
220 <number>20</number> |
|
221 </property> |
|
222 </widget> |
|
223 </item> |
|
224 <item row="0" column="2" rowspan="2" colspan="2"> |
|
225 <widget class="QCheckBox" name="stopCheckBox"> |
|
226 <property name="toolTip"> |
|
227 <string>Select to stop listing log messages at a copy or move</string> |
|
228 </property> |
|
229 <property name="text"> |
|
230 <string>Stop on Copy/Move</string> |
|
231 </property> |
|
232 </widget> |
|
233 </item> |
|
234 <item row="0" column="5" rowspan="2"> |
|
235 <widget class="QPushButton" name="diffPreviousButton"> |
|
236 <property name="toolTip"> |
|
237 <string>Press to generate a diff to the previous revision</string> |
|
238 </property> |
|
239 <property name="text"> |
|
240 <string>&Diff to Previous</string> |
|
241 </property> |
|
242 </widget> |
|
243 </item> |
|
244 <item row="0" column="6" rowspan="2"> |
|
245 <widget class="QPushButton" name="diffRevisionsButton"> |
|
246 <property name="toolTip"> |
|
247 <string>Press to compare two revisions</string> |
|
248 </property> |
|
249 <property name="text"> |
|
250 <string>&Compare Revisions</string> |
|
251 </property> |
|
252 </widget> |
|
253 </item> |
|
254 <item row="0" column="7" rowspan="2"> |
|
255 <spacer> |
|
256 <property name="orientation"> |
|
257 <enum>Qt::Horizontal</enum> |
|
258 </property> |
|
259 <property name="sizeHint" stdset="0"> |
|
260 <size> |
|
261 <width>39</width> |
|
262 <height>26</height> |
|
263 </size> |
|
264 </property> |
|
265 </spacer> |
|
266 </item> |
|
267 <item row="1" column="3" rowspan="2"> |
|
268 <widget class="Line" name="line"> |
|
269 <property name="orientation"> |
|
270 <enum>Qt::Vertical</enum> |
|
271 </property> |
|
272 </widget> |
|
273 </item> |
|
274 <item row="1" column="4"> |
|
275 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
276 <property name="spacing"> |
|
277 <number>0</number> |
|
278 </property> |
|
279 <item> |
|
280 <widget class="QToolButton" name="upButton"> |
|
281 <property name="toolTip"> |
|
282 <string>Press to move up in the log list</string> |
|
283 </property> |
|
284 <property name="autoRepeat"> |
|
285 <bool>true</bool> |
|
286 </property> |
|
287 </widget> |
|
288 </item> |
|
289 <item> |
|
290 <widget class="QToolButton" name="downButton"> |
|
291 <property name="toolTip"> |
|
292 <string>Press to move down in the log list</string> |
|
293 </property> |
|
294 <property name="autoRepeat"> |
|
295 <bool>true</bool> |
|
296 </property> |
|
297 </widget> |
|
298 </item> |
|
299 </layout> |
|
300 </item> |
|
301 <item row="2" column="4" colspan="3"> |
|
302 <widget class="QCheckBox" name="sbsCheckBox"> |
|
303 <property name="toolTip"> |
|
304 <string>Select to show differences side-by-side</string> |
|
305 </property> |
|
306 <property name="text"> |
|
307 <string>Show differences side-by-side</string> |
|
308 </property> |
|
309 </widget> |
|
310 </item> |
|
311 </layout> |
|
312 </item> |
|
313 <item> |
|
314 <widget class="QGroupBox" name="errorGroup"> |
|
315 <property name="sizePolicy"> |
|
316 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
|
317 <horstretch>0</horstretch> |
|
318 <verstretch>1</verstretch> |
|
319 </sizepolicy> |
|
320 </property> |
|
321 <property name="title"> |
|
322 <string>Errors</string> |
|
323 </property> |
|
324 <layout class="QVBoxLayout"> |
|
325 <item> |
|
326 <widget class="QTextEdit" name="errors"> |
|
327 <property name="whatsThis"> |
|
328 <string><b>Subversion log errors</b><p>This shows possible error messages of the svn log command.</p></string> |
|
329 </property> |
|
330 <property name="readOnly"> |
|
331 <bool>true</bool> |
|
332 </property> |
|
333 <property name="acceptRichText"> |
|
334 <bool>false</bool> |
|
335 </property> |
|
336 </widget> |
|
337 </item> |
|
338 </layout> |
|
339 </widget> |
|
340 </item> |
|
341 <item> |
|
342 <widget class="QGroupBox" name="inputGroup"> |
|
343 <property name="title"> |
|
344 <string>Input</string> |
|
345 </property> |
|
346 <layout class="QGridLayout"> |
|
347 <item row="1" column="1"> |
|
348 <spacer> |
|
349 <property name="orientation"> |
|
350 <enum>Qt::Horizontal</enum> |
|
351 </property> |
|
352 <property name="sizeType"> |
|
353 <enum>QSizePolicy::Expanding</enum> |
|
354 </property> |
|
355 <property name="sizeHint" stdset="0"> |
|
356 <size> |
|
357 <width>327</width> |
|
358 <height>29</height> |
|
359 </size> |
|
360 </property> |
|
361 </spacer> |
|
362 </item> |
|
363 <item row="1" column="2"> |
|
364 <widget class="QPushButton" name="sendButton"> |
|
365 <property name="toolTip"> |
|
366 <string>Press to send the input to the subversion process</string> |
|
367 </property> |
|
368 <property name="text"> |
|
369 <string>&Send</string> |
|
370 </property> |
|
371 <property name="shortcut"> |
|
372 <string>Alt+S</string> |
|
373 </property> |
|
374 </widget> |
|
375 </item> |
|
376 <item row="0" column="0" colspan="3"> |
|
377 <widget class="QLineEdit" name="input"> |
|
378 <property name="toolTip"> |
|
379 <string>Enter data to be sent to the subversion process</string> |
|
380 </property> |
|
381 </widget> |
|
382 </item> |
|
383 <item row="1" column="0"> |
|
384 <widget class="QCheckBox" name="passwordCheckBox"> |
|
385 <property name="toolTip"> |
|
386 <string>Select to switch the input field to password mode</string> |
|
387 </property> |
|
388 <property name="text"> |
|
389 <string>&Password Mode</string> |
|
390 </property> |
|
391 <property name="shortcut"> |
|
392 <string>Alt+P</string> |
|
393 </property> |
|
394 </widget> |
|
395 </item> |
|
396 </layout> |
|
397 </widget> |
|
398 </item> |
|
399 <item> |
|
400 <widget class="QDialogButtonBox" name="buttonBox"> |
|
401 <property name="orientation"> |
|
402 <enum>Qt::Horizontal</enum> |
|
403 </property> |
|
404 <property name="standardButtons"> |
|
405 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
406 </property> |
|
407 </widget> |
|
408 </item> |
|
409 </layout> |
|
410 </widget> |
|
411 <tabstops> |
|
412 <tabstop>fromDate</tabstop> |
|
413 <tabstop>toDate</tabstop> |
|
414 <tabstop>fieldCombo</tabstop> |
|
415 <tabstop>rxEdit</tabstop> |
|
416 <tabstop>logTree</tabstop> |
|
417 <tabstop>messageEdit</tabstop> |
|
418 <tabstop>filesTree</tabstop> |
|
419 <tabstop>nextButton</tabstop> |
|
420 <tabstop>limitSpinBox</tabstop> |
|
421 <tabstop>stopCheckBox</tabstop> |
|
422 <tabstop>upButton</tabstop> |
|
423 <tabstop>downButton</tabstop> |
|
424 <tabstop>diffPreviousButton</tabstop> |
|
425 <tabstop>diffRevisionsButton</tabstop> |
|
426 <tabstop>sbsCheckBox</tabstop> |
|
427 <tabstop>errors</tabstop> |
|
428 <tabstop>input</tabstop> |
|
429 <tabstop>passwordCheckBox</tabstop> |
|
430 <tabstop>sendButton</tabstop> |
|
431 </tabstops> |
|
432 <resources/> |
|
433 <connections/> |
|
434 </ui> |