index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer
Qudix
2020-11-11
1
-3
/
+5
|
\
|
|
|
*
|
highlighting plugins from the data directory would crash
isanae
2020-11-12
1
-3
/
+5
|
|
/
*
|
QtWebEngine does not respect built-in qt.conf
Qudix
2020-11-11
1
-2
/
+1
*
|
Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into m...
Qudix
2020-11-10
1
-1
/
+5
|
\
|
|
*
detectGame() must be called before init()
isanae
2020-11-10
1
-1
/
+5
*
|
Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into m...
Qudix
2020-11-10
4
-34
/
+41
|
\
|
|
*
uncheck directories changed by the user by default to match the old behaviour...
isanae
2020-11-10
1
-1
/
+7
|
*
whitespace
isanae
2020-11-10
1
-2
/
+2
|
*
don't attempt to parse the command line for launch, it fails in all sorts of ...
isanae
2020-11-09
3
-35
/
+36
*
|
Using AppConfig
Qudix
2020-11-09
3
-7
/
+13
*
|
Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into m...
Qudix
2020-11-09
40
-1790
/
+3273
|
\
|
|
*
fixed nexus state not being updated
isanae
2020-11-09
1
-0
/
+2
|
*
Merge pull request #1284 from isanae/command-line-cleanup
isanae
2020-11-09
39
-1792
/
+3268
|
|
\
|
|
*
removed excess padding in plugins tab
isanae
2020-11-09
1
-19
/
+45
|
|
*
keyboard nav for create instance dialog
isanae
2020-11-08
5
-56
/
+218
|
|
*
renamed singleinstance.h/cpp to multiprocess.h/cpp
isanae
2020-11-08
5
-4
/
+4
|
|
*
renamed SingleInstance to MOMultiProcess
isanae
2020-11-08
6
-82
/
+41
|
|
*
timings
isanae
2020-11-08
2
-0
/
+30
|
|
*
renamed "change game" button to "manage instances"
isanae
2020-11-07
1
-9
/
+9
|
|
*
changed wiki link to Instances
isanae
2020-11-07
2
-2
/
+2
|
|
*
task dialog for plugin loadcheck
isanae
2020-11-07
1
-9
/
+64
|
|
*
show a confirmation before switching instances
isanae
2020-11-07
2
-3
/
+44
|
|
*
implemented browse buttons
isanae
2020-11-07
2
-7
/
+31
|
|
*
larger initial size for the instance dialog
isanae
2020-11-07
5
-5
/
+55
|
|
*
fixed AppConfig::logFileName so it can be used
isanae
2020-11-07
4
-169
/
+178
|
|
*
stopped using core dump stuff from usvfs, mo has its own
isanae
2020-11-07
14
-106
/
+146
|
|
*
split getCurrentInstance()
isanae
2020-11-07
2
-24
/
+35
|
|
*
reordered functions, removed unused headers
isanae
2020-11-07
1
-74
/
+39
|
|
*
moved most of the stuff from main.cpp into MOApplication
isanae
2020-11-07
3
-296
/
+315
|
|
*
added sanitychecks.h, moved to namespace sanity
isanae
2020-11-07
4
-13
/
+47
|
|
*
moved handleCommandLine() to CommandLine::setupCore()
isanae
2020-11-07
3
-50
/
+76
|
|
*
refactored setupInstance(), comments
isanae
2020-11-07
3
-69
/
+114
|
|
*
moved instance setup/selection to instancemanager.cpp
isanae
2020-11-07
5
-179
/
+214
|
|
*
moved dlls stuff to MOApplication
isanae
2020-11-07
2
-39
/
+49
|
|
*
moved splash stuff to MOSplash
isanae
2020-11-07
5
-69
/
+115
|
|
*
comments
isanae
2020-11-07
2
-19
/
+150
|
|
*
documentation
isanae
2020-11-07
1
-19
/
+82
|
|
*
documentation
isanae
2020-11-07
3
-103
/
+448
|
|
*
moved DirectoryCreator up, moved fix functions as lambdas
isanae
2020-11-07
1
-111
/
+129
|
|
*
moved getInstanceName() up
isanae
2020-11-07
5
-173
/
+243
|
|
*
added ... to the "Delete Instance" button to make it less scary
isanae
2020-11-07
6
-368
/
+456
|
|
*
removed some redundant functions in InstanceManager, made them all non-static
isanae
2020-11-07
6
-76
/
+250
|
*
|
Remember currently open tab in right panel.
Mikaël Capelle
2020-11-08
1
-0
/
+3
|
|
/
*
|
Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into m...
Seth Riley
2020-11-06
1
-2
/
+1
|
\
|
|
*
Call detectGame() after checking for conversion.
Mikaël Capelle
2020-11-06
1
-1
/
+1
|
*
Replace IPlugin::registered() by IPluginGame::detectGame().
Mikaël Capelle
2020-11-06
1
-2
/
+1
*
|
Fixed bad merge
Seth Riley
2020-11-06
1
-2
/
+1
*
|
Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into m...
Seth Riley
2020-11-06
70
-1919
/
+7930
|
\
|
|
*
Merge pull request #1280 from isanae/command-line
isanae
2020-11-06
67
-1941
/
+7907
|
|
\
|
|
*
renamed InstanceManager::instance() to singleton() to avoid confusion
isanae
2020-11-06
10
-35
/
+35
[prev]
[next]