summaryrefslogtreecommitdiff
path: root/portato/gui/qt/ui
diff options
context:
space:
mode:
Diffstat (limited to 'portato/gui/qt/ui')
-rw-r--r--portato/gui/qt/ui/MainWindow.ui58
1 files changed, 49 insertions, 9 deletions
diff --git a/portato/gui/qt/ui/MainWindow.ui b/portato/gui/qt/ui/MainWindow.ui
index d75f0d3..80c5c12 100644
--- a/portato/gui/qt/ui/MainWindow.ui
+++ b/portato/gui/qt/ui/MainWindow.ui
@@ -86,7 +86,7 @@
</widget>
<widget class="QTabWidget" name="tabWidget" >
<property name="currentIndex" >
- <number>0</number>
+ <number>1</number>
</property>
<widget class="QWidget" name="pkgTab" >
<attribute name="title" >
@@ -315,6 +315,9 @@ p, li { white-space: pre-wrap; }
</property>
<item>
<widget class="QTreeWidget" name="queueList" >
+ <property name="contextMenuPolicy" >
+ <enum>Qt::ActionsContextMenu</enum>
+ </property>
<property name="editTriggers" >
<set>QAbstractItemView::NoEditTriggers</set>
</property>
@@ -400,6 +403,15 @@ p, li { white-space: pre-wrap; }
<height>27</height>
</rect>
</property>
+ <widget class="QMenu" name="menuFile" >
+ <property name="title" >
+ <string>&amp;File</string>
+ </property>
+ <addaction name="prefAction" />
+ <addaction name="reloadAction" />
+ <addaction name="separator" />
+ <addaction name="quitAction" />
+ </widget>
<widget class="QMenu" name="menuHelp" >
<property name="title" >
<string>&amp;?</string>
@@ -414,13 +426,10 @@ p, li { white-space: pre-wrap; }
<addaction name="unmergeAction" />
<addaction name="updateAction" />
<addaction name="separator" />
- </widget>
- <widget class="QMenu" name="menuFile" >
- <property name="title" >
- <string>&amp;File</string>
- </property>
- <addaction name="prefAction" />
- <addaction name="quitAction" />
+ <addaction name="syncAction" />
+ <addaction name="saveAction" />
+ <addaction name="separator" />
+ <addaction name="killAction" />
</widget>
<addaction name="menuFile" />
<addaction name="menu_Emerge" />
@@ -439,13 +448,16 @@ p, li { white-space: pre-wrap; }
<string>&amp;Quit</string>
</property>
<property name="menuRole" >
- <enum>QAction::TextHeuristicRole</enum>
+ <enum>QAction::QuitRole</enum>
</property>
</action>
<action name="aboutAction" >
<property name="text" >
<string>&amp;About</string>
</property>
+ <property name="menuRole" >
+ <enum>QAction::AboutRole</enum>
+ </property>
</action>
<action name="emergeAction" >
<property name="text" >
@@ -466,6 +478,34 @@ p, li { white-space: pre-wrap; }
<property name="text" >
<string>&amp;Preferences</string>
</property>
+ <property name="menuRole" >
+ <enum>QAction::PreferencesRole</enum>
+ </property>
+ </action>
+ <action name="syncAction" >
+ <property name="text" >
+ <string>S&amp;ync</string>
+ </property>
+ </action>
+ <action name="saveAction" >
+ <property name="text" >
+ <string>Save &amp;Flage</string>
+ </property>
+ </action>
+ <action name="killAction" >
+ <property name="text" >
+ <string>Ki&amp;ll Emerge</string>
+ </property>
+ </action>
+ <action name="reloadAction" >
+ <property name="text" >
+ <string>&amp;Reload Portage</string>
+ </property>
+ </action>
+ <action name="oneshotAction" >
+ <property name="text" >
+ <string>&amp;Oneshot</string>
+ </property>
</action>
</widget>
<customwidgets>
='2013-11-21 13:44:47 +0100'>2013-11-21IE: Remove isub/isup: they are not supported anymoreRené 'Necoro' Neumann1-1/+1 2013-11-21IE/IJ: Session logicRené 'Necoro' Neumann1-2/+15 2013-11-06Colorscheme for virtual console.René 'Necoro' Neumann1-1/+5 2013-11-01Do not try to set window title and stuff in linux consoleRené 'Necoro' Neumann1-0/+3 2013-10-30Set terminal title not only on path change, but for each new prompt.René 'Necoro' Neumann1-2/+2 2013-10-22cwd-spawn: Use M-Return instead of M-o for consistency.René 'Necoro' Neumann1-2/+2 2013-10-22Add cwd-spawn to urxvt to allow spawning a new terminal from the currentRené 'Necoro' Neumann3-2/+199 2013-10-22Use chpwd_functions and precmd_functions instead of putting everything inRené 'Necoro' Neumann1-19/+23 2013-09-30urxvt: execute the wgetpaste check each timeRené 'Necoro' Neumann1-2/+5 2013-09-30urxvt: wgetpaste fixRené 'Necoro' Neumann1-4/+4 2013-09-30Allow HOME variable in .Xresources.René 'Necoro' Neumann2-3/+3 2013-09-30wgetpaste support for urxvt.René 'Necoro' Neumann2-1/+28 2013-09-30Urxvt autotransform for <filename>:<line>.René 'Necoro' Neumann1-1/+4 2013-09-30Remove tabbed(x) from urxvt. We use i3 -- no need for it.René 'Necoro' Neumann1-9/+0 2013-09-30Do not display icon in urxvt. It's not supported by i3 anyway.René 'Necoro' Neumann1-1/+1 2013-09-29Remove wrong monitors lineRené 'Necoro' Neumann1-1/+0 2013-09-29Delete vimperator paste plugin -- seems not to work anymore with new FFRené 'Necoro' Neumann1-266/+0 2013-09-29Use $HOST instead of Cauchiy in titleRené 'Necoro' Neumann1-1/+1 2013-09-24Remove herbstluftwmRené 'Necoro' Neumann1-1/+0 2013-09-24Conky changesRené 'Necoro' Neumann2-5/+13 2013-09-15Remove trailing slash from \~ulpRené 'Necoro' Neumann1-1/+1 2013-09-15Make cci explicitly use python2René 'Necoro' Neumann1-1/+1 2013-09-10Node/NPM preparationRené 'Necoro' Neumann3-1/+13