summaryrefslogtreecommitdiff
path: root/src/instancemanagerdialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add instance manager to plugin API (#2335)Jonathan Feenstra2026-02-081-5/+0
* Apply clang-format.Mikaƫl Capelle2023-07-091-99/+113
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-1/+1
* Sanitize download file namesChris Bessent2021-04-291-3/+4
* - renamed instance::name() to displayName() to reduce confusion with portable...isanae2021-02-121-8/+8
* removed setUpdateDelay(false) calls, it's the defaultisanae2020-12-261-1/+0
* fixed instanceIcon() so it works when game plugins fail auto detection but th...isanae2020-12-221-8/+46
* fixed a bunch of instance and command line stuffisanae2020-11-121-1/+5
* uncheck directories changed by the user by default to match the old behaviour...isanae2020-11-101-1/+7
* show a confirmation before switching instancesisanae2020-11-071-2/+40
* larger initial size for the instance dialogisanae2020-11-071-1/+27
* moved getInstanceName() upisanae2020-11-071-75/+97
* added ... to the "Delete Instance" button to make it less scaryisanae2020-11-071-306/+41
* removed some redundant functions in InstanceManager, made them all non-staticisanae2020-11-071-3/+3
* renamed InstanceManager::instance() to singleton() to avoid confusionisanae2020-11-061-10/+10
* added IPlugin::registered()isanae2020-11-041-1/+5
* replaced #pragma once by ifdefsisanae2020-11-031-9/+0
* larged delete instance dialogisanae2020-11-031-0/+1
* InstanceManager now returns new Instance struct instead of instance nameisanae2020-11-031-19/+31
* game icons in the instance listisanae2020-11-031-1/+18
* moved nexus api stuff to GlobalSettingsisanae2020-11-031-1/+1
* moved naturalCompare() to uibaseisanae2020-11-031-11/+27
* open ini buttonisanae2020-11-031-18/+68
* added checkboxes for deleting instancesisanae2020-11-031-85/+93
* - changed PathSettings::base() to use the ini's parent directory instead of t...isanae2020-11-031-138/+317
* delete instanceisanae2020-11-031-22/+246
* renamed cancel to closeisanae2020-11-031-22/+80
* filter, explore buttons, instance renameisanae2020-11-031-7/+147
* moved switch to instance to InstanceManagerisanae2020-11-031-3/+24
* fixed settings doing weird stuff with multiple instancesisanae2020-11-031-0/+6
* game pageisanae2020-11-031-1/+1
* started create instance dialogisanae2020-11-031-6/+96
* added empty instance manager dialogisanae2020-11-031-0/+36