| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Set version for new instances | Chris Bessent | 2020-01-12 | 1 | -0/+1 |
| | | |||||
| * | Changed default behavior for "Open Previews on double click" to true | Al | 2019-12-08 | 1 | -1/+1 |
| | | | | | since it's probably the most desirable option. | ||||
| * | added open previews on double-click option | isanae | 2019-12-04 | 1 | -1/+11 |
| | | | | | implemented for filetree | ||||
| * | added option to hide confirmation when switching instances | isanae | 2019-11-26 | 1 | -0/+10 |
| | | |||||
| * | added loot log level option | isanae | 2019-11-22 | 1 | -0/+11 |
| | | |||||
| * | added spawn delay setting, not exposed | isanae | 2019-10-07 | 1 | -0/+11 |
| | | |||||
| * | added error messages to FileRenamer and a few more | isanae | 2019-10-04 | 1 | -2/+4 |
| | | | | | fixes for shell functions changing names | ||||
| * | changed the layout of the general settings tab | isanae | 2019-09-23 | 1 | -0/+10 |
| | | | | | | added option to disable checking for updates removed online check, just try it and see | ||||
| * | added center dialogs option | isanae | 2019-09-23 | 1 | -1/+33 |
| | | | | | | moved download list options to their own group box renamed confusing "Download Meta Information" to "Show Meta Information" | ||||
| * | ensure windows are on screen | isanae | 2019-09-23 | 1 | -18/+72 |
| | | |||||
| * | steam confirmation now using TaskDialog | isanae | 2019-09-19 | 1 | -1/+1 |
| | | | | | fixed dialog choices not remembering files | ||||
| * | added Settings::isExecutableBlacklisted() | isanae | 2019-09-19 | 1 | -0/+11 |
| | | | | | moved blacklisted confirmation to dialogs | ||||
| * | log desktop geometry | isanae | 2019-09-09 | 1 | -0/+1 |
| | | | | | log more info on game plugin | ||||
| * | really remove ask_for_nexuspw, the 2.2.0 update code was using the wrong section | isanae | 2019-09-08 | 1 | -0/+4 |
| | | |||||
| * | change the old servers map while processing updates instead of on-demand | isanae | 2019-09-08 | 1 | -44/+55 |
| | | | | | statusbar_visible is not used anymore | ||||
| * | clean up old settings when updating | isanae | 2019-09-08 | 1 | -6/+45 |
| | | |||||
| * | more documentation for settings | isanae | 2019-09-08 | 1 | -6/+1 |
| | | | | | removed unused automaticLoginEnabled() | ||||
| * | documentation for settings | isanae | 2019-09-08 | 1 | -63/+67 |
| | | | | | renamed some PluginSettings members and moved them around | ||||
| * | don't log widget and geometry setting changes | isanae | 2019-09-02 | 1 | -7/+20 |
| | | | | | | | fixed mod info dialog tab order using different settings for read and write mod info dialog now doesn't complain when no tab order exists in the settings only remove section when the array is larger, prevents logging changes when nothing actually changed | ||||
| * | only remove section when the array is larger, prevents logging changes when ↵ | isanae | 2019-09-02 | 1 | -25/+44 |
| | | | | | | | nothing actually changed changed back section names that were originally lowercase, arrays end up in two different sections | ||||
| * | split into settingsutilities | isanae | 2019-09-02 | 1 | -451/+1 |
| | | |||||
| * | split settings into a bunch of classes | isanae | 2019-09-02 | 1 | -804/+957 |
| | | | | | removed "get" from the getters that had it | ||||
| * | removed duplicate useProxy() | isanae | 2019-09-02 | 1 | -320/+532 |
| | | | | | use dedicated functions to set, get or remove settings, allows for logging | ||||
| * | moved workarounds to settings | isanae | 2019-09-02 | 1 | -0/+43 |
| | | |||||
| * | moved plugins to settings | isanae | 2019-09-02 | 1 | -101/+163 |
| | | |||||
| * | moved setting paths to Settings | isanae | 2019-08-26 | 1 | -17/+80 |
| | | |||||
| * | moved code for byte sizes and speed to uibase | isanae | 2019-08-26 | 1 | -89/+173 |
| | | | | | | added scoped classes for QSettings groups and arrays servers logged on startup | ||||
| * | changed total speed and count to a list of the last 5 downloads | isanae | 2019-08-26 | 1 | -16/+35 |
| | | | | | | existing servers now merged when retrieving the download links download manager doesn't store the servers any more, queries the settings every time | ||||
| * | server settings converted to array instead of byte array map | isanae | 2019-08-26 | 1 | -32/+62 |
| | | | | | moved cleanup to ServerList | ||||
| * | moved preferred servers into ServerList | isanae | 2019-08-26 | 1 | -17/+0 |
| | | |||||
| * | ServerList instead of a QList of ServerInfo | isanae | 2019-08-26 | 1 | -5/+31 |
| | | | | | | changed preferred to an int moved all server settings to Settings | ||||
| * | made ServerInfo a class | isanae | 2019-08-26 | 1 | -43/+43 |
| | | | | | moved server functions together in Settings | ||||
| * | moved more nexus stuff to settings | isanae | 2019-08-26 | 1 | -2/+22 |
| | | | | | settings tab remembered | ||||
| * | changed crash dump type to use enum instead of int | isanae | 2019-08-24 | 1 | -32/+128 |
| | | | | | | | 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 | ||||
| * | added settings for QTabWidget, checkable QAbstractButton and ExpanderWidget | isanae | 2019-08-24 | 1 | -1/+73 |
| | | | | | removed directInterface() from mod info conflicts | ||||
| * | passes callbacks to QuestionBoxMemory so it doesn't access the ini directly | isanae | 2019-08-17 | 1 | -0/+68 |
| | | | | | | fixed selected executable being empty after closing the edit dialog put backup_install inside Settings | ||||
| * | put tutorials in the settings | isanae | 2019-08-17 | 1 | -5/+50 |
| | | | | | finished moving endorsement to settings | ||||
| * | put endorsement state and first start in settings | isanae | 2019-08-17 | 1 | -0/+18 |
| | | |||||
| * | merged DockFixer into GeometrySettings | isanae | 2019-08-16 | 1 | -87/+171 |
| | | | | | added combobox index to settings | ||||
| * | StatusBar now inherits from QStatusBar to handle hide/show events | isanae | 2019-08-16 | 1 | -55/+41 |
| | | | | | | 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 | -25/+54 |
| | | | | | changed reset button in settings to restart immediately | ||||
| * | merged toolbars into restoreToolbars() and saveToolbars() | isanae | 2019-08-16 | 1 | -10/+76 |
| | | | | | | | added centerOnMainWindowMonitor(), now also used by validation dialog added overloads for splitter, used by main splitter fixed saveState() for QMainWindow calling the wrong function | ||||
| * | added GeometrySaver | isanae | 2019-08-16 | 1 | -117/+101 |
| | | | | | | removed widget-specific functions in GeometrySettings, now using generic functions in Settings removed some unused member variables in MainWindow | ||||
| * | moved getting and setting executables to Settings | isanae | 2019-08-05 | 1 | -0/+44 |
| | | |||||
| * | moved recent directories to Settings | isanae | 2019-08-04 | 1 | -0/+39 |
| | | | | | use global cache variable instead of an instance inside a function | ||||
| * | moved geometry handling to PreviewDialog | isanae | 2019-08-04 | 1 | -0/+10 |
| | | | | | fixed dialogs not having a parent | ||||
| * | removed registerWidgetState(), was used just for header list headers, now ↵ | isanae | 2019-08-04 | 1 | -0/+40 |
| | | | | | saved and restored directly | ||||
| * | moved geometry handling to ProblemsDialog and CategoriesDialog | isanae | 2019-08-04 | 1 | -0/+20 |
| | | |||||
| * | moved geometry handling to ListDialog | isanae | 2019-08-04 | 1 | -0/+10 |
| | | |||||
| * | removed convertVariant(), turns out value() does it | isanae | 2019-08-04 | 1 | -36/+21 |
| | | | | | separator colors to settings | ||||
