summaryrefslogtreecommitdiff
path: root/src/editexecutablesdialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change IOrganizer::profile return type to a shared_ptr (#2322)Jonathan Feenstra2026-01-111-3/+3
* Add executable setting to minimize MO2 to the system tray while running (#2313)Jonathan Feenstra2026-01-031-0/+13
* Apply clang-format.Mikaƫl Capelle2023-07-091-82/+84
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-1/+1
* Fix forced load librariesChris Bessent2021-01-231-5/+6
* editable combobox for output mod nameisanae2020-12-291-3/+63
* now using new common cmakefilesisanae2020-04-231-4/+3
* Don't allow foreign mods or overwrite for overriding overwriteChris Bessent2020-01-261-1/+5
* allow relative paths for binaries in the executables settingsisanae2019-11-271-1/+1
* moved findJavaInstallation() and getFileExecutionContext() to spawnisanae2019-11-061-1/+2
* Improve automatic naming of new executablesLostDragonist2019-10-221-2/+2
* Remove mention of 32-bit JavaLostDragonist2019-10-181-2/+2
* title wasn't always trimmed, did all sorts of weird thingsisanae2019-10-141-1/+1
* added hide flag to executablesisanae2019-10-081-0/+11
* fixed tab orderisanae2019-10-081-9/+18
* remove separators and backups from mod list in the edit executables dialogisanae2019-10-081-1/+6
* initial selection in the edit executables dialog from main windowisanae2019-10-081-1/+5
* remove whitespace from executable namesisanae2019-10-081-44/+120
* disallow empty titlesisanae2019-10-071-6/+21
* Add translation to "New Executable"LostDragonist2019-09-171-1/+1
* Automatically fill in the name of new executablesLostDragonist2019-09-171-2/+3
* added GeometrySaverisanae2019-08-161-11/+2
* moved geometry handling to EditExecutablesDialog itselfisanae2019-08-041-0/+14
* replaced qWarning()isanae2019-07-221-10/+9
* merged CustomOverwrites and ForcedLibraries, they were mostly identicalisanae2019-06-151-153/+49
* removed concept of custom executables, everything is modifiableisanae2019-06-151-66/+77
* reduced spacing between buttons, removed chatty loggingisanae2019-06-151-2/+0
* changed the down/up pngs to be slightly offset vertically from what they were...isanae2019-06-151-33/+54
* moved add/remove to the top, changed them to tool buttons with icons, added u...isanae2019-06-151-0/+48
* adjusted the position of the "(*) Profile Specific" labelisanae2019-06-151-0/+3
* moved commiting changes to EditExecutablesDialog itself instead of doing it f...isanae2019-06-151-35/+112
* handles changing the title to one that already exists by just ignoring itisanae2019-06-151-13/+44
* removed old, unused stuffisanae2019-06-151-232/+49
* moved functionality to CustomOverwrites and ForcedLibraries helper classesisanae2019-06-151-47/+116
* remove executableisanae2019-06-151-11/+50
* add executableisanae2019-06-151-30/+44
* pulled java installation detection out of getFileExecutionContext() and into ...isanae2019-06-151-53/+51
* fixed FileDialogMemory::getOpenFileName() not using given directoryisanae2019-06-151-19/+35
* save forced libraries internallyisanae2019-06-151-29/+55
* save steam app id, custom overwrite and application iconisanae2019-06-151-54/+95
* renamed most of the widgets to shorter or more descriptive names (newFilesMod...isanae2019-06-151-162/+197
* stop changing add button to modify, disable remove for plugin executablesisanae2019-06-151-36/+42
* load plugin executables after settings, allows for changing the orderisanae2019-06-151-25/+109
* replaced close with ok/cancelisanae2019-06-151-3/+6
* rework of the executables dialog to have a horizontal splitter and use a stan...isanae2019-06-151-2/+8
* fixed EditExecutablesDialog being opened without a parentisanae2019-06-151-9/+26
* ExecutablesList:isanae2019-06-151-12/+12
* replaced ExecutablesList::getExecutables() by a standard container interfaceisanae2019-06-151-8/+35
* made Executable members private, added member function to get and set themisanae2019-06-151-16/+16
* Add protection against non-existent working directory for executablesLostDragonist2019-04-151-3/+27