| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Made all lists uniform row heights for performance and alternate row color | AL | 2020-02-29 | 1 | -0/+9 |
| | | |||||
| * | Removed "State" header from filterlist. | AL | 2020-02-26 | 1 | -9/+21 |
| | | | | | | Allow lower vertical sizes for loglist. Fixed alignments and size of various elements. | ||||
| * | Allow log to be reduced in size to a greater extent. | AL | 2020-02-26 | 1 | -1/+19 |
| | | |||||
| * | Moved filters back to the bottom | AL | 2020-02-23 | 1 | -59/+181 |
| | | |||||
| * | removed bad minimum column width in the data tab | isanae | 2020-02-05 | 1 | -3/+0 |
| | | | | | fixed crash in log when restart MO | ||||
| * | harmonized widgets in the tabs, fixed styles | isanae | 2020-02-05 | 1 | -171/+91 |
| | | |||||
| * | fixed warning when comparing empty strings | isanae | 2020-02-05 | 1 | -3/+10 |
| | | | | | | | | | | | 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 | ||||
| * | moved refresh and checkboxes to the top | isanae | 2020-02-04 | 1 | -38/+51 |
| | | |||||
| * | sort | isanae | 2020-02-04 | 1 | -0/+3 |
| | | |||||
| * | shell menu for multiple files | isanae | 2020-02-04 | 1 | -0/+3 |
| | | |||||
| * | split FileTreeModel, initial implementation, some stuff is broken | isanae | 2020-02-04 | 1 | -12/+2 |
| | | |||||
| * | Add headers with tooltips to Filter view. | AL | 2020-01-09 | 1 | -3/+9 |
| | | |||||
| * | Add alternatingRowColors to saves and data tab. | Al | 2019-12-09 | 1 | -0/+6 |
| | | |||||
| * | keyboard nav for filter list, alternating row colors | isanae | 2019-12-04 | 1 | -0/+6 |
| | | |||||
| * | don't show the lock overlay for processes that are not hooked | isanae | 2019-12-02 | 1 | -3/+0 |
| | | | | | | starting exe from filetree is now hooked usvfs progress dialog now on top of dialogs | ||||
| * | three modes for separators, save state | isanae | 2019-12-02 | 1 | -5/+16 |
| | | | | | renamed enumerators | ||||
| * | made all categories positive | isanae | 2019-11-30 | 1 | -0/+3 |
| | | | | | fixed context menu sometimes appearing | ||||
| * | fixed separators option being used even without filters | isanae | 2019-11-30 | 1 | -27/+37 |
| | | | | | changed filter list to use tristate items without selection | ||||
| * | always enable clear filter button, made it so it also removes not flags | isanae | 2019-11-30 | 1 | -6/+0 |
| | | | | | | removed "deselect filters" context menu, redundant disable not flag menu items without selection | ||||
| * | removed redundant categories now that there's a not filter | isanae | 2019-11-30 | 1 | -0/+3 |
| | | | | | disabled collapsing for filter, there's already a button to hide it | ||||
| * | renamed filters to criteria | isanae | 2019-11-30 | 1 | -22/+16 |
| | | | | | | merged categories and content, they can be distinguished using the type added a not flag for criteria, not used yet | ||||
| * | moved all remaining filter stuff to FilterList | isanae | 2019-11-29 | 1 | -6/+6 |
| | | | | | renamed some widgets | ||||
| * | renamed "Categories" frame to "Filters" | isanae | 2019-11-27 | 1 | -1/+1 |
| | | |||||
| * | fixed tooltips | isanae | 2019-11-27 | 1 | -2/+8 |
| | | |||||
| * | added separators filter | isanae | 2019-11-27 | 1 | -0/+7 |
| | | | | | changed notendorsed filter to include anything else than true | ||||
| * | added not filter, not functional yet | isanae | 2019-11-27 | 1 | -0/+7 |
| | | | | | fixed no mods being displayed for OR with no conditions | ||||
| * | changed labels that have links to new LinkLabel, removed hardcoded colors | isanae | 2019-11-27 | 1 | -2/+7 |
| | | | | | changed the link colors on dark themes to something saner | ||||
| * | visible property was false | isanae | 2019-10-10 | 1 | -3/+0 |
| | | |||||
| * | Set Plugins tab as default tab again after last commit. | Al | 2019-10-02 | 1 | -1/+1 |
| | | |||||
| * | Made categories section (filters) resizable via a splitter. Correctly ↵ | Al | 2019-10-02 | 1 | -1114/+1095 |
| | | | | | handled hiding and unhiding as well as saving the state between sessions. | ||||
| * | StatusBar now inherits from QStatusBar to handle hide/show events | isanae | 2019-08-16 | 1 | -1048/+1053 |
| | | | | | | merged settings into saveVisibility() and restoreVisibility() call MainWindow::storeSettings() earlier so widget visibility is still valid | ||||
| * | split into GeometrySettings | isanae | 2019-08-04 | 1 | -5/+0 |
| | | | | | | | | 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 setLogLevel() to OrganizerCore | isanae | 2019-07-22 | 1 | -14/+0 |
| | | | | | moved context menu to LogList | ||||
| * | use log::Levels instead of ints | isanae | 2019-07-22 | 1 | -15/+15 |
| | | | | | | create log level combobox in code, set selected index based on value instead added log level to context menu in log list | ||||
| * | moved setup to new LogList class | isanae | 2019-07-22 | 1 | -4/+6 |
| | | |||||
| * | removed unused or redundant stuff in error_report.h | isanae | 2019-07-22 | 1 | -6/+9 |
| | | | | | | | | 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 | ||||
| * | moved the log to a dock widget | isanae | 2019-07-22 | 1 | -17/+52 |
| | | | | | added a menu item in the view menu for it | ||||
| * | fixed duplicate mnemonic for status bar | isanae | 2019-07-06 | 1 | -1/+1 |
| | | |||||
| * | Correcting minor spelling mistakes in the UI + add contributor | Matte A | 2019-06-23 | 1 | -2/+2 |
| | | |||||
| * | Modified Menu Bar: | Al | 2019-06-20 | 1 | -11/+6 |
| | | | | | | | | * Removed Edit and Copy Log as it was useless. * Moved Visit Nexus to Files. * Moved Profiles to Tools. * Renamed Tools submenu to "Tool Plugins". | ||||
| * | added option to hide the status bar | isanae | 2019-06-13 | 1 | -0/+9 |
| | | | | | centralized menu visibility into a showMenuBar() function | ||||
| * | added a few helper classes for user accounts and stats | isanae | 2019-06-12 | 1 | -45/+1 |
| | | | | | | moved the api label to the status bar refactored a bunch of copy/pasted code in NexusInterface to use shouldThrottle() and throttledWarning() | ||||
| * | reverted changes to the toolbar: | isanae | 2019-06-04 | 1 | -34/+9 |
| | | | | | | | | - 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 | ||||
| * | renamed some of the menus to remove underscores | isanae | 2019-06-03 | 1 | -8/+14 |
| | | | | | | added Run menu with shortcuts, only visible when there are shortcuts to show fixed menubar visibility not being remembered | ||||
| * | added menubar toggle in the context menu | isanae | 2019-06-03 | 1 | -11/+13 |
| | | | | | | | | 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 | ||||
| * | missed some mnemonics in the main menu | isanae | 2019-06-02 | 1 | -3/+3 |
| | | |||||
| * | update styles to handle the new menu bar | isanae | 2019-06-02 | 1 | -0/+4 |
| | | | | | | | 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 | ||||
| * | added medium toolbar icon size | isanae | 2019-06-02 | 1 | -3/+6 |
| | | |||||
| * | the toolbar menu is now in the ui file instead of being created by hand | isanae | 2019-06-02 | 1 | -2/+91 |
| | | | | | it's also shared between the main menu and the context menu | ||||
| * | moved links to a new dedicated toolbar | isanae | 2019-06-02 | 1 | -18/+25 |
| | | |||||
