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