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