summaryrefslogtreecommitdiff
path: root/src/executableslist.h
Commit message (Expand)AuthorAgeFilesLines
* Add executables list to plugin API (#2327)Jonathan Feenstra2026-01-311-6/+8
* Add executable setting to minimize MO2 to the system tray while running (#2313)Jonathan Feenstra2026-01-031-3/+5
* Apply clang-format.Mikaël Capelle2023-07-091-24/+26
* Convert everything to CRLF.Mikaël Capelle2023-07-091-228/+228
* renamed Refresh to TriggerRefresh, added WaitForRefreshisanae2021-01-181-2/+2
* added hide flag to executablesisanae2019-10-081-2/+4
* split into GeometrySettingsisanae2019-08-041-2/+3
* dump executables on startupisanae2019-07-221-0/+4
* fixes plugin executables having empty fields when upgrading from 2.2.0isanae2019-06-151-5/+16
* merged CustomOverwrites and ForcedLibraries, they were mostly identicalisanae2019-06-151-1/+15
* removed concept of custom executables, everything is modifiableisanae2019-06-151-4/+20
* fixed EditExecutablesDialog being opened without a parentisanae2019-06-151-4/+14
* removed temporary setters in Executable, unnecessary now that it has mergeFrom()isanae2019-06-151-14/+1
* ExecutablesList:isanae2019-06-151-41/+7
* moved store/load to ExecutablesListisanae2019-06-151-7/+14
* replaced ExecutablesList::getExecutables() by a standard container interfaceisanae2019-06-151-39/+24
* made Executable members private, added member function to get and set themisanae2019-06-151-14/+36
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-116/+131
* Applied clang-format on sourceSandro Jäckel2018-02-221-131/+116
* cleanupTannin2016-05-071-1/+2
* removed close-mo featureTannin2015-12-181-6/+2
* Replace last occurrence of GameInfo::getNexusGameID and remove a whole load o...Thomas Tanner2015-11-261-2/+3
* Bunch of const correctness changes. There shouldn't be any update of plugin g...Thomas Tanner2015-11-251-1/+1
* code cleanupTannin2015-08-311-10/+1
* Clean up of fixes for custom executable windowTom Tanner2015-08-131-17/+23
* Fix the executable configuration flags going awry from Customise windowTom Tanner2015-08-131-8/+24
* reverted most changes of changeset 626da419828a as I don't agree with themTannin2015-08-091-50/+13
* More work on the executables listTom Tanner2015-08-051-13/+50
* - changed the way flags on executables are stored in memoryTannin2015-08-021-22/+13
* Reworked executable lists to not use 3 bools in addExecutableTom Tanner2015-07-181-14/+35
* Allow user to select app icon or mo icon for generated shortcutsTom Tanner2015-07-181-1/+2
* Reworking the Custom Executables list and the shortcut popup.Tom Tanner2015-07-091-6/+9
* Merge with branch1.2Tannin2015-01-031-4/+7
|\
| * - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-211-4/+9
| * normalized eol style (all files should now have windows line endings)Tannin2014-07-171-155/+155
* | if a shortcut-started application is the same binary as a configured one, the...Tannin2014-12-141-0/+8
* | all executables can now be repositioned, including auto-detected onesTannin2014-12-091-2/+12
* | normalized eol style (all files should now have windows line endings)Tannin2014-07-171-155/+155
|/
* - moved shared and uibase libraries to namespacesTannin2013-02-171-3/+3
* - hooks for CreateHardLinkTannin2013-02-161-126/+136
* initial commit to mercurial repository.Tannin2013-02-031-0/+145