| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixed warning about ini files with utf8 bom | isanae | 2020-12-28 | 1 | -1/+28 |
| | | | | | fixed main thread name still getting clobbered by QWebEngine | ||||
| * | custom browser command | isanae | 2020-12-28 | 1 | -2/+37 |
| | | | | | changed some places that used QDesktopServices to use shell::Open() from uibase instead | ||||
| * | don't log modules in winroot | isanae | 2020-12-24 | 1 | -7/+7 |
| | | | | | dashes to dots | ||||
| * | also log primary handler | isanae | 2020-12-24 | 1 | -0/+3 |
| | | |||||
| * | dump nxmhandler.ini | isanae | 2020-12-24 | 1 | -2/+48 |
| | | |||||
| * | ignore steam username when dumping settings | isanae | 2020-12-24 | 1 | -1/+3 |
| | | |||||
| * | Add Settings::unregisterPlugin(). | Mikaël Capelle | 2020-12-02 | 1 | -0/+10 |
| | | |||||
| * | Merge pull request #1292 from Holt59/iplugin-isactive-refactoring | Mikaël Capelle | 2020-11-18 | 1 | -2/+21 |
| |\ | | | | | IPlugin::isActive refactoring | ||||
| | * | Fix handling of previous 'enabled' settings. | Mikaël Capelle | 2020-11-11 | 1 | -7/+10 |
| | | | |||||
| | * | Improve requirements handling. | Mikaël Capelle | 2020-11-11 | 1 | -3/+14 |
| | | | |||||
| | * | Insert 'enabled' plugin if not present. | Mikaël Capelle | 2020-11-11 | 1 | -0/+5 |
| | | | |||||
| * | | Add a toggle for tracking | Qudix | 2020-11-11 | 1 | -0/+10 |
| |/ | |||||
| * | larger initial size for the instance dialog | isanae | 2020-11-07 | 1 | -1/+7 |
| | | | | | save geometry if settings are available | ||||
| * | stopped using core dump stuff from usvfs, mo has its own | isanae | 2020-11-07 | 1 | -6/+6 |
| | | | | | | set exception handler at the start, it can handle not having qt or data paths hopefully fixed infinite crash dumps | ||||
| * | game icons in the instance list | isanae | 2020-11-03 | 1 | -0/+5 |
| | | |||||
| * | moved nexus api stuff to GlobalSettings | isanae | 2020-11-03 | 1 | -31/+31 |
| | | | | | | | | pass a pointer to Settings around for things that can be called without settings, when creating the first instance added dummy plugin list, mod list and iorganizer to initialize plugins without an instance moved PluginContainer into the core filter, had nothing to do with the plugins list NexusInterface is now created manually instead of being a static singleton because it needs to know if the settings are available | ||||
| * | - changed PathSettings::base() to use the ini's parent directory instead of ↵ | isanae | 2020-11-03 | 1 | -1/+3 |
| | | | | | | | | | | the global "dataPath" property; this is always the same thing, unless another Settings object is created for a different instance than the active one, which happens in the instance manager dialog - instance manager dialog: - select the active instance when opening - instance deletion now handles custom paths from the ini - started on instance conversions, not functional | ||||
| * | hide tutorial question option | isanae | 2020-11-03 | 1 | -0/+11 |
| | | |||||
| * | added hide option for intro page in create instance dialog | isanae | 2020-11-03 | 1 | -0/+15 |
| | | |||||
| * | new GlobalSettings class to manage the registry | isanae | 2020-11-03 | 1 | -0/+36 |
| | | | | | close the create instance dialog when launch is unchecked | ||||
| * | don't skip paths for portable instance, what am I doing | isanae | 2020-11-03 | 1 | -2/+16 |
| | | | | | | implemented actual creation removed mentions of %BASE_DIR% everywhere, use constant and functions from PathSettings | ||||
| * | fixed settings doing weird stuff with multiple instances | isanae | 2020-11-03 | 1 | -20/+20 |
| | | | | | | sort games by name added intro and confirmation pages | ||||
| * | started create instance dialog | isanae | 2020-11-03 | 1 | -6/+13 |
| | | | | | | allow for multiple instances of Settings fill in information in instance manager | ||||
| * | more refactoring: | isanae | 2020-11-03 | 1 | -1/+1 |
| | | | | | | - moved splash stuff together - moved stuff in the main loop into doOneRun() | ||||
| * | added hidden validation_timeouts setting | isanae | 2020-07-10 | 1 | -0/+34 |
| | | |||||
| * | don't log old nexus username and password | isanae | 2020-07-10 | 1 | -1/+1 |
| | | | | | they're not supposed to be in the INI anymore, but the migration code looks broken and some users still have them | ||||
| * | Add IOrganizer signal when a plugin setting is changed. | Mikaël Capelle | 2020-06-05 | 1 | -0/+30 |
| | | |||||
| * | now using new common cmakefiles | isanae | 2020-04-23 | 1 | -1/+1 |
| | | | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files | ||||
| * | Add option to filterwidget to keep selection in view | AL | 2020-02-23 | 1 | -0/+2 |
| | | |||||
| * | threaded refresher | isanae | 2020-02-18 | 1 | -0/+10 |
| | | |||||
| * | added support for FilterWidget regexes | isanae | 2020-02-18 | 1 | -0/+18 |
| | | |||||
| * | Add setting to disable splash since it can cause load time increase | AL | 2020-02-17 | 1 | -0/+10 |
| | | | | | use_spash=true by default. It's not exposed to the ui for now. | ||||
| * | 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 | ||||
