index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
instancemanager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrating to OAuth Authentication (#2374)
Jeremy Rimpo
2026-05-12
1
-2
/
+4
*
Add instance manager to plugin API (#2335)
Jonathan Feenstra
2026-02-08
1
-10
/
+55
*
Only list instance directory with a MO INI file (#1965)
Jeroen Ruigrok van der Werven
2024-06-08
1
-3
/
+5
*
Ignore Qt-created 'cache' directory
Jeroen Ruigrok van der Werven
2023-12-31
1
-1
/
+1
*
Apply clang-format.
Mikaƫl Capelle
2023-07-09
1
-197
/
+141
*
First pass for Qt6 compatibility
Jeremy Rimpo
2022-04-19
1
-1
/
+1
*
Remove from instance ignore list
Qudix
2021-10-15
1
-3
/
+1
*
Sanitize download file names
Chris Bessent
2021-04-29
1
-30
/
+2
*
- renamed instance::name() to displayName() to reduce confusion with portable...
isanae
2021-02-12
1
-8
/
+8
*
moved criticalOnTop() to uibase
isanae
2021-01-18
1
-5
/
+4
*
split run() into setup() and run()
isanae
2021-01-18
1
-5
/
+5
*
allow selecting another instance when the game/variant isn't found
isanae
2020-12-26
1
-2
/
+2
*
fixed instanceIcon() so it works when game plugins fail auto detection but th...
isanae
2020-12-22
1
-0
/
+7
*
fixed a bunch of instance and command line stuff
isanae
2020-11-12
1
-0
/
+6
*
refactored setupInstance(), comments
isanae
2020-11-07
1
-64
/
+109
*
moved instance setup/selection to instancemanager.cpp
isanae
2020-11-07
1
-1
/
+156
*
added ... to the "Delete Instance" button to make it less scary
isanae
2020-11-07
1
-30
/
+248
*
removed some redundant functions in InstanceManager, made them all non-static
isanae
2020-11-07
1
-47
/
+51
*
renamed InstanceManager::instance() to singleton() to avoid confusion
isanae
2020-11-06
1
-1
/
+1
*
added IPlugin::registered()
isanae
2020-11-04
1
-7
/
+1
*
InstanceManager now returns new Instance struct instead of instance name
isanae
2020-11-03
1
-458
/
+249
*
game icons in the instance list
isanae
2020-11-03
1
-0
/
+59
*
filter, explore buttons, instance rename
isanae
2020-11-03
1
-0
/
+9
*
disable portable instance button if one exists
isanae
2020-11-03
1
-3
/
+2
*
moved switch to instance to InstanceManager
isanae
2020-11-03
1
-0
/
+7
*
new GlobalSettings class to manage the registry
isanae
2020-11-03
1
-27
/
+3
*
PathChecker is unnecessary, refactored its guts into NamePage and PathsPage
isanae
2020-11-03
1
-1
/
+6
*
instance name page
isanae
2020-11-03
1
-0
/
+21
*
added empty instance manager dialog
isanae
2020-11-03
1
-10
/
+20
*
rewrote the delete instance dialog text
isanae
2020-11-03
1
-17
/
+20
*
deleteLocalInstance() now uses TaskDialog
isanae
2020-11-03
1
-28
/
+59
*
moved registry key from "Tannin" to "Mod Organizer Team"
isanae
2020-11-03
1
-6
/
+25
*
moved profile, current game and game edition checks to InstanceManager
isanae
2020-11-03
1
-1
/
+231
*
now using new common cmakefiles
isanae
2020-04-23
1
-1
/
+1
*
ignore some instance folders like "cache" and "qtwebengine"
isanae
2019-11-26
1
-1
/
+16
*
only log a warning for symlinks instead of exiting MO
isanae
2019-10-05
1
-1
/
+6
*
Add portable lock feature
LostDragonist
2019-09-11
1
-0
/
+21
*
changed qDebug() to log::debug()
isanae
2019-07-22
1
-1
/
+1
*
replaced qWarning()
isanae
2019-07-22
1
-5
/
+9
*
Force instance selection window on top
Silarn
2019-07-03
1
-0
/
+2
*
Correcting minor spelling mistakes in the UI + add contributor
Matte A
2019-06-23
1
-1
/
+1
*
fixes for /permissive-:
isanae
2019-05-26
1
-1
/
+1
*
Added enderal to instance selection name
Al
2019-02-13
1
-1
/
+1
*
Improved Choose Instance name dialog to avoid confusion
Al
2019-01-20
1
-1
/
+2
*
Change qPrintable to qUtf8Printable to better support non-ASCII text
LostDragonist
2019-01-05
1
-1
/
+1
*
Added missing games to the suggested names list.
Al12rs
2018-12-08
1
-3
/
+4
*
Allow switching instances when MO is launched with moshortcut://<instance>:
LostDragonist
2018-11-02
1
-1
/
+2
*
Allow more characters in instance names and add an error message
LostDragonist
2018-07-22
1
-3
/
+32
*
Prevent instances from ending in a space
LostDragonist
2018-06-09
1
-1
/
+1
*
Various text and ui changes:
Al12rs
2018-03-16
1
-2
/
+2
[next]