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
...
*
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
*
use log::Levels instead of ints
isanae
2019-07-22
1
-1
/
+3
*
renamed logbuffer files to loglist
isanae
2019-07-22
1
-1
/
+0
*
removed unused or redundant stuff in error_report.h
isanae
2019-07-22
1
-1
/
+0
*
nexus info and stats in settings
isanae
2019-07-12
1
-1
/
+1
*
extracted api key validator from NXMAccessManager
isanae
2019-07-11
1
-1
/
+2
*
removed useless validationFailed() callback in MainWindow
isanae
2019-07-10
1
-0
/
+2
*
Add some basic checks for symlinks
Silarn
2019-07-08
1
-1
/
+16
*
added modinfodialogfwd.h, mostly for the enum that's used in various places
isanae
2019-07-02
1
-4
/
+4
*
split nexus tab
isanae
2019-07-02
1
-0
/
+15
*
Correcting minor spelling mistakes in the UI + add contributor
Matte A
2019-06-23
1
-3
/
+3
*
pulled java installation detection out of getFileExecutionContext() and into ...
isanae
2019-06-15
1
-32
/
+38
*
moved store/load to ExecutablesList
isanae
2019-06-15
1
-43
/
+4
*
replaced ExecutablesList::getExecutables() by a standard container interface
isanae
2019-06-15
1
-8
/
+8
*
made Executable members private, added member function to get and set them
isanae
2019-06-15
1
-21
/
+21
*
replaced all the manual UserRole stuff with a few constants and helper functions
isanae
2019-05-31
1
-0
/
+2
*
Merge pull request #739 from isanae/hide-conflict-items
Al
2019-05-29
1
-4
/
+37
|
\
|
*
added selectedOrigin to previewFileWithAlternatives()
isanae
2019-05-28
1
-4
/
+37
*
|
Merge pull request #734 from isanae/permissive-flag
Al
2019-05-28
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
fixes for /permissive-:
isanae
2019-05-26
1
-1
/
+1
*
|
moved shell functions to uibase
isanae
2019-05-26
1
-163
/
+0
*
|
moved getFileExecutionContext() and its enum into OrganizerCore
isanae
2019-05-26
1
-64
/
+63
*
|
changed enum case to follow convention
isanae
2019-05-26
1
-6
/
+6
*
|
changed rest of ShellExecuteW() calls to use shell::Execute(), shell::OpenLin...
isanae
2019-05-26
1
-0
/
+14
*
|
put explore and open functions in namespace shell
isanae
2019-05-25
1
-11
/
+217
*
|
ExploreFile() will select the file in explorer when the path is a file
isanae
2019-05-25
1
-5
/
+39
*
|
moved GetFileExecutionContext() out of OrganizerCore, no reason for it to be ...
isanae
2019-05-25
1
-64
/
+86
*
|
a copy of getBinaryExecuteInfo() and openDataFile() was in both mainwindow an...
isanae
2019-05-25
1
-0
/
+96
|
/
*
Don't log warnings when files can't be found (moves responsibility to caller)
LostDragonist
2019-04-13
1
-4
/
+0
[prev]
[next]