index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
instancemanagerdialog.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add instance manager to plugin API (#2335)
Jonathan Feenstra
2026-02-08
1
-5
/
+0
*
Apply clang-format.
Mikaƫl Capelle
2023-07-09
1
-99
/
+113
*
First pass for Qt6 compatibility
Jeremy Rimpo
2022-04-19
1
-1
/
+1
*
Sanitize download file names
Chris Bessent
2021-04-29
1
-3
/
+4
*
- renamed instance::name() to displayName() to reduce confusion with portable...
isanae
2021-02-12
1
-8
/
+8
*
removed setUpdateDelay(false) calls, it's the default
isanae
2020-12-26
1
-1
/
+0
*
fixed instanceIcon() so it works when game plugins fail auto detection but th...
isanae
2020-12-22
1
-8
/
+46
*
fixed a bunch of instance and command line stuff
isanae
2020-11-12
1
-1
/
+5
*
uncheck directories changed by the user by default to match the old behaviour...
isanae
2020-11-10
1
-1
/
+7
*
show a confirmation before switching instances
isanae
2020-11-07
1
-2
/
+40
*
larger initial size for the instance dialog
isanae
2020-11-07
1
-1
/
+27
*
moved getInstanceName() up
isanae
2020-11-07
1
-75
/
+97
*
added ... to the "Delete Instance" button to make it less scary
isanae
2020-11-07
1
-306
/
+41
*
removed some redundant functions in InstanceManager, made them all non-static
isanae
2020-11-07
1
-3
/
+3
*
renamed InstanceManager::instance() to singleton() to avoid confusion
isanae
2020-11-06
1
-10
/
+10
*
added IPlugin::registered()
isanae
2020-11-04
1
-1
/
+5
*
replaced #pragma once by ifdefs
isanae
2020-11-03
1
-9
/
+0
*
larged delete instance dialog
isanae
2020-11-03
1
-0
/
+1
*
InstanceManager now returns new Instance struct instead of instance name
isanae
2020-11-03
1
-19
/
+31
*
game icons in the instance list
isanae
2020-11-03
1
-1
/
+18
*
moved nexus api stuff to GlobalSettings
isanae
2020-11-03
1
-1
/
+1
*
moved naturalCompare() to uibase
isanae
2020-11-03
1
-11
/
+27
*
open ini button
isanae
2020-11-03
1
-18
/
+68
*
added checkboxes for deleting instances
isanae
2020-11-03
1
-85
/
+93
*
- changed PathSettings::base() to use the ini's parent directory instead of t...
isanae
2020-11-03
1
-138
/
+317
*
delete instance
isanae
2020-11-03
1
-22
/
+246
*
renamed cancel to close
isanae
2020-11-03
1
-22
/
+80
*
filter, explore buttons, instance rename
isanae
2020-11-03
1
-7
/
+147
*
moved switch to instance to InstanceManager
isanae
2020-11-03
1
-3
/
+24
*
fixed settings doing weird stuff with multiple instances
isanae
2020-11-03
1
-0
/
+6
*
game page
isanae
2020-11-03
1
-1
/
+1
*
started create instance dialog
isanae
2020-11-03
1
-6
/
+96
*
added empty instance manager dialog
isanae
2020-11-03
1
-0
/
+36