plasma-framework/src/plasma
l10n daemon script 1049bca147 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2020-05-31 20:19:54 +02:00
..
data SVN_SILENT made messages (.desktop file) - always resolve ours 2020-05-31 20:19:54 +02:00
design The Big Move 2013-02-14 17:17:12 +01:00
packagestructure SVN_SILENT made messages (.desktop file) - always resolve ours 2020-05-03 06:05:07 +02:00
private Merge branch 'mart/headerGroup' 2020-05-25 11:16:52 +02:00
scripting Fix some @since & PLASMA_ENABLE_DEPRECATED_SINCE of last commit 2020-01-12 07:36:34 +01:00
.krazy The Big Move 2013-02-14 17:17:12 +01:00
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 Port plasma-framework away from KRun 2020-05-22 22:36:25 +02:00
config-plasma.h.cmake Remove PLASMA_NO_KIO option 2018-10-18 16:44:27 +02:00
containment.cpp [plasma-framework] make it compiles without foreach 2020-04-17 06:47:04 +02:00
containment.h Fix minor EBN issues and typos 2018-10-22 21:05:29 +03:00
containmentactions.cpp Fix warnings 2020-04-14 01:39:11 +02:00
containmentactions.h Fix some @since & PLASMA_ENABLE_DEPRECATED_SINCE of last commit 2020-01-12 07:36:34 +01:00
corona.cpp [plasma-framework] make it compiles without foreach 2020-04-17 06:47:04 +02:00
corona.h Fix minor issues found by EBN and typos 2019-11-10 12:06:10 +02:00
datacontainer.cpp [plasma-framework] make it compiles without foreach 2020-04-17 06:47:04 +02:00
datacontainer.h Revert "Pass fully-qualified arguments and return values to moc" 2019-05-30 16:05:36 +02:00
dataengine.cpp [plasma-framework] make it compiles without foreach 2020-04-17 06:47:04 +02:00
dataengine.h Fix some @since & PLASMA_ENABLE_DEPRECATED_SINCE of last commit 2020-01-12 07:36:34 +01:00
dataengineconsumer.cpp [plasma-framework] make it compiles without foreach 2020-04-17 06:47:04 +02: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] make it compiles without foreach 2020-04-17 06:47:04 +02: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 Merge branch 'mart/headerGroup' 2020-05-25 11:16:52 +02: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 [plasma-framework] make it compiles without foreach 2020-04-17 06:47:04 +02:00
service.h Revert "Pass fully-qualified arguments and return values to moc" 2019-05-30 16:05:36 +02:00
servicejob.cpp Apply the astyle-kdelibs script 2014-04-26 01:48:37 +02:00
servicejob.h Fix minor EBN issues and typos 2018-10-22 21:05:29 +03:00
svg.cpp [plasma-framework] make it compiles without foreach 2020-04-17 06:47:04 +02:00
svg.h Fix minor issues found by EBN and typos 2019-11-10 12:06:10 +02:00
theme.cpp Try to apply the colorscheme of the current theme to QIcons 2020-03-02 11:55:35 +01:00
theme.h support the Header color grgoup 2020-05-21 18:43:38 +02:00
version.cpp [libplasma] Add categorized debug output 2015-12-15 16:56:40 -05:00
version.h Unbreak build of code using plasma-framework 2014-03-18 12:01:36 +01:00

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.