summaryrefslogtreecommitdiff
path: root/src/executableslist.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add executables list to plugin API (#2327)Jonathan Feenstra2026-01-311-0/+4
* Add executable setting to minimize MO2 to the system tray while running (#2313)Jonathan Feenstra2026-01-031-8/+17
* Apply clang-format.Mikaël Capelle2023-07-091-84/+76
* Convert everything to CRLF.Mikaël Capelle2023-07-091-491/+491
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-1/+1
* renamed Refresh to TriggerRefresh, added WaitForRefreshisanae2021-01-181-4/+12
* Revert "Fix "Explore virtual folder" not being translatable"Al2020-01-191-1/+1
* Fix "Explore virtual folder" not being translatableAl2020-01-191-1/+1
* allow relative paths for binaries in the executables settingsisanae2019-11-271-3/+3
* added hide flag to executablesisanae2019-10-081-3/+13
* split settings into a bunch of classesisanae2019-09-021-1/+1
* moved getting and setting executables to Settingsisanae2019-08-051-31/+23
* split into GeometrySettingsisanae2019-08-041-2/+7
* changed qDebug() to log::debug()isanae2019-07-221-2/+2
* changed qCritical() to log::error()isanae2019-07-221-6/+4
* replaced qWarning()isanae2019-07-221-3/+3
* dump executables on startupisanae2019-07-221-1/+29
* fixes plugin executables having empty fields when upgrading from 2.2.0isanae2019-06-151-8/+79
* removed concept of custom executables, everything is modifiableisanae2019-06-151-67/+89
* fixed plugin executables not overriding if the custom attribute was inadverte...isanae2019-06-151-2/+2
* save steam app id, custom overwrite and application iconisanae2019-06-151-0/+2
* load plugin executables after settings, allows for changing the orderisanae2019-06-151-2/+2
* fixed EditExecutablesDialog being opened without a parentisanae2019-06-151-37/+79
* removed temporary setters in Executable, unnecessary now that it has mergeFrom()isanae2019-06-151-30/+0
* ExecutablesList:isanae2019-06-151-71/+54
* moved store/load to ExecutablesListisanae2019-06-151-0/+54
* replaced ExecutablesList::getExecutables() by a standard container interfaceisanae2019-06-151-43/+41
* made Executable members private, added member function to get and set themisanae2019-06-151-33/+116
* Add protection against non-existent working directory for executablesLostDragonist2019-04-151-3/+7
* Add "Explore Virtual Folder" (name subject to change) as a default executable.Al2019-03-101-0/+13
* Make logs more consistent in format and contentLostDragonist2019-01-301-2/+2
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-108/+143
* Applied clang-format on sourceSandro Jäckel2018-02-221-143/+108
* Tie moshortcuts to a specific instanceEran Mizrahi2017-12-191-1/+1
* Turn on application icon for executables by defaultEran Mizrahi2017-12-101-1/+1
* removed close-mo featureTannin2015-12-181-6/+1
* Replace last occurrence of GameInfo::getNexusGameID and remove a whole load o...Thomas Tanner2015-11-261-3/+5
* Bunch of const correctness changes. There shouldn't be any update of plugin g...Thomas Tanner2015-11-251-1/+1
* bugfix: auto-discovered executables couldn't be customizedTannin2015-08-311-2/+5
* Clean up of fixes for custom executable windowTom Tanner2015-08-131-52/+12
* Fix the executable configuration flags going awry from Customise windowTom Tanner2015-08-131-9/+53
* reverted most changes of changeset 626da419828a as I don't agree with themTannin2015-08-091-23/+18
* More work on the executables listTom Tanner2015-08-051-18/+23
* - changed the way flags on executables are stored in memoryTannin2015-08-021-16/+17
* Reworked executable lists to not use 3 bools in addExecutableTom Tanner2015-07-181-49/+12
* Allow user to select app icon or mo icon for generated shortcutsTom Tanner2015-07-181-15/+15
* Reworking the Custom Executables list and the shortcut popup.Tom Tanner2015-07-091-15/+7
* - some code cleanup and modernization trying to fix "dr memory" reportsTannin2015-05-171-6/+6
* refactoringsTannin2015-04-121-0/+1
* bugfix: MO didn't use all parameters of preconfigured executablesTannin2015-03-271-5/+8