| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use case-insensitive data structure in plugin list. | Mikaël Capelle | 2021-01-31 | 1 | -6/+7 |
| | | |||||
| * | Move settings around. Remove unused settings. | Mikaël Capelle | 2021-01-29 | 1 | -5/+1 |
| | | |||||
| * | Remove selection-related stuff from plugin/mod lists. | Mikaël Capelle | 2021-01-02 | 1 | -1/+5 |
| | | |||||
| * | Minor clean for plugin list. | Mikaël Capelle | 2021-01-02 | 1 | -10/+4 |
| | | |||||
| * | Move plugin list context menu to its own class and to PluginListView. | Mikaël Capelle | 2021-01-02 | 1 | -10/+4 |
| | | |||||
| * | Move keyboard event to PluginListView. | Mikaël Capelle | 2021-01-02 | 1 | -6/+11 |
| | | |||||
| * | Fix callbacks for pluginlist, modlist and download manager. | Mikaël Capelle | 2020-12-02 | 1 | -21/+30 |
| | | |||||
| * | Change for onPluginStateChanged to take a list of plugins. | Mikaël Capelle | 2020-09-05 | 1 | -2/+11 |
| | | |||||
| * | Add IPluginList::setPriority implementation. | Mikaël Capelle | 2020-08-30 | 1 | -7/+8 |
| | | |||||
| * | split directoryentry | isanae | 2020-02-18 | 1 | -1/+0 |
| | | | | | made classes noncopyable, fixed a few unintended copies | ||||
| * | Change Qtime to QElapsedtimer in some palaces to remove the warnings. | AL | 2020-02-15 | 1 | -1/+2 |
| | | |||||
| * | added loot info to tooltip | isanae | 2019-11-23 | 1 | -0/+4 |
| | | |||||
| * | removed m_ prefix from struct members | isanae | 2019-11-23 | 1 | -26/+31 |
| | | | | | some refactoring, whitespace | ||||
| * | added loot report to the plugin list, not used yet | isanae | 2019-11-23 | 1 | -0/+17 |
| | | | | | | split PluginList::data() into individual functions disabled loot message processing, will use report instead | ||||
| * | Only flag plugins as light if the game supports light plugins | LostDragonist | 2019-10-15 | 1 | -1/+1 |
| | | |||||
| * | Add context menu option to send to a specific priority | LostDragonist | 2018-11-04 | 1 | -7/+2 |
| | | |||||
| * | Fix matching highlights for mod and plugin selections | LostDragonist | 2018-11-01 | 1 | -1/+1 |
| | | | | | | | The selectionChanged event used before requires subtractive/additive logic to work correctly. A separate event is fired for each row and each column for each row that is selected or deselected. The previous logic assumed all of the selection was passed in at once. The logic has been changed to recalculate all highlights each time the event is fired. This is poorly optimized in regards to performance but makes the function work. | ||||
| * | Add send to top/bottom options for the plugin list | LostDragonist | 2018-10-31 | 1 | -0/+12 |
| | | |||||
| * | Add "enable/disable selected" to plugin list context menu | LostDragonist | 2018-08-16 | 1 | -0/+10 |
| | | |||||
| * | Added ability to open mod information window by double cliking on plugins. | Al12rs | 2018-07-17 | 1 | -0/+6 |
| | | |||||
| * | Added a flag to the plugin list indicating if a certain plugin has one or ↵ | Al12rs | 2018-07-17 | 1 | -1/+2 |
| | | | | | | | | more archives attached. Changed the tooltip to list the loaded archives. Fixed tool tip to have titles for subsections. | ||||
| * | Make sure to update the index when data is changed | Silarn | 2018-05-04 | 1 | -0/+5 |
| | | |||||
| * | Vastly improved plugin index generation and sorting | Silarn | 2018-05-04 | 1 | -1/+2 |
| | | |||||
| * | Fix ESL index display and sorting by index | Silarn | 2018-04-27 | 1 | -0/+1 |
| | | |||||
| * | Updates to allow a full plugin data refresh in certain circumstances | Silarn | 2018-04-08 | 1 | -1/+2 |
| | | |||||
| * | Light flagged master support and other minor changes | Jeremy Rimpo | 2018-03-05 | 1 | -0/+2 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -222/+237 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -237/+222 |
| | | |||||
| * | Final highlighting changes | Jeremy Rimpo | 2017-12-02 | 1 | -1/+2 |
| | | |||||
| * | Implement mod/plugin highlighting when pair is selected | Jeremy Rimpo | 2017-11-30 | 1 | -0/+3 |
| | | |||||
| * | Correctly render the modindex for ESLs | Jeremy Rimpo | 2017-10-21 | 1 | -0/+4 |
| | | |||||
| * | Add ESL flag type detection | Jeremy Rimpo | 2017-10-20 | 1 | -0/+2 |
| | | | | | | * ESL files can be sorted like ESMs * ESL files are displayed italicized but not bold | ||||
| * | removed highlighting of dummy plugins | Tannin | 2016-05-15 | 1 | -1/+0 |
| | | |||||
| * | fixed priority ordering after enabling/disabling mod | Tannin | 2016-05-09 | 1 | -0/+2 |
| | | |||||
| * | moved plugins.txt reading/writing to game plugin | Tannin | 2016-05-06 | 1 | -28/+6 |
| | | |||||
| * | Bunch of const correctness changes. There shouldn't be any update of plugin ↵ | Thomas Tanner | 2015-11-25 | 1 | -2/+2 |
| | | | | | games once MO has started | ||||
| * | Replace GameInfo::getLoadorderMechanism with IPluginGame::getLoadOrderMechanism | Thomas Tanner | 2015-11-24 | 1 | -0/+12 |
| | | |||||
| * | Remove some unused files and build esptk as a library | Tom Tanner | 2015-09-26 | 1 | -1/+0 |
| | | |||||
| * | a signal is now emitted when the state (checked/unchecked) of a plugin changes | Tannin | 2015-03-31 | 1 | -5/+5 |
| | | |||||
| * | minor cleanup | Tannin | 2015-03-09 | 1 | -0/+4 |
| | | |||||
| * | - some fixes to how file changes are signaled and delayed | Tannin | 2015-03-01 | 1 | -9/+1 |
| | | |||||
| * | - bugfixes | Tannin | 2015-01-06 | 1 | -1/+0 |
| | | | | | | | | - moved more functionality to game-plugins - further decoupled management functionality from the UI - created another "tutorial" which is only a single page with relevant parts of the ui highlighted with info as tooltips | ||||
| * | replaced all uses of NULL with nullptr | Tannin | 2014-11-28 | 1 | -1/+1 |
| | | | | | fixed a few placed where NULL was used as a number or boolean | ||||
| * | cleanup und bugfixes after refactoring | Tannin | 2014-11-28 | 1 | -1/+1 |
| | | |||||
| * | plugins can now query the list of masters for a plugin | Tannin | 2014-09-10 | 1 | -0/+1 |
| | | |||||
| * | - re-enabled building of loot_cli and started developing against the new api | Tannin | 2014-09-08 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | - extended set of default categories - more tolerand bbcode parser - added a few colors for the bbcode parser - more fixes to qt5 compatibility - started work on ability to unloading (and thus re-loading) of plugins - names of plugins are no longer localizable (because those names are also used to store settings) - added settings to disable individual diagnosis settings - path of dependencies is now configured in a .pri file instead of environment variablees - bugfix: if the modid-input is canceled, the id was saved as -1 and wasn't re-requested from the user - bugfix: moving files with the SHFileOperation-Api didn't update the vfs correctly (still not perfect but better) - bugfix: attempt to remove the deleter-file seems to have caused error messages for some users - bugfix: fixed a couple of cases that might have caused the tutorial to hang | ||||
| * | - processes spawned from MO are now themselves allowed to break away from ↵ | Tannin | 2014-08-25 | 1 | -0/+1 |
| | | | | | | | | | | | the job. Without this the CEF (chromium embedded framework) seems to fail - bugfix: Fixed an error message when installing a fomod wrapped in an archive - bugfix: sorting plugins had no effect on non-skyrim games - bugfix: fomod parser quit installing filelists after one file - bugfix: function retrieving local appdata path read wrong directory | ||||
| * | normalized eol style (all files should now have windows line endings) | Tannin | 2014-07-17 | 1 | -344/+344 |
| | | |||||
| * | - test-plugins accidentally distributed in the 1.2.5 release are now ↵ | Tannin | 2014-06-25 | 1 | -1/+1 |
| | | | | | | | | | | | | automatically deleted - some fixes to the tutorial (mostly wording but also some actual problems) - bugfix: could disable mods that aren't supposed to be disable-able - bugfix: mod list wasn't saved on some changes - bugfix: when trying to start directly to application, MO didn't start up correctly - bugfix: hook.dll didn't load mod bsas into its directory structure and thus didn't allow bsas to overwrite loose files - bugfix: in some constellations the tutorial files couldn't be found despite being in the right location | ||||
| * | - added pseudo-categories to filter for mo-managed vs. unmanaged mods | Tannin | 2014-06-16 | 1 | -1/+6 |
| | | | | | | | | | | | - deleted mods are now moved to the recycle bin instead of being deleted permanently - reduced modinfo dialog for foreign mods - foreign mods are now displayed with a pseudo-category - added a signal when a plugin is moved - bugfix: refreshing of directory structure for mods with bsas didn't work correctly when enabling a mod and on changing display of foreign mods - bugfix: one mod in the list was assigned the same priority on the directory structure as the data directory - bugfix: conflicts tab in the mod info dialog offered the hide option for files in bsas | ||||
