index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
organizercore.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
First pass for Qt6 compatibility
Jeremy Rimpo
2022-04-19
1
-9
/
+12
*
Add IOrganizer::virtualFileTree().
Mikaël Capelle
2021-05-14
1
-0
/
+3
*
Better refresh of override markers and conflicts.
Mikaël Capelle
2021-02-09
1
-28
/
+49
*
Remove LoadMechanism completely.
Mikaël Capelle
2021-01-29
1
-1
/
+0
*
Move settings around. Remove unused settings.
Mikaël Capelle
2021-01-29
1
-4
/
+1
*
Move update of directory structure after mod priority change to organizer core.
Mikaël Capelle
2021-01-21
1
-2
/
+43
*
INT_MAX -> std::numeric_limits, plus minor clean.
Mikaël Capelle
2021-01-21
1
-1
/
+1
*
Don't look for mods with -1 as mod ID when suggesting names
AL
2021-01-19
1
-1
/
+1
*
Merge pull request #1372 from Holt59/install-mod-at
Mikaël Capelle
2021-01-18
1
-1
/
+2
|
\
|
*
Modify 'Install mod... ' in context menu to install above current mod.
Mikaël Capelle
2021-01-18
1
-1
/
+2
*
|
moved criticalOnTop() to uibase
isanae
2021-01-18
1
-3
/
+2
*
|
renamed Refresh to TriggerRefresh, added WaitForRefresh
isanae
2021-01-18
1
-3
/
+1
*
|
moved externalMessage() to MOApplication
isanae
2021-01-18
1
-19
/
+0
*
|
merged exe and run commands, added -e flag instead
isanae
2021-01-18
1
-0
/
+5
|
/
*
Add setting to automatically hide download after installation.
Mikaël Capelle
2021-01-14
1
-0
/
+3
*
Remove OrganizerCore::modsSortedByProfilePriority.
Mikaël Capelle
2021-01-13
1
-16
/
+0
*
Remove archive parsing attribute from core and use the one from settings dire...
Mikaël Capelle
2021-01-13
1
-1
/
+1
*
Add option to have different separator collapsed/expanded states between prof...
Mikaël Capelle
2021-01-10
1
-0
/
+1
*
Refactoring of ModInfo to give access to the core. Remove ModInfo::remove() c...
Mikaël Capelle
2021-01-02
1
-10
/
+5
*
Add index attribute to ModInfo.
Mikaël Capelle
2021-01-02
1
-0
/
+2
*
Move connection from organizer to mainwindow.
Mikaël Capelle
2021-01-02
1
-15
/
+0
*
Minor refactoring.
Mikaël Capelle
2021-01-02
1
-4
/
+1
*
Remove selection-related stuff from plugin/mod lists.
Mikaël Capelle
2021-01-02
1
-4
/
+0
*
Start moving stuff from MainWindow to PluginListView.
Mikaël Capelle
2021-01-02
1
-8
/
+0
*
Move more stuff from MainWindow. Minor improvements for prev/next button in M...
Mikaël Capelle
2021-01-02
1
-1
/
+0
*
Move the overwrite context menu.
Mikaël Capelle
2021-01-02
1
-2
/
+0
*
Start moving modlist context menu actions to separate structures.
Mikaël Capelle
2021-01-02
1
-7
/
+5
*
Fix category management.
Mikaël Capelle
2021-01-02
1
-7
/
+1
*
Clean drag&drop code and add drop of external folder/archives.
Mikaël Capelle
2021-01-02
1
-64
/
+78
*
Fix and move stuff around.
Mikaël Capelle
2021-01-02
1
-2
/
+0
*
Do not move installed mod after merge/replace.
Mikaël Capelle
2021-01-02
1
-7
/
+7
*
Fix keyboard move selection.
Mikaël Capelle
2021-01-02
1
-2
/
+0
*
Drag and drop from download view to install + Expand and scroll to mod on ins...
Mikaël Capelle
2021-01-02
1
-3
/
+11
*
Allow '.' for the path in findFileInfos.
Mikaël Capelle
2020-12-30
1
-1
/
+1
*
offline mode:
isanae
2020-12-28
1
-1
/
+1
*
Minor cleaning (comments, names).
Mikaël Capelle
2020-12-04
1
-1
/
+1
*
Remove disconnectPlugins() from OrganizerCore.
Mikaël Capelle
2020-12-04
1
-19
/
+0
*
Fix callbacks for pluginlist, modlist and download manager.
Mikaël Capelle
2020-12-02
1
-1
/
+7
*
Fix callbacks for IOrganizer when plugin are unloaded/loaded.
Mikaël Capelle
2020-12-02
1
-22
/
+20
*
Compute supported extensions dynamically in installation and download manager.
Mikaël Capelle
2020-12-01
1
-2
/
+0
*
Merge pull request #1292 from Holt59/iplugin-isactive-refactoring
Mikaël Capelle
2020-11-18
1
-5
/
+24
|
\
|
*
Check for disabled mod page plugins.
Mikaël Capelle
2020-11-13
1
-4
/
+7
|
*
Add callbacks for plugin enabled/disabled.
Mikaël Capelle
2020-11-12
1
-0
/
+15
|
*
Replace usage of IPlugin::isActive().
Mikaël Capelle
2020-11-11
1
-1
/
+2
*
|
Allow '.' in findFiles and filter on file name, not full paths.
Mikaël Capelle
2020-11-15
1
-2
/
+2
|
/
*
stopped using core dump stuff from usvfs, mo has its own
isanae
2020-11-07
1
-19
/
+29
*
call init() on proxy plugins
isanae
2020-11-04
1
-1
/
+1
*
InstanceManager now returns new Instance struct instead of instance name
isanae
2020-11-03
1
-3
/
+5
*
moved nexus api stuff to GlobalSettings
isanae
2020-11-03
1
-2
/
+2
*
split nexus connection stuff into NexusConnectionUI so it can be reused in th...
isanae
2020-11-03
1
-12
/
+10
[next]