summaryrefslogtreecommitdiff
path: root/src/pluginlistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't apply LOOT-sorted load order until user clicks "Apply" (#2382)Jonathan Feenstra2026-05-061-16/+9
* [pre-commit.ci] Pre-commit autoupdate. (#2357)pre-commit-ci[bot]2026-04-091-1/+1
* Fix an error when filters hide highlighted rows (#2245)Jeremy Rimpo2025-05-221-0/+1
* Highlight mods that contain selected files in data tab (#2179)Jonathan Feenstra2025-01-021-11/+29
* Show blueprint master count in plugin counter tooltip and hide unsupported pl...Jonathan Feenstra2024-10-131-13/+47
* Highlight masters of selected plugins (#2140)Jonathan Feenstra2024-10-121-0/+2
* Add medium plugin support (Starfield) (#2048)Jeremy Rimpo2024-06-131-20/+20
* Additional overlay plugin supportJeremy Rimpo2023-10-081-3/+13
* Tutorial updatesJeremy Rimpo2023-09-251-1/+1
* Apply clang-format.Mikaël Capelle2023-07-091-99/+117
* Change `isXFile` to `hasXExtension`Qudix2022-03-191-2/+2
* Rename isX to isXFile, and deprecate isMasterQudix2022-02-241-2/+2
* Add isMasterFlagged to pluginCountQudix2022-02-241-1/+1
* Fix possible NPE when booting upChris Bessent2022-01-231-2/+1
* Create CopyEventFilter. Add Ctrl+C to the plugin list.Mikaël Capelle2021-01-031-0/+2
* Move highlighting of mods containing selected plugins to mod view.Mikaël Capelle2021-01-021-3/+1
* Visual fixes for the modlist.Mikaël Capelle2021-01-021-11/+5
* Some cleaning. Avoid using Qt::UserRole.Mikaël Capelle2021-01-021-2/+2
* Move sort plugins handler to PluginListView.Mikaël Capelle2021-01-021-2/+50
* Remove selection-related stuff from plugin/mod lists.Mikaël Capelle2021-01-021-0/+16
* Move open-explorer key combination to views.Mikaël Capelle2021-01-021-1/+16
* Move plugin list context menu to its own class and to PluginListView.Mikaël Capelle2021-01-021-0/+71
* Move keyboard event to PluginListView.Mikaël Capelle2021-01-021-1/+59
* Start moving stuff from MainWindow to PluginListView.Mikaël Capelle2021-01-021-36/+114
* replaced #pragma once by ifdefsisanae2020-11-031-2/+0
* customizable columns for mod and plugin listsisanae2020-02-181-0/+2
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-28/+36
* Applied clang-format on sourceSandro Jäckel2018-02-221-36/+28
* Implement mod/plugin highlighting when pair is selectedJeremy Rimpo2017-11-301-0/+58