| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change IOrganizer::profile return type to a shared_ptr (#2322) | Jonathan Feenstra | 2026-01-11 | 1 | -3/+3 |
| * | Add executable setting to minimize MO2 to the system tray while running (#2313) | Jonathan Feenstra | 2026-01-03 | 1 | -0/+13 |
| * | Apply clang-format. | Mikaƫl Capelle | 2023-07-09 | 1 | -82/+84 |
| * | First pass for Qt6 compatibility | Jeremy Rimpo | 2022-04-19 | 1 | -1/+1 |
| * | Fix forced load libraries | Chris Bessent | 2021-01-23 | 1 | -5/+6 |
| * | editable combobox for output mod name | isanae | 2020-12-29 | 1 | -3/+63 |
| * | now using new common cmakefiles | isanae | 2020-04-23 | 1 | -4/+3 |
| * | Don't allow foreign mods or overwrite for overriding overwrite | Chris Bessent | 2020-01-26 | 1 | -1/+5 |
| * | allow relative paths for binaries in the executables settings | isanae | 2019-11-27 | 1 | -1/+1 |
| * | moved findJavaInstallation() and getFileExecutionContext() to spawn | isanae | 2019-11-06 | 1 | -1/+2 |
| * | Improve automatic naming of new executables | LostDragonist | 2019-10-22 | 1 | -2/+2 |
| * | Remove mention of 32-bit Java | LostDragonist | 2019-10-18 | 1 | -2/+2 |
| * | title wasn't always trimmed, did all sorts of weird things | isanae | 2019-10-14 | 1 | -1/+1 |
| * | added hide flag to executables | isanae | 2019-10-08 | 1 | -0/+11 |
| * | fixed tab order | isanae | 2019-10-08 | 1 | -9/+18 |
| * | remove separators and backups from mod list in the edit executables dialog | isanae | 2019-10-08 | 1 | -1/+6 |
| * | initial selection in the edit executables dialog from main window | isanae | 2019-10-08 | 1 | -1/+5 |
| * | remove whitespace from executable names | isanae | 2019-10-08 | 1 | -44/+120 |
| * | disallow empty titles | isanae | 2019-10-07 | 1 | -6/+21 |
| * | Add translation to "New Executable" | LostDragonist | 2019-09-17 | 1 | -1/+1 |
| * | Automatically fill in the name of new executables | LostDragonist | 2019-09-17 | 1 | -2/+3 |
| * | added GeometrySaver | isanae | 2019-08-16 | 1 | -11/+2 |
| * | moved geometry handling to EditExecutablesDialog itself | isanae | 2019-08-04 | 1 | -0/+14 |
| * | replaced qWarning() | isanae | 2019-07-22 | 1 | -10/+9 |
| * | merged CustomOverwrites and ForcedLibraries, they were mostly identical | isanae | 2019-06-15 | 1 | -153/+49 |
| * | removed concept of custom executables, everything is modifiable | isanae | 2019-06-15 | 1 | -66/+77 |
| * | reduced spacing between buttons, removed chatty logging | isanae | 2019-06-15 | 1 | -2/+0 |
| * | changed the down/up pngs to be slightly offset vertically from what they were... | isanae | 2019-06-15 | 1 | -33/+54 |
| * | moved add/remove to the top, changed them to tool buttons with icons, added u... | isanae | 2019-06-15 | 1 | -0/+48 |
| * | adjusted the position of the "(*) Profile Specific" label | isanae | 2019-06-15 | 1 | -0/+3 |
| * | moved commiting changes to EditExecutablesDialog itself instead of doing it f... | isanae | 2019-06-15 | 1 | -35/+112 |
| * | handles changing the title to one that already exists by just ignoring it | isanae | 2019-06-15 | 1 | -13/+44 |
| * | removed old, unused stuff | isanae | 2019-06-15 | 1 | -232/+49 |
| * | moved functionality to CustomOverwrites and ForcedLibraries helper classes | isanae | 2019-06-15 | 1 | -47/+116 |
| * | remove executable | isanae | 2019-06-15 | 1 | -11/+50 |
| * | add executable | isanae | 2019-06-15 | 1 | -30/+44 |
| * | pulled java installation detection out of getFileExecutionContext() and into ... | isanae | 2019-06-15 | 1 | -53/+51 |
| * | fixed FileDialogMemory::getOpenFileName() not using given directory | isanae | 2019-06-15 | 1 | -19/+35 |
| * | save forced libraries internally | isanae | 2019-06-15 | 1 | -29/+55 |
| * | save steam app id, custom overwrite and application icon | isanae | 2019-06-15 | 1 | -54/+95 |
| * | renamed most of the widgets to shorter or more descriptive names (newFilesMod... | isanae | 2019-06-15 | 1 | -162/+197 |
| * | stop changing add button to modify, disable remove for plugin executables | isanae | 2019-06-15 | 1 | -36/+42 |
| * | load plugin executables after settings, allows for changing the order | isanae | 2019-06-15 | 1 | -25/+109 |
| * | replaced close with ok/cancel | isanae | 2019-06-15 | 1 | -3/+6 |
| * | rework of the executables dialog to have a horizontal splitter and use a stan... | isanae | 2019-06-15 | 1 | -2/+8 |
| * | fixed EditExecutablesDialog being opened without a parent | isanae | 2019-06-15 | 1 | -9/+26 |
| * | ExecutablesList: | isanae | 2019-06-15 | 1 | -12/+12 |
| * | replaced ExecutablesList::getExecutables() by a standard container interface | isanae | 2019-06-15 | 1 | -8/+35 |
| * | made Executable members private, added member function to get and set them | isanae | 2019-06-15 | 1 | -16/+16 |
| * | Add protection against non-existent working directory for executables | LostDragonist | 2019-04-15 | 1 | -3/+27 |