| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add executable setting to minimize MO2 to the system tray while running (#2313) | Jonathan Feenstra | 2026-01-03 | 1 | -8/+17 |
| | | |||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -84/+76 |
| | | |||||
| * | Convert everything to CRLF. | Mikaël Capelle | 2023-07-09 | 1 | -491/+491 |
| | | |||||
| * | First pass for Qt6 compatibility | Jeremy Rimpo | 2022-04-19 | 1 | -1/+1 |
| | | |||||
| * | renamed Refresh to TriggerRefresh, added WaitForRefresh | isanae | 2021-01-18 | 1 | -4/+12 |
| | | | | | | | | | removed duplicate refreshDirectoryStructure() call that could never work added --logs to output logs to stdout, added final "mod organizer done" log added -i with no arguments to output the current instance name `run -e` now does an additional, case insensitive check for names fixed error being output along with --help | ||||
| * | Revert "Fix "Explore virtual folder" not being translatable" | Al | 2020-01-19 | 1 | -1/+1 |
| | | | | | This reverts commit de1bae9d9210a5b2d63e6e5df43895cfd0a0787c. | ||||
| * | Fix "Explore virtual folder" not being translatable | Al | 2020-01-19 | 1 | -1/+1 |
| | | |||||
| * | allow relative paths for binaries in the executables settings | isanae | 2019-11-27 | 1 | -3/+3 |
| | | | | | added SSAudioOSD.dll to checks | ||||
| * | added hide flag to executables | isanae | 2019-10-08 | 1 | -3/+13 |
| | | |||||
| * | split settings into a bunch of classes | isanae | 2019-09-02 | 1 | -1/+1 |
| | | | | | removed "get" from the getters that had it | ||||
| * | moved getting and setting executables to Settings | isanae | 2019-08-05 | 1 | -31/+23 |
| | | |||||
| * | split into GeometrySettings | isanae | 2019-08-04 | 1 | -2/+7 |
| | | | | | | | | removed most of storeSettings() from OrganizerCore: QSettings handles saving by itself, no need for that removed topLevelSplitter from ui, unused since the log widget is in a dock removed QSettings from MainWindow::readSettings() replaced return values for some of the new getters in Settings to std::optional | ||||
| * | changed qDebug() to log::debug() | isanae | 2019-07-22 | 1 | -2/+2 |
| | | | | | removed some commented out logging | ||||
| * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -6/+4 |
| | | | | | removed now unused vlog() | ||||
| * | replaced qWarning() | isanae | 2019-07-22 | 1 | -3/+3 |
| | | |||||
| * | dump executables on startup | isanae | 2019-07-22 | 1 | -1/+29 |
| | | |||||
| * | fixes plugin executables having empty fields when upgrading from 2.2.0 | isanae | 2019-06-15 | 1 | -8/+79 |
| | | |||||
| * | removed concept of custom executables, everything is modifiable | isanae | 2019-06-15 | 1 | -67/+89 |
| | | | | | | | 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 | ||||
| * | fixed plugin executables not overriding if the custom attribute was ↵ | isanae | 2019-06-15 | 1 | -2/+2 |
| | | | | | inadvertently set | ||||
| * | save steam app id, custom overwrite and application icon | isanae | 2019-06-15 | 1 | -0/+2 |
| | | | | | custom overwrite directories now set locally, will be written to profile when closing the dialog | ||||
| * | load plugin executables after settings, allows for changing the order | isanae | 2019-06-15 | 1 | -2/+2 |
| | | | | | | added warning that an executable is provided by a plugin, disable widgets that can't be changed refactoring EditExecutablesDialog | ||||
| * | fixed EditExecutablesDialog being opened without a parent | isanae | 2019-06-15 | 1 | -37/+79 |
| | | | | | | | | | | 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 | ||||
| * | removed temporary setters in Executable, unnecessary now that it has mergeFrom() | isanae | 2019-06-15 | 1 | -30/+0 |
| | | |||||
| * | ExecutablesList: | isanae | 2019-06-15 | 1 | -71/+54 |
| | | | | | | | - merged addExecutable(), updateExecutable() and addExecutableInternal() into a new setExecutable() - setExecutable() adds the executable to the list if not found, or forwards to Executable::mergeFrom() - mergeFrom() handles merging from/to plugin executables | ||||
| * | moved store/load to ExecutablesList | isanae | 2019-06-15 | 1 | -0/+54 |
| | | |||||
| * | replaced ExecutablesList::getExecutables() by a standard container interface | isanae | 2019-06-15 | 1 | -43/+41 |
| | | | | | | | renamed ExecutablesList::init() to addFromPlugin() renamed ExecutablesList::find() to get() and added a find() that returns an iterator changed some calls from get() to find() so they can handle failure because they didn't seem to handle std::runtime_error at all | ||||
| * | made Executable members private, added member function to get and set them | isanae | 2019-06-15 | 1 | -33/+116 |
| | | |||||
| * | Add protection against non-existent working directory for executables | LostDragonist | 2019-04-15 | 1 | -3/+7 |
| | | |||||
| * | Add "Explore Virtual Folder" (name subject to change) as a default executable. | Al | 2019-03-10 | 1 | -0/+13 |
| | | |||||
| * | Make logs more consistent in format and content | LostDragonist | 2019-01-30 | 1 | -2/+2 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -108/+143 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -143/+108 |
| | | |||||
| * | Tie moshortcuts to a specific instance | Eran Mizrahi | 2017-12-19 | 1 | -1/+1 |
| | | |||||
| * | Turn on application icon for executables by default | Eran Mizrahi | 2017-12-10 | 1 | -1/+1 |
| | | |||||
| * | removed close-mo feature | Tannin | 2015-12-18 | 1 | -6/+1 |
| | | |||||
| * | Replace last occurrence of GameInfo::getNexusGameID and remove a whole load ↵ | Thomas Tanner | 2015-11-26 | 1 | -3/+5 |
| | | | | | of gameinfo.h includes | ||||
| * | Bunch of const correctness changes. There shouldn't be any update of plugin ↵ | Thomas Tanner | 2015-11-25 | 1 | -1/+1 |
| | | | | | games once MO has started | ||||
| * | bugfix: auto-discovered executables couldn't be customized | Tannin | 2015-08-31 | 1 | -2/+5 |
| | | |||||
| * | Clean up of fixes for custom executable window | Tom Tanner | 2015-08-13 | 1 | -52/+12 |
| | | |||||
| * | Fix the executable configuration flags going awry from Customise window | Tom Tanner | 2015-08-13 | 1 | -9/+53 |
| | | |||||
| * | reverted most changes of changeset 626da419828a as I don't agree with them | Tannin | 2015-08-09 | 1 | -23/+18 |
| | | |||||
| * | More work on the executables list | Tom Tanner | 2015-08-05 | 1 | -18/+23 |
| | | | | | | | Apart from an off by one in the popup list which had crept back in, reworked the underlying code even more, which now seems to get the list behaving in a predictable way. | ||||
| * | - changed the way flags on executables are stored in memory | Tannin | 2015-08-02 | 1 | -16/+17 |
| | | | | | - some coding style fixes | ||||
| * | Reworked executable lists to not use 3 bools in addExecutable | Tom Tanner | 2015-07-18 | 1 | -49/+12 |
| | | | | | Think it's more readable | ||||
| * | Allow user to select app icon or mo icon for generated shortcuts | Tom Tanner | 2015-07-18 | 1 | -15/+15 |
| | | | | | | Also fixes 'x' for toolbar not disappearing when it should Issue 701 | ||||
| * | Reworking the Custom Executables list and the shortcut popup. | Tom Tanner | 2015-07-09 | 1 | -15/+7 |
| | | | | | | | | | | Certainly fixes the issue where the 'toolbar' entry doesn't lose the cross. One of the 'find' methods ignored case but none of the others did, so I've made it not ignore case either. Also made the code to get the desktop/startmenu paths use a more up-to-date API | ||||
| * | - some code cleanup and modernization trying to fix "dr memory" reports | Tannin | 2015-05-17 | 1 | -6/+6 |
| | | | | | | | (though they were almost certainly false positives) - there is now a 50ms timeout on logging messages - bugfix: leaked handles after directory searches | ||||
| * | refactorings | Tannin | 2015-04-12 | 1 | -0/+1 |
| | | |||||
| * | bugfix: MO didn't use all parameters of preconfigured executables | Tannin | 2015-03-27 | 1 | -5/+8 |
| | | |||||
| * | Merge with branch1.2 | Tannin | 2015-01-24 | 1 | -2/+2 |
| |\ | |||||
