summaryrefslogtreecommitdiff
path: root/src/createinstancedialogpages.cpp
Commit message (Expand)AuthorAgeFilesLines
* Migrating to OAuth Authentication (#2374)Jeremy Rimpo2026-05-121-1/+2
* Use `lootGameName()` and `displayGameName()` in initial places. (#2030)Mikaël Capelle2024-05-261-14/+18
* Default profile settings (#1869)Jeremy Rimpo2023-09-191-0/+33
* Apply clang-format.Mikaël Capelle2023-07-091-206/+170
* Escape ampersands in game names in instance windowChris Bessent2021-08-221-1/+1
* Add some more Microsoft Store errorsChris Bessent2021-05-011-1/+45
* Sanitize download file namesChris Bessent2021-04-291-3/+4
* removed setUpdateDelay(false) calls, it's the defaultisanae2020-12-261-1/+0
* fixed crash when clicking ...isanae2020-11-151-1/+1
* keyboard nav for create instance dialogisanae2020-11-081-26/+91
* implemented browse buttonsisanae2020-11-071-7/+27
* documentationisanae2020-11-071-19/+82
* documentationisanae2020-11-071-87/+86
* moved getInstanceName() upisanae2020-11-071-33/+43
* removed some redundant functions in InstanceManager, made them all non-staticisanae2020-11-071-5/+5
* renamed InstanceManager::instance() to singleton() to avoid confusionisanae2020-11-061-9/+9
* InstanceManager now returns new Instance struct instead of instance nameisanae2020-11-031-23/+42
* moved nexus api stuff to GlobalSettingsisanae2020-11-031-2/+3
* moved naturalCompare() to uibaseisanae2020-11-031-3/+3
* filter, explore buttons, instance renameisanae2020-11-031-54/+8
* disable portable instance button if one existsisanae2020-11-031-2/+10
* implemented nexus pageisanae2020-11-031-2/+15
* split nexus connection stuff into NexusConnectionUI so it can be reused in th...isanae2020-11-031-0/+20
* moved list of supported games to detailsisanae2020-11-031-8/+15
* filter for gamesisanae2020-11-031-5/+41
* added hide option for intro page in create instance dialogisanae2020-11-031-1/+6
* move to next page when clicking a gameisanae2020-11-031-3/+10
* PathChecker is unnecessary, refactored its guts into NamePage and PathsPageisanae2020-11-031-106/+144
* split create instance dialog pagesisanae2020-11-031-0/+976