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
...
*
Add findFiles overload with glob patterns.
Mikaël Capelle
2020-06-08
1
-3
/
+4
*
Use QEventLoop instead of manually spinning calling ProcessEvents in a while ...
AL
2020-06-07
1
-7
/
+14
*
Expose ModDataContentHolder from OrganizerCore instead of vector of Content.
Mikaël Capelle
2020-05-28
1
-2
/
+2
*
Switch to using the ModDataContent feature from the game plugin.
Mikaël Capelle
2020-05-25
1
-0
/
+10
*
Use the refresh_thread_count setting for ModInfo::updateFromDisc.
Mikaël Capelle
2020-05-24
1
-2
/
+4
*
Update ModInfo to use a single file tree for all content-related operations.
Mikaël Capelle
2020-05-24
1
-1
/
+1
*
Fix issues with very slow refresh time for large root data directories.
isanae
2020-05-23
1
-10
/
+6
*
now using new common cmakefiles
isanae
2020-04-23
1
-1
/
+1
*
dump a bunch of counts for mods when selecting a profile
isanae
2020-04-17
1
-0
/
+4
*
timing for refreshBSAList and updateProblemsButton
isanae
2020-02-18
1
-1
/
+3
*
added more timings
isanae
2020-02-18
1
-1
/
+2
*
removed directoryrefresher.h from organizercore.h
isanae
2020-02-18
1
-9
/
+10
*
cleanup, typedefs
isanae
2020-02-18
1
-10
/
+10
*
split directoryentry
isanae
2020-02-18
1
-2
/
+5
*
removed some unnecessary counters
isanae
2020-02-18
1
-18
/
+50
*
threaded refresher
isanae
2020-02-18
1
-12
/
+11
*
customizable columns for mod and plugin lists
isanae
2020-02-18
1
-2
/
+0
*
Remove duplicated updateFromDisc() call during refresh
AL
2020-02-17
1
-8
/
+0
*
Allow not refreshing downloads when setting their folder, for example during ...
AL
2020-02-16
1
-1
/
+1
*
Move modInfo loadFromDisc to it's own function
AL
2020-02-16
1
-2
/
+2
*
renamed ToLower() to avoid confusion with in-place vs copy
isanae
2020-02-04
1
-10
/
+0
*
modsSortedByProfilePriority should return the internal name of the mod
Silarn
2020-01-14
1
-1
/
+1
*
Check the enum
Silarn
2019-12-11
1
-2
/
+2
*
Update installer status handling
Silarn
2019-12-11
1
-5
/
+11
*
fixed crash when starting multiple downloads with dialog boxes opened
isanae
2019-12-02
1
-0
/
+1
*
only log crash dumps message on startup
isanae
2019-11-26
1
-6
/
+0
*
renamed LockWidget to UILocker
isanae
2019-11-06
1
-2
/
+2
*
moved LockWidget back to OrganizerCore to support having multiple locks active
isanae
2019-11-06
1
-0
/
+1
*
removed unused files
isanae
2019-11-06
1
-1
/
+0
*
refresh ui after running an exe from 1) an external message, and 2) the data tab
isanae
2019-11-06
1
-1
/
+1
*
added a ForceWait flag to bypass disabled locking
isanae
2019-11-06
1
-1
/
+1
*
added waitForAllUSVFSProcesses() wrapper in OrganizerCore, the fact that it's...
isanae
2019-11-06
1
-0
/
+6
*
removed runShortcut()
isanae
2019-11-06
1
-2
/
+6
*
added lockwidget to replace all the other dialogs
isanae
2019-11-06
1
-5
/
+3
*
split to processrunner
isanae
2019-11-06
1
-483
/
+118
*
replaced uilock by a progress callback in spawn
isanae
2019-11-06
1
-45
/
+83
*
split to getRunningUSVFSProcesses()
isanae
2019-11-06
1
-159
/
+61
*
spawning an executable now only waits for that particular process
isanae
2019-11-06
1
-70
/
+75
*
wait for executable when opening files
isanae
2019-11-06
1
-2
/
+20
*
moved findJavaInstallation() and getFileExecutionContext() to spawn
isanae
2019-11-06
1
-173
/
+91
*
renamed startApplication() to runExecutableOrExecutableFile()
isanae
2019-11-06
1
-21
/
+19
*
renamed runExecutable() to runExecutablefile()
isanae
2019-11-06
1
-31
/
+48
*
renamed executeFileVirtualized() to runFile()
isanae
2019-11-06
1
-39
/
+39
*
merged spawnBinaryDirect() and spawnBinaryProcess()
isanae
2019-11-06
1
-50
/
+48
*
initial Spawner and SpawnedProcess
isanae
2019-11-06
1
-127
/
+65
*
added crash dump path to parameters, if a mechanism to customize it is ever c...
isanae
2019-11-01
1
-1
/
+4
*
uses new usvfsParameters, also updates spawn delay
isanae
2019-10-10
1
-2
/
+4
*
only log a warning for symlinks instead of exiting MO
isanae
2019-10-05
1
-11
/
+26
*
changed the layout of the general settings tab
isanae
2019-09-23
1
-27
/
+9
*
removed helper.h and helper.cpp, merged into spawn
isanae
2019-09-19
1
-1
/
+0
[prev]
[next]