| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -18/+14 |
| | | |||||
| * | Convert everything to CRLF. | Mikaël Capelle | 2023-07-09 | 1 | -243/+243 |
| | | |||||
| * | editable combobox for output mod name | isanae | 2020-12-29 | 1 | -1/+2 |
| | | |||||
| * | fixed tab order | isanae | 2019-10-08 | 1 | -0/+1 |
| | | | | | fixed list items being selected, but not focused, which broke keyboard nav | ||||
| * | initial selection in the edit executables dialog from main window | isanae | 2019-10-08 | 1 | -1/+2 |
| | | |||||
| * | remove whitespace from executable names | isanae | 2019-10-08 | 1 | -2/+11 |
| | | | | | add from binary, clone | ||||
| * | disallow empty titles | isanae | 2019-10-07 | 1 | -0/+5 |
| | | |||||
| * | moved geometry handling to EditExecutablesDialog itself | isanae | 2019-08-04 | 1 | -0/+4 |
| | | |||||
| * | merged CustomOverwrites and ForcedLibraries, they were mostly identical | isanae | 2019-06-15 | 1 | -34/+97 |
| | | | | | some comments | ||||
| * | removed concept of custom executables, everything is modifiable | isanae | 2019-06-15 | 1 | -4/+5 |
| | | | | | | | added apply button to dialog added reset button that re-adds plugin executables and renames existing ones if needed moved executables files to their filter in visual studio | ||||
| * | changed the down/up pngs to be slightly offset vertically from what they ↵ | isanae | 2019-06-15 | 1 | -2/+4 |
| | | | | | | | | | were, they did not look aligned when next to each other added status/tooltip/whatsthis strings to new buttons change enabled status of up/down dynamically simplified move() to just move by one | ||||
| * | moved add/remove to the top, changed them to tool buttons with icons, added ↵ | isanae | 2019-06-15 | 1 | -0/+3 |
| | | | | | up/down buttons | ||||
| * | moved commiting changes to EditExecutablesDialog itself instead of doing it ↵ | isanae | 2019-06-15 | 1 | -14/+25 |
| | | | | | | | | from the main window use a separate enabled state for custom overwrites and forced libraries, this remembers the values even when unchecking the checkbox, as long as the dialog stays opened pass the whole OrganizerCore to EditExecutablesDialog, simplifies a bunch of things | ||||
| * | handles changing the title to one that already exists by just ignoring it | isanae | 2019-06-15 | 1 | -1/+2 |
| | | |||||
| * | removed old, unused stuff | isanae | 2019-06-15 | 1 | -11/+2 |
| | | | | | have mainwindow save all the new settings once the dialog closes | ||||
| * | moved functionality to CustomOverwrites and ForcedLibraries helper classes | isanae | 2019-06-15 | 1 | -2/+41 |
| | | |||||
| * | add executable | isanae | 2019-06-15 | 1 | -1/+2 |
| | | |||||
| * | pulled java installation detection out of getFileExecutionContext() and into ↵ | isanae | 2019-06-15 | 1 | -0/+1 |
| | | | | | | | | findJavaInstallation() because it was copy/pasted into EditExecutablesDialog fixed FileDialogMemory::getOpenFileName() to also use the given directory correctly handle browse binary button | ||||
| * | save forced libraries internally | isanae | 2019-06-15 | 1 | -1/+1 |
| | | |||||
| * | save steam app id, custom overwrite and application icon | isanae | 2019-06-15 | 1 | -3/+3 |
| | | | | | custom overwrite directories now set locally, will be written to profile when closing the dialog | ||||
| * | renamed most of the widgets to shorter or more descriptive names ↵ | isanae | 2019-06-15 | 1 | -16/+24 |
| | | | | | | | (newFilesModCheckBox?) modifying widgets calls save() | ||||
| * | stop changing add button to modify, disable remove for plugin executables | isanae | 2019-06-15 | 1 | -48/+15 |
| | | | | | general clean up of member variable names, whitespace | ||||
| * | load plugin executables after settings, allows for changing the order | isanae | 2019-06-15 | 1 | -2/+7 |
| | | | | | | added warning that an executable is provided by a plugin, disable widgets that can't be changed refactoring EditExecutablesDialog | ||||
| * | replaced close with ok/cancel | isanae | 2019-06-15 | 1 | -1/+2 |
| | | | | | moved add/remove below the list | ||||
| * | rework of the executables dialog to have a horizontal splitter and use a ↵ | isanae | 2019-06-15 | 1 | -2/+3 |
| | | | | | standard QDialogButtonBox | ||||
| * | fixed EditExecutablesDialog being opened without a parent | isanae | 2019-06-15 | 1 | -1/+1 |
| | | | | | | | | | | removed Executable's constructor with values, replaced with default ctor + setters, all these strings were much too error-prone added Executable ctor overload to convert from ExecutableInfo plugin executables now override most of the custom changes renamed browseButton to browseBinaryButton to avoid confusion with the other browseDirButton fixed both browse dialogs not handling cancel EditExecutablesDialog's list used to change the text color for custom executables, replaced with italics | ||||
| * | Add protection against non-existent working directory for executables | LostDragonist | 2019-04-15 | 1 | -0/+4 |
| | | |||||
| * | Fixes to library load widget | LostDragonist | 2019-01-11 | 1 | -0/+4 |
| | | |||||
| * | Support for force loading libraries | LostDragonist | 2019-01-11 | 1 | -0/+6 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -39/+46 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -46/+39 |
| | | |||||
| * | added option to use a mod as the target to create now files instead of ↵ | Tannin | 2016-05-07 | 1 | -4/+17 |
| | | | | | "overwrite" | ||||
| * | workaround to prevent executables dialog from auto-selecting the top-most ↵ | Tannin | 2014-12-20 | 1 | -2/+4 |
| | | | | | executable | ||||
| * | normalized eol style (all files should now have windows line endings) | Tannin | 2014-07-17 | 1 | -98/+98 |
| | | |||||
| * | - hook dll now monitors all mod directories, not only overwrite | Tannin | 2014-01-03 | 1 | -2/+14 |
| | | | | | | | - dialog for changing executables now warns if changes will be lost - main window is now locked before activating pre-start hooks - better responsiveness while main window is locked (or should be) | ||||
| * | - moved shared and uibase libraries to namespaces | Tannin | 2013-02-17 | 1 | -67/+67 |
| | | | | | - bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash | ||||
| * | initial commit to mercurial repository. | Tannin | 2013-02-03 | 1 | -0/+86 |
| Corresponds to MO version 0.12.6 | |||||
