|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>HgLogBrowserDialog</class> |
|
4 <widget class="QWidget" name="HgLogBrowserDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>1000</width> |
|
10 <height>800</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Mercurial Log</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
17 <item> |
|
18 <layout class="QHBoxLayout" name="horizontalLayout_4"> |
|
19 <item> |
|
20 <widget class="QToolButton" name="actionsButton"> |
|
21 <property name="toolTip"> |
|
22 <string>Select action from menu</string> |
|
23 </property> |
|
24 <property name="popupMode"> |
|
25 <enum>QToolButton::InstantPopup</enum> |
|
26 </property> |
|
27 </widget> |
|
28 </item> |
|
29 <item> |
|
30 <widget class="Line" name="line_5"> |
|
31 <property name="frameShadow"> |
|
32 <enum>QFrame::Raised</enum> |
|
33 </property> |
|
34 <property name="lineWidth"> |
|
35 <number>2</number> |
|
36 </property> |
|
37 <property name="orientation"> |
|
38 <enum>Qt::Vertical</enum> |
|
39 </property> |
|
40 </widget> |
|
41 </item> |
|
42 <item> |
|
43 <widget class="QComboBox" name="modeComboBox"> |
|
44 <property name="minimumSize"> |
|
45 <size> |
|
46 <width>100</width> |
|
47 <height>0</height> |
|
48 </size> |
|
49 </property> |
|
50 <property name="toolTip"> |
|
51 <string>Select the mode (find or filter)</string> |
|
52 </property> |
|
53 <property name="sizeAdjustPolicy"> |
|
54 <enum>QComboBox::AdjustToContents</enum> |
|
55 </property> |
|
56 </widget> |
|
57 </item> |
|
58 <item> |
|
59 <widget class="Line" name="line_4"> |
|
60 <property name="frameShadow"> |
|
61 <enum>QFrame::Raised</enum> |
|
62 </property> |
|
63 <property name="lineWidth"> |
|
64 <number>2</number> |
|
65 </property> |
|
66 <property name="orientation"> |
|
67 <enum>Qt::Vertical</enum> |
|
68 </property> |
|
69 </widget> |
|
70 </item> |
|
71 <item> |
|
72 <widget class="QLabel" name="label"> |
|
73 <property name="text"> |
|
74 <string>From:</string> |
|
75 </property> |
|
76 </widget> |
|
77 </item> |
|
78 <item> |
|
79 <widget class="QDateEdit" name="fromDate"> |
|
80 <property name="toolTip"> |
|
81 <string>Enter the start date</string> |
|
82 </property> |
|
83 <property name="calendarPopup"> |
|
84 <bool>true</bool> |
|
85 </property> |
|
86 </widget> |
|
87 </item> |
|
88 <item> |
|
89 <widget class="QLabel" name="label_2"> |
|
90 <property name="text"> |
|
91 <string>To:</string> |
|
92 </property> |
|
93 </widget> |
|
94 </item> |
|
95 <item> |
|
96 <widget class="QDateEdit" name="toDate"> |
|
97 <property name="toolTip"> |
|
98 <string>Enter the end date</string> |
|
99 </property> |
|
100 <property name="calendarPopup"> |
|
101 <bool>true</bool> |
|
102 </property> |
|
103 </widget> |
|
104 </item> |
|
105 <item> |
|
106 <widget class="Line" name="line_2"> |
|
107 <property name="frameShadow"> |
|
108 <enum>QFrame::Raised</enum> |
|
109 </property> |
|
110 <property name="lineWidth"> |
|
111 <number>2</number> |
|
112 </property> |
|
113 <property name="orientation"> |
|
114 <enum>Qt::Vertical</enum> |
|
115 </property> |
|
116 </widget> |
|
117 </item> |
|
118 <item> |
|
119 <widget class="QLabel" name="label_3"> |
|
120 <property name="text"> |
|
121 <string>Branch:</string> |
|
122 </property> |
|
123 </widget> |
|
124 </item> |
|
125 <item> |
|
126 <widget class="QComboBox" name="branchCombo"> |
|
127 <property name="minimumSize"> |
|
128 <size> |
|
129 <width>100</width> |
|
130 <height>0</height> |
|
131 </size> |
|
132 </property> |
|
133 <property name="toolTip"> |
|
134 <string>Select the branch to filter on</string> |
|
135 </property> |
|
136 <property name="sizeAdjustPolicy"> |
|
137 <enum>QComboBox::AdjustToContents</enum> |
|
138 </property> |
|
139 </widget> |
|
140 </item> |
|
141 <item> |
|
142 <widget class="Line" name="line_3"> |
|
143 <property name="frameShadow"> |
|
144 <enum>QFrame::Raised</enum> |
|
145 </property> |
|
146 <property name="lineWidth"> |
|
147 <number>2</number> |
|
148 </property> |
|
149 <property name="orientation"> |
|
150 <enum>Qt::Vertical</enum> |
|
151 </property> |
|
152 </widget> |
|
153 </item> |
|
154 <item> |
|
155 <widget class="QComboBox" name="fieldCombo"> |
|
156 <property name="minimumSize"> |
|
157 <size> |
|
158 <width>100</width> |
|
159 <height>0</height> |
|
160 </size> |
|
161 </property> |
|
162 <property name="toolTip"> |
|
163 <string>Select the field to filter on</string> |
|
164 </property> |
|
165 <property name="sizeAdjustPolicy"> |
|
166 <enum>QComboBox::AdjustToContents</enum> |
|
167 </property> |
|
168 </widget> |
|
169 </item> |
|
170 <item> |
|
171 <widget class="QLineEdit" name="rxEdit"> |
|
172 <property name="toolTip"> |
|
173 <string>Enter the regular expression to filter on or search for</string> |
|
174 </property> |
|
175 <property name="clearButtonEnabled"> |
|
176 <bool>true</bool> |
|
177 </property> |
|
178 </widget> |
|
179 </item> |
|
180 <item> |
|
181 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
182 <property name="spacing"> |
|
183 <number>0</number> |
|
184 </property> |
|
185 <item> |
|
186 <widget class="QToolButton" name="findPrevButton"> |
|
187 <property name="toolTip"> |
|
188 <string>Press to find the previous occurrence</string> |
|
189 </property> |
|
190 </widget> |
|
191 </item> |
|
192 <item> |
|
193 <widget class="QToolButton" name="findNextButton"> |
|
194 <property name="toolTip"> |
|
195 <string>Press to find the next occurrence</string> |
|
196 </property> |
|
197 </widget> |
|
198 </item> |
|
199 </layout> |
|
200 </item> |
|
201 </layout> |
|
202 </item> |
|
203 <item> |
|
204 <widget class="QSplitter" name="mainSplitter"> |
|
205 <property name="orientation"> |
|
206 <enum>Qt::Vertical</enum> |
|
207 </property> |
|
208 <widget class="QWidget" name="layoutWidget"> |
|
209 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
210 <item> |
|
211 <widget class="QTreeWidget" name="logTree"> |
|
212 <property name="sizePolicy"> |
|
213 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
214 <horstretch>0</horstretch> |
|
215 <verstretch>1</verstretch> |
|
216 </sizepolicy> |
|
217 </property> |
|
218 <property name="alternatingRowColors"> |
|
219 <bool>true</bool> |
|
220 </property> |
|
221 <property name="selectionMode"> |
|
222 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
223 </property> |
|
224 <property name="rootIsDecorated"> |
|
225 <bool>false</bool> |
|
226 </property> |
|
227 <property name="itemsExpandable"> |
|
228 <bool>false</bool> |
|
229 </property> |
|
230 <property name="allColumnsShowFocus"> |
|
231 <bool>true</bool> |
|
232 </property> |
|
233 <column> |
|
234 <property name="text"> |
|
235 <string>Graph</string> |
|
236 </property> |
|
237 </column> |
|
238 <column> |
|
239 <property name="text"> |
|
240 <string>Branch</string> |
|
241 </property> |
|
242 </column> |
|
243 <column> |
|
244 <property name="text"> |
|
245 <string>Revision</string> |
|
246 </property> |
|
247 </column> |
|
248 <column> |
|
249 <property name="text"> |
|
250 <string>Phase</string> |
|
251 </property> |
|
252 </column> |
|
253 <column> |
|
254 <property name="text"> |
|
255 <string>Author</string> |
|
256 </property> |
|
257 </column> |
|
258 <column> |
|
259 <property name="text"> |
|
260 <string>Date</string> |
|
261 </property> |
|
262 </column> |
|
263 <column> |
|
264 <property name="text"> |
|
265 <string>Message</string> |
|
266 </property> |
|
267 </column> |
|
268 <column> |
|
269 <property name="text"> |
|
270 <string>Tags</string> |
|
271 </property> |
|
272 </column> |
|
273 </widget> |
|
274 </item> |
|
275 <item> |
|
276 <layout class="QHBoxLayout" name="horizontalLayout_5"> |
|
277 <item> |
|
278 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
279 <property name="spacing"> |
|
280 <number>0</number> |
|
281 </property> |
|
282 <item> |
|
283 <widget class="QToolButton" name="upButton"> |
|
284 <property name="toolTip"> |
|
285 <string>Press to move up in the log list</string> |
|
286 </property> |
|
287 <property name="autoRepeat"> |
|
288 <bool>true</bool> |
|
289 </property> |
|
290 </widget> |
|
291 </item> |
|
292 <item> |
|
293 <widget class="QToolButton" name="downButton"> |
|
294 <property name="toolTip"> |
|
295 <string>Press to move down in the log list</string> |
|
296 </property> |
|
297 <property name="autoRepeat"> |
|
298 <bool>true</bool> |
|
299 </property> |
|
300 </widget> |
|
301 </item> |
|
302 </layout> |
|
303 </item> |
|
304 <item> |
|
305 <widget class="Line" name="line_6"> |
|
306 <property name="frameShadow"> |
|
307 <enum>QFrame::Raised</enum> |
|
308 </property> |
|
309 <property name="lineWidth"> |
|
310 <number>2</number> |
|
311 </property> |
|
312 <property name="orientation"> |
|
313 <enum>Qt::Vertical</enum> |
|
314 </property> |
|
315 </widget> |
|
316 </item> |
|
317 <item> |
|
318 <widget class="QPushButton" name="nextButton"> |
|
319 <property name="toolTip"> |
|
320 <string>Press to get the next bunch of log entries</string> |
|
321 </property> |
|
322 <property name="text"> |
|
323 <string>&Next</string> |
|
324 </property> |
|
325 </widget> |
|
326 </item> |
|
327 <item> |
|
328 <widget class="QSpinBox" name="limitSpinBox"> |
|
329 <property name="toolTip"> |
|
330 <string>Enter the limit of entries to fetch</string> |
|
331 </property> |
|
332 <property name="alignment"> |
|
333 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
334 </property> |
|
335 <property name="minimum"> |
|
336 <number>1</number> |
|
337 </property> |
|
338 <property name="maximum"> |
|
339 <number>10000</number> |
|
340 </property> |
|
341 <property name="value"> |
|
342 <number>20</number> |
|
343 </property> |
|
344 </widget> |
|
345 </item> |
|
346 <item> |
|
347 <widget class="QCheckBox" name="stopCheckBox"> |
|
348 <property name="toolTip"> |
|
349 <string>Select to stop listing log messages at a copy or move</string> |
|
350 </property> |
|
351 <property name="text"> |
|
352 <string>Stop on Copy/Move</string> |
|
353 </property> |
|
354 </widget> |
|
355 </item> |
|
356 <item> |
|
357 <spacer name="horizontalSpacer_2"> |
|
358 <property name="orientation"> |
|
359 <enum>Qt::Horizontal</enum> |
|
360 </property> |
|
361 <property name="sizeHint" stdset="0"> |
|
362 <size> |
|
363 <width>40</width> |
|
364 <height>20</height> |
|
365 </size> |
|
366 </property> |
|
367 </spacer> |
|
368 </item> |
|
369 <item> |
|
370 <widget class="QLabel" name="sbsSelectLabel"> |
|
371 <property name="focusPolicy"> |
|
372 <enum>Qt::StrongFocus</enum> |
|
373 </property> |
|
374 <property name="text"> |
|
375 <string/> |
|
376 </property> |
|
377 <property name="textInteractionFlags"> |
|
378 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set> |
|
379 </property> |
|
380 </widget> |
|
381 </item> |
|
382 </layout> |
|
383 </item> |
|
384 </layout> |
|
385 </widget> |
|
386 <widget class="QSplitter" name="detailsSplitter"> |
|
387 <property name="sizePolicy"> |
|
388 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
389 <horstretch>0</horstretch> |
|
390 <verstretch>2</verstretch> |
|
391 </sizepolicy> |
|
392 </property> |
|
393 <property name="orientation"> |
|
394 <enum>Qt::Horizontal</enum> |
|
395 </property> |
|
396 <widget class="QTextBrowser" name="detailsEdit"> |
|
397 <property name="sizePolicy"> |
|
398 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
399 <horstretch>3</horstretch> |
|
400 <verstretch>1</verstretch> |
|
401 </sizepolicy> |
|
402 </property> |
|
403 <property name="readOnly"> |
|
404 <bool>true</bool> |
|
405 </property> |
|
406 <property name="openLinks"> |
|
407 <bool>false</bool> |
|
408 </property> |
|
409 </widget> |
|
410 <widget class="QSplitter" name="diffSplitter"> |
|
411 <property name="sizePolicy"> |
|
412 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
|
413 <horstretch>7</horstretch> |
|
414 <verstretch>0</verstretch> |
|
415 </sizepolicy> |
|
416 </property> |
|
417 <property name="orientation"> |
|
418 <enum>Qt::Vertical</enum> |
|
419 </property> |
|
420 <widget class="QTreeWidget" name="filesTree"> |
|
421 <property name="sizePolicy"> |
|
422 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
423 <horstretch>7</horstretch> |
|
424 <verstretch>1</verstretch> |
|
425 </sizepolicy> |
|
426 </property> |
|
427 <property name="alternatingRowColors"> |
|
428 <bool>true</bool> |
|
429 </property> |
|
430 <property name="rootIsDecorated"> |
|
431 <bool>false</bool> |
|
432 </property> |
|
433 <property name="itemsExpandable"> |
|
434 <bool>false</bool> |
|
435 </property> |
|
436 <property name="sortingEnabled"> |
|
437 <bool>true</bool> |
|
438 </property> |
|
439 <property name="allColumnsShowFocus"> |
|
440 <bool>true</bool> |
|
441 </property> |
|
442 <column> |
|
443 <property name="text"> |
|
444 <string>Action</string> |
|
445 </property> |
|
446 </column> |
|
447 <column> |
|
448 <property name="text"> |
|
449 <string>Path</string> |
|
450 </property> |
|
451 </column> |
|
452 <column> |
|
453 <property name="text"> |
|
454 <string>Copy from</string> |
|
455 </property> |
|
456 </column> |
|
457 </widget> |
|
458 <widget class="QWidget" name="layoutWidget"> |
|
459 <layout class="QVBoxLayout" name="verticalLayout"> |
|
460 <item> |
|
461 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
462 <item> |
|
463 <widget class="QLabel" name="diffLabel"> |
|
464 <property name="text"> |
|
465 <string>Differences</string> |
|
466 </property> |
|
467 </widget> |
|
468 </item> |
|
469 <item> |
|
470 <spacer name="horizontalSpacer"> |
|
471 <property name="orientation"> |
|
472 <enum>Qt::Horizontal</enum> |
|
473 </property> |
|
474 <property name="sizeHint" stdset="0"> |
|
475 <size> |
|
476 <width>40</width> |
|
477 <height>20</height> |
|
478 </size> |
|
479 </property> |
|
480 </spacer> |
|
481 </item> |
|
482 <item> |
|
483 <widget class="QLabel" name="diffSelectLabel"> |
|
484 <property name="focusPolicy"> |
|
485 <enum>Qt::StrongFocus</enum> |
|
486 </property> |
|
487 <property name="text"> |
|
488 <string/> |
|
489 </property> |
|
490 <property name="textInteractionFlags"> |
|
491 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set> |
|
492 </property> |
|
493 </widget> |
|
494 </item> |
|
495 <item> |
|
496 <widget class="QLabel" name="saveLabel"> |
|
497 <property name="focusPolicy"> |
|
498 <enum>Qt::StrongFocus</enum> |
|
499 </property> |
|
500 <property name="text"> |
|
501 <string><a href="save:me">Save</a></string> |
|
502 </property> |
|
503 <property name="textInteractionFlags"> |
|
504 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set> |
|
505 </property> |
|
506 </widget> |
|
507 </item> |
|
508 </layout> |
|
509 </item> |
|
510 <item> |
|
511 <widget class="QPlainTextEdit" name="diffEdit"> |
|
512 <property name="sizePolicy"> |
|
513 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
514 <horstretch>7</horstretch> |
|
515 <verstretch>2</verstretch> |
|
516 </sizepolicy> |
|
517 </property> |
|
518 <property name="lineWrapMode"> |
|
519 <enum>QPlainTextEdit::NoWrap</enum> |
|
520 </property> |
|
521 <property name="readOnly"> |
|
522 <bool>true</bool> |
|
523 </property> |
|
524 <property name="tabStopDistance"> |
|
525 <double>8.000000000000000</double> |
|
526 </property> |
|
527 </widget> |
|
528 </item> |
|
529 </layout> |
|
530 </widget> |
|
531 </widget> |
|
532 </widget> |
|
533 </widget> |
|
534 </item> |
|
535 <item> |
|
536 <widget class="QGroupBox" name="errorGroup"> |
|
537 <property name="sizePolicy"> |
|
538 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
|
539 <horstretch>0</horstretch> |
|
540 <verstretch>1</verstretch> |
|
541 </sizepolicy> |
|
542 </property> |
|
543 <property name="title"> |
|
544 <string>Errors</string> |
|
545 </property> |
|
546 <layout class="QVBoxLayout"> |
|
547 <item> |
|
548 <widget class="QTextEdit" name="errors"> |
|
549 <property name="whatsThis"> |
|
550 <string><b>Mercurial log errors</b><p>This shows possible error messages of the hg log command.</p></string> |
|
551 </property> |
|
552 <property name="readOnly"> |
|
553 <bool>true</bool> |
|
554 </property> |
|
555 <property name="acceptRichText"> |
|
556 <bool>false</bool> |
|
557 </property> |
|
558 </widget> |
|
559 </item> |
|
560 </layout> |
|
561 </widget> |
|
562 </item> |
|
563 <item> |
|
564 <widget class="QDialogButtonBox" name="buttonBox"> |
|
565 <property name="orientation"> |
|
566 <enum>Qt::Horizontal</enum> |
|
567 </property> |
|
568 <property name="standardButtons"> |
|
569 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
570 </property> |
|
571 </widget> |
|
572 </item> |
|
573 </layout> |
|
574 </widget> |
|
575 <tabstops> |
|
576 <tabstop>actionsButton</tabstop> |
|
577 <tabstop>modeComboBox</tabstop> |
|
578 <tabstop>fromDate</tabstop> |
|
579 <tabstop>toDate</tabstop> |
|
580 <tabstop>branchCombo</tabstop> |
|
581 <tabstop>fieldCombo</tabstop> |
|
582 <tabstop>rxEdit</tabstop> |
|
583 <tabstop>findPrevButton</tabstop> |
|
584 <tabstop>findNextButton</tabstop> |
|
585 <tabstop>logTree</tabstop> |
|
586 <tabstop>upButton</tabstop> |
|
587 <tabstop>downButton</tabstop> |
|
588 <tabstop>nextButton</tabstop> |
|
589 <tabstop>limitSpinBox</tabstop> |
|
590 <tabstop>stopCheckBox</tabstop> |
|
591 <tabstop>sbsSelectLabel</tabstop> |
|
592 <tabstop>detailsEdit</tabstop> |
|
593 <tabstop>filesTree</tabstop> |
|
594 <tabstop>diffSelectLabel</tabstop> |
|
595 <tabstop>saveLabel</tabstop> |
|
596 <tabstop>diffEdit</tabstop> |
|
597 <tabstop>errors</tabstop> |
|
598 </tabstops> |
|
599 <resources/> |
|
600 <connections/> |
|
601 </ui> |