plasma-framework/src/plasma
Laurent Montel b387faa935 Port qrand to QRandomGenerator (qrand is deprecated in qt5.15)
Summary: Port to QRandomGenerator

Reviewers: apol

Reviewed By: apol

Subscribers: kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D26464
2020-01-07 06:47:10 +01:00
..
data SVN_SILENT made messages (.desktop file) - always resolve ours 2019-12-09 05:18:11 +01:00
design The Big Move 2013-02-14 17:17:12 +01:00
packagestructure SVN_SILENT made messages (.desktop file) - always resolve ours 2019-11-06 05:33:56 +01:00
private Port endl to \n Not necessary to flush as QTextStream uses QFile which flush when it's deleted 2020-01-07 06:46:45 +01:00
scripting GIT_SILENT: Use QLatin1String in QString::contains etc. Fix replace 2019-08-29 07:25:48 +02: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 API dox: adapt kapidox & ecm_add_qch settings to new deprecation macros 2019-10-22 19:41:15 +02:00
config-plasma.h.cmake Remove PLASMA_NO_KIO option 2018-10-18 16:44:27 +02:00
containment.cpp Improve panel options menu entries 2019-10-21 19:53:46 +02:00
containment.h Fix minor EBN issues and typos 2018-10-22 21:05:29 +03:00
containmentactions.cpp Port away from deprecated methods in Qt 5.14 2019-09-16 05:40:34 +02:00
containmentactions.h Use nullptr + add explicit 2017-12-13 07:36:22 +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 Port trivial connects to the new style 2019-08-30 17:26:54 +02:00
dataengine.h Revert "Pass fully-qualified arguments and return values to moc" 2019-05-30 16:05:36 +02: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 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 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 Port deprecated QSet::toList method 2019-12-19 13:55:07 +01:00
theme.h add DisabledTextColor to Theme 2019-10-29 11:29:12 +01: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.