cola: completely rework the cola user interface
[git-cola.git] / ui / main.ui
blob29c95ef00d9638a9059bbe22ca7edfb015a357a0
1 <ui version="4.0" >
2  <author>David Aguilar</author>
3  <class>main</class>
4  <widget class="QMainWindow" name="main" >
5   <property name="geometry" >
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>621</width>
10     <height>281</height>
11    </rect>
12   </property>
13   <property name="dockOptions" >
14    <set>QMainWindow::AllowNestedDocks|QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks|QMainWindow::ForceTabbedDocks</set>
15   </property>
16   <widget class="QWidget" name="centralwidget" >
17    <property name="sizePolicy" >
18     <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
19      <horstretch>1</horstretch>
20      <verstretch>1</verstretch>
21     </sizepolicy>
22    </property>
23    <layout class="QHBoxLayout" name="horizontalLayout_2" >
24     <property name="spacing" >
25      <number>4</number>
26     </property>
27     <property name="leftMargin" >
28      <number>0</number>
29     </property>
30     <property name="topMargin" >
31      <number>0</number>
32     </property>
33     <property name="rightMargin" >
34      <number>6</number>
35     </property>
36     <property name="bottomMargin" >
37      <number>0</number>
38     </property>
39     <item>
40      <widget class="QSplitter" name="splitter" >
41       <property name="orientation" >
42        <enum>Qt::Horizontal</enum>
43       </property>
44       <property name="handleWidth" >
45        <number>5</number>
46       </property>
47       <widget class="QTabWidget" name="tabwidget" >
48        <property name="sizePolicy" >
49         <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
50          <horstretch>1</horstretch>
51          <verstretch>0</verstretch>
52         </sizepolicy>
53        </property>
54        <property name="currentIndex" >
55         <number>0</number>
56        </property>
57        <widget class="QWidget" name="diffwidget" >
58         <attribute name="title" >
59          <string>Diff View</string>
60         </attribute>
61         <layout class="QVBoxLayout" name="verticalLayout_2" >
62          <property name="spacing" >
63           <number>0</number>
64          </property>
65          <property name="leftMargin" >
66           <number>4</number>
67          </property>
68          <property name="topMargin" >
69           <number>2</number>
70          </property>
71          <property name="rightMargin" >
72           <number>4</number>
73          </property>
74          <property name="bottomMargin" >
75           <number>4</number>
76          </property>
77          <item>
78           <widget class="QTextEdit" name="display_text" >
79            <property name="sizePolicy" >
80             <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
81              <horstretch>0</horstretch>
82              <verstretch>0</verstretch>
83             </sizepolicy>
84            </property>
85            <property name="minimumSize" >
86             <size>
87              <width>1</width>
88              <height>1</height>
89             </size>
90            </property>
91            <property name="tabChangesFocus" >
92             <bool>true</bool>
93            </property>
94            <property name="lineWrapMode" >
95             <enum>QTextEdit::NoWrap</enum>
96            </property>
97            <property name="readOnly" >
98             <bool>true</bool>
99            </property>
100            <property name="acceptRichText" >
101             <bool>false</bool>
102            </property>
103            <property name="cursorWidth" >
104             <number>2</number>
105            </property>
106            <property name="textInteractionFlags" >
107             <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
108            </property>
109           </widget>
110          </item>
111         </layout>
112        </widget>
113        <widget class="QWidget" name="commitwidget" >
114         <attribute name="title" >
115          <string>Commit</string>
116         </attribute>
117         <layout class="QHBoxLayout" name="horizontalLayout" >
118          <property name="spacing" >
119           <number>4</number>
120          </property>
121          <property name="leftMargin" >
122           <number>4</number>
123          </property>
124          <property name="topMargin" >
125           <number>2</number>
126          </property>
127          <property name="rightMargin" >
128           <number>4</number>
129          </property>
130          <property name="bottomMargin" >
131           <number>4</number>
132          </property>
133          <item>
134           <widget class="QWidget" native="1" name="widget_4" >
135            <property name="sizePolicy" >
136             <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
137              <horstretch>0</horstretch>
138              <verstretch>0</verstretch>
139             </sizepolicy>
140            </property>
141            <property name="minimumSize" >
142             <size>
143              <width>0</width>
144              <height>10</height>
145             </size>
146            </property>
147            <layout class="QVBoxLayout" >
148             <property name="spacing" >
149              <number>3</number>
150             </property>
151             <property name="sizeConstraint" >
152              <enum>QLayout::SetNoConstraint</enum>
153             </property>
154             <property name="margin" >
155              <number>0</number>
156             </property>
157             <item>
158              <widget class="QPushButton" name="stage_button" >
159               <property name="sizePolicy" >
160                <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
161                 <horstretch>0</horstretch>
162                 <verstretch>0</verstretch>
163                </sizepolicy>
164               </property>
165               <property name="minimumSize" >
166                <size>
167                 <width>0</width>
168                 <height>22</height>
169                </size>
170               </property>
171               <property name="text" >
172                <string>Stage Changed</string>
173               </property>
174               <property name="flat" >
175                <bool>false</bool>
176               </property>
177              </widget>
178             </item>
179             <item>
180              <widget class="QPushButton" name="signoff_button" >
181               <property name="sizePolicy" >
182                <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
183                 <horstretch>0</horstretch>
184                 <verstretch>0</verstretch>
185                </sizepolicy>
186               </property>
187               <property name="minimumSize" >
188                <size>
189                 <width>0</width>
190                 <height>22</height>
191                </size>
192               </property>
193               <property name="text" >
194                <string>Sign Off</string>
195               </property>
196              </widget>
197             </item>
198             <item>
199              <widget class="QPushButton" name="commit_button" >
200               <property name="sizePolicy" >
201                <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
202                 <horstretch>0</horstretch>
203                 <verstretch>0</verstretch>
204                </sizepolicy>
205               </property>
206               <property name="minimumSize" >
207                <size>
208                 <width>0</width>
209                 <height>22</height>
210                </size>
211               </property>
212               <property name="text" >
213                <string>Commit@@verb</string>
214               </property>
215              </widget>
216             </item>
217             <item>
218              <widget class="QPushButton" name="fetch_button" >
219               <property name="sizePolicy" >
220                <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
221                 <horstretch>0</horstretch>
222                 <verstretch>0</verstretch>
223                </sizepolicy>
224               </property>
225               <property name="minimumSize" >
226                <size>
227                 <width>0</width>
228                 <height>22</height>
229                </size>
230               </property>
231               <property name="text" >
232                <string>Fetch</string>
233               </property>
234              </widget>
235             </item>
236             <item>
237              <widget class="QPushButton" name="push_button" >
238               <property name="sizePolicy" >
239                <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
240                 <horstretch>0</horstretch>
241                 <verstretch>0</verstretch>
242                </sizepolicy>
243               </property>
244               <property name="minimumSize" >
245                <size>
246                 <width>0</width>
247                 <height>22</height>
248                </size>
249               </property>
250               <property name="text" >
251                <string>Push</string>
252               </property>
253              </widget>
254             </item>
255             <item>
256              <widget class="QPushButton" name="pull_button" >
257               <property name="sizePolicy" >
258                <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
259                 <horstretch>0</horstretch>
260                 <verstretch>0</verstretch>
261                </sizepolicy>
262               </property>
263               <property name="minimumSize" >
264                <size>
265                 <width>0</width>
266                 <height>22</height>
267                </size>
268               </property>
269               <property name="text" >
270                <string>Pull</string>
271               </property>
272              </widget>
273             </item>
274             <item>
275              <spacer>
276               <property name="orientation" >
277                <enum>Qt::Vertical</enum>
278               </property>
279               <property name="sizeType" >
280                <enum>QSizePolicy::MinimumExpanding</enum>
281               </property>
282               <property name="sizeHint" stdset="0" >
283                <size>
284                 <width>1</width>
285                 <height>4</height>
286                </size>
287               </property>
288              </spacer>
289             </item>
290             <item>
291              <widget class="QLabel" name="column_label" >
292               <property name="text" >
293                <string/>
294               </property>
295               <property name="alignment" >
296                <set>Qt::AlignCenter</set>
297               </property>
298              </widget>
299             </item>
300            </layout>
301            <zorder>stage_button</zorder>
302            <zorder>signoff_button</zorder>
303            <zorder>commit_button</zorder>
304            <zorder>fetch_button</zorder>
305            <zorder>push_button</zorder>
306            <zorder>pull_button</zorder>
307            <zorder>column_label</zorder>
308            <zorder></zorder>
309           </widget>
310          </item>
311          <item>
312           <layout class="QVBoxLayout" name="verticalLayout" >
313            <property name="spacing" >
314             <number>0</number>
315            </property>
316            <item>
317             <widget class="QTextEdit" name="commitmsg" >
318              <property name="sizePolicy" >
319               <sizepolicy vsizetype="MinimumExpanding" hsizetype="Minimum" >
320                <horstretch>0</horstretch>
321                <verstretch>0</verstretch>
322               </sizepolicy>
323              </property>
324              <property name="lineWrapMode" >
325               <enum>QTextEdit::NoWrap</enum>
326              </property>
327              <property name="acceptRichText" >
328               <bool>false</bool>
329              </property>
330             </widget>
331            </item>
332            <item>
333             <layout class="QHBoxLayout" >
334              <property name="spacing" >
335               <number>0</number>
336              </property>
337              <property name="leftMargin" >
338               <number>0</number>
339              </property>
340              <item>
341               <spacer>
342                <property name="orientation" >
343                 <enum>Qt::Horizontal</enum>
344                </property>
345                <property name="sizeType" >
346                 <enum>QSizePolicy::MinimumExpanding</enum>
347                </property>
348                <property name="sizeHint" stdset="0" >
349                 <size>
350                  <width>1</width>
351                  <height>1</height>
352                 </size>
353                </property>
354               </spacer>
355              </item>
356              <item>
357               <widget class="QRadioButton" name="new_commit_radio" >
358                <property name="text" >
359                 <string>New Commit</string>
360                </property>
361               </widget>
362              </item>
363              <item>
364               <widget class="QRadioButton" name="amend_radio" >
365                <property name="text" >
366                 <string>Amend Last Commit</string>
367                </property>
368               </widget>
369              </item>
370             </layout>
371            </item>
372           </layout>
373          </item>
374         </layout>
375         <zorder>widget_4</zorder>
376         <zorder></zorder>
377        </widget>
378       </widget>
379       <widget class="QTreeWidget" name="status_tree" >
380        <property name="sizePolicy" >
381         <sizepolicy vsizetype="Expanding" hsizetype="MinimumExpanding" >
382          <horstretch>0</horstretch>
383          <verstretch>0</verstretch>
384         </sizepolicy>
385        </property>
386        <property name="selectionMode" >
387         <enum>QAbstractItemView::ExtendedSelection</enum>
388        </property>
389        <property name="animated" >
390         <bool>true</bool>
391        </property>
392        <column>
393         <property name="text" >
394          <string>Repository Status</string>
395         </property>
396        </column>
397        <item>
398         <property name="text" >
399          <string>Staged</string>
400         </property>
401        </item>
402        <item>
403         <property name="text" >
404          <string>Modified</string>
405         </property>
406        </item>
407        <item>
408         <property name="text" >
409          <string>Unmerged</string>
410         </property>
411        </item>
412        <item>
413         <property name="text" >
414          <string>Untracked</string>
415         </property>
416        </item>
417       </widget>
418      </widget>
419     </item>
420    </layout>
421   </widget>
422   <widget class="QMenuBar" name="menubar" >
423    <property name="geometry" >
424     <rect>
425      <x>0</x>
426      <y>0</y>
427      <width>621</width>
428      <height>22</height>
429     </rect>
430    </property>
431    <widget class="QMenu" name="commit_menu" >
432     <property name="title" >
433      <string>Commit</string>
434     </property>
435     <widget class="QMenu" name="menuShow" >
436      <property name="title" >
437       <string>View</string>
438      </property>
439      <addaction name="menu_browse_commits" />
440      <addaction name="menu_show_index" />
441      <addaction name="menu_show_diffstat" />
442     </widget>
443     <widget class="QMenu" name="menuPrepare" >
444      <property name="title" >
445       <string>Prepare</string>
446      </property>
447      <addaction name="menu_stage_modified" />
448      <addaction name="menu_stage_untracked" />
449      <addaction name="menu_stage_selected" />
450      <addaction name="separator" />
451      <addaction name="menu_unstage_all" />
452      <addaction name="menu_unstage_selected" />
453     </widget>
454     <widget class="QMenu" name="menuAdvanced_2" >
455      <property name="title" >
456       <string>Advanced</string>
457      </property>
458      <addaction name="menu_cherry_pick" />
459     </widget>
460     <addaction name="menuShow" />
461     <addaction name="menuPrepare" />
462     <addaction name="separator" />
463     <addaction name="menu_commit_compare" />
464     <addaction name="separator" />
465     <addaction name="menu_stash" />
466     <addaction name="menu_export_patches" />
467     <addaction name="separator" />
468     <addaction name="menuAdvanced_2" />
469    </widget>
470    <widget class="QMenu" name="edit_menu" >
471     <property name="title" >
472      <string>Edit</string>
473     </property>
474     <addaction name="menu_undo" />
475     <addaction name="menu_redo" />
476     <addaction name="separator" />
477     <addaction name="menu_cut" />
478     <addaction name="menu_copy" />
479     <addaction name="menu_paste" />
480     <addaction name="menu_delete" />
481     <addaction name="separator" />
482     <addaction name="menu_select_all" />
483     <addaction name="separator" />
484     <addaction name="menu_options" />
485    </widget>
486    <widget class="QMenu" name="search_menu" >
487     <property name="title" >
488      <string>Search</string>
489     </property>
490     <addaction name="menu_search_grep" />
491     <addaction name="separator" />
492     <addaction name="menu_search_revision" />
493     <addaction name="menu_search_revision_range" />
494     <addaction name="separator" />
495     <addaction name="menu_search_message" />
496     <addaction name="menu_search_path" />
497     <addaction name="menu_search_diff" />
498     <addaction name="separator" />
499     <addaction name="menu_search_date_range" />
500     <addaction name="separator" />
501     <addaction name="menu_search_author" />
502     <addaction name="menu_search_committer" />
503    </widget>
504    <widget class="QMenu" name="branch_menu" >
505     <property name="title" >
506      <string>Branch</string>
507     </property>
508     <widget class="QMenu" name="menuView" >
509      <property name="title" >
510       <string>View</string>
511      </property>
512      <addaction name="menu_browse_branch" />
513      <addaction name="menu_browse_other_branch" />
514      <addaction name="separator" />
515      <addaction name="menu_visualize_current" />
516      <addaction name="menu_visualize_all" />
517     </widget>
518     <widget class="QMenu" name="menuAdvanced" >
519      <property name="title" >
520       <string>Advanced</string>
521      </property>
522      <addaction name="menu_diff_branch" />
523      <addaction name="menu_rebase_branch" />
524     </widget>
525     <addaction name="menuView" />
526     <addaction name="separator" />
527     <addaction name="menu_branch_compare" />
528     <addaction name="separator" />
529     <addaction name="menu_create_branch" />
530     <addaction name="menu_checkout_branch" />
531     <addaction name="menu_delete_branch" />
532     <addaction name="separator" />
533     <addaction name="menuAdvanced" />
534    </widget>
535    <widget class="QMenu" name="file_menu" >
536     <property name="title" >
537      <string>File</string>
538     </property>
539     <addaction name="menu_open_repo" />
540     <addaction name="menu_clone_repo" />
541     <addaction name="separator" />
542     <addaction name="menu_rescan" />
543     <addaction name="separator" />
544     <addaction name="menu_manage_bookmarks" />
545     <addaction name="menu_save_bookmark" />
546     <addaction name="separator" />
547     <addaction name="menu_load_commitmsg" />
548     <addaction name="menu_get_prev_commitmsg" />
549     <addaction name="menu_load_commitmsg_template" />
550     <addaction name="separator" />
551     <addaction name="menu_quit" />
552    </widget>
553    <widget class="QMenu" name="merge_menu" >
554     <property name="title" >
555      <string>Merge</string>
556     </property>
557     <addaction name="menu_merge_local" />
558     <addaction name="menu_merge_abort" />
559    </widget>
560    <widget class="QMenu" name="help_menu" >
561     <property name="title" >
562      <string>Help</string>
563     </property>
564     <addaction name="menu_help_docs" />
565    </widget>
566    <addaction name="file_menu" />
567    <addaction name="edit_menu" />
568    <addaction name="search_menu" />
569    <addaction name="commit_menu" />
570    <addaction name="branch_menu" />
571    <addaction name="merge_menu" />
572    <addaction name="help_menu" />
573   </widget>
574   <widget class="QToolBar" name="toolbar" >
575    <property name="enabled" >
576     <bool>true</bool>
577    </property>
578    <property name="windowTitle" >
579     <string>toolbar</string>
580    </property>
581    <property name="movable" >
582     <bool>true</bool>
583    </property>
584    <property name="allowedAreas" >
585     <set>Qt::BottomToolBarArea|Qt::TopToolBarArea</set>
586    </property>
587    <property name="iconSize" >
588     <size>
589      <width>24</width>
590      <height>16</height>
591     </size>
592    </property>
593    <property name="floatable" >
594     <bool>true</bool>
595    </property>
596    <attribute name="toolBarArea" >
597     <enum>BottomToolBarArea</enum>
598    </attribute>
599    <attribute name="toolBarBreak" >
600     <bool>false</bool>
601    </attribute>
602   </widget>
603   <action name="menu_unstage_selected" >
604    <property name="text" >
605     <string>Unstage From Commit</string>
606    </property>
607   </action>
608   <action name="menu_show_diffstat" >
609    <property name="text" >
610     <string>Diffstat</string>
611    </property>
612    <property name="shortcut" >
613     <string>Ctrl+D</string>
614    </property>
615   </action>
616   <action name="menu_show_index" >
617    <property name="text" >
618     <string>Index</string>
619    </property>
620   </action>
621   <action name="menu_stage_modified" >
622    <property name="text" >
623     <string>Stage Changed Files To Commit</string>
624    </property>
625    <property name="shortcut" >
626     <string>Alt+A</string>
627    </property>
628   </action>
629   <action name="menu_stage_untracked" >
630    <property name="text" >
631     <string>Stage All Untracked</string>
632    </property>
633    <property name="shortcut" >
634     <string>Alt+U</string>
635    </property>
636   </action>
637   <action name="menu_stage_selected" >
638    <property name="text" >
639     <string>Stage Selected</string>
640    </property>
641    <property name="shortcut" >
642     <string>Alt+T</string>
643    </property>
644   </action>
645   <action name="menu_export_patches" >
646    <property name="text" >
647     <string>Export Patches...</string>
648    </property>
649    <property name="shortcut" >
650     <string>Ctrl+E</string>
651    </property>
652   </action>
653   <action name="menu_cut" >
654    <property name="text" >
655     <string>Cut</string>
656    </property>
657    <property name="shortcut" >
658     <string>Ctrl+X</string>
659    </property>
660   </action>
661   <action name="menu_copy" >
662    <property name="text" >
663     <string>Copy</string>
664    </property>
665    <property name="shortcut" >
666     <string>Ctrl+C</string>
667    </property>
668   </action>
669   <action name="menu_paste" >
670    <property name="text" >
671     <string>Paste</string>
672    </property>
673    <property name="shortcut" >
674     <string>Ctrl+V</string>
675    </property>
676   </action>
677   <action name="menu_select_all" >
678    <property name="text" >
679     <string>Select All</string>
680    </property>
681    <property name="shortcut" >
682     <string>Ctrl+A</string>
683    </property>
684   </action>
685   <action name="menu_options" >
686    <property name="text" >
687     <string>Options...</string>
688    </property>
689    <property name="shortcut" >
690     <string>Ctrl+O</string>
691    </property>
692   </action>
693   <action name="menu_delete" >
694    <property name="text" >
695     <string>Delete</string>
696    </property>
697    <property name="shortcut" >
698     <string>Del</string>
699    </property>
700   </action>
701   <action name="menu_undo" >
702    <property name="text" >
703     <string>Undo</string>
704    </property>
705    <property name="shortcut" >
706     <string>Ctrl+Z</string>
707    </property>
708   </action>
709   <action name="menu_redo" >
710    <property name="text" >
711     <string>Redo</string>
712    </property>
713    <property name="shortcut" >
714     <string>Ctrl+Shift+Z</string>
715    </property>
716   </action>
717   <action name="menu_rescan" >
718    <property name="text" >
719     <string>Rescan</string>
720    </property>
721    <property name="shortcut" >
722     <string>Ctrl+R</string>
723    </property>
724   </action>
725   <action name="menu_get_prev_commitmsg" >
726    <property name="text" >
727     <string>Get Latest Commit Message</string>
728    </property>
729   </action>
730   <action name="menu_cherry_pick" >
731    <property name="text" >
732     <string>Cherry-Pick...</string>
733    </property>
734    <property name="shortcut" >
735     <string>Ctrl+P</string>
736    </property>
737   </action>
738   <action name="menu_unstage_all" >
739    <property name="text" >
740     <string>Unstage All</string>
741    </property>
742   </action>
743   <action name="menu_quit" >
744    <property name="text" >
745     <string>Quit</string>
746    </property>
747    <property name="shortcut" >
748     <string>Ctrl+Q</string>
749    </property>
750   </action>
751   <action name="menu_load_commitmsg" >
752    <property name="text" >
753     <string>Load Commit Message...</string>
754    </property>
755   </action>
756   <action name="menu_create_branch" >
757    <property name="text" >
758     <string>Create...</string>
759    </property>
760    <property name="shortcut" >
761     <string>Ctrl+B</string>
762    </property>
763   </action>
764   <action name="menu_checkout_branch" >
765    <property name="text" >
766     <string>Checkout...</string>
767    </property>
768    <property name="shortcut" >
769     <string>Alt+B</string>
770    </property>
771   </action>
772   <action name="menu_rebase_branch" >
773    <property name="text" >
774     <string>Rebase...</string>
775    </property>
776   </action>
777   <action name="menu_delete_branch" >
778    <property name="text" >
779     <string>Delete...</string>
780    </property>
781   </action>
782   <action name="menu_search_revision" >
783    <property name="text" >
784     <string>By Revision...</string>
785    </property>
786   </action>
787   <action name="menu_search_path" >
788    <property name="text" >
789     <string>Commits Touching Path(s)...</string>
790    </property>
791   </action>
792   <action name="menu_search_revision_range" >
793    <property name="text" >
794     <string>By Revision Range...</string>
795    </property>
796   </action>
797   <action name="menu_search_date_range" >
798    <property name="text" >
799     <string>Commits within Date Range...</string>
800    </property>
801   </action>
802   <action name="menu_search_message" >
803    <property name="text" >
804     <string>Commit Messages...</string>
805    </property>
806   </action>
807   <action name="menu_search_diff" >
808    <property name="text" >
809     <string>Commits Diffs...</string>
810    </property>
811   </action>
812   <action name="menu_search_author" >
813    <property name="text" >
814     <string>Commits By Author...</string>
815    </property>
816   </action>
817   <action name="menu_search_committer" >
818    <property name="text" >
819     <string>Commits By Committer...</string>
820    </property>
821   </action>
822   <action name="menu_manage_bookmarks" >
823    <property name="text" >
824     <string>Bookmarks...</string>
825    </property>
826   </action>
827   <action name="menu_save_bookmark" >
828    <property name="text" >
829     <string>Bookmark Current...</string>
830    </property>
831   </action>
832   <action name="menu_search_grep" >
833    <property name="text" >
834     <string>grep</string>
835    </property>
836   </action>
837   <action name="menu_merge_local" >
838    <property name="text" >
839     <string>Local Merge...</string>
840    </property>
841   </action>
842   <action name="menu_merge_abort" >
843    <property name="text" >
844     <string>Abort Merge...</string>
845    </property>
846   </action>
847   <action name="menu_open_repo" >
848    <property name="text" >
849     <string>Open...</string>
850    </property>
851   </action>
852   <action name="menu_stash" >
853    <property name="text" >
854     <string>Stash...</string>
855    </property>
856    <property name="shortcut" >
857     <string>Alt+Shift+S</string>
858    </property>
859   </action>
860   <action name="menu_diff_branch" >
861    <property name="text" >
862     <string>Apply Changes From...</string>
863    </property>
864   </action>
865   <action name="menu_branch_compare" >
866    <property name="text" >
867     <string>Compare...</string>
868    </property>
869   </action>
870   <action name="menu_clone_repo" >
871    <property name="text" >
872     <string>Clone...</string>
873    </property>
874   </action>
875   <action name="menu_help_docs" >
876    <property name="text" >
877     <string>Documentation</string>
878    </property>
879    <property name="shortcut" >
880     <string>F1</string>
881    </property>
882   </action>
883   <action name="menu_commit_compare" >
884    <property name="text" >
885     <string>Compare...</string>
886    </property>
887   </action>
888   <action name="menu_visualize_current" >
889    <property name="text" >
890     <string>Visualize Current Branch...</string>
891    </property>
892   </action>
893   <action name="menu_visualize_all" >
894    <property name="text" >
895     <string>Visualize All Branches...</string>
896    </property>
897   </action>
898   <action name="menu_browse_commits" >
899    <property name="text" >
900     <string>Commits...</string>
901    </property>
902   </action>
903   <action name="menu_browse_branch" >
904    <property name="text" >
905     <string>Browse Current Branch...</string>
906    </property>
907   </action>
908   <action name="menu_browse_other_branch" >
909    <property name="text" >
910     <string>Browse Other Branch...</string>
911    </property>
912   </action>
913   <action name="menu_load_commitmsg_template" >
914    <property name="text" >
915     <string>Get Commit Message Template</string>
916    </property>
917   </action>
918  </widget>
919  <layoutdefault spacing="2" margin="2" />
920  <resources/>
921  <connections/>
922  <designerdata>
923   <property name="gridDeltaX" >
924    <number>4</number>
925   </property>
926   <property name="gridDeltaY" >
927    <number>4</number>
928   </property>
929   <property name="gridSnapX" >
930    <bool>true</bool>
931   </property>
932   <property name="gridSnapY" >
933    <bool>true</bool>
934   </property>
935   <property name="gridVisible" >
936    <bool>false</bool>
937   </property>
938  </designerdata>
939 </ui>