| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
fixed crash in log when restart MO
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
filter in data tab
fixed some bad iterators when removing rows
fixed empty directories not being marked as such when refreshing
always sort directories first even when reversing the sort order
fixed children not being sorted
fixed errors about file sizes for directories
remember state of checkboxes in data tab
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
starting exe from filetree is now hooked
usvfs progress dialog now on top of dialogs
|
| |
|
|
| |
renamed enumerators
|
| |
|
|
| |
fixed context menu sometimes appearing
|
| |
|
|
| |
changed filter list to use tristate items without selection
|
| |
|
|
|
| |
removed "deselect filters" context menu, redundant
disable not flag menu items without selection
|
| |
|
|
| |
disabled collapsing for filter, there's already a button to hide it
|
| |
|
|
|
| |
merged categories and content, they can be distinguished using the type
added a not flag for criteria, not used yet
|
| |
|
|
| |
renamed some widgets
|
| | |
|
| | |
|
| |
|
|
| |
changed notendorsed filter to include anything else than true
|
| |
|
|
| |
fixed no mods being displayed for OR with no conditions
|
| |
|
|
| |
changed the link colors on dark themes to something saner
|
| | |
|
| | |
|
| |
|
|
| |
handled hiding and unhiding as well as saving the state between sessions.
|
| |
|
|
|
| |
merged settings into saveVisibility() and restoreVisibility()
call MainWindow::storeSettings() earlier so widget visibility is still valid
|
| |
|
|
|
|
|
| |
removed most of storeSettings() from OrganizerCore: QSettings handles saving by itself, no need for that
removed topLevelSplitter from ui, unused since the log widget is in a dock
removed QSettings from MainWindow::readSettings()
replaced return values for some of the new getters in Settings to std::optional
|
| |
|
|
| |
moved context menu to LogList
|
| |
|
|
|
| |
create log level combobox in code, set selected index based on value instead
added log level to context menu in log list
|
| | |
|
| |
|
|
|
|
|
| |
renamed log() to vlog() for now
extracted console creation to Console class
rewrote LogBuffer to work with logging from uibase, renamed to LogModel
added fmt dependency
|
| |
|
|
| |
added a menu item in the view menu for it
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* Removed Edit and Copy Log as it was useless.
* Moved Visit Nexus to Files.
* Moved Profiles to Tools.
* Renamed Tools submenu to "Tool Plugins".
|
| |
|
|
| |
centralized menu visibility into a showMenuBar() function
|
| |
|
|
|
| |
moved the api label to the status bar
refactored a bunch of copy/pasted code in NexusInterface to use shouldThrottle() and throttledWarning()
|
| |
|
|
|
|
|
| |
- swapped back "add profile" and "install mod" icons
- removed links toolbar, icons are added to the main one
- locked the toolbar because there's only one now
- right align everything after the last separator and executable shortcuts
|
| |
|
|
|
| |
added Run menu with shortcuts, only visible when there are shortcuts to show
fixed menubar visibility not being remembered
|
| |
|
|
|
|
|
| |
removed two unused actions: actionToolbar_Size and actionToolbar_style
added ways to make the menu reappear if you hide everything:
- show the toolbar popup when right-clicking around the border of the main window
- intercept the Alt key and make the main menu visible
|
| | |
|
| |
|
|
|
|
| |
also formatted the Transparent styles, all the css was on one line
added a separator before the settings menu item
fixed medium icon item not being checkable
|
| | |
|
| |
|
|
| |
it's also shared between the main menu and the context menu
|
| | |
|
| |
|
|
|
| |
fixed endorse action to also work with the menu
fixed changing endorsement integration setting not changing visibility of actions
|
| |
|
|
|
|
| |
with QToolButton's, making it very difficult to have an equivalent in the main menu. QAction's can have a menu, so use that instead.
the only place this doesn't work is with the nexus button, which can be replaced by a menu if there are IPluginModPage plugins adding items to it; registerModPage() works fine with the toolbar, but doesn't handle the main menu yet
|
| |
|
|
|
|
|
|
| |
- reduced margins around central widgets to align it with status bar text, removed bottom margins completely because the statusbar is enough
- notifications: now always enabled, dialog shows a special item when empty, just change the tooltip and leave the text alone
- added all toolbar actions to menu
- non functional in menu for now: tools, help and endorse because they're menus
- changed some of the action strings to be the same on both toolbar and menu, added missing status tips
|
| | |
|