| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | customizable columns for mod and plugin lists | isanae | 2020-02-18 | 1 | -3/+0 |
| | | |||||
| * | Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into ↵ | isanae | 2020-02-07 | 1 | -0/+1 |
| |\ | | | | | | | generic-file-list | ||||
| | * | Allow Shift-double click on modlist to open Nexus or custom URL as fall-back. | AL | 2020-02-04 | 1 | -0/+1 |
| | | | |||||
| * | | fixed LogModel not being thread safe | isanae | 2020-02-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | optimizations: - create BrowserDialog on demand - scroll to bottom of log in a timer, coalesces fast logging - disabled md5 of dlls | ||||
| * | | fixed warning when comparing empty strings | isanae | 2020-02-05 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | split data tab | isanae | 2020-02-04 | 1 | -42/+2 |
| |/ | | | | removed a bunch of undefined functions in MainWindow | ||||
| * | Add "Restore hidden files" context menu option to modlist. | Al | 2020-01-20 | 1 | -0/+1 |
| | | | | | Recursively restores all hidden files in the mod or mods if more than one is selected. | ||||
| * | moved the conflicts column back to its proper position in the enum | isanae | 2019-12-09 | 1 | -1/+0 |
| | | | | | removed unnecessary compat code | ||||
| * | move the conflicts column when resetting geometries | isanae | 2019-12-09 | 1 | -0/+1 |
| | | |||||
| * | use paintEvent() to allow interactive resize because showEvent() is too early | isanae | 2019-12-09 | 1 | -0/+2 |
| | | | | | bumped to rc2 | ||||
| * | Merge pull request #931 from isanae/double-click-unhooked | isanae | 2019-12-09 | 1 | -0/+1 |
| |\ | | | | | Double click unhooked | ||||
| | * | data tab: run exes unhooked by default | isanae | 2019-12-09 | 1 | -0/+1 |
| | | | |||||
| * | | Rework column insertion to move to the intended position post-facto | Silarn | 2019-12-08 | 1 | -1/+1 |
| |/ | |||||
| * | removed unused on_clickBlankButton_clicked() | isanae | 2019-12-07 | 1 | -3/+0 |
| | | |||||
| * | implemented previews on double-click for the data and conflicts tabs | isanae | 2019-12-04 | 1 | -0/+1 |
| | | |||||
| * | added explore button in the settings to open stylesheets folder | isanae | 2019-12-04 | 1 | -0/+1 |
| | | | | | | added stylesheets folder to the open folders button moved "Open MO2 Logs folder" up to be with instance folders, removed "MO2" in the name | ||||
| * | double-click now opens files for the data tab, filetree and conflict lists | isanae | 2019-12-02 | 1 | -0/+2 |
| | | |||||
| * | added "open with vfs" to the data tab | isanae | 2019-12-02 | 1 | -0/+1 |
| | | | | | uniform order for file context menus | ||||
| * | three modes for separators, save state | isanae | 2019-12-02 | 1 | -1/+2 |
| | | | | | renamed enumerators | ||||
| * | renamed filters to criteria | isanae | 2019-11-30 | 1 | -2/+2 |
| | | | | | | 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 | -4/+3 |
| | | | | | renamed some widgets | ||||
| * | split filter list | isanae | 2019-11-27 | 1 | -9/+3 |
| | | |||||
| * | added separators filter | isanae | 2019-11-27 | 1 | -0/+1 |
| | | | | | changed notendorsed filter to include anything else than true | ||||
| * | added not filter, not functional yet | isanae | 2019-11-27 | 1 | -0/+1 |
| | | | | | fixed no mods being displayed for OR with no conditions | ||||
| * | added open mod info to data tab context menu | isanae | 2019-11-26 | 1 | -0/+1 |
| | | |||||
| * | split loot stuff to loot.h/cpp, no changes in functionality | isanae | 2019-11-16 | 1 | -4/+0 |
| | | |||||
| * | added lockwidget to replace all the other dialogs | isanae | 2019-11-06 | 1 | -7/+0 |
| | | | | | | | rewrote ProcessRunner to have a bunch of setters and then a run() fixed bad exit code when waiting on a process that's already completed removed lock()/unlock() from main window, ProcessRunner is in charge of that now | ||||
| * | split to processrunner | isanae | 2019-11-06 | 1 | -2/+3 |
| | | | | | | added IUserInterface::qtWidget() put back IUserInterface in OrganizerCore now that there's a way to get the widget | ||||
| * | Merge pull request #863 from isanae/executables-fixes | isanae | 2019-10-10 | 1 | -3/+2 |
| |\ | | | | | Executables fixes | ||||
| | * | added hide flag to executables | isanae | 2019-10-08 | 1 | -2/+1 |
| | | | |||||
| | * | initial selection in the edit executables dialog from main window | isanae | 2019-10-08 | 1 | -1/+1 |
| | | | |||||
| * | | added ExitModOrganizer(), used instead of qApp->exit() | isanae | 2019-10-07 | 1 | -6/+5 |
| |/ | | | | | | | reset geometry uses TaskDialog moved restart code for the settings dialog to MainWindow fixed settings sometimes not being saved when restarting don't log "crash dumps present" every time the settings dialog is closed | ||||
| * | changed the layout of the general settings tab | isanae | 2019-09-23 | 1 | -0/+1 |
| | | | | | | added option to disable checking for updates removed online check, just try it and see | ||||
| * | fixes for ExpanderWidget | isanae | 2019-09-11 | 1 | -3/+0 |
| | | | | | removed dead code in MainWindow | ||||
| * | merged DockFixer into GeometrySettings | isanae | 2019-08-16 | 1 | -2/+0 |
| | | | | | added combobox index to settings | ||||
| * | StatusBar now inherits from QStatusBar to handle hide/show events | isanae | 2019-08-16 | 1 | -13/+2 |
| | | | | | | merged settings into saveVisibility() and restoreVisibility() call MainWindow::storeSettings() earlier so widget visibility is still valid | ||||
| * | moved all geometry save, restore and reset to GeometrySettings | isanae | 2019-08-16 | 1 | -1/+0 |
| | | | | | changed reset button in settings to restart immediately | ||||
| * | added GeometrySaver | isanae | 2019-08-16 | 1 | -4/+0 |
| | | | | | | removed widget-specific functions in GeometrySettings, now using generic functions in Settings removed some unused member variables in MainWindow | ||||
| * | moved geometry handling to PreviewDialog | isanae | 2019-08-04 | 1 | -1/+0 |
| | | | | | fixed dialogs not having a parent | ||||
| * | removed registerWidgetState(), was used just for header list headers, now ↵ | isanae | 2019-08-04 | 1 | -8/+1 |
| | | | | | saved and restored directly | ||||
| * | moved mod list stuff to setupModList(), no changes | isanae | 2019-08-04 | 1 | -0/+1 |
| | | |||||
| * | moved settings updates to Settings::processUpdates() | isanae | 2019-08-04 | 1 | -1/+1 |
| | | |||||
| * | split into GeometrySettings | isanae | 2019-08-04 | 1 | -2/+2 |
| | | | | | | | | 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 | ||||
| * | removed mentions of QSettings from main.cpp | isanae | 2019-08-04 | 1 | -1/+2 |
| | | | | | added necessary member functions in Settings | ||||
| * | moved setLogLevel() to OrganizerCore | isanae | 2019-07-22 | 1 | -4/+0 |
| | | | | | moved context menu to LogList | ||||
| * | use log::Levels instead of ints | isanae | 2019-07-22 | 1 | -3/+9 |
| | | | | | | 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 | -1/+0 |
| | | |||||
| * | removed unused or redundant stuff in error_report.h | isanae | 2019-07-22 | 1 | -0/+1 |
| | | | | | | | | 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 | -1/+4 |
| | | | | | added a menu item in the view menu for it | ||||
| * | removed useless validationFailed() callback in MainWindow | isanae | 2019-07-10 | 1 | -2/+0 |
| | | | | | moved the log that was in it to organizer core | ||||
