From 977b4075254ca79e68bbdec2e689eccb291fe701 Mon Sep 17 00:00:00 2001 From: Tannin Date: Tue, 13 May 2014 21:20:44 +0200 Subject: - 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 --- src/mainwindow.ui | 85 ++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 71 insertions(+), 14 deletions(-) (limited to 'src/mainwindow.ui') 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 @@ QAbstractItemView::ExtendedSelection + + 0 + false @@ -85,6 +88,54 @@ + + + + false + + + Click blank area to deselect + + + + + + + + + + false + + + false + + + + + + If checked, only mods that match all selected categories are displayed. + + + And + + + true + + + + + + + If checked, all mods that match one of the selected categories are displayed. + + + Or + + + + + + @@ -140,10 +191,23 @@ p, li { white-space: pre-wrap; } - + + + Qt::Horizontal + + + + 40 + 20 + + + + + + - 24 + 16777215 16777215 @@ -158,22 +222,15 @@ p, li { white-space: pre-wrap; } - :/MO/gui/resources/view-refresh.png:/MO/gui/resources/view-refresh.png - - - - - - - Qt::Horizontal + :/MO/gui/settings:/MO/gui/settings - + - 40 - 20 + 16 + 16 - + -- cgit v1.3.1