| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
| |
starting steam with spawn() instead of QProcess
dialogs for bad steam registry key and failure
refactored credentials code, added logging
add environment variables to env
|
| |
|
|
| |
removed 'suspended', not used
|
| | |
|
| |
|
|
| |
renamed some PluginSettings members and moved them around
|
| |
|
|
| |
removed "get" from the getters that had it
|
| | |
|
| |
|
|
|
| |
existing servers now merged when retrieving the download links
download manager doesn't store the servers any more, queries the settings every time
|
| | |
|
| |
|
|
|
|
| |
added ColorSettings
settings dialog general and diag tabs don't use qsettings anymore
removed logging of setting changes, will be added back to Settings class
|
| |
|
|
| |
SettingsDialog now uses GeometrySaver
|
| |
|
|
|
| |
fixed selected executable being empty after closing the edit dialog
put backup_install inside Settings
|
| |
|
|
|
| |
merged settings into saveVisibility() and restoreVisibility()
call MainWindow::storeSettings() earlier so widget visibility is still valid
|
| |
|
|
| |
fixed dialogs not having a parent
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
| |
initializing usvfs logging now logs strings for log level and crash dump type
|
| |
|
|
| |
replaced windowsErrorString() with formatSystemMessage()
|
| |
|
|
| |
removed some commented out logging
|
| |
|
|
| |
removed now unused vlog()
|
| | |
|
| |
|
|
|
|
|
| |
settings early
set log level on startup
replaced more qDebug()
|
| |
|
|
|
| |
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
|
| |
|
|
|
|
| |
cleaned up double logging for github
reset validation progress dialog parent just before the main window dies
removed unused APIStats from APIUserAccount, added isValid()
|
| |
|
|
| |
api key now part of ApiUserAccount
|
| |
|
|
| |
moved the log that was in it to organizer core
|
| | |
|
| |
|
|
|
| |
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
|
| |
|
|
|
|
| |
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
|
| | |
|
| |
|
|
|
|
|
| |
findJavaInstallation() because it was copy/pasted into EditExecutablesDialog
fixed FileDialogMemory::getOpenFileName() to also use the given directory correctly
handle browse binary button
|
| | |
|
| |
|
|
|
|
| |
renamed ExecutablesList::init() to addFromPlugin()
renamed ExecutablesList::find() to get() and added a find() that returns an iterator
changed some calls from get() to find() so they can handle failure because they didn't seem to handle std::runtime_error at all
|
| | |
|
| |
|
|
|
|
|
| |
setConflictItem() is now used by all conflict lists to setup the data (filename, archive, etc.) and visuals (italic for archives)
merged openDataFile() and previewDataFile() into their caller as they weren't used anywhere else
previewDataFile() used to do a fromNativeSeparators() before previewing, moved that to previewFileWithAlternatives() instead
brought overwrittenTree double click in line with overwriteTree, there's no difference between apply() and close() because there's only a close button
|
| |\
| |
| | |
Share context menu between conflict lists
|
| | |
| |
| |
| |
| | |
this is so that an origin other than the primary can be shown first and is used from previewDataFile() in ModInfoDialog since showing a preview for a conflicting file could initially show the file from the wrong mod
removed unused, uninitialized and dangerous ModInfoDialog::m_OriginID
|
| |\ \
| |/
|/| |
Permissive flag
|
| | |
| |
| |
| |
| |
| | |
- no implicit conversions for enum classes
- can't bind rvalue to non-const ref
- string literals are const
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
shell::OpenLink() or shell::OpenFile()
|
| | |
| |
| |
| |
| |
| | |
previewDataFile() was duplicated in both MainWindow and ModInfoDialog, moved to OrganizerCore
added preview menu item to filetree
better logging when shell operations fail
|
| | |
| |
| |
| | |
replaced more ShellExecute() calls with ExploreFile()
|
| | |
| |
| |
| |
| |
| | |
there
added ExploreFile(), changed all mentions of ShellExecute() in MainWindow to use it
|
| |/
|
|
|
|
| |
and modinfodialog, it's now moved to organizercore and renamed getFileExecutionContext() and executefile()
getFileExecutionContext() is also changed to return an enum instead of a 0-1-2 int
|
| | |
|