diff options
| author | Tannin <devnull@localhost> | 2014-05-13 21:20:44 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-05-13 21:20:44 +0200 |
| commit | 977b4075254ca79e68bbdec2e689eccb291fe701 (patch) | |
| tree | 0afa2ad971bb786ca6acfa19944cd8381e925c8b /src/mainwindow.ui | |
| parent | f4b1aba61ae81b4151695798006b3a787e0de6de (diff) | |
- mod list context menu split into two menus (one for whole list, one for selected mods)
- added option to combine category filters using "or"
- added context menu option for deselecting category filters
- slightly changed ui on the category filters
- added a sample plugin for cpp that can be built without building the rest of MO
- simple installer can now be configured to run without any user interaction
- extended interface for python plugins
- iorganizer implementation moved out of the main window
- nexus requests from plugins will now be identified in the user agent
- bugfix: shortcuts created from MO used the wrong working directory
- bugfix: deactivation of bsas didn't stick
- bugfix: file hiding mechanism wasn't active
- bugfix: executables linked on the toolbar couldn't be removed if the executable was removed first
- bugfix: the endorsement-filter couldn't be combined with other filters
- bugfix: python interface to repository bridge was broken
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 85 |
1 files changed, 71 insertions, 14 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 7ad3a90d..c607a8e6 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -75,6 +75,9 @@ <property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
+ <property name="indentation">
+ <number>0</number>
+ </property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
@@ -85,6 +88,54 @@ </column>
</widget>
</item>
+ <item>
+ <widget class="QLabel" name="clickBlankLabel">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="text">
+ <string>Click blank area to deselect</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="groupBox">
+ <property name="title">
+ <string/>
+ </property>
+ <property name="flat">
+ <bool>false</bool>
+ </property>
+ <property name="checkable">
+ <bool>false</bool>
+ </property>
+ <layout class="QHBoxLayout" name="horizontalLayout_11">
+ <item>
+ <widget class="QRadioButton" name="categoriesAndBtn">
+ <property name="toolTip">
+ <string>If checked, only mods that match all selected categories are displayed.</string>
+ </property>
+ <property name="text">
+ <string>And</string>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="categoriesOrBtn">
+ <property name="toolTip">
+ <string>If checked, all mods that match one of the selected categories are displayed.</string>
+ </property>
+ <property name="text">
+ <string>Or</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
</layout>
</widget>
</item>
@@ -140,10 +191,23 @@ p, li { white-space: pre-wrap; } </widget>
</item>
<item>
- <widget class="QPushButton" name="profileRefreshBtn">
+ <spacer name="horizontalSpacer">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QPushButton" name="listOptionsBtn">
<property name="maximumSize">
<size>
- <width>24</width>
+ <width>16777215</width>
<height>16777215</height>
</size>
</property>
@@ -158,22 +222,15 @@ p, li { white-space: pre-wrap; } </property>
<property name="icon">
<iconset resource="resources.qrc">
- <normaloff>:/MO/gui/resources/view-refresh.png</normaloff>:/MO/gui/resources/view-refresh.png</iconset>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
+ <normaloff>:/MO/gui/settings</normaloff>:/MO/gui/settings</iconset>
</property>
- <property name="sizeHint" stdset="0">
+ <property name="iconSize">
<size>
- <width>40</width>
- <height>20</height>
+ <width>16</width>
+ <height>16</height>
</size>
</property>
- </spacer>
+ </widget>
</item>
<item>
<widget class="QPushButton" name="restoreModsButton">
|
