| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
| |
added centerOnMainWindowMonitor(), now also used by validation dialog
added overloads for splitter, used by main splitter
fixed saveState() for QMainWindow calling the wrong function
|
| |
|
|
|
| |
removed widget-specific functions in GeometrySettings, now using generic functions in Settings
removed some unused member variables in MainWindow
|
| | |
|
| |
|
|
| |
saved and restored directly
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
separator colors to settings
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
| |
removed Settings::query(), main window now deals with SettingsDialog directly
|
| |\
| |
| | |
Logging rework
|
| | |
| |
| |
| | |
moved context menu to LogList
|
| | |
| |
| |
| | |
replaced windowsErrorString() with formatSystemMessage()
|
| | |
| |
| |
| | |
removed some commented out logging
|
| | |
| |
| |
| | |
removed now unused vlog()
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
replaced qWarnings() and qCritical()
|
| | |
| |
| |
| |
| | |
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
|
| |\ \
| |/
|/| |
Qt 5.13
|
| | |\ |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
moved the log that was in it to organizer core
|
| | |/
|/|
| |
| | |
tab is not active.
|
| |/
|
|
|
| |
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
|
| |
|
|
|
|
| |
discard the changes
comments, moving some stuff around
|
| |
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
constructors
mod is passed to ctors to make sure they can never be empty
only call deleteRequest() to selected mod
comments
|
| |
|
|
|
|
|
|
|
|
| |
- it is now independent from the nexus mod url
- it can be set in addition to having a valid mod id
- both urls can be displayed in the context menu
re-arranged some of the widgets on the nexus tab
added a track button
added a custom url checkbox and open in browser button
added a max-width to the browser
|
| |
|
|
|
|
| |
and the id from the enum
fixed reordering
|
| |
|
|
|
|
| |
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
|
| |
|
|
| |
forward delete shortcut to tabs
|
| |
|
|
|
|
| |
added OrganizerCore::loggedInAction() to execute a function only when logged in, replaces a bunch of copy/pasted stuff in mainwindow
moved common variables in ModInfoDialogTab
moved DescriptionPage to modinfodialognexus.h, renamed to NexusTabWebpage, deleted now empty descriptionpage.h
|
| | |
|
| |
|
|
|
| |
* Made status a default choice.
* Changed status column to +/- instead of Enabled/Disabled.
|
| |
|
|
| |
twice with a doubleclick.
|
| | |
|
| |
|
|
|
|
| |
added apply button to dialog
added reset button that re-adds plugin executables and renames existing ones if needed
moved executables files to their filter in visual studio
|
| |
|
|
|
|
|
| |
from the main window
use a separate enabled state for custom overwrites and forced libraries, this remembers the values even when unchecking the checkbox, as long as the dialog stays opened
pass the whole OrganizerCore to EditExecutablesDialog, simplifies a bunch of things
|