| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Additional overlay plugin support | Jeremy Rimpo | 2023-10-08 | 1 | -3/+13 |
| | | | | | | | | * Add isOverlayFlagged to IPluginList * Further notate plugin list * Rename to match xEdit / Wrye / LOOT * Update counter | ||||
| * | Tutorial updates | Jeremy Rimpo | 2023-09-25 | 1 | -1/+1 |
| | | | | | | - Add ability to exit tutorial early - Update and clarify many of the tutorials | ||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -99/+117 |
| | | |||||
| * | Change `isXFile` to `hasXExtension` | Qudix | 2022-03-19 | 1 | -2/+2 |
| | | |||||
| * | Rename isX to isXFile, and deprecate isMaster | Qudix | 2022-02-24 | 1 | -2/+2 |
| | | | | | Also made sure to not change existing behaviour | ||||
| * | Add isMasterFlagged to pluginCount | Qudix | 2022-02-24 | 1 | -1/+1 |
| | | |||||
| * | Fix possible NPE when booting up | Chris Bessent | 2022-01-23 | 1 | -2/+1 |
| | | |||||
| * | Create CopyEventFilter. Add Ctrl+C to the plugin list. | Mikaël Capelle | 2021-01-03 | 1 | -0/+2 |
| | | |||||
| * | Move highlighting of mods containing selected plugins to mod view. | Mikaël Capelle | 2021-01-02 | 1 | -3/+1 |
| | | |||||
| * | Visual fixes for the modlist. | Mikaël Capelle | 2021-01-02 | 1 | -11/+5 |
| | | | | | | - Fix invalid positions of markers in the scrollbar. - Use color from children for collapsed elements (background and markers). | ||||
| * | Some cleaning. Avoid using Qt::UserRole. | Mikaël Capelle | 2021-01-02 | 1 | -2/+2 |
| | | |||||
| * | Move sort plugins handler to PluginListView. | Mikaël Capelle | 2021-01-02 | 1 | -2/+50 |
| | | |||||
| * | Remove selection-related stuff from plugin/mod lists. | Mikaël Capelle | 2021-01-02 | 1 | -0/+16 |
| | | |||||
| * | Move open-explorer key combination to views. | Mikaël Capelle | 2021-01-02 | 1 | -1/+16 |
| | | |||||
| * | Move plugin list context menu to its own class and to PluginListView. | Mikaël Capelle | 2021-01-02 | 1 | -0/+71 |
| | | |||||
| * | Move keyboard event to PluginListView. | Mikaël Capelle | 2021-01-02 | 1 | -1/+59 |
| | | |||||
| * | Start moving stuff from MainWindow to PluginListView. | Mikaël Capelle | 2021-01-02 | 1 | -36/+114 |
| | | |||||
| * | replaced #pragma once by ifdefs | isanae | 2020-11-03 | 1 | -2/+0 |
| | | | | | | | | changed pointer to ref to NexusInterface on_actionChange_Game_triggered() now creates the dialog itself instead of calling test code fixed broken command line options, they'd be reset before they were used removed useless explicit | ||||
| * | customizable columns for mod and plugin lists | isanae | 2020-02-18 | 1 | -0/+2 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -28/+36 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -36/+28 |
| | | |||||
| * | Implement mod/plugin highlighting when pair is selected | Jeremy Rimpo | 2017-11-30 | 1 | -0/+58 |
