summaryrefslogtreecommitdiff
path: root/src/pluginlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* removed m_ prefix from struct membersisanae2019-11-231-189/+208
* added loot report to the plugin list, not used yetisanae2019-11-231-112/+181
* <li> in tooltip for information messagesisanae2019-11-181-1/+5
* Only flag plugins as light if the game supports light pluginsLostDragonist2019-10-151-5/+7
* emblemes -> emblemsisanae2019-10-041-1/+1
* added tooltip for flags, reworded those copy/pasted from the mod listisanae2019-10-041-3/+4
* log line and line number when there's an error with the locked order fileisanae2019-09-091-0/+4
* split settings into a bunch of classesisanae2019-09-021-1/+1
* changed crash dump type to use enum instead of intisanae2019-08-241-1/+1
* Merge pull request #807 from isanae/logging-reworkJeremy Rimpo2019-08-021-10/+10
|\
| * changed qDebug() to log::debug()isanae2019-07-221-3/+3
| * changed qCritical() to log::error()isanae2019-07-221-5/+5
| * replaced qWarning()isanae2019-07-221-2/+2
* | Refactor obsolete methodsSilarn2019-07-031-1/+1
|/
* findFile() seems to return null in some cases and crash on the line belowisanae2019-05-271-1/+1