plasma-framework/src/plasma
Aleix Pol 591aceb3f9 Make use of KPluginMetaData where we can
Summary: Instead of relying on the older KPluginInfo which is slower (parses de metadata twice) and comes from a much higher tier.

Test Plan: Running plasmashell with it

Reviewers: #plasma, mart

Reviewed By: #plasma, mart

Subscribers: kossebau, broulik, kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D23682
2020-01-12 02:38:56 +01:00
..
data SVN_SILENT made messages (.desktop file) - always resolve ours 2019-12-09 05:18:11 +01:00
design
packagestructure SVN_SILENT made messages (.desktop file) - always resolve ours 2019-11-06 05:33:56 +01:00
private Make use of KPluginMetaData where we can 2020-01-12 02:38:56 +01:00
scripting Make use of KPluginMetaData where we can 2020-01-12 02:38:56 +01:00
.krazy
applet.cpp move backgroundhints managment in Applet 2019-12-05 10:41:57 +01:00
applet.h move backgroundhints managment in Applet 2019-12-05 10:41:57 +01:00
CMakeLists.txt Make use of KPluginMetaData where we can 2020-01-12 02:38:56 +01:00
config-plasma.h.cmake Remove PLASMA_NO_KIO option 2018-10-18 16:44:27 +02:00
containment.cpp Make use of KPluginMetaData where we can 2020-01-12 02:38:56 +01:00
containment.h Fix minor EBN issues and typos 2018-10-22 21:05:29 +03:00
containmentactions.cpp Make use of KPluginMetaData where we can 2020-01-12 02:38:56 +01:00
containmentactions.h Make use of KPluginMetaData where we can 2020-01-12 02:38:56 +01:00
corona.cpp edit mode action 2019-10-21 13:06:01 +02:00
corona.h Fix minor issues found by EBN and typos 2019-11-10 12:06:10 +02:00
datacontainer.cpp Port qrand to QRandomGenerator (qrand is deprecated in qt5.15) 2020-01-07 06:47:10 +01:00
datacontainer.h Revert "Pass fully-qualified arguments and return values to moc" 2019-05-30 16:05:36 +02:00
dataengine.cpp Make use of KPluginMetaData where we can 2020-01-12 02:38:56 +01:00
dataengine.h Make use of KPluginMetaData where we can 2020-01-12 02:38:56 +01:00
dataengineconsumer.cpp Remove unused variables 2018-11-03 01:34:40 +01:00
dataengineconsumer.h Fix minor EBN issues and typos 2018-10-22 21:05:29 +03:00
framesvg.cpp Port away from deprecated methods in Qt 5.14 2019-09-16 05:40:34 +02:00
framesvg.h FrameSvg: make hasElementPrefix() also handle prefix with trailing - 2019-05-14 17:08:00 +02:00
Mainpage.dox API dox: point to Plasma5 versions on techbase if avail 2019-05-13 01:09:26 +02:00
package.cpp [plasma-framework] port away from deprecated KF5 APIs 2019-12-15 00:01:39 +01:00
package.h Use ECMGenerateExportHeader to manage deprecated API better 2019-10-19 00:42:13 +02:00
packagestructure.cpp Warning-- 2018-04-13 13:58:44 +02:00
packagestructure.h Use ECMGenerateExportHeader to manage deprecated API better 2019-10-19 00:42:13 +02:00
plasma.cpp Fix minor EBN issues and typos 2018-10-22 21:05:29 +03:00
plasma.h support for user removing background and automatic shadow 2019-11-29 10:45:08 +01:00
pluginloader.cpp Port deprecated QSet::toList method 2019-12-19 13:55:07 +01:00
pluginloader.h Use ECMGenerateExportHeader to manage deprecated API better 2019-10-19 00:42:13 +02:00
README Use more https in links (& update a few urls) 2019-01-19 16:36:59 +01:00
service.cpp Warning-- 2018-04-13 13:58:44 +02:00
service.h Revert "Pass fully-qualified arguments and return values to moc" 2019-05-30 16:05:36 +02:00
servicejob.cpp
servicejob.h Fix minor EBN issues and typos 2018-10-22 21:05:29 +03:00
svg.cpp GIT_SILENT: Use QLatin1String in QString::contains etc. Fix replace 2019-08-29 07:25:48 +02:00
svg.h Fix minor issues found by EBN and typos 2019-11-10 12:06:10 +02:00
theme.cpp Make use of KPluginMetaData where we can 2020-01-12 02:38:56 +01:00
theme.h Make use of KPluginMetaData where we can 2020-01-12 02:38:56 +01:00
version.cpp [libplasma] Add categorized debug output 2015-12-15 16:56:40 -05:00
version.h

libplasma

This directory contains the classes making up libplasma, which provides the
core framework used by Plasma applications, such as the Plasma desktop shell
and its components. This includes applet and extension definitions and loading,
common GUI elements, data and service interaction, search system, etc.

Domain specific sets of functionality, e.g. for network awareness or sensors,
are not found here but as DataEngine, Service, Applet, Package, Wallpaper,
ContainmentActions, Containment and other plugins.

Commit Guidelines:
* If your patch is not an obvious or trivial bug fix, have it peer reviewed
  by another Plasma developer; https://phabricator.kde.org is your friend :)

* All code MUST follow the KDE Frameworks coding style, as found at:
        https://techbase.kde.org/Policies/Frameworks_Coding_Style

* All new public API MUST have apidox written before committing and must go
  through an API review with another Plasma developer. We have to maintain
  binary compatibility, remember!

Unit tests are next to godliness. (Though as you can see, right now libplasma
is hellbound.)

Please refer to the Plasma website (https://plasma.kde.org) and Plasma wiki
(https://community.kde.org/Plasma) for API documentation and design
documents regarding this library.