index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
executableslist.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add executables list to plugin API (#2327)
Jonathan Feenstra
2026-01-31
1
-0
/
+4
*
Add executable setting to minimize MO2 to the system tray while running (#2313)
Jonathan Feenstra
2026-01-03
1
-8
/
+17
*
Apply clang-format.
Mikaël Capelle
2023-07-09
1
-84
/
+76
*
Convert everything to CRLF.
Mikaël Capelle
2023-07-09
1
-491
/
+491
*
First pass for Qt6 compatibility
Jeremy Rimpo
2022-04-19
1
-1
/
+1
*
renamed Refresh to TriggerRefresh, added WaitForRefresh
isanae
2021-01-18
1
-4
/
+12
*
Revert "Fix "Explore virtual folder" not being translatable"
Al
2020-01-19
1
-1
/
+1
*
Fix "Explore virtual folder" not being translatable
Al
2020-01-19
1
-1
/
+1
*
allow relative paths for binaries in the executables settings
isanae
2019-11-27
1
-3
/
+3
*
added hide flag to executables
isanae
2019-10-08
1
-3
/
+13
*
split settings into a bunch of classes
isanae
2019-09-02
1
-1
/
+1
*
moved getting and setting executables to Settings
isanae
2019-08-05
1
-31
/
+23
*
split into GeometrySettings
isanae
2019-08-04
1
-2
/
+7
*
changed qDebug() to log::debug()
isanae
2019-07-22
1
-2
/
+2
*
changed qCritical() to log::error()
isanae
2019-07-22
1
-6
/
+4
*
replaced qWarning()
isanae
2019-07-22
1
-3
/
+3
*
dump executables on startup
isanae
2019-07-22
1
-1
/
+29
*
fixes plugin executables having empty fields when upgrading from 2.2.0
isanae
2019-06-15
1
-8
/
+79
*
removed concept of custom executables, everything is modifiable
isanae
2019-06-15
1
-67
/
+89
*
fixed plugin executables not overriding if the custom attribute was inadverte...
isanae
2019-06-15
1
-2
/
+2
*
save steam app id, custom overwrite and application icon
isanae
2019-06-15
1
-0
/
+2
*
load plugin executables after settings, allows for changing the order
isanae
2019-06-15
1
-2
/
+2
*
fixed EditExecutablesDialog being opened without a parent
isanae
2019-06-15
1
-37
/
+79
*
removed temporary setters in Executable, unnecessary now that it has mergeFrom()
isanae
2019-06-15
1
-30
/
+0
*
ExecutablesList:
isanae
2019-06-15
1
-71
/
+54
*
moved store/load to ExecutablesList
isanae
2019-06-15
1
-0
/
+54
*
replaced ExecutablesList::getExecutables() by a standard container interface
isanae
2019-06-15
1
-43
/
+41
*
made Executable members private, added member function to get and set them
isanae
2019-06-15
1
-33
/
+116
*
Add protection against non-existent working directory for executables
LostDragonist
2019-04-15
1
-3
/
+7
*
Add "Explore Virtual Folder" (name subject to change) as a default executable.
Al
2019-03-10
1
-0
/
+13
*
Make logs more consistent in format and content
LostDragonist
2019-01-30
1
-2
/
+2
*
Revert "Applied clang-format on source"
Sandro Jäckel
2018-02-23
1
-108
/
+143
*
Applied clang-format on source
Sandro Jäckel
2018-02-22
1
-143
/
+108
*
Tie moshortcuts to a specific instance
Eran Mizrahi
2017-12-19
1
-1
/
+1
*
Turn on application icon for executables by default
Eran Mizrahi
2017-12-10
1
-1
/
+1
*
removed close-mo feature
Tannin
2015-12-18
1
-6
/
+1
*
Replace last occurrence of GameInfo::getNexusGameID and remove a whole load o...
Thomas Tanner
2015-11-26
1
-3
/
+5
*
Bunch of const correctness changes. There shouldn't be any update of plugin g...
Thomas Tanner
2015-11-25
1
-1
/
+1
*
bugfix: auto-discovered executables couldn't be customized
Tannin
2015-08-31
1
-2
/
+5
*
Clean up of fixes for custom executable window
Tom Tanner
2015-08-13
1
-52
/
+12
*
Fix the executable configuration flags going awry from Customise window
Tom Tanner
2015-08-13
1
-9
/
+53
*
reverted most changes of changeset 626da419828a as I don't agree with them
Tannin
2015-08-09
1
-23
/
+18
*
More work on the executables list
Tom Tanner
2015-08-05
1
-18
/
+23
*
- changed the way flags on executables are stored in memory
Tannin
2015-08-02
1
-16
/
+17
*
Reworked executable lists to not use 3 bools in addExecutable
Tom Tanner
2015-07-18
1
-49
/
+12
*
Allow user to select app icon or mo icon for generated shortcuts
Tom Tanner
2015-07-18
1
-15
/
+15
*
Reworking the Custom Executables list and the shortcut popup.
Tom Tanner
2015-07-09
1
-15
/
+7
*
- some code cleanup and modernization trying to fix "dr memory" reports
Tannin
2015-05-17
1
-6
/
+6
*
refactorings
Tannin
2015-04-12
1
-0
/
+1
*
bugfix: MO didn't use all parameters of preconfigured executables
Tannin
2015-03-27
1
-5
/
+8
[next]