eric6/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui

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

eric ide

mercurial