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
*
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
*
Fix getFileOrigins
LostDragonist
2019-03-26
1
-4
/
+3
*
Add more protection against missing game plugins
LostDragonist
2019-03-25
1
-1
/
+1
*
Add parameters to startApplication to allow control of custom overwrite
LostDragonist
2019-03-24
1
-19
/
+32
*
Improve failed login checks on start up
LostDragonist
2019-03-06
1
-1
/
+1
*
Add function to get configured mods directory
LostDragonist
2019-02-23
1
-5
/
+10
*
Remove the spoofed NMM version
LostDragonist
2019-02-22
1
-1
/
+0
*
Fix for Steam being run as administrator
LostDragonist
2019-02-19
1
-44
/
+99
*
Several Nexus API-related changes
Silarn
2019-02-18
1
-2
/
+2
*
Initial Nexus API changes:
Silarn
2019-02-18
1
-2485
/
+2461
*
Reject new mod installations if another one is already running
Krzysztof Starecki
2019-02-15
1
-0
/
+14
*
Write currentProfile to Ini file on profile change. Exclusively for outside d...
Al
2019-02-15
1
-0
/
+7
*
Make logs more consistent in format and content
LostDragonist
2019-01-30
1
-11
/
+11
*
Make logs more consistent in format and content
LostDragonist
2019-01-30
1
-5
/
+5
*
Change modsSortedByProfilePriority to not return overwrite or backup mods
LostDragonist
2019-01-28
1
-1
/
+5
*
Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2
LostDragonist
2019-01-22
1
-58
/
+130
|
\
|
*
Use the optimized function that was created
LostDragonist
2019-01-22
1
-3
/
+1
|
*
Reduce file I/O operations when enabling/disabling multiple mods
LostDragonist
2019-01-22
1
-58
/
+132
[next]