aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/extensionsystem/pluginview.cpp
Commit message (Expand)AuthorAgeFilesLines
* ExtensionSystem: Refactor PluginSpecMarcus Tillmanns2024-02-141-4/+4
* PluginManager: Add an "Deprecated" flag for pluginsEike Ziller2023-12-121-1/+7
* ExtensionSystem: Fix qbs buildChristian Stenger2023-11-131-3/+0
* ExtensionSystem: Allow opt-in plugin loading without restarthjk2023-11-131-4/+2
* ExtensionSystem: Open PluginDialog without horizontal scroll barAlessandro Portale2023-11-031-6/+2
* Utils: Make TreeViews use setUniformRowHeights by defaulthjk2023-09-051-1/+0
* ExtensionSystem: Tr::trAlessandro Portale2023-01-241-16/+18
* Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-101-1/+1
* ExtensionSystem: Fix some clazy warningsJarek Kobus2022-12-071-12/+12
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CorePlugin: Add ok and cancel button to plugin dialogArtem Sokolovskii2022-07-271-0/+8
* Aggregation/Utils/ExtensionSystem: Make member functions const/staticAlessandro Portale2020-11-271-4/+0
* Fix filtering in various hierarchical viewsEike Ziller2020-06-221-2/+3
* Core: Remove "Show all" option in plugin dialoghjk2020-06-161-57/+1
* Fix "Header" documentation in ExtensionSystem and AggregationEike Ziller2020-06-151-0/+2
* Fix extensionsystem API documentation for new qdocEike Ziller2020-02-201-3/+3
* ExtensionSystem: Some modernizationhjk2020-02-141-11/+11
* Doc: Fix QDoc warnings in ExtensionSystem class docsLeena Miettinen2020-02-071-2/+17
* ExtensionSystem: Move away from QListEike Ziller2019-05-271-10/+14
* use initializer listsTim Jenssen2019-01-211-1/+1
* ExtensionSystem: Remove icon from categoriesChristian Stenger2018-10-121-9/+0
* Extensionsystem: ModernizeAlessandro Portale2018-08-081-15/+13
* PluginView: do not allow to edit Load columnNikita Baryshnikov2017-12-261-2/+2
* ExtensionSystem: Avoid using iterators from temporariesEike Ziller2017-10-191-2/+3
* PluginView: remove stale includesNikita Baryshnikov2017-08-311-3/+0
* Support 'hidden' pluginsEike Ziller2017-01-091-1/+51
* Explicitly mark experimental plugins as such in plugin overviewEike Ziller2017-01-031-1/+4
* ExtensionSystem: Simplify PluginCollectionEike Ziller2016-08-221-20/+5
* Simplify Utils::sort calls that sort by memberOrgad Shaneh2016-08-091-2/+1
* Utils: Rename the "error" icon to "broken"Ulf Hermann2016-08-051-1/+1
* Merge remote-tracking branch 'origin/4.1'Orgad Shaneh2016-07-291-10/+4
|\
| * Move "Ok", "Error" and "Notloaded" icons from ExtentionSystem to UtilsAlessandro Portale2016-07-251-10/+4
* | Utils: Streamline TreeModel APIhjk2016-07-271-3/+3
|/
* ExtensionSystem: Fix PluginView model level typeshjk2016-07-061-1/+1
* PluginView: Do not disable required pluginsEike Ziller2016-06-211-4/+3
* TreeModel: Take responsibility for some of the castinghjk2016-05-301-4/+4
* TreeModel: Rework tree iterationhjk2016-05-121-0/+1
* Theme: Separate run/stop/interrupt icons in menusAlessandro Portale2016-04-211-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Utils::Icon: Make the style options flag basedAlessandro Portale2015-12-231-3/+3
* PluginView: Refresh iconsAlessandro Portale2015-11-271-7/+24
* Move sort filter proxy model with category logic to utilsEike Ziller2015-06-101-31/+2
* TreeModel: More API cleanuphjk2015-04-221-1/+1
* TreeModel: API cleanuphjk2015-04-221-1/+1
* Add filtering to About Plugins.Eike Ziller2015-04-131-1/+45
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-04-021-8/+11
|\
| * About Plugins: Fix sorting by "Load" columnEike Ziller2015-04-021-8/+11
* | PluginManager: Behave more like a package managerEike Ziller2015-04-011-39/+84
* | PluginSpec: Naming and encapsulation improvementsEike Ziller2015-04-011-5/+6
|/