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
*
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
*
moved all spawn dialogs into a namespace
isanae
2019-09-13
1
-4
/
+0
*
made SpawnParameters public, changed to Qt types
isanae
2019-09-12
1
-7
/
+17
*
split spawnBinaryProcess() into spawn, no changes
isanae
2019-09-12
1
-275
/
+11
*
documentation for settings
isanae
2019-09-08
1
-5
/
+5
*
split settings into a bunch of classes
isanae
2019-09-02
1
-53
/
+59
*
moved plugins to settings
isanae
2019-09-02
1
-5
/
+5
*
changed total speed and count to a list of the last 5 downloads
isanae
2019-08-26
1
-1
/
+0
*
moved preferred servers into ServerList
isanae
2019-08-26
1
-1
/
+1
*
changed crash dump type to use enum instead of int
isanae
2019-08-24
1
-3
/
+3
*
made member variables in SettingsTab private, added accessors
isanae
2019-08-17
1
-7
/
+2
*
passes callbacks to QuestionBoxMemory so it doesn't access the ini directly
isanae
2019-08-17
1
-2
/
+0
*
StatusBar now inherits from QStatusBar to handle hide/show events
isanae
2019-08-16
1
-4
/
+0
*
moved geometry handling to PreviewDialog
isanae
2019-08-04
1
-20
/
+3
*
split into GeometrySettings
isanae
2019-08-04
1
-71
/
+19
*
removed mentions of QSettings from main.cpp
isanae
2019-08-04
1
-2
/
+2
*
moved setLogLevel() to OrganizerCore
isanae
2019-07-22
1
-0
/
+12
*
removed some useless logging
isanae
2019-07-22
1
-15
/
+10
*
replaced formatSystemMessageQ() with formatSystemMessage()
isanae
2019-07-22
1
-2
/
+4
*
changed qDebug() to log::debug()
isanae
2019-07-22
1
-19
/
+22
*
changed qCritical() to log::error()
isanae
2019-07-22
1
-11
/
+11
*
replaced qWarning()
isanae
2019-07-22
1
-23
/
+23
*
moved Settings out of OrganizerCore so it can be created by itself to access ...
isanae
2019-07-22
1
-3
/
+3
[next]