Version 2.7
[qgit4/redivivus.git] / src / mainview.ui
blob0b57c570cbf34484aaeb6c9121823e45b2c8b509
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MainBase</class>
4 <widget class="QMainWindow" name="MainBase">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>905</width>
10 <height>477</height>
11 </rect>
12 </property>
13 <property name="acceptDrops">
14 <bool>true</bool>
15 </property>
16 <property name="windowTitle">
17 <string>QGit</string>
18 </property>
19 <property name="windowIcon">
20 <iconset resource="icons.qrc">
21 <normaloff>:/icons/resources/qgit.png</normaloff>:/icons/resources/qgit.png</iconset>
22 </property>
23 <widget class="QWidget" name="widget">
24 <layout class="QHBoxLayout">
25 <property name="spacing">
26 <number>6</number>
27 </property>
28 <property name="leftMargin">
29 <number>9</number>
30 </property>
31 <property name="topMargin">
32 <number>9</number>
33 </property>
34 <property name="rightMargin">
35 <number>9</number>
36 </property>
37 <property name="bottomMargin">
38 <number>9</number>
39 </property>
40 <item>
41 <widget class="QSplitter" name="treeSplitter">
42 <property name="orientation">
43 <enum>Qt::Horizontal</enum>
44 </property>
45 <widget class="TreeView" name="treeView">
46 <property name="contextMenuPolicy">
47 <enum>Qt::CustomContextMenu</enum>
48 </property>
49 <property name="selectionMode">
50 <enum>QAbstractItemView::ExtendedSelection</enum>
51 </property>
52 <property name="rootIsDecorated">
53 <bool>false</bool>
54 </property>
55 <property name="columnCount">
56 <number>1</number>
57 </property>
58 <column>
59 <property name="text">
60 <string>Git tree</string>
61 </property>
62 </column>
63 </widget>
64 <widget class="QTabWidget" name="tabWdg">
65 <widget class="QWidget" name="TabWdg">
66 <attribute name="title">
67 <string>Tab&amp;Wdg</string>
68 </attribute>
69 </widget>
70 </widget>
71 </widget>
72 </item>
73 </layout>
74 </widget>
75 <widget class="QToolBar" name="toolBar">
76 <property name="windowTitle">
77 <string>Toolbar</string>
78 </property>
79 <property name="orientation">
80 <enum>Qt::Horizontal</enum>
81 </property>
82 <property name="iconSize">
83 <size>
84 <width>16</width>
85 <height>16</height>
86 </size>
87 </property>
88 <attribute name="toolBarArea">
89 <enum>TopToolBarArea</enum>
90 </attribute>
91 <attribute name="toolBarBreak">
92 <bool>false</bool>
93 </attribute>
94 <addaction name="ActOpenRepo"/>
95 <addaction name="ActBack"/>
96 <addaction name="ActForward"/>
97 <addaction name="ActRefresh"/>
98 <addaction name="ActShowTree"/>
99 <addaction name="ActFilterTree"/>
100 <addaction name="ActMailFormatPatch"/>
101 <addaction name="ActMailApplyPatch"/>
102 <addaction name="separator"/>
103 <addaction name="ActSearchAndFilter"/>
104 <addaction name="ActSearchAndHighlight"/>
105 <addaction name="separator"/>
106 </widget>
107 <widget class="QMenuBar" name="MenuBarEditor">
108 <property name="geometry">
109 <rect>
110 <x>0</x>
111 <y>0</y>
112 <width>905</width>
113 <height>20</height>
114 </rect>
115 </property>
116 <widget class="QMenu" name="Help">
117 <property name="title">
118 <string>&amp;Help</string>
119 </property>
120 <addaction name="ActHelp"/>
121 <addaction name="ActAbout"/>
122 </widget>
123 <widget class="QMenu" name="File">
124 <property name="title">
125 <string>&amp;File</string>
126 </property>
127 <property name="separatorsCollapsible">
128 <bool>true</bool>
129 </property>
130 <addaction name="ActOpenRepo"/>
131 <addaction name="ActOpenRepoNewWindow"/>
132 <addaction name="ActRefresh"/>
133 <addaction name="ActSaveFile"/>
134 <addaction name="ActMailFormatPatch"/>
135 <addaction name="ActMailApplyPatch"/>
136 <addaction name="separator"/>
137 <addaction name="ActClose"/>
138 <addaction name="ActExit"/>
139 <addaction name="separator"/>
140 </widget>
141 <widget class="QMenu" name="Edit">
142 <property name="title">
143 <string>&amp;Edit</string>
144 </property>
145 <addaction name="ActCommit"/>
146 <addaction name="ActAmend"/>
147 <addaction name="ActCheckout"/>
148 <addaction name="ActBranch"/>
149 <addaction name="ActTag"/>
150 <addaction name="ActDelete"/>
151 <addaction name="ActPush"/>
152 <addaction name="ActPop"/>
153 <addaction name="separator"/>
154 <addaction name="ActFind"/>
155 <addaction name="ActFindNext"/>
156 <addaction name="separator"/>
157 <addaction name="ActSettings"/>
158 </widget>
159 <widget class="QMenu" name="Actions">
160 <property name="title">
161 <string>&amp;Actions</string>
162 </property>
163 <addaction name="ActCustomActionSetup"/>
164 </widget>
165 <widget class="QMenu" name="View">
166 <property name="title">
167 <string>&amp;View</string>
168 </property>
169 <addaction name="ActBack"/>
170 <addaction name="ActForward"/>
171 <addaction name="separator"/>
172 <addaction name="ActRangeDlg"/>
173 <addaction name="separator"/>
174 <addaction name="ActCheckWorkDir"/>
175 <addaction name="ActMarkDiffToSha"/>
176 <addaction name="separator"/>
177 <addaction name="ActViewRev"/>
178 <addaction name="ActViewDiff"/>
179 <addaction name="ActViewDiffNewTab"/>
180 <addaction name="ActViewFile"/>
181 <addaction name="ActViewFileNewTab"/>
182 <addaction name="ActExternalDiff"/>
183 <addaction name="ActExternalEditor"/>
184 <addaction name="ActShowTree"/>
185 <addaction name="ActSplitView"/>
186 <addaction name="ActToggleLogsDiff"/>
187 <addaction name="ActShowDescHeader"/>
188 <addaction name="ActFilterTree"/>
189 </widget>
190 <addaction name="File"/>
191 <addaction name="Edit"/>
192 <addaction name="View"/>
193 <addaction name="Actions"/>
194 <addaction name="separator"/>
195 <addaction name="Help"/>
196 </widget>
197 <action name="ActOpenRepo">
198 <property name="icon">
199 <iconset resource="icons.qrc">
200 <normaloff>:/icons/resources/folder_open.png</normaloff>:/icons/resources/folder_open.png</iconset>
201 </property>
202 <property name="text">
203 <string>&amp;Open...</string>
204 </property>
205 <property name="iconText">
206 <string>Open</string>
207 </property>
208 <property name="shortcut">
209 <string>Ctrl+O</string>
210 </property>
211 </action>
212 <action name="ActExit">
213 <property name="text">
214 <string>E&amp;xit</string>
215 </property>
216 <property name="iconText">
217 <string>Exit</string>
218 </property>
219 <property name="shortcut">
220 <string>Ctrl+Q</string>
221 </property>
222 </action>
223 <action name="ActAbout">
224 <property name="text">
225 <string>&amp;About QGit</string>
226 </property>
227 <property name="iconText">
228 <string>About</string>
229 </property>
230 <property name="shortcut">
231 <string/>
232 </property>
233 </action>
234 <action name="ActMailFormatPatch">
235 <property name="enabled">
236 <bool>false</bool>
237 </property>
238 <property name="icon">
239 <iconset resource="icons.qrc">
240 <normaloff>:/icons/resources/mail_send.png</normaloff>:/icons/resources/mail_send.png</iconset>
241 </property>
242 <property name="text">
243 <string>&amp;Save patch...</string>
244 </property>
245 <property name="iconText">
246 <string>Save patch</string>
247 </property>
248 <property name="toolTip">
249 <string>Save a patch series to be sent by e-mail</string>
250 </property>
251 </action>
252 <action name="ActHelp">
253 <property name="icon">
254 <iconset resource="icons.qrc">
255 <normaloff>:/icons/resources/help.png</normaloff>:/icons/resources/help.png</iconset>
256 </property>
257 <property name="text">
258 <string>QGit ha&amp;ndbook</string>
259 </property>
260 <property name="iconText">
261 <string>Handbook</string>
262 </property>
263 <property name="shortcut">
264 <string>F1</string>
265 </property>
266 </action>
267 <action name="ActSettings">
268 <property name="icon">
269 <iconset resource="icons.qrc">
270 <normaloff>:/icons/resources/configure.png</normaloff>:/icons/resources/configure.png</iconset>
271 </property>
272 <property name="text">
273 <string>&amp;Settings...</string>
274 </property>
275 <property name="iconText">
276 <string>Settings</string>
277 </property>
278 </action>
279 <action name="ActCommit">
280 <property name="enabled">
281 <bool>false</bool>
282 </property>
283 <property name="icon">
284 <iconset resource="icons.qrc">
285 <normaloff>:/icons/resources/vcs_commit.png</normaloff>:/icons/resources/vcs_commit.png</iconset>
286 </property>
287 <property name="text">
288 <string>&amp;Commit...</string>
289 </property>
290 <property name="iconText">
291 <string>Commit</string>
292 </property>
293 <property name="toolTip">
294 <string>Commit changes</string>
295 </property>
296 <property name="shortcut">
297 <string>#</string>
298 </property>
299 </action>
300 <action name="ActTag">
301 <property name="enabled">
302 <bool>false</bool>
303 </property>
304 <property name="text">
305 <string>Make &amp;tag...</string>
306 </property>
307 <property name="iconText">
308 <string>Make tag</string>
309 </property>
310 <property name="toolTip">
311 <string>Tag selected revision</string>
312 </property>
313 <property name="shortcut">
314 <string>Ctrl+T</string>
315 </property>
316 </action>
317 <action name="ActOpenRepoNewWindow">
318 <property name="text">
319 <string>Open in a &amp;new window...</string>
320 </property>
321 <property name="iconText">
322 <string>Open in a &amp;new window</string>
323 </property>
324 <property name="shortcut">
325 <string>Ctrl+N</string>
326 </property>
327 </action>
328 <action name="ActClose">
329 <property name="text">
330 <string>&amp;Close</string>
331 </property>
332 <property name="iconText">
333 <string>Close</string>
334 </property>
335 <property name="shortcut">
336 <string>Ctrl+W</string>
337 </property>
338 </action>
339 <action name="ActMailApplyPatch">
340 <property name="enabled">
341 <bool>false</bool>
342 </property>
343 <property name="icon">
344 <iconset resource="icons.qrc">
345 <normaloff>:/icons/resources/mail_get.png</normaloff>:/icons/resources/mail_get.png</iconset>
346 </property>
347 <property name="text">
348 <string>Apply patch...</string>
349 </property>
350 <property name="iconText">
351 <string>Apply a patch series</string>
352 </property>
353 </action>
354 <action name="ActPush">
355 <property name="enabled">
356 <bool>false</bool>
357 </property>
358 <property name="text">
359 <string>&amp;Push patch</string>
360 </property>
361 <property name="iconText">
362 <string>Push patch</string>
363 </property>
364 <property name="toolTip">
365 <string>Push this patch on StGIT stack</string>
366 </property>
367 <property name="shortcut">
368 <string>PgUp</string>
369 </property>
370 </action>
371 <action name="ActPop">
372 <property name="enabled">
373 <bool>false</bool>
374 </property>
375 <property name="text">
376 <string>P&amp;op patch</string>
377 </property>
378 <property name="iconText">
379 <string>Pop patch</string>
380 </property>
381 <property name="toolTip">
382 <string>Pop patches from StGIT stack until this one included</string>
383 </property>
384 <property name="shortcut">
385 <string>PgDown</string>
386 </property>
387 </action>
388 <action name="ActRefresh">
389 <property name="enabled">
390 <bool>false</bool>
391 </property>
392 <property name="icon">
393 <iconset resource="icons.qrc">
394 <normaloff>:/icons/resources/reload.png</normaloff>:/icons/resources/reload.png</iconset>
395 </property>
396 <property name="iconText">
397 <string>Refresh</string>
398 </property>
399 <property name="toolTip">
400 <string>Refresh view (F5)</string>
401 </property>
402 <property name="shortcut">
403 <string>F5</string>
404 </property>
405 </action>
406 <action name="ActViewDiff">
407 <property name="enabled">
408 <bool>false</bool>
409 </property>
410 <property name="text">
411 <string>View patch</string>
412 </property>
413 <property name="iconText">
414 <string>View patch</string>
415 </property>
416 <property name="toolTip">
417 <string>Double click on revision log as a shortcut</string>
418 </property>
419 <property name="statusTip">
420 <string>Double click on revision log as a shortcut</string>
421 </property>
422 <property name="shortcut">
423 <string>Ctrl+P</string>
424 </property>
425 </action>
426 <action name="ActViewFile">
427 <property name="enabled">
428 <bool>false</bool>
429 </property>
430 <property name="text">
431 <string>View file</string>
432 </property>
433 <property name="iconText">
434 <string>View file</string>
435 </property>
436 <property name="toolTip">
437 <string>Double click on file name as a shortcut</string>
438 </property>
439 <property name="statusTip">
440 <string>Double click on file name as a shortcut</string>
441 </property>
442 <property name="shortcut">
443 <string>Ctrl+A</string>
444 </property>
445 </action>
446 <action name="ActSaveFile">
447 <property name="enabled">
448 <bool>false</bool>
449 </property>
450 <property name="text">
451 <string>Save file as...</string>
452 </property>
453 <property name="iconText">
454 <string>Save file as...</string>
455 </property>
456 <property name="toolTip">
457 <string>Save selected file</string>
458 </property>
459 <property name="shortcut">
460 <string>Ctrl+S</string>
461 </property>
462 </action>
463 <action name="ActFilterTree">
464 <property name="checkable">
465 <bool>true</bool>
466 </property>
467 <property name="enabled">
468 <bool>false</bool>
469 </property>
470 <property name="icon">
471 <iconset resource="icons.qrc">
472 <normaloff>:/icons/resources/wizard.png</normaloff>:/icons/resources/wizard.png</iconset>
473 </property>
474 <property name="text">
475 <string>Toggle filter by tree</string>
476 </property>
477 <property name="iconText">
478 <string>Filter by tree</string>
479 </property>
480 <property name="toolTip">
481 <string>Filter by tree selection, multiple selections allowed</string>
482 </property>
483 </action>
484 <action name="ActShowTree">
485 <property name="checkable">
486 <bool>true</bool>
487 </property>
488 <property name="enabled">
489 <bool>false</bool>
490 </property>
491 <property name="icon">
492 <iconset resource="icons.qrc">
493 <normaloff>:/icons/resources/view_tree.png</normaloff>:/icons/resources/view_tree.png</iconset>
494 </property>
495 <property name="text">
496 <string>Toggle tree view</string>
497 </property>
498 <property name="iconText">
499 <string>Archive tree</string>
500 </property>
501 <property name="toolTip">
502 <string>Toggle tree view (T)</string>
503 </property>
504 <property name="shortcut">
505 <string>T</string>
506 </property>
507 </action>
508 <action name="ActDelete">
509 <property name="enabled">
510 <bool>false</bool>
511 </property>
512 <property name="text">
513 <string>Delete references...</string>
514 </property>
515 <property name="iconText">
516 <string>Delete tag</string>
517 </property>
518 <property name="toolTip">
519 <string>Remove selected reference names</string>
520 </property>
521 </action>
522 <action name="ActCheckWorkDir">
523 <property name="checkable">
524 <bool>true</bool>
525 </property>
526 <property name="enabled">
527 <bool>false</bool>
528 </property>
529 <property name="text">
530 <string>Check working directory</string>
531 </property>
532 <property name="iconText">
533 <string>Check working dir</string>
534 </property>
535 <property name="toolTip">
536 <string>Check working directory</string>
537 </property>
538 </action>
539 <action name="ActMarkDiffToSha">
540 <property name="text">
541 <string>Mark for diff</string>
542 </property>
543 <property name="iconText">
544 <string>Mark for diff</string>
545 </property>
546 <property name="toolTip">
547 <string>Mark selected revision to diff against</string>
548 </property>
549 </action>
550 <action name="ActExternalDiff">
551 <property name="enabled">
552 <bool>false</bool>
553 </property>
554 <property name="text">
555 <string>External diff...</string>
556 </property>
557 <property name="iconText">
558 <string>Launch external diff viewer</string>
559 </property>
560 <property name="shortcut">
561 <string>Ctrl+D</string>
562 </property>
563 </action>
564 <action name="ActExternalEditor">
565 <property name="enabled">
566 <bool>false</bool>
567 </property>
568 <property name="text">
569 <string>External editor...</string>
570 </property>
571 <property name="iconText">
572 <string>Launch external editor</string>
573 </property>
574 <property name="shortcut">
575 <string>Ctrl+E</string>
576 </property>
577 </action>
578 <action name="ActViewRev">
579 <property name="enabled">
580 <bool>false</bool>
581 </property>
582 <property name="text">
583 <string>View revision</string>
584 </property>
585 <property name="iconText">
586 <string>View revision</string>
587 </property>
588 <property name="toolTip">
589 <string>Double click on a revision in file history as a shortcut</string>
590 </property>
591 <property name="shortcut">
592 <string>Ctrl+R</string>
593 </property>
594 </action>
595 <action name="ActSplitView">
596 <property name="icon">
597 <iconset resource="icons.qrc">
598 <normaloff>:/icons/resources/view_top_bottom.png</normaloff>:/icons/resources/view_top_bottom.png</iconset>
599 </property>
600 <property name="text">
601 <string>Toggle split view</string>
602 </property>
603 <property name="iconText">
604 <string>Toggle split view</string>
605 </property>
606 <property name="toolTip">
607 <string>Hide/unhide secondary pane</string>
608 </property>
609 <property name="shortcut">
610 <string>S</string>
611 </property>
612 </action>
613 <action name="ActFind">
614 <property name="text">
615 <string>Find...</string>
616 </property>
617 <property name="iconText">
618 <string>Find text in current view...</string>
619 </property>
620 <property name="shortcut">
621 <string>Ctrl+F</string>
622 </property>
623 </action>
624 <action name="ActFindNext">
625 <property name="text">
626 <string>Find next</string>
627 </property>
628 <property name="iconText">
629 <string>Find next</string>
630 </property>
631 <property name="toolTip">
632 <string>Go to next occurrence of searched text</string>
633 </property>
634 <property name="shortcut">
635 <string>F3</string>
636 </property>
637 </action>
638 <action name="ActForward">
639 <property name="enabled">
640 <bool>false</bool>
641 </property>
642 <property name="icon">
643 <iconset resource="icons.qrc">
644 <normaloff>:/icons/resources/next.png</normaloff>:/icons/resources/next.png</iconset>
645 </property>
646 <property name="text">
647 <string>Forward</string>
648 </property>
649 <property name="iconText">
650 <string>Forward</string>
651 </property>
652 <property name="shortcut">
653 <string>Alt+Right</string>
654 </property>
655 </action>
656 <action name="ActBack">
657 <property name="enabled">
658 <bool>false</bool>
659 </property>
660 <property name="icon">
661 <iconset resource="icons.qrc">
662 <normaloff>:/icons/resources/previous.png</normaloff>:/icons/resources/previous.png</iconset>
663 </property>
664 <property name="text">
665 <string>Back</string>
666 </property>
667 <property name="iconText">
668 <string>Back</string>
669 </property>
670 <property name="shortcut">
671 <string>Alt+Left</string>
672 </property>
673 </action>
674 <action name="ActCustomActionSetup">
675 <property name="icon">
676 <iconset resource="icons.qrc">
677 <normaloff>:/icons/resources/bookmark.png</normaloff>:/icons/resources/bookmark.png</iconset>
678 </property>
679 <property name="text">
680 <string>Setup actions...</string>
681 </property>
682 <property name="iconText">
683 <string>Setup actions...</string>
684 </property>
685 </action>
686 <action name="ActViewFileNewTab">
687 <property name="enabled">
688 <bool>false</bool>
689 </property>
690 <property name="text">
691 <string>View file in new tab</string>
692 </property>
693 <property name="iconText">
694 <string>View file in new tab</string>
695 </property>
696 <property name="shortcut">
697 <string>Ctrl+Shift+A</string>
698 </property>
699 </action>
700 <action name="ActViewDiffNewTab">
701 <property name="enabled">
702 <bool>false</bool>
703 </property>
704 <property name="text">
705 <string>View patch in new tab</string>
706 </property>
707 <property name="iconText">
708 <string>View patch in new tab</string>
709 </property>
710 <property name="shortcut">
711 <string>Ctrl+Shift+P</string>
712 </property>
713 </action>
714 <action name="ActSearchAndFilter">
715 <property name="checkable">
716 <bool>true</bool>
717 </property>
718 <property name="enabled">
719 <bool>true</bool>
720 </property>
721 <property name="icon">
722 <iconset resource="icons.qrc">
723 <normaloff>:/icons/resources/filter.png</normaloff>:/icons/resources/filter.png</iconset>
724 </property>
725 <property name="text">
726 <string>Search and filter</string>
727 </property>
728 <property name="statusTip">
729 <string>Toggle filter</string>
730 </property>
731 </action>
732 <action name="ActSearchAndHighlight">
733 <property name="checkable">
734 <bool>true</bool>
735 </property>
736 <property name="enabled">
737 <bool>true</bool>
738 </property>
739 <property name="icon">
740 <iconset resource="icons.qrc">
741 <normaloff>:/icons/resources/find.png</normaloff>:/icons/resources/find.png</iconset>
742 </property>
743 <property name="text">
744 <string>Search and highlight</string>
745 </property>
746 <property name="statusTip">
747 <string>Toggle match highlight</string>
748 </property>
749 </action>
750 <action name="ActShowDescHeader">
751 <property name="checkable">
752 <bool>true</bool>
753 </property>
754 <property name="checked">
755 <bool>true</bool>
756 </property>
757 <property name="text">
758 <string>Show header info</string>
759 </property>
760 <property name="iconText">
761 <string>Show header info</string>
762 </property>
763 <property name="toolTip">
764 <string>Show revision description header info</string>
765 </property>
766 <property name="shortcut">
767 <string>H</string>
768 </property>
769 </action>
770 <action name="ActToggleLogsDiff">
771 <property name="text">
772 <string>Toggle message/diff</string>
773 </property>
774 <property name="iconText">
775 <string>Toggle message/diff</string>
776 </property>
777 <property name="toolTip">
778 <string>Toggle between messages and patch content\n in revision description pane</string>
779 </property>
780 <property name="shortcut">
781 <string>M</string>
782 </property>
783 </action>
784 <action name="ActRangeDlg">
785 <property name="icon">
786 <iconset resource="icons.qrc">
787 <normaloff>:/icons/resources/range_select.png</normaloff>:/icons/resources/range_select.png</iconset>
788 </property>
789 <property name="text">
790 <string>Select range...</string>
791 </property>
792 <property name="toolTip">
793 <string>Show 'Select range' dialog</string>
794 </property>
795 </action>
796 <action name="ActAmend">
797 <property name="text">
798 <string>Amend commit...</string>
799 </property>
800 <property name="toolTip">
801 <string>Amend previous commit</string>
802 </property>
803 <property name="shortcut">
804 <string>@</string>
805 </property>
806 </action>
807 <action name="ActBranch">
808 <property name="enabled">
809 <bool>false</bool>
810 </property>
811 <property name="text">
812 <string>Make &amp;branch...</string>
813 </property>
814 <property name="toolTip">
815 <string>Make new branch on selected revision</string>
816 </property>
817 <property name="shortcut">
818 <string>Ctrl+B</string>
819 </property>
820 </action>
821 <action name="ActCheckout">
822 <property name="text">
823 <string>&amp;Checkout...</string>
824 </property>
825 <property name="iconText">
826 <string>Checkout</string>
827 </property>
828 <property name="toolTip">
829 <string>Checkout selected revision</string>
830 </property>
831 <property name="shortcut">
832 <string>Ctrl+C</string>
833 </property>
834 </action>
835 </widget>
836 <layoutdefault spacing="6" margin="11"/>
837 <customwidgets>
838 <customwidget>
839 <class>TreeView</class>
840 <extends>QTreeWidget</extends>
841 <header>treeview.h</header>
842 </customwidget>
843 </customwidgets>
844 <resources>
845 <include location="icons.qrc"/>
846 </resources>
847 <connections>
848 <connection>
849 <sender>ActAbout</sender>
850 <signal>triggered()</signal>
851 <receiver>MainBase</receiver>
852 <slot>ActAbout_activated()</slot>
853 <hints>
854 <hint type="sourcelabel">
855 <x>-1</x>
856 <y>-1</y>
857 </hint>
858 <hint type="destinationlabel">
859 <x>20</x>
860 <y>20</y>
861 </hint>
862 </hints>
863 </connection>
864 <connection>
865 <sender>ActCheckWorkDir</sender>
866 <signal>toggled(bool)</signal>
867 <receiver>MainBase</receiver>
868 <slot>ActCheckWorkDir_toggled(bool)</slot>
869 <hints>
870 <hint type="sourcelabel">
871 <x>-1</x>
872 <y>-1</y>
873 </hint>
874 <hint type="destinationlabel">
875 <x>20</x>
876 <y>20</y>
877 </hint>
878 </hints>
879 </connection>
880 <connection>
881 <sender>ActCheckout</sender>
882 <signal>triggered()</signal>
883 <receiver>MainBase</receiver>
884 <slot>ActCheckout_activated()</slot>
885 <hints>
886 <hint type="sourcelabel">
887 <x>-1</x>
888 <y>-1</y>
889 </hint>
890 <hint type="destinationlabel">
891 <x>20</x>
892 <y>20</y>
893 </hint>
894 </hints>
895 </connection>
896 <connection>
897 <sender>ActClose</sender>
898 <signal>triggered()</signal>
899 <receiver>MainBase</receiver>
900 <slot>ActClose_activated()</slot>
901 <hints>
902 <hint type="sourcelabel">
903 <x>-1</x>
904 <y>-1</y>
905 </hint>
906 <hint type="destinationlabel">
907 <x>20</x>
908 <y>20</y>
909 </hint>
910 </hints>
911 </connection>
912 <connection>
913 <sender>ActCommit</sender>
914 <signal>triggered()</signal>
915 <receiver>MainBase</receiver>
916 <slot>ActCommit_activated()</slot>
917 <hints>
918 <hint type="sourcelabel">
919 <x>-1</x>
920 <y>-1</y>
921 </hint>
922 <hint type="destinationlabel">
923 <x>20</x>
924 <y>20</y>
925 </hint>
926 </hints>
927 </connection>
928 <connection>
929 <sender>ActExit</sender>
930 <signal>triggered()</signal>
931 <receiver>MainBase</receiver>
932 <slot>ActExit_activated()</slot>
933 <hints>
934 <hint type="sourcelabel">
935 <x>-1</x>
936 <y>-1</y>
937 </hint>
938 <hint type="destinationlabel">
939 <x>20</x>
940 <y>20</y>
941 </hint>
942 </hints>
943 </connection>
944 <connection>
945 <sender>ActExternalDiff</sender>
946 <signal>triggered()</signal>
947 <receiver>MainBase</receiver>
948 <slot>ActExternalDiff_activated()</slot>
949 <hints>
950 <hint type="sourcelabel">
951 <x>-1</x>
952 <y>-1</y>
953 </hint>
954 <hint type="destinationlabel">
955 <x>20</x>
956 <y>20</y>
957 </hint>
958 </hints>
959 </connection>
960 <connection>
961 <sender>ActExternalEditor</sender>
962 <signal>triggered()</signal>
963 <receiver>MainBase</receiver>
964 <slot>ActExternalEditor_activated()</slot>
965 <hints>
966 <hint type="sourcelabel">
967 <x>-1</x>
968 <y>-1</y>
969 </hint>
970 <hint type="destinationlabel">
971 <x>20</x>
972 <y>20</y>
973 </hint>
974 </hints>
975 </connection>
976 <connection>
977 <sender>ActFilterTree</sender>
978 <signal>toggled(bool)</signal>
979 <receiver>MainBase</receiver>
980 <slot>ActFilterTree_toggled(bool)</slot>
981 <hints>
982 <hint type="sourcelabel">
983 <x>-1</x>
984 <y>-1</y>
985 </hint>
986 <hint type="destinationlabel">
987 <x>20</x>
988 <y>20</y>
989 </hint>
990 </hints>
991 </connection>
992 <connection>
993 <sender>ActHelp</sender>
994 <signal>triggered()</signal>
995 <receiver>MainBase</receiver>
996 <slot>ActHelp_activated()</slot>
997 <hints>
998 <hint type="sourcelabel">
999 <x>-1</x>
1000 <y>-1</y>
1001 </hint>
1002 <hint type="destinationlabel">
1003 <x>20</x>
1004 <y>20</y>
1005 </hint>
1006 </hints>
1007 </connection>
1008 <connection>
1009 <sender>ActMailApplyPatch</sender>
1010 <signal>triggered()</signal>
1011 <receiver>MainBase</receiver>
1012 <slot>ActMailApplyPatch_activated()</slot>
1013 <hints>
1014 <hint type="sourcelabel">
1015 <x>-1</x>
1016 <y>-1</y>
1017 </hint>
1018 <hint type="destinationlabel">
1019 <x>20</x>
1020 <y>20</y>
1021 </hint>
1022 </hints>
1023 </connection>
1024 <connection>
1025 <sender>ActMailFormatPatch</sender>
1026 <signal>triggered()</signal>
1027 <receiver>MainBase</receiver>
1028 <slot>ActMailFormatPatch_activated()</slot>
1029 <hints>
1030 <hint type="sourcelabel">
1031 <x>-1</x>
1032 <y>-1</y>
1033 </hint>
1034 <hint type="destinationlabel">
1035 <x>20</x>
1036 <y>20</y>
1037 </hint>
1038 </hints>
1039 </connection>
1040 <connection>
1041 <sender>ActOpenRepo</sender>
1042 <signal>triggered()</signal>
1043 <receiver>MainBase</receiver>
1044 <slot>ActOpenRepo_activated()</slot>
1045 <hints>
1046 <hint type="sourcelabel">
1047 <x>-1</x>
1048 <y>-1</y>
1049 </hint>
1050 <hint type="destinationlabel">
1051 <x>20</x>
1052 <y>20</y>
1053 </hint>
1054 </hints>
1055 </connection>
1056 <connection>
1057 <sender>ActOpenRepoNewWindow</sender>
1058 <signal>triggered()</signal>
1059 <receiver>MainBase</receiver>
1060 <slot>ActOpenRepoNewWindow_activated()</slot>
1061 <hints>
1062 <hint type="sourcelabel">
1063 <x>-1</x>
1064 <y>-1</y>
1065 </hint>
1066 <hint type="destinationlabel">
1067 <x>20</x>
1068 <y>20</y>
1069 </hint>
1070 </hints>
1071 </connection>
1072 <connection>
1073 <sender>ActPop</sender>
1074 <signal>triggered()</signal>
1075 <receiver>MainBase</receiver>
1076 <slot>ActPop_activated()</slot>
1077 <hints>
1078 <hint type="sourcelabel">
1079 <x>-1</x>
1080 <y>-1</y>
1081 </hint>
1082 <hint type="destinationlabel">
1083 <x>20</x>
1084 <y>20</y>
1085 </hint>
1086 </hints>
1087 </connection>
1088 <connection>
1089 <sender>ActPush</sender>
1090 <signal>triggered()</signal>
1091 <receiver>MainBase</receiver>
1092 <slot>ActPush_activated()</slot>
1093 <hints>
1094 <hint type="sourcelabel">
1095 <x>-1</x>
1096 <y>-1</y>
1097 </hint>
1098 <hint type="destinationlabel">
1099 <x>20</x>
1100 <y>20</y>
1101 </hint>
1102 </hints>
1103 </connection>
1104 <connection>
1105 <sender>ActRefresh</sender>
1106 <signal>triggered()</signal>
1107 <receiver>MainBase</receiver>
1108 <slot>ActRefresh_activated()</slot>
1109 <hints>
1110 <hint type="sourcelabel">
1111 <x>-1</x>
1112 <y>-1</y>
1113 </hint>
1114 <hint type="destinationlabel">
1115 <x>20</x>
1116 <y>20</y>
1117 </hint>
1118 </hints>
1119 </connection>
1120 <connection>
1121 <sender>ActSaveFile</sender>
1122 <signal>triggered()</signal>
1123 <receiver>MainBase</receiver>
1124 <slot>ActSaveFile_activated()</slot>
1125 <hints>
1126 <hint type="sourcelabel">
1127 <x>-1</x>
1128 <y>-1</y>
1129 </hint>
1130 <hint type="destinationlabel">
1131 <x>20</x>
1132 <y>20</y>
1133 </hint>
1134 </hints>
1135 </connection>
1136 <connection>
1137 <sender>ActSettings</sender>
1138 <signal>triggered()</signal>
1139 <receiver>MainBase</receiver>
1140 <slot>ActSettings_activated()</slot>
1141 <hints>
1142 <hint type="sourcelabel">
1143 <x>-1</x>
1144 <y>-1</y>
1145 </hint>
1146 <hint type="destinationlabel">
1147 <x>20</x>
1148 <y>20</y>
1149 </hint>
1150 </hints>
1151 </connection>
1152 <connection>
1153 <sender>ActShowTree</sender>
1154 <signal>toggled(bool)</signal>
1155 <receiver>MainBase</receiver>
1156 <slot>ActShowTree_toggled(bool)</slot>
1157 <hints>
1158 <hint type="sourcelabel">
1159 <x>-1</x>
1160 <y>-1</y>
1161 </hint>
1162 <hint type="destinationlabel">
1163 <x>20</x>
1164 <y>20</y>
1165 </hint>
1166 </hints>
1167 </connection>
1168 <connection>
1169 <sender>ActBranch</sender>
1170 <signal>triggered()</signal>
1171 <receiver>MainBase</receiver>
1172 <slot>ActBranch_activated()</slot>
1173 <hints>
1174 <hint type="sourcelabel">
1175 <x>-1</x>
1176 <y>-1</y>
1177 </hint>
1178 <hint type="destinationlabel">
1179 <x>20</x>
1180 <y>20</y>
1181 </hint>
1182 </hints>
1183 </connection>
1184 <connection>
1185 <sender>ActTag</sender>
1186 <signal>triggered()</signal>
1187 <receiver>MainBase</receiver>
1188 <slot>ActTag_activated()</slot>
1189 <hints>
1190 <hint type="sourcelabel">
1191 <x>-1</x>
1192 <y>-1</y>
1193 </hint>
1194 <hint type="destinationlabel">
1195 <x>20</x>
1196 <y>20</y>
1197 </hint>
1198 </hints>
1199 </connection>
1200 <connection>
1201 <sender>ActDelete</sender>
1202 <signal>triggered()</signal>
1203 <receiver>MainBase</receiver>
1204 <slot>ActDelete_activated()</slot>
1205 <hints>
1206 <hint type="sourcelabel">
1207 <x>-1</x>
1208 <y>-1</y>
1209 </hint>
1210 <hint type="destinationlabel">
1211 <x>20</x>
1212 <y>20</y>
1213 </hint>
1214 </hints>
1215 </connection>
1216 <connection>
1217 <sender>ActViewFile</sender>
1218 <signal>triggered()</signal>
1219 <receiver>MainBase</receiver>
1220 <slot>ActViewFile_activated()</slot>
1221 <hints>
1222 <hint type="sourcelabel">
1223 <x>-1</x>
1224 <y>-1</y>
1225 </hint>
1226 <hint type="destinationlabel">
1227 <x>20</x>
1228 <y>20</y>
1229 </hint>
1230 </hints>
1231 </connection>
1232 <connection>
1233 <sender>ActViewDiff</sender>
1234 <signal>triggered()</signal>
1235 <receiver>MainBase</receiver>
1236 <slot>ActViewDiff_activated()</slot>
1237 <hints>
1238 <hint type="sourcelabel">
1239 <x>-1</x>
1240 <y>-1</y>
1241 </hint>
1242 <hint type="destinationlabel">
1243 <x>20</x>
1244 <y>20</y>
1245 </hint>
1246 </hints>
1247 </connection>
1248 <connection>
1249 <sender>ActViewRev</sender>
1250 <signal>triggered()</signal>
1251 <receiver>MainBase</receiver>
1252 <slot>ActViewRev_activated()</slot>
1253 <hints>
1254 <hint type="sourcelabel">
1255 <x>-1</x>
1256 <y>-1</y>
1257 </hint>
1258 <hint type="destinationlabel">
1259 <x>20</x>
1260 <y>20</y>
1261 </hint>
1262 </hints>
1263 </connection>
1264 <connection>
1265 <sender>ActSplitView</sender>
1266 <signal>triggered()</signal>
1267 <receiver>MainBase</receiver>
1268 <slot>ActSplitView_activated()</slot>
1269 <hints>
1270 <hint type="sourcelabel">
1271 <x>-1</x>
1272 <y>-1</y>
1273 </hint>
1274 <hint type="destinationlabel">
1275 <x>20</x>
1276 <y>20</y>
1277 </hint>
1278 </hints>
1279 </connection>
1280 <connection>
1281 <sender>ActFind</sender>
1282 <signal>triggered()</signal>
1283 <receiver>MainBase</receiver>
1284 <slot>ActFind_activated()</slot>
1285 <hints>
1286 <hint type="sourcelabel">
1287 <x>-1</x>
1288 <y>-1</y>
1289 </hint>
1290 <hint type="destinationlabel">
1291 <x>20</x>
1292 <y>20</y>
1293 </hint>
1294 </hints>
1295 </connection>
1296 <connection>
1297 <sender>ActFindNext</sender>
1298 <signal>triggered()</signal>
1299 <receiver>MainBase</receiver>
1300 <slot>ActFindNext_activated()</slot>
1301 <hints>
1302 <hint type="sourcelabel">
1303 <x>-1</x>
1304 <y>-1</y>
1305 </hint>
1306 <hint type="destinationlabel">
1307 <x>20</x>
1308 <y>20</y>
1309 </hint>
1310 </hints>
1311 </connection>
1312 <connection>
1313 <sender>ActBack</sender>
1314 <signal>triggered()</signal>
1315 <receiver>MainBase</receiver>
1316 <slot>ActBack_activated()</slot>
1317 <hints>
1318 <hint type="sourcelabel">
1319 <x>-1</x>
1320 <y>-1</y>
1321 </hint>
1322 <hint type="destinationlabel">
1323 <x>20</x>
1324 <y>20</y>
1325 </hint>
1326 </hints>
1327 </connection>
1328 <connection>
1329 <sender>ActForward</sender>
1330 <signal>triggered()</signal>
1331 <receiver>MainBase</receiver>
1332 <slot>ActForward_activated()</slot>
1333 <hints>
1334 <hint type="sourcelabel">
1335 <x>-1</x>
1336 <y>-1</y>
1337 </hint>
1338 <hint type="destinationlabel">
1339 <x>20</x>
1340 <y>20</y>
1341 </hint>
1342 </hints>
1343 </connection>
1344 <connection>
1345 <sender>ActCustomActionSetup</sender>
1346 <signal>triggered()</signal>
1347 <receiver>MainBase</receiver>
1348 <slot>ActCustomActionSetup_activated()</slot>
1349 <hints>
1350 <hint type="sourcelabel">
1351 <x>-1</x>
1352 <y>-1</y>
1353 </hint>
1354 <hint type="destinationlabel">
1355 <x>20</x>
1356 <y>20</y>
1357 </hint>
1358 </hints>
1359 </connection>
1360 <connection>
1361 <sender>ActViewFileNewTab</sender>
1362 <signal>triggered()</signal>
1363 <receiver>MainBase</receiver>
1364 <slot>ActViewFileNewTab_activated()</slot>
1365 <hints>
1366 <hint type="sourcelabel">
1367 <x>-1</x>
1368 <y>-1</y>
1369 </hint>
1370 <hint type="destinationlabel">
1371 <x>20</x>
1372 <y>20</y>
1373 </hint>
1374 </hints>
1375 </connection>
1376 <connection>
1377 <sender>ActViewDiffNewTab</sender>
1378 <signal>triggered()</signal>
1379 <receiver>MainBase</receiver>
1380 <slot>ActViewDiffNewTab_activated()</slot>
1381 <hints>
1382 <hint type="sourcelabel">
1383 <x>-1</x>
1384 <y>-1</y>
1385 </hint>
1386 <hint type="destinationlabel">
1387 <x>20</x>
1388 <y>20</y>
1389 </hint>
1390 </hints>
1391 </connection>
1392 <connection>
1393 <sender>tabWdg</sender>
1394 <signal>currentChanged(int)</signal>
1395 <receiver>MainBase</receiver>
1396 <slot>tabWdg_currentChanged(int)</slot>
1397 <hints>
1398 <hint type="sourcelabel">
1399 <x>20</x>
1400 <y>20</y>
1401 </hint>
1402 <hint type="destinationlabel">
1403 <x>20</x>
1404 <y>20</y>
1405 </hint>
1406 </hints>
1407 </connection>
1408 <connection>
1409 <sender>ActSearchAndFilter</sender>
1410 <signal>toggled(bool)</signal>
1411 <receiver>MainBase</receiver>
1412 <slot>ActSearchAndFilter_toggled(bool)</slot>
1413 <hints>
1414 <hint type="sourcelabel">
1415 <x>-1</x>
1416 <y>-1</y>
1417 </hint>
1418 <hint type="destinationlabel">
1419 <x>487</x>
1420 <y>238</y>
1421 </hint>
1422 </hints>
1423 </connection>
1424 <connection>
1425 <sender>ActSearchAndHighlight</sender>
1426 <signal>toggled(bool)</signal>
1427 <receiver>MainBase</receiver>
1428 <slot>ActSearchAndHighlight_toggled(bool)</slot>
1429 <hints>
1430 <hint type="sourcelabel">
1431 <x>-1</x>
1432 <y>-1</y>
1433 </hint>
1434 <hint type="destinationlabel">
1435 <x>487</x>
1436 <y>238</y>
1437 </hint>
1438 </hints>
1439 </connection>
1440 <connection>
1441 <sender>ActShowDescHeader</sender>
1442 <signal>triggered()</signal>
1443 <receiver>MainBase</receiver>
1444 <slot>ActShowDescHeader_activated()</slot>
1445 <hints>
1446 <hint type="sourcelabel">
1447 <x>-1</x>
1448 <y>-1</y>
1449 </hint>
1450 <hint type="destinationlabel">
1451 <x>487</x>
1452 <y>238</y>
1453 </hint>
1454 </hints>
1455 </connection>
1456 <connection>
1457 <sender>ActToggleLogsDiff</sender>
1458 <signal>triggered()</signal>
1459 <receiver>MainBase</receiver>
1460 <slot>ActToggleLogsDiff_activated()</slot>
1461 <hints>
1462 <hint type="sourcelabel">
1463 <x>-1</x>
1464 <y>-1</y>
1465 </hint>
1466 <hint type="destinationlabel">
1467 <x>452</x>
1468 <y>238</y>
1469 </hint>
1470 </hints>
1471 </connection>
1472 <connection>
1473 <sender>ActRangeDlg</sender>
1474 <signal>triggered()</signal>
1475 <receiver>MainBase</receiver>
1476 <slot>ActRangeDlg_activated()</slot>
1477 <hints>
1478 <hint type="sourcelabel">
1479 <x>-1</x>
1480 <y>-1</y>
1481 </hint>
1482 <hint type="destinationlabel">
1483 <x>452</x>
1484 <y>238</y>
1485 </hint>
1486 </hints>
1487 </connection>
1488 <connection>
1489 <sender>ActAmend</sender>
1490 <signal>triggered()</signal>
1491 <receiver>MainBase</receiver>
1492 <slot>ActAmend_activated()</slot>
1493 <hints>
1494 <hint type="sourcelabel">
1495 <x>-1</x>
1496 <y>-1</y>
1497 </hint>
1498 <hint type="destinationlabel">
1499 <x>452</x>
1500 <y>238</y>
1501 </hint>
1502 </hints>
1503 </connection>
1504 <connection>
1505 <sender>ActMarkDiffToSha</sender>
1506 <signal>triggered()</signal>
1507 <receiver>MainBase</receiver>
1508 <slot>ActMarkDiffToSha_activated()</slot>
1509 <hints>
1510 <hint type="sourcelabel">
1511 <x>-1</x>
1512 <y>-1</y>
1513 </hint>
1514 <hint type="destinationlabel">
1515 <x>452</x>
1516 <y>238</y>
1517 </hint>
1518 </hints>
1519 </connection>
1520 </connections>
1521 </ui>