actions: add 'get commit message template' to the file menu
[git-cola.git] / ui / main.ui
blobeeae51d6198b4ec829ff94f9c9e3ff1b1fab8963
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>716</width>
10     <height>485</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="geometry" >
18     <rect>
19      <x>363</x>
20      <y>26</y>
21      <width>353</width>
22      <height>444</height>
23     </rect>
24    </property>
25    <property name="sizePolicy" >
26     <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
27      <horstretch>1</horstretch>
28      <verstretch>1</verstretch>
29     </sizepolicy>
30    </property>
31    <layout class="QHBoxLayout" >
32     <property name="spacing" >
33      <number>0</number>
34     </property>
35     <property name="margin" >
36      <number>0</number>
37     </property>
38     <item>
39      <widget class="QSplitter" name="splitter" >
40       <property name="sizePolicy" >
41        <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
42         <horstretch>0</horstretch>
43         <verstretch>1</verstretch>
44        </sizepolicy>
45       </property>
46       <property name="minimumSize" >
47        <size>
48         <width>1</width>
49         <height>1</height>
50        </size>
51       </property>
52       <property name="frameShape" >
53        <enum>QFrame::NoFrame</enum>
54       </property>
55       <property name="frameShadow" >
56        <enum>QFrame::Plain</enum>
57       </property>
58       <property name="orientation" >
59        <enum>Qt::Vertical</enum>
60       </property>
61       <property name="opaqueResize" >
62        <bool>false</bool>
63       </property>
64       <property name="handleWidth" >
65        <number>2</number>
66       </property>
67       <widget class="QWidget" name="layoutWidget" >
68        <layout class="QVBoxLayout" >
69         <property name="spacing" >
70          <number>0</number>
71         </property>
72         <item>
73          <layout class="QHBoxLayout" >
74           <item>
75            <widget class="QLabel" name="label_3" >
76             <property name="sizePolicy" >
77              <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
78               <horstretch>0</horstretch>
79               <verstretch>0</verstretch>
80              </sizepolicy>
81             </property>
82             <property name="minimumSize" >
83              <size>
84               <width>121</width>
85               <height>14</height>
86              </size>
87             </property>
88             <property name="text" >
89              <string>Unstaged Changes</string>
90             </property>
91            </widget>
92           </item>
93           <item>
94            <widget class="QCheckBox" name="untracked_checkbox" >
95             <property name="text" >
96              <string>Show Untracked Files</string>
97             </property>
98             <property name="checked" >
99              <bool>true</bool>
100             </property>
101            </widget>
102           </item>
103          </layout>
104         </item>
105         <item>
106          <widget class="QListWidget" name="unstaged" >
107           <property name="sizePolicy" >
108            <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
109             <horstretch>0</horstretch>
110             <verstretch>0</verstretch>
111            </sizepolicy>
112           </property>
113           <property name="alternatingRowColors" >
114            <bool>true</bool>
115           </property>
116           <property name="selectionMode" >
117            <enum>QAbstractItemView::ExtendedSelection</enum>
118           </property>
119           <property name="viewMode" >
120            <enum>QListView::ListMode</enum>
121           </property>
122           <property name="uniformItemSizes" >
123            <bool>true</bool>
124           </property>
125          </widget>
126         </item>
127        </layout>
128       </widget>
129       <widget class="QWidget" name="layoutWidget_2" >
130        <layout class="QVBoxLayout" >
131         <property name="spacing" >
132          <number>0</number>
133         </property>
134         <item>
135          <layout class="QHBoxLayout" >
136           <item>
137            <widget class="QLabel" name="label_2" >
138             <property name="sizePolicy" >
139              <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
140               <horstretch>0</horstretch>
141               <verstretch>0</verstretch>
142              </sizepolicy>
143             </property>
144             <property name="text" >
145              <string>Staged Changes (Will Commit)</string>
146             </property>
147            </widget>
148           </item>
149           <item>
150            <widget class="QCheckBox" name="vertical_checkbox" >
151             <property name="text" >
152              <string>Vertical</string>
153             </property>
154             <property name="checked" >
155              <bool>true</bool>
156             </property>
157            </widget>
158           </item>
159          </layout>
160         </item>
161         <item>
162          <widget class="QListWidget" name="staged" >
163           <property name="sizePolicy" >
164            <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
165             <horstretch>0</horstretch>
166             <verstretch>0</verstretch>
167            </sizepolicy>
168           </property>
169           <property name="alternatingRowColors" >
170            <bool>true</bool>
171           </property>
172           <property name="selectionMode" >
173            <enum>QAbstractItemView::ExtendedSelection</enum>
174           </property>
175           <property name="viewMode" >
176            <enum>QListView::ListMode</enum>
177           </property>
178           <property name="uniformItemSizes" >
179            <bool>true</bool>
180           </property>
181          </widget>
182         </item>
183        </layout>
184       </widget>
185      </widget>
186     </item>
187    </layout>
188   </widget>
189   <widget class="QMenuBar" name="menubar" >
190    <property name="geometry" >
191     <rect>
192      <x>0</x>
193      <y>0</y>
194      <width>716</width>
195      <height>26</height>
196     </rect>
197    </property>
198    <widget class="QMenu" name="commit_menu" >
199     <property name="title" >
200      <string>Commit</string>
201     </property>
202     <addaction name="menu_rescan" />
203     <addaction name="separator" />
204     <addaction name="menu_show_index" />
205     <addaction name="menu_show_diffstat" />
206     <addaction name="separator" />
207     <addaction name="menu_stage_modified" />
208     <addaction name="menu_stage_untracked" />
209     <addaction name="menu_stage_selected" />
210     <addaction name="separator" />
211     <addaction name="menu_unstage_all" />
212     <addaction name="menu_unstage_selected" />
213     <addaction name="separator" />
214     <addaction name="menu_commit" />
215     <addaction name="menu_stash" />
216     <addaction name="separator" />
217     <addaction name="menu_browse_commits" />
218     <addaction name="menu_export_patches" />
219     <addaction name="menu_cherry_pick" />
220     <addaction name="separator" />
221     <addaction name="menu_compare" />
222    </widget>
223    <widget class="QMenu" name="edit_menu" >
224     <property name="title" >
225      <string>Edit</string>
226     </property>
227     <addaction name="menu_undo" />
228     <addaction name="menu_redo" />
229     <addaction name="separator" />
230     <addaction name="menu_cut" />
231     <addaction name="menu_copy" />
232     <addaction name="menu_paste" />
233     <addaction name="menu_delete" />
234     <addaction name="separator" />
235     <addaction name="menu_select_all" />
236     <addaction name="separator" />
237     <addaction name="menu_options" />
238    </widget>
239    <widget class="QMenu" name="search_menu" >
240     <property name="title" >
241      <string>Search</string>
242     </property>
243     <addaction name="separator" />
244     <addaction name="menu_search_grep" />
245     <addaction name="separator" />
246     <addaction name="menu_search_revision" />
247     <addaction name="menu_search_revision_range" />
248     <addaction name="separator" />
249     <addaction name="menu_search_message" />
250     <addaction name="menu_search_path" />
251     <addaction name="menu_search_diff" />
252     <addaction name="separator" />
253     <addaction name="menu_search_date_range" />
254     <addaction name="separator" />
255     <addaction name="menu_search_author" />
256     <addaction name="menu_search_committer" />
257    </widget>
258    <widget class="QMenu" name="branch_menu" >
259     <property name="title" >
260      <string>Branch</string>
261     </property>
262     <addaction name="menu_create_branch" />
263     <addaction name="menu_checkout_branch" />
264     <addaction name="menu_rebase_branch" />
265     <addaction name="menu_delete_branch" />
266     <addaction name="separator" />
267     <addaction name="menu_browse_branch" />
268     <addaction name="menu_browse_other_branch" />
269     <addaction name="separator" />
270     <addaction name="menu_visualize_current" />
271     <addaction name="menu_visualize_all" />
272     <addaction name="separator" />
273     <addaction name="menu_diff_branch" />
274     <addaction name="menu_difftool_branch" />
275    </widget>
276    <widget class="QMenu" name="file_menu" >
277     <property name="title" >
278      <string>File</string>
279     </property>
280     <addaction name="menu_open_repo" />
281     <addaction name="menu_clone_repo" />
282     <addaction name="separator" />
283     <addaction name="menu_manage_bookmarks" />
284     <addaction name="menu_save_bookmark" />
285     <addaction name="separator" />
286     <addaction name="menu_load_commitmsg" />
287     <addaction name="menu_get_prev_commitmsg" />
288     <addaction name="menu_load_commitmsg_template" />
289     <addaction name="separator" />
290     <addaction name="menu_quit" />
291    </widget>
292    <widget class="QMenu" name="merge_menu" >
293     <property name="title" >
294      <string>Merge</string>
295     </property>
296     <addaction name="menu_merge_local" />
297     <addaction name="menu_merge_abort" />
298    </widget>
299    <widget class="QMenu" name="help_menu" >
300     <property name="title" >
301      <string>Help</string>
302     </property>
303     <addaction name="menu_help_docs" />
304    </widget>
305    <addaction name="file_menu" />
306    <addaction name="edit_menu" />
307    <addaction name="search_menu" />
308    <addaction name="commit_menu" />
309    <addaction name="branch_menu" />
310    <addaction name="merge_menu" />
311    <addaction name="help_menu" />
312   </widget>
313   <widget class="QDockWidget" name="diff_dock" >
314    <property name="geometry" >
315     <rect>
316      <x>0</x>
317      <y>26</y>
318      <width>357</width>
319      <height>200</height>
320     </rect>
321    </property>
322    <property name="sizePolicy" >
323     <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
324      <horstretch>0</horstretch>
325      <verstretch>0</verstretch>
326     </sizepolicy>
327    </property>
328    <property name="minimumSize" >
329     <size>
330      <width>0</width>
331      <height>0</height>
332     </size>
333    </property>
334    <property name="floating" >
335     <bool>false</bool>
336    </property>
337    <property name="windowTitle" >
338     <string>Diff View:</string>
339    </property>
340    <attribute name="dockWidgetArea" >
341     <number>1</number>
342    </attribute>
343    <widget class="QWidget" name="dockWidgetContents_2" >
344     <property name="geometry" >
345      <rect>
346       <x>0</x>
347       <y>20</y>
348       <width>357</width>
349       <height>180</height>
350      </rect>
351     </property>
352     <layout class="QHBoxLayout" >
353      <property name="spacing" >
354       <number>0</number>
355      </property>
356      <property name="sizeConstraint" >
357       <enum>QLayout::SetNoConstraint</enum>
358      </property>
359      <property name="leftMargin" >
360       <number>6</number>
361      </property>
362      <property name="topMargin" >
363       <number>0</number>
364      </property>
365      <property name="rightMargin" >
366       <number>0</number>
367      </property>
368      <property name="bottomMargin" >
369       <number>4</number>
370      </property>
371      <item>
372       <widget class="QWidget" native="1" name="widget" >
373        <property name="sizePolicy" >
374         <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
375          <horstretch>0</horstretch>
376          <verstretch>0</verstretch>
377         </sizepolicy>
378        </property>
379        <property name="minimumSize" >
380         <size>
381          <width>111</width>
382          <height>50</height>
383         </size>
384        </property>
385        <layout class="QVBoxLayout" >
386         <property name="spacing" >
387          <number>0</number>
388         </property>
389         <property name="margin" >
390          <number>0</number>
391         </property>
392         <item>
393          <widget class="QTextEdit" name="display_text" >
394           <property name="sizePolicy" >
395            <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
396             <horstretch>0</horstretch>
397             <verstretch>0</verstretch>
398            </sizepolicy>
399           </property>
400           <property name="minimumSize" >
401            <size>
402             <width>1</width>
403             <height>1</height>
404            </size>
405           </property>
406           <property name="tabChangesFocus" >
407            <bool>true</bool>
408           </property>
409           <property name="lineWrapMode" >
410            <enum>QTextEdit::NoWrap</enum>
411           </property>
412           <property name="readOnly" >
413            <bool>true</bool>
414           </property>
415           <property name="acceptRichText" >
416            <bool>false</bool>
417           </property>
418           <property name="cursorWidth" >
419            <number>2</number>
420           </property>
421           <property name="textInteractionFlags" >
422            <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
423           </property>
424          </widget>
425         </item>
426        </layout>
427       </widget>
428      </item>
429     </layout>
430    </widget>
431   </widget>
432   <widget class="QDockWidget" name="editor_dock" >
433    <property name="geometry" >
434     <rect>
435      <x>0</x>
436      <y>232</y>
437      <width>357</width>
438      <height>238</height>
439     </rect>
440    </property>
441    <property name="sizePolicy" >
442     <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
443      <horstretch>0</horstretch>
444      <verstretch>0</verstretch>
445     </sizepolicy>
446    </property>
447    <property name="floating" >
448     <bool>false</bool>
449    </property>
450    <property name="windowTitle" >
451     <string>Commit Message:</string>
452    </property>
453    <attribute name="dockWidgetArea" >
454     <number>1</number>
455    </attribute>
456    <widget class="QWidget" name="dockWidgetContents_3" >
457     <property name="geometry" >
458      <rect>
459       <x>0</x>
460       <y>20</y>
461       <width>357</width>
462       <height>218</height>
463      </rect>
464     </property>
465     <property name="sizePolicy" >
466      <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
467       <horstretch>0</horstretch>
468       <verstretch>0</verstretch>
469      </sizepolicy>
470     </property>
471     <layout class="QHBoxLayout" >
472      <property name="spacing" >
473       <number>0</number>
474      </property>
475      <property name="sizeConstraint" >
476       <enum>QLayout::SetNoConstraint</enum>
477      </property>
478      <property name="leftMargin" >
479       <number>6</number>
480      </property>
481      <property name="topMargin" >
482       <number>0</number>
483      </property>
484      <property name="rightMargin" >
485       <number>0</number>
486      </property>
487      <property name="bottomMargin" >
488       <number>4</number>
489      </property>
490      <item>
491       <widget class="QWidget" native="1" name="widget_2" >
492        <property name="sizePolicy" >
493         <sizepolicy vsizetype="Minimum" hsizetype="MinimumExpanding" >
494          <horstretch>0</horstretch>
495          <verstretch>1</verstretch>
496         </sizepolicy>
497        </property>
498        <property name="minimumSize" >
499         <size>
500          <width>10</width>
501          <height>100</height>
502         </size>
503        </property>
504        <layout class="QHBoxLayout" >
505         <property name="spacing" >
506          <number>6</number>
507         </property>
508         <property name="margin" >
509          <number>0</number>
510         </property>
511         <item>
512          <widget class="QWidget" native="1" name="widget_4" >
513           <property name="sizePolicy" >
514            <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
515             <horstretch>0</horstretch>
516             <verstretch>0</verstretch>
517            </sizepolicy>
518           </property>
519           <property name="minimumSize" >
520            <size>
521             <width>0</width>
522             <height>10</height>
523            </size>
524           </property>
525           <layout class="QVBoxLayout" >
526            <property name="spacing" >
527             <number>3</number>
528            </property>
529            <property name="sizeConstraint" >
530             <enum>QLayout::SetNoConstraint</enum>
531            </property>
532            <property name="margin" >
533             <number>0</number>
534            </property>
535            <item>
536             <widget class="QPushButton" name="stage_button" >
537              <property name="sizePolicy" >
538               <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
539                <horstretch>0</horstretch>
540                <verstretch>0</verstretch>
541               </sizepolicy>
542              </property>
543              <property name="minimumSize" >
544               <size>
545                <width>0</width>
546                <height>22</height>
547               </size>
548              </property>
549              <property name="text" >
550               <string>Stage Changed</string>
551              </property>
552              <property name="flat" >
553               <bool>false</bool>
554              </property>
555             </widget>
556            </item>
557            <item>
558             <widget class="QPushButton" name="signoff_button" >
559              <property name="sizePolicy" >
560               <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
561                <horstretch>0</horstretch>
562                <verstretch>0</verstretch>
563               </sizepolicy>
564              </property>
565              <property name="minimumSize" >
566               <size>
567                <width>0</width>
568                <height>22</height>
569               </size>
570              </property>
571              <property name="text" >
572               <string>Sign Off</string>
573              </property>
574             </widget>
575            </item>
576            <item>
577             <widget class="QPushButton" name="commit_button" >
578              <property name="sizePolicy" >
579               <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
580                <horstretch>0</horstretch>
581                <verstretch>0</verstretch>
582               </sizepolicy>
583              </property>
584              <property name="minimumSize" >
585               <size>
586                <width>0</width>
587                <height>22</height>
588               </size>
589              </property>
590              <property name="text" >
591               <string>Commit@@verb</string>
592              </property>
593             </widget>
594            </item>
595            <item>
596             <widget class="QPushButton" name="fetch_button" >
597              <property name="sizePolicy" >
598               <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
599                <horstretch>0</horstretch>
600                <verstretch>0</verstretch>
601               </sizepolicy>
602              </property>
603              <property name="minimumSize" >
604               <size>
605                <width>0</width>
606                <height>22</height>
607               </size>
608              </property>
609              <property name="text" >
610               <string>Fetch</string>
611              </property>
612             </widget>
613            </item>
614            <item>
615             <widget class="QPushButton" name="push_button" >
616              <property name="sizePolicy" >
617               <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
618                <horstretch>0</horstretch>
619                <verstretch>0</verstretch>
620               </sizepolicy>
621              </property>
622              <property name="minimumSize" >
623               <size>
624                <width>0</width>
625                <height>22</height>
626               </size>
627              </property>
628              <property name="text" >
629               <string>Push</string>
630              </property>
631             </widget>
632            </item>
633            <item>
634             <widget class="QPushButton" name="pull_button" >
635              <property name="sizePolicy" >
636               <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
637                <horstretch>0</horstretch>
638                <verstretch>0</verstretch>
639               </sizepolicy>
640              </property>
641              <property name="minimumSize" >
642               <size>
643                <width>0</width>
644                <height>22</height>
645               </size>
646              </property>
647              <property name="text" >
648               <string>Pull</string>
649              </property>
650             </widget>
651            </item>
652            <item>
653             <spacer>
654              <property name="orientation" >
655               <enum>Qt::Vertical</enum>
656              </property>
657              <property name="sizeType" >
658               <enum>QSizePolicy::MinimumExpanding</enum>
659              </property>
660              <property name="sizeHint" stdset="0" >
661               <size>
662                <width>1</width>
663                <height>4</height>
664               </size>
665              </property>
666             </spacer>
667            </item>
668            <item>
669             <widget class="QLabel" name="column_label" >
670              <property name="text" >
671               <string/>
672              </property>
673              <property name="alignment" >
674               <set>Qt::AlignCenter</set>
675              </property>
676             </widget>
677            </item>
678           </layout>
679          </widget>
680         </item>
681         <item>
682          <widget class="QWidget" native="1" name="widget_3" >
683           <property name="sizePolicy" >
684            <sizepolicy vsizetype="Minimum" hsizetype="MinimumExpanding" >
685             <horstretch>0</horstretch>
686             <verstretch>0</verstretch>
687            </sizepolicy>
688           </property>
689           <layout class="QVBoxLayout" >
690            <property name="spacing" >
691             <number>0</number>
692            </property>
693            <property name="sizeConstraint" >
694             <enum>QLayout::SetNoConstraint</enum>
695            </property>
696            <property name="margin" >
697             <number>0</number>
698            </property>
699            <item>
700             <widget class="QTextEdit" name="commitmsg" >
701              <property name="sizePolicy" >
702               <sizepolicy vsizetype="MinimumExpanding" hsizetype="Minimum" >
703                <horstretch>0</horstretch>
704                <verstretch>0</verstretch>
705               </sizepolicy>
706              </property>
707              <property name="lineWrapMode" >
708               <enum>QTextEdit::NoWrap</enum>
709              </property>
710              <property name="acceptRichText" >
711               <bool>false</bool>
712              </property>
713             </widget>
714            </item>
715            <item>
716             <layout class="QHBoxLayout" >
717              <property name="spacing" >
718               <number>0</number>
719              </property>
720              <property name="leftMargin" >
721               <number>4</number>
722              </property>
723              <item>
724               <spacer>
725                <property name="orientation" >
726                 <enum>Qt::Horizontal</enum>
727                </property>
728                <property name="sizeType" >
729                 <enum>QSizePolicy::MinimumExpanding</enum>
730                </property>
731                <property name="sizeHint" stdset="0" >
732                 <size>
733                  <width>1</width>
734                  <height>1</height>
735                 </size>
736                </property>
737               </spacer>
738              </item>
739              <item>
740               <widget class="QRadioButton" name="new_commit_radio" >
741                <property name="text" >
742                 <string>New Commit</string>
743                </property>
744               </widget>
745              </item>
746              <item>
747               <widget class="QRadioButton" name="amend_radio" >
748                <property name="text" >
749                 <string>Amend Last Commit</string>
750                </property>
751               </widget>
752              </item>
753             </layout>
754            </item>
755           </layout>
756          </widget>
757         </item>
758        </layout>
759       </widget>
760      </item>
761     </layout>
762    </widget>
763   </widget>
764   <widget class="QToolBar" name="toolbar" >
765    <property name="enabled" >
766     <bool>true</bool>
767    </property>
768    <property name="geometry" >
769     <rect>
770      <x>0</x>
771      <y>470</y>
772      <width>716</width>
773      <height>15</height>
774     </rect>
775    </property>
776    <property name="windowTitle" >
777     <string>toolbar</string>
778    </property>
779    <property name="movable" >
780     <bool>true</bool>
781    </property>
782    <property name="allowedAreas" >
783     <set>Qt::BottomToolBarArea|Qt::TopToolBarArea</set>
784    </property>
785    <property name="iconSize" >
786     <size>
787      <width>24</width>
788      <height>16</height>
789     </size>
790    </property>
791    <property name="floatable" >
792     <bool>true</bool>
793    </property>
794    <attribute name="toolBarArea" >
795     <enum>BottomToolBarArea</enum>
796    </attribute>
797    <attribute name="toolBarBreak" >
798     <bool>false</bool>
799    </attribute>
800   </widget>
801   <action name="menu_unstage_selected" >
802    <property name="text" >
803     <string>Unstage From Commit</string>
804    </property>
805   </action>
806   <action name="menu_show_diffstat" >
807    <property name="text" >
808     <string>Show Diffstat</string>
809    </property>
810    <property name="shortcut" >
811     <string>Ctrl+D</string>
812    </property>
813   </action>
814   <action name="menu_show_index" >
815    <property name="text" >
816     <string>Show Index</string>
817    </property>
818   </action>
819   <action name="menu_stage_modified" >
820    <property name="text" >
821     <string>Stage Changed Files To Commit</string>
822    </property>
823    <property name="shortcut" >
824     <string>Alt+A</string>
825    </property>
826   </action>
827   <action name="menu_stage_untracked" >
828    <property name="text" >
829     <string>Stage All Untracked</string>
830    </property>
831    <property name="shortcut" >
832     <string>Alt+U</string>
833    </property>
834   </action>
835   <action name="menu_stage_selected" >
836    <property name="text" >
837     <string>Stage Selected</string>
838    </property>
839    <property name="shortcut" >
840     <string>Alt+T</string>
841    </property>
842   </action>
843   <action name="menu_export_patches" >
844    <property name="text" >
845     <string>Export Patches...</string>
846    </property>
847    <property name="shortcut" >
848     <string>Ctrl+E</string>
849    </property>
850   </action>
851   <action name="menu_cut" >
852    <property name="text" >
853     <string>Cut</string>
854    </property>
855    <property name="shortcut" >
856     <string>Ctrl+X</string>
857    </property>
858   </action>
859   <action name="menu_copy" >
860    <property name="text" >
861     <string>Copy</string>
862    </property>
863    <property name="shortcut" >
864     <string>Ctrl+C</string>
865    </property>
866   </action>
867   <action name="menu_paste" >
868    <property name="text" >
869     <string>Paste</string>
870    </property>
871    <property name="shortcut" >
872     <string>Ctrl+V</string>
873    </property>
874   </action>
875   <action name="menu_select_all" >
876    <property name="text" >
877     <string>Select All</string>
878    </property>
879    <property name="shortcut" >
880     <string>Ctrl+A</string>
881    </property>
882   </action>
883   <action name="menu_options" >
884    <property name="text" >
885     <string>Options...</string>
886    </property>
887    <property name="shortcut" >
888     <string>Ctrl+O</string>
889    </property>
890   </action>
891   <action name="menu_delete" >
892    <property name="text" >
893     <string>Delete</string>
894    </property>
895    <property name="shortcut" >
896     <string>Del</string>
897    </property>
898   </action>
899   <action name="menu_undo" >
900    <property name="text" >
901     <string>Undo</string>
902    </property>
903    <property name="shortcut" >
904     <string>Ctrl+Z</string>
905    </property>
906   </action>
907   <action name="menu_redo" >
908    <property name="text" >
909     <string>Redo</string>
910    </property>
911    <property name="shortcut" >
912     <string>Ctrl+Shift+Z</string>
913    </property>
914   </action>
915   <action name="menu_rescan" >
916    <property name="text" >
917     <string>Rescan</string>
918    </property>
919    <property name="shortcut" >
920     <string>Ctrl+R</string>
921    </property>
922   </action>
923   <action name="menu_commit" >
924    <property name="text" >
925     <string>Commit</string>
926    </property>
927    <property name="shortcut" >
928     <string>Alt+S</string>
929    </property>
930   </action>
931   <action name="menu_get_prev_commitmsg" >
932    <property name="text" >
933     <string>Get Latest Commit Message</string>
934    </property>
935   </action>
936   <action name="menu_cherry_pick" >
937    <property name="text" >
938     <string>Cherry-Pick Commits...</string>
939    </property>
940    <property name="shortcut" >
941     <string>Ctrl+P</string>
942    </property>
943   </action>
944   <action name="menu_unstage_all" >
945    <property name="text" >
946     <string>Unstage All</string>
947    </property>
948   </action>
949   <action name="menu_quit" >
950    <property name="text" >
951     <string>Quit</string>
952    </property>
953    <property name="shortcut" >
954     <string>Ctrl+Q</string>
955    </property>
956   </action>
957   <action name="menu_load_commitmsg" >
958    <property name="text" >
959     <string>Load Commit Message...</string>
960    </property>
961   </action>
962   <action name="menu_create_branch" >
963    <property name="text" >
964     <string>Create...</string>
965    </property>
966    <property name="shortcut" >
967     <string>Ctrl+B</string>
968    </property>
969   </action>
970   <action name="menu_checkout_branch" >
971    <property name="text" >
972     <string>Checkout...</string>
973    </property>
974    <property name="shortcut" >
975     <string>Alt+B</string>
976    </property>
977   </action>
978   <action name="menu_rebase_branch" >
979    <property name="text" >
980     <string>Rebase...</string>
981    </property>
982   </action>
983   <action name="menu_delete_branch" >
984    <property name="text" >
985     <string>Delete...</string>
986    </property>
987   </action>
988   <action name="menu_search_revision" >
989    <property name="text" >
990     <string>By Revision...</string>
991    </property>
992   </action>
993   <action name="menu_search_path" >
994    <property name="text" >
995     <string>Commits Touching Path(s)...</string>
996    </property>
997   </action>
998   <action name="menu_search_revision_range" >
999    <property name="text" >
1000     <string>By Revision Range...</string>
1001    </property>
1002   </action>
1003   <action name="menu_search_date_range" >
1004    <property name="text" >
1005     <string>Commits within Date Range...</string>
1006    </property>
1007   </action>
1008   <action name="menu_search_message" >
1009    <property name="text" >
1010     <string>Commit Messages...</string>
1011    </property>
1012   </action>
1013   <action name="menu_search_diff" >
1014    <property name="text" >
1015     <string>Commits Diffs...</string>
1016    </property>
1017   </action>
1018   <action name="menu_search_author" >
1019    <property name="text" >
1020     <string>Commits By Author...</string>
1021    </property>
1022   </action>
1023   <action name="menu_search_committer" >
1024    <property name="text" >
1025     <string>Commits By Committer...</string>
1026    </property>
1027   </action>
1028   <action name="menu_manage_bookmarks" >
1029    <property name="text" >
1030     <string>Bookmarks...</string>
1031    </property>
1032   </action>
1033   <action name="menu_save_bookmark" >
1034    <property name="text" >
1035     <string>Bookmark Current...</string>
1036    </property>
1037   </action>
1038   <action name="menu_search_grep" >
1039    <property name="text" >
1040     <string>grep</string>
1041    </property>
1042   </action>
1043   <action name="menu_merge_local" >
1044    <property name="text" >
1045     <string>Local Merge...</string>
1046    </property>
1047   </action>
1048   <action name="menu_merge_abort" >
1049    <property name="text" >
1050     <string>Abort Merge...</string>
1051    </property>
1052   </action>
1053   <action name="menu_open_repo" >
1054    <property name="text" >
1055     <string>Open...</string>
1056    </property>
1057   </action>
1058   <action name="menu_stash" >
1059    <property name="text" >
1060     <string>Stash...</string>
1061    </property>
1062    <property name="shortcut" >
1063     <string>Alt+Shift+S</string>
1064    </property>
1065   </action>
1066   <action name="menu_diff_branch" >
1067    <property name="text" >
1068     <string>Compare Against...</string>
1069    </property>
1070   </action>
1071   <action name="menu_difftool_branch" >
1072    <property name="text" >
1073     <string>Launch Diff Tool Against...</string>
1074    </property>
1075   </action>
1076   <action name="menu_clone_repo" >
1077    <property name="text" >
1078     <string>Clone...</string>
1079    </property>
1080   </action>
1081   <action name="menu_help_docs" >
1082    <property name="text" >
1083     <string>Documentation</string>
1084    </property>
1085    <property name="shortcut" >
1086     <string>F1</string>
1087    </property>
1088   </action>
1089   <action name="menu_compare" >
1090    <property name="text" >
1091     <string>Compare Commits...</string>
1092    </property>
1093   </action>
1094   <action name="menu_visualize_current" >
1095    <property name="text" >
1096     <string>Visualize Current Branch...</string>
1097    </property>
1098   </action>
1099   <action name="menu_visualize_all" >
1100    <property name="text" >
1101     <string>Visualize All Branches...</string>
1102    </property>
1103   </action>
1104   <action name="menu_browse_commits" >
1105    <property name="text" >
1106     <string>Browse Commits...</string>
1107    </property>
1108   </action>
1109   <action name="menu_browse_branch" >
1110    <property name="text" >
1111     <string>Browse Current Branch...</string>
1112    </property>
1113   </action>
1114   <action name="menu_browse_other_branch" >
1115    <property name="text" >
1116     <string>Browse Other Branch...</string>
1117    </property>
1118   </action>
1119   <action name="menu_load_commitmsg_template" >
1120    <property name="text" >
1121     <string>Get Commit Message Template</string>
1122    </property>
1123   </action>
1124  </widget>
1125  <layoutdefault spacing="2" margin="2" />
1126  <resources/>
1127  <connections/>
1128  <designerdata>
1129   <property name="gridDeltaX" >
1130    <number>4</number>
1131   </property>
1132   <property name="gridDeltaY" >
1133    <number>4</number>
1134   </property>
1135   <property name="gridSnapX" >
1136    <bool>true</bool>
1137   </property>
1138   <property name="gridSnapY" >
1139    <bool>true</bool>
1140   </property>
1141   <property name="gridVisible" >
1142    <bool>false</bool>
1143   </property>
1144  </designerdata>
1145 </ui>