| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
| |
| |
| |
| |
| |
| | |
optimizations:
- create BrowserDialog on demand
- scroll to bottom of log in a timer, coalesces fast logging
- disabled md5 of dlls
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |/
|
|
| |
removed a bunch of undefined functions in MainWindow
|
| |
|
|
| |
Recursively restores all hidden files in the mod or mods if more than one is selected.
|
| |
|
|
| |
removed unnecessary compat code
|
| | |
|
| |
|
|
| |
bumped to rc2
|
| |\
| |
| | |
Double click unhooked
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| |
|
|
|
| |
added stylesheets folder to the open folders button
moved "Open MO2 Logs folder" up to be with instance folders, removed "MO2" in the name
|
| | |
|
| |
|
|
| |
uniform order for file context menus
|
| |
|
|
| |
renamed enumerators
|
| |
|
|
|
| |
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
|
| | |
|
| | |
|
| |
|
|
|
|
| |
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
|
| |
|
|
|
| |
added IUserInterface::qtWidget()
put back IUserInterface in OrganizerCore now that there's a way to get the widget
|
| |\
| |
| | |
Executables fixes
|
| | | |
|
| | | |
|
| |/
|
|
|
|
|
| |
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
|
| |
|
|
|
| |
added option to disable checking for updates
removed online check, just try it and see
|
| |
|
|
| |
removed dead code in MainWindow
|
| |
|
|
| |
added combobox index to settings
|
| |
|
|
|
| |
merged settings into saveVisibility() and restoreVisibility()
call MainWindow::storeSettings() earlier so widget visibility is still valid
|
| |
|
|
| |
changed reset button in settings to restart immediately
|
| |
|
|
|
| |
removed widget-specific functions in GeometrySettings, now using generic functions in Settings
removed some unused member variables in MainWindow
|
| |
|
|
| |
fixed dialogs not having a parent
|
| |
|
|
| |
saved and restored directly
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
| |
added necessary member functions in Settings
|
| |
|
|
| |
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
|
| |
|
|
| |
moved the log that was in it to organizer core
|
| |
|
|
|
| |
added more error handling and logging, some was missing
removed some redundancy of setting the menu icons for add/remove, they're all set when clicking the button anyway
|
| |
|
|
|
| |
renamed ETabs to ModInfoTabIDs and changed all ints to use the enum instead
added ModInfoPtr to avoid having to include modinfo.h just to get ModInfo::Ptr
|
| |
|
|
|
|
| |
remove tabs if they're can't handle the selected mod
next/previous now load mods in place without reopening the dialog
tab reordering is broken
|