summaryrefslogtreecommitdiff
path: root/src/settingsdialognexus.h
Commit message (Collapse)AuthorAgeFilesLines
* Migrating to OAuth Authentication (#2374)Jeremy Rimpo2026-05-121-7/+14
| | | | Co-authored-by: aglowinthefield <146008217+aglowinthefield@users.noreply.github.com> Co-authored-by: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com>
* Extended MODL / direct download handling (#2384)Jeremy Rimpo2026-05-031-1/+0
| | | | | | | * Extended MODL / direct download handling - name, modname, version, and source options added to download command - nxmhandler init adds schemas and MODL entry with default launch args - Add MODL register button to general tab - On window display, call meta function to trigger both registrations
* Apply clang-format.Mikaël Capelle2023-07-091-13/+7
|
* custom browser commandisanae2020-12-281-2/+5
| | | | changed some places that used QDesktopServices to use shell::Open() from uibase instead
* moved nexus api stuff to GlobalSettingsisanae2020-11-031-2/+2
| | | | | | | 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
* implemented nexus pageisanae2020-11-031-4/+6
|
* split nexus connection stuff into NexusConnectionUI so it can be reused in ↵isanae2020-11-031-13/+42
| | | | | | | | | | the instance creation dialog removed the PluginContainer* parameter from NexusInterface::instance() - it's a singleton, so it only needs to be given once, not every time - it doesn't even matter because the first time instance() is called, it creates the singleton, but the plugin container is always null - and setPluginContainer() is called much later from OrganizerCore with the correct value added non functional nexus page to instance creation dialog
* rework of the nexus key validator to allow multiple attempts before failingisanae2019-10-051-2/+3
|
* made member variables in SettingsTab private, added accessorsisanae2019-08-171-1/+1
| | | | SettingsDialog now uses GeometrySaver
* cleaned up includesisanae2019-08-021-0/+1
| | | | | removed commented out code reordered member functions in Settings
* renamed tab classes, clashing with mod info dialogisanae2019-08-021-0/+40
split nexus tab