Make unstaging a silent operation.
[ugit.git] / ui / Window.ui
blob1ac90cbb903df89190c0e73d5186927a7f02dbc1
1 <ui version="4.0" >
2  <author>David Aguilar</author>
3  <class>Window</class>
4  <widget class="QMainWindow" name="Window" >
5   <property name="geometry" >
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>780</width>
10     <height>512</height>
11    </rect>
12   </property>
13   <property name="windowTitle" >
14    <string>ugit</string>
15   </property>
16   <widget class="QWidget" name="centralwidget" >
17    <layout class="QHBoxLayout" >
18     <item>
19      <widget class="QSplitter" name="splitter_top" >
20       <property name="orientation" >
21        <enum>Qt::Vertical</enum>
22       </property>
23       <property name="handleWidth" >
24        <number>2</number>
25       </property>
26       <widget class="QSplitter" name="splitter_bottom" >
27        <property name="orientation" >
28         <enum>Qt::Vertical</enum>
29        </property>
30        <property name="handleWidth" >
31         <number>2</number>
32        </property>
33        <widget class="QSplitter" name="splitter" >
34         <property name="orientation" >
35          <enum>Qt::Horizontal</enum>
36         </property>
37         <property name="handleWidth" >
38          <number>2</number>
39         </property>
40         <widget class="QWidget" name="layoutWidget" >
41          <layout class="QVBoxLayout" >
42           <property name="spacing" >
43            <number>0</number>
44           </property>
45           <item>
46            <layout class="QHBoxLayout" >
47             <property name="spacing" >
48              <number>0</number>
49             </property>
50             <item>
51              <widget class="QLabel" name="label_3" >
52               <property name="text" >
53                <string>Unstaged Changes</string>
54               </property>
55              </widget>
56             </item>
57             <item>
58              <widget class="QCheckBox" name="untrackedCheckBox" >
59               <property name="toolTip" >
60                <string>Includes untracked files in the unstaged changes list.
61 Disabling this causes ugit to only display files known to git
62 in the unstaged changes list.</string>
63               </property>
64               <property name="text" >
65                <string>Show Untracked Files</string>
66               </property>
67               <property name="checked" >
68                <bool>true</bool>
69               </property>
70               <property name="tristate" >
71                <bool>false</bool>
72               </property>
73              </widget>
74             </item>
75             <item>
76              <spacer>
77               <property name="orientation" >
78                <enum>Qt::Vertical</enum>
79               </property>
80               <property name="sizeType" >
81                <enum>QSizePolicy::MinimumExpanding</enum>
82               </property>
83               <property name="sizeHint" >
84                <size>
85                 <width>20</width>
86                 <height>22</height>
87                </size>
88               </property>
89              </spacer>
90             </item>
91            </layout>
92           </item>
93           <item>
94            <widget class="QListWidget" name="unstagedList" >
95             <property name="font" >
96              <font>
97               <family>Courier</family>
98               <pointsize>11</pointsize>
99              </font>
100             </property>
101             <property name="toolTip" >
102              <string>A list of all the unstaged changes.
103 This list includes those files known to git and can optionally
104 include untracked files if "Show Untracked Files" is checked.</string>
105             </property>
106             <property name="alternatingRowColors" >
107              <bool>true</bool>
108             </property>
109             <property name="selectionMode" >
110              <enum>QAbstractItemView::ExtendedSelection</enum>
111             </property>
112             <property name="viewMode" >
113              <enum>QListView::ListMode</enum>
114             </property>
115             <property name="uniformItemSizes" >
116              <bool>true</bool>
117             </property>
118            </widget>
119           </item>
120          </layout>
121         </widget>
122         <widget class="QWidget" name="layoutWidget" >
123          <layout class="QVBoxLayout" >
124           <property name="spacing" >
125            <number>0</number>
126           </property>
127           <item>
128            <layout class="QHBoxLayout" >
129             <property name="spacing" >
130              <number>0</number>
131             </property>
132             <property name="bottomMargin" >
133              <number>0</number>
134             </property>
135             <item>
136              <widget class="QLabel" name="label_2" >
137               <property name="sizePolicy" >
138                <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
139                 <horstretch>0</horstretch>
140                 <verstretch>0</verstretch>
141                </sizepolicy>
142               </property>
143               <property name="text" >
144                <string>Staged Changes (Will Commit)</string>
145               </property>
146              </widget>
147             </item>
148             <item>
149              <spacer>
150               <property name="orientation" >
151                <enum>Qt::Vertical</enum>
152               </property>
153               <property name="sizeType" >
154                <enum>QSizePolicy::MinimumExpanding</enum>
155               </property>
156               <property name="sizeHint" >
157                <size>
158                 <width>20</width>
159                 <height>22</height>
160                </size>
161               </property>
162              </spacer>
163             </item>
164            </layout>
165           </item>
166           <item>
167            <widget class="QListWidget" name="stagedList" >
168             <property name="font" >
169              <font>
170               <family>Courier</family>
171               <pointsize>11</pointsize>
172              </font>
173             </property>
174             <property name="toolTip" >
175              <string>A list of all staged changes for the next commit.</string>
176             </property>
177             <property name="alternatingRowColors" >
178              <bool>true</bool>
179             </property>
180             <property name="selectionMode" >
181              <enum>QAbstractItemView::ExtendedSelection</enum>
182             </property>
183             <property name="viewMode" >
184              <enum>QListView::ListMode</enum>
185             </property>
186            </widget>
187           </item>
188          </layout>
189         </widget>
190        </widget>
191        <widget class="QWidget" name="layoutWidget" >
192         <layout class="QHBoxLayout" >
193          <property name="spacing" >
194           <number>0</number>
195          </property>
196          <property name="leftMargin" >
197           <number>0</number>
198          </property>
199          <property name="topMargin" >
200           <number>0</number>
201          </property>
202          <property name="rightMargin" >
203           <number>0</number>
204          </property>
205          <property name="bottomMargin" >
206           <number>0</number>
207          </property>
208          <item>
209           <layout class="QVBoxLayout" >
210            <property name="spacing" >
211             <number>1</number>
212            </property>
213            <item>
214             <widget class="QPushButton" name="stageButton" >
215              <property name="toolTip" >
216               <string>Invokes "git add" to stage the selected items
217 from the "Unstaged Changes" list.</string>
218              </property>
219              <property name="text" >
220               <string>Stage Changed</string>
221              </property>
222              <property name="flat" >
223               <bool>false</bool>
224              </property>
225             </widget>
226            </item>
227            <item>
228             <widget class="QPushButton" name="signOffButton" >
229              <property name="toolTip" >
230               <string>"Sign Off" appends the standard "Signed-Off by: ..."
231 message to the current commit message.</string>
232              </property>
233              <property name="text" >
234               <string>Sign Off</string>
235              </property>
236             </widget>
237            </item>
238            <item>
239             <widget class="QPushButton" name="commitButton" >
240              <property name="toolTip" >
241               <string>Invokes a git commit.
242 This commits the files listed in the "Files to Commit" list.
243 If "Commit All" is checked, all listed items will be committed,
244 otherwise only the selected items will be committed.</string>
245              </property>
246              <property name="text" >
247               <string>Commit</string>
248              </property>
249             </widget>
250            </item>
251            <item>
252             <widget class="QPushButton" name="pushButton" >
253              <property name="text" >
254               <string>Push</string>
255              </property>
256             </widget>
257            </item>
258           </layout>
259          </item>
260          <item>
261           <layout class="QVBoxLayout" >
262            <property name="spacing" >
263             <number>0</number>
264            </property>
265            <property name="leftMargin" >
266             <number>4</number>
267            </property>
268            <item>
269             <layout class="QHBoxLayout" >
270              <property name="spacing" >
271               <number>0</number>
272              </property>
273              <item>
274               <widget class="QLabel" name="label" >
275                <property name="text" >
276                 <string>Commit Message:</string>
277                </property>
278               </widget>
279              </item>
280              <item>
281               <spacer>
282                <property name="orientation" >
283                 <enum>Qt::Horizontal</enum>
284                </property>
285                <property name="sizeType" >
286                 <enum>QSizePolicy::Preferred</enum>
287                </property>
288                <property name="sizeHint" >
289                 <size>
290                  <width>267</width>
291                  <height>20</height>
292                 </size>
293                </property>
294               </spacer>
295              </item>
296              <item>
297               <widget class="QRadioButton" name="newCommitRadio" >
298                <property name="toolTip" >
299                 <string>Causes the next commit to create a new commit object.</string>
300                </property>
301                <property name="text" >
302                 <string>New Commit</string>
303                </property>
304               </widget>
305              </item>
306              <item>
307               <widget class="QRadioButton" name="amendRadio" >
308                <property name="toolTip" >
309                 <string>Causes git to reuse the latest commit object.
310 "git commit" will be supplied with the "--amend" option so that
311 the most recent commit is amended with contents of the next commit.</string>
312                </property>
313                <property name="text" >
314                 <string>Amend Last Commit</string>
315                </property>
316               </widget>
317              </item>
318             </layout>
319            </item>
320            <item>
321             <layout class="QVBoxLayout" >
322              <item>
323               <widget class="QTextEdit" name="commitText" >
324                <property name="font" >
325                 <font>
326                  <family>Courier</family>
327                  <pointsize>12</pointsize>
328                 </font>
329                </property>
330                <property name="toolTip" >
331                 <string>The commit message for the next commit.
332 If you are going to amend a commit you can use the
333 "Commit -> Get Latest Comit Message" menu action to
334 retrieve the latest commit message prior to committing.</string>
335                </property>
336                <property name="acceptRichText" >
337                 <bool>false</bool>
338                </property>
339               </widget>
340              </item>
341             </layout>
342            </item>
343           </layout>
344          </item>
345         </layout>
346        </widget>
347       </widget>
348       <widget class="QWidget" name="layoutWidget" >
349        <layout class="QVBoxLayout" >
350         <property name="spacing" >
351          <number>0</number>
352         </property>
353         <item>
354          <widget class="QLabel" name="displayLabel" >
355           <property name="frameShape" >
356            <enum>QFrame::StyledPanel</enum>
357           </property>
358           <property name="frameShadow" >
359            <enum>QFrame::Plain</enum>
360           </property>
361           <property name="text" >
362            <string/>
363           </property>
364           <property name="alignment" >
365            <set>Qt::AlignCenter</set>
366           </property>
367          </widget>
368         </item>
369         <item>
370          <widget class="QTextEdit" name="displayText" >
371           <property name="font" >
372            <font>
373             <family>Courier</family>
374             <pointsize>11</pointsize>
375            </font>
376           </property>
377           <property name="tabChangesFocus" >
378            <bool>true</bool>
379           </property>
380           <property name="readOnly" >
381            <bool>true</bool>
382           </property>
383           <property name="acceptRichText" >
384            <bool>false</bool>
385           </property>
386           <property name="cursorWidth" >
387            <number>8</number>
388           </property>
389           <property name="textInteractionFlags" >
390            <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::NoTextInteraction|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
391           </property>
392          </widget>
393         </item>
394        </layout>
395       </widget>
396      </widget>
397     </item>
398    </layout>
399   </widget>
400   <widget class="QMenuBar" name="menubar" >
401    <property name="geometry" >
402     <rect>
403      <x>0</x>
404      <y>0</y>
405      <width>780</width>
406      <height>28</height>
407     </rect>
408    </property>
409    <widget class="QMenu" name="menuRepository" >
410     <property name="title" >
411      <string>Repository</string>
412     </property>
413     <addaction name="browseBranch" />
414     <addaction name="browseOtherBranch" />
415     <addaction name="separator" />
416     <addaction name="visualizeCurrent" />
417     <addaction name="visualizeAll" />
418    </widget>
419    <widget class="QMenu" name="menuCommit" >
420     <property name="title" >
421      <string>Commit</string>
422     </property>
423     <addaction name="rescan" />
424     <addaction name="separator" />
425     <addaction name="stageChanged" />
426     <addaction name="stageUntracked" />
427     <addaction name="stageSelected" />
428     <addaction name="separator" />
429     <addaction name="unstageAll" />
430     <addaction name="unstageSelected" />
431     <addaction name="separator" />
432     <addaction name="commit" />
433     <addaction name="separator" />
434     <addaction name="exportPatches" />
435     <addaction name="cherryPick" />
436     <addaction name="separator" />
437     <addaction name="setCommitMessage" />
438     <addaction name="showDiffstat" />
439    </widget>
440    <widget class="QMenu" name="menuEdit" >
441     <property name="title" >
442      <string>Edit</string>
443     </property>
444     <addaction name="undo" />
445     <addaction name="redo" />
446     <addaction name="separator" />
447     <addaction name="cut" />
448     <addaction name="copy" />
449     <addaction name="paste" />
450     <addaction name="delete" />
451     <addaction name="separator" />
452     <addaction name="selectAll" />
453     <addaction name="separator" />
454     <addaction name="options" />
455    </widget>
456    <widget class="QMenu" name="menuFile" >
457     <property name="title" >
458      <string>File</string>
459     </property>
460     <addaction name="loadCommitMsg" />
461     <addaction name="separator" />
462     <addaction name="quit" />
463    </widget>
464    <widget class="QMenu" name="menuBranch" >
465     <property name="title" >
466      <string>Branch</string>
467     </property>
468     <addaction name="createBranch" />
469     <addaction name="checkoutBranch" />
470     <addaction name="rebaseBranch" />
471     <addaction name="deleteBranch" />
472    </widget>
473    <addaction name="menuFile" />
474    <addaction name="menuEdit" />
475    <addaction name="menuRepository" />
476    <addaction name="menuBranch" />
477    <addaction name="menuCommit" />
478   </widget>
479   <widget class="QStatusBar" name="statusbar" />
480   <action name="browseBranch" >
481    <property name="text" >
482     <string>Browse Current Branch's Files</string>
483    </property>
484   </action>
485   <action name="browseOtherBranch" >
486    <property name="text" >
487     <string>Browse Branch Files</string>
488    </property>
489   </action>
490   <action name="unstageSelected" >
491    <property name="text" >
492     <string>Unstage From Commit</string>
493    </property>
494   </action>
495   <action name="visualizeCurrent" >
496    <property name="text" >
497     <string>Visualize Current Branch's History</string>
498    </property>
499    <property name="shortcut" >
500     <string>Alt+V</string>
501    </property>
502   </action>
503   <action name="visualizeAll" >
504    <property name="text" >
505     <string>Visualize All Branch History</string>
506    </property>
507    <property name="shortcut" >
508     <string>Alt+H</string>
509    </property>
510   </action>
511   <action name="showDiffstat" >
512    <property name="text" >
513     <string>Show Latest Diffstat</string>
514    </property>
515    <property name="shortcut" >
516     <string>Ctrl+D</string>
517    </property>
518   </action>
519   <action name="stageChanged" >
520    <property name="text" >
521     <string>Stage Changed Files To Commit</string>
522    </property>
523    <property name="shortcut" >
524     <string>Alt+A</string>
525    </property>
526   </action>
527   <action name="stageUntracked" >
528    <property name="text" >
529     <string>Stage All Untracked</string>
530    </property>
531    <property name="shortcut" >
532     <string>Alt+U</string>
533    </property>
534   </action>
535   <action name="stageSelected" >
536    <property name="text" >
537     <string>Stage Selected</string>
538    </property>
539    <property name="shortcut" >
540     <string>Alt+T</string>
541    </property>
542   </action>
543   <action name="exportPatches" >
544    <property name="text" >
545     <string>Export Patches...</string>
546    </property>
547    <property name="shortcut" >
548     <string>Ctrl+E</string>
549    </property>
550   </action>
551   <action name="cut" >
552    <property name="text" >
553     <string>Cut</string>
554    </property>
555    <property name="shortcut" >
556     <string>Ctrl+X</string>
557    </property>
558   </action>
559   <action name="copy" >
560    <property name="text" >
561     <string>Copy</string>
562    </property>
563    <property name="shortcut" >
564     <string>Ctrl+C</string>
565    </property>
566   </action>
567   <action name="paste" >
568    <property name="text" >
569     <string>Paste</string>
570    </property>
571    <property name="shortcut" >
572     <string>Ctrl+V</string>
573    </property>
574   </action>
575   <action name="selectAll" >
576    <property name="text" >
577     <string>Select All</string>
578    </property>
579    <property name="shortcut" >
580     <string>Ctrl+A</string>
581    </property>
582   </action>
583   <action name="options" >
584    <property name="enabled" >
585     <bool>false</bool>
586    </property>
587    <property name="text" >
588     <string>Options...</string>
589    </property>
590    <property name="shortcut" >
591     <string>Ctrl+O</string>
592    </property>
593   </action>
594   <action name="delete" >
595    <property name="text" >
596     <string>Delete</string>
597    </property>
598    <property name="shortcut" >
599     <string>Del</string>
600    </property>
601   </action>
602   <action name="undo" >
603    <property name="text" >
604     <string>Undo</string>
605    </property>
606    <property name="shortcut" >
607     <string>Ctrl+Z</string>
608    </property>
609   </action>
610   <action name="redo" >
611    <property name="text" >
612     <string>Redo</string>
613    </property>
614    <property name="shortcut" >
615     <string>Ctrl+Shift+Z</string>
616    </property>
617   </action>
618   <action name="rescan" >
619    <property name="text" >
620     <string>Rescan</string>
621    </property>
622    <property name="shortcut" >
623     <string>Ctrl+R</string>
624    </property>
625   </action>
626   <action name="commit" >
627    <property name="text" >
628     <string>Commit</string>
629    </property>
630    <property name="shortcut" >
631     <string>Alt+S</string>
632    </property>
633   </action>
634   <action name="setCommitMessage" >
635    <property name="text" >
636     <string>Get Latest Commit Message</string>
637    </property>
638   </action>
639   <action name="cherryPick" >
640    <property name="text" >
641     <string>Cherry-Pick Commits...</string>
642    </property>
643    <property name="shortcut" >
644     <string>Ctrl+P</string>
645    </property>
646   </action>
647   <action name="unstageAll" >
648    <property name="text" >
649     <string>Unstage All</string>
650    </property>
651   </action>
652   <action name="quit" >
653    <property name="text" >
654     <string>Quit</string>
655    </property>
656    <property name="shortcut" >
657     <string>Ctrl+Q</string>
658    </property>
659   </action>
660   <action name="loadCommitMsg" >
661    <property name="text" >
662     <string>Load Commit Message...</string>
663    </property>
664   </action>
665   <action name="createBranch" >
666    <property name="text" >
667     <string>Create...</string>
668    </property>
669    <property name="shortcut" >
670     <string>Ctrl+B</string>
671    </property>
672   </action>
673   <action name="checkoutBranch" >
674    <property name="text" >
675     <string>Checkout...</string>
676    </property>
677    <property name="shortcut" >
678     <string>Alt+B</string>
679    </property>
680   </action>
681   <action name="rebaseBranch" >
682    <property name="text" >
683     <string>Rebase...</string>
684    </property>
685   </action>
686   <action name="renameBranch" >
687    <property name="enabled" >
688     <bool>false</bool>
689    </property>
690    <property name="text" >
691     <string>Rename...</string>
692    </property>
693   </action>
694   <action name="deleteBranch" >
695    <property name="text" >
696     <string>Delete...</string>
697    </property>
698   </action>
699  </widget>
700  <layoutdefault spacing="2" margin="2" />
701  <tabstops>
702   <tabstop>commitText</tabstop>
703   <tabstop>stagedList</tabstop>
704   <tabstop>unstagedList</tabstop>
705   <tabstop>stageButton</tabstop>
706   <tabstop>signOffButton</tabstop>
707   <tabstop>commitButton</tabstop>
708   <tabstop>pushButton</tabstop>
709   <tabstop>untrackedCheckBox</tabstop>
710   <tabstop>newCommitRadio</tabstop>
711   <tabstop>amendRadio</tabstop>
712   <tabstop>displayText</tabstop>
713  </tabstops>
714  <resources/>
715  <connections>
716   <connection>
717    <sender>quit</sender>
718    <signal>triggered()</signal>
719    <receiver>Window</receiver>
720    <slot>close()</slot>
721    <hints>
722     <hint type="sourcelabel" >
723      <x>-1</x>
724      <y>-1</y>
725     </hint>
726     <hint type="destinationlabel" >
727      <x>294</x>
728      <y>209</y>
729     </hint>
730    </hints>
731   </connection>
732  </connections>
733  <designerdata>
734   <property name="gridDeltaX" >
735    <number>4</number>
736   </property>
737   <property name="gridDeltaY" >
738    <number>4</number>
739   </property>
740   <property name="gridSnapX" >
741    <bool>true</bool>
742   </property>
743   <property name="gridSnapY" >
744    <bool>true</bool>
745   </property>
746   <property name="gridVisible" >
747    <bool>false</bool>
748   </property>
749  </designerdata>
750 </ui>