summaryrefslogtreecommitdiff
path: root/src/settingsdialogplugins.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-65/+73
* Use proper naming convention for constants.Mikaël Capelle2021-01-221-15/+15
* Disable checkbox when plugin cannot be enabled.Mikaël Capelle2020-11-171-18/+28
* Better dialog for warning when disabling proxy plugin.Mikaël Capelle2020-11-171-18/+10
* Display inactive checkbox for core plugins (not for games).Mikaël Capelle2020-11-171-1/+9
* Add core plugins and better messages.Mikaël Capelle2020-11-171-6/+7
* Fix selection in Plugins settings.Mikaël Capelle2020-11-171-6/+16
* Fix filter for child plugins.Mikaël Capelle2020-11-171-1/+1
* It's 2020.Mikaël Capelle2020-11-121-1/+1
* Proper handling of proxied plugins that implement multiple interfaces.Mikaël Capelle2020-11-121-2/+0
* Remove duplicate dependencies.Mikaël Capelle2020-11-111-2/+4
* Handle proxy dependencies differently.Mikaël Capelle2020-11-111-0/+26
* Use IPlugin::master() when present.Mikaël Capelle2020-11-111-10/+34
* Cleaner IPluginRequirement.Mikaël Capelle2020-11-111-1/+1
* Fix display of tools in the MainWindow menu.Mikaël Capelle2020-11-111-5/+4
* Improve requirements handling.Mikaël Capelle2020-11-111-3/+94
* Only hide QTreeWidgetItem in plugin list when filtering.Mikaël Capelle2020-09-301-28/+61
* Make filter work and reorganize layout with QSplitters.Mikaël Capelle2020-09-301-21/+40
* Add filter for plugin list.Mikaël Capelle2020-09-301-1/+5
* Display plugins in a tree instead of a list in the settings dialog.Mikaël Capelle2020-09-291-21/+52
* Use localizedName() instead of name() for the list of plugins in the UI.Mikaël Capelle2020-09-281-9/+14
* documentation for settingsisanae2019-09-081-5/+5
* moved plugins to settingsisanae2019-09-021-15/+13
* made member variables in SettingsTab private, added accessorsisanae2019-08-171-13/+13
* moved tabs to SettingsDialogisanae2019-08-021-0/+2
* split workarounds tabisanae2019-08-021-0/+9
* split plugins tabisanae2019-08-021-0/+110