summaryrefslogtreecommitdiff
path: root/src/pluginlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* Plugin sorting updatesJeremy Rimpo2023-10-021-1/+3
* Allow unforced plugins to be checkable againJeremy Rimpo2023-09-161-1/+1
* Context menu fixJeremy Rimpo2023-09-151-0/+4
* Fix lint issuesJeremy Rimpo2023-09-131-1/+2
* Fix merge issues and small plugin display correctionsJeremy Rimpo2023-09-121-11/+10
* Changes for None-type plugin sortingJeremy Rimpo2023-09-121-51/+60
* Add 'None' LoadOrderMechanism which disables managed pluginsJeremy Rimpo2023-09-091-9/+21
* Implement 'override' plugin supportJeremy Rimpo2023-09-051-4/+22
* Apply clang-format.Mikaël Capelle2023-07-091-310/+328
* Convert everything to CRLF.Mikaël Capelle2023-07-091-1721/+1721
* Remove dependency on Core5CompatJeremy Rimpo2022-04-191-1/+0
* Make fixes to ESM plugin prioritiesChris Bessent2022-03-191-29/+17
* Change `isXFile` to `hasXExtension`Qudix2022-03-191-40/+43
* Rename isX to isXFile, and deprecate isMasterQudix2022-02-241-22/+22
* Add `isMasterFlagged` `isLight` `isLightFlagged`Qudix2022-02-241-1/+14
* Enforce the priority rules on every refreshChris Bessent2022-01-231-14/+63
* Enforce relationships between pluginsChris Bessent2022-01-231-1/+28
* Force priority of primary pluginsChris Bessent2022-01-231-4/+35
* Fix parsing plugins with dots in nameChris Bessent2021-11-261-1/+1
* Fix extension parsing for the plugin listChris Bessent2021-11-231-3/+4
* Fix load order when using locked pluginsChris Bessent2021-02-271-2/+2
* Use case-insensitive data structure in plugin list.Mikaël Capelle2021-01-311-39/+37
* Move settings around. Remove unused settings.Mikaël Capelle2021-01-291-19/+1
* Remove TODOChris Bessent2021-01-181-1/+1
* Get rid of static on lambdasChris Bessent2021-01-181-2/+2
* Rewrite readLockedOrderFromChris Bessent2021-01-181-47/+77
* Add error checking to lockedorder.txt processingChris Bessent2021-01-161-15/+32
* Write plugin list after edit.Mikaël Capelle2021-01-131-0/+1
* Remove useless layoutChanged() in PluginList.Mikaël Capelle2021-01-021-2/+0
* Some cleaning. Avoid using Qt::UserRole.Mikaël Capelle2021-01-021-1/+1
* Remove selection-related stuff from plugin/mod lists.Mikaël Capelle2021-01-021-7/+7
* Minor clean for plugin list.Mikaël Capelle2021-01-021-32/+13
* Move plugin list context menu to its own class and to PluginListView.Mikaël Capelle2021-01-021-35/+11
* Move keyboard event to PluginListView.Mikaël Capelle2021-01-021-95/+50
* Fix callbacks for pluginlist, modlist and download manager.Mikaël Capelle2020-12-021-14/+13
* added IPlugin::registered()isanae2020-11-041-65/+0
* fixes after rebasingisanae2020-11-031-2/+7
* moved nexus api stuff to GlobalSettingsisanae2020-11-031-0/+60
* Convert FileAlternative and DataArchiveOrigin to classesAL2020-11-021-1/+1
* Change Alternatives vector to use a structAL2020-11-021-2/+2
* Change for onPluginStateChanged to take a list of plugins.Mikaël Capelle2020-09-051-12/+45
* Add IPluginList::setPriority implementation.Mikaël Capelle2020-08-301-0/+23
* Avoid using GamePlugins when not provided by the game plugin.Mikaël Capelle2020-05-071-5/+12
* now using new common cmakefilesisanae2020-04-231-1/+1
* added more timingsisanae2020-02-181-0/+2
* split directoryentryisanae2020-02-181-6/+10
* error checking in dump()isanae2020-02-181-4/+1
* harmonized widgets in the tabs, fixed stylesisanae2020-02-051-5/+0
* bumped to 2.2.2alpha7isanae2019-11-251-5/+5
* added loot info to tooltipisanae2019-11-231-40/+172