eric7/Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui

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

eric ide

mercurial