You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Michael Pyne 92c08071b6 libtaskmanager: Fix build when PipeWire is not installed. 4 years ago
LICENSES
applets [Notifications] When there is no thumbnail available, use file icon as drag pixmap 4 years ago
appmenu SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
cmake Install in kf<version> 4 years ago
components SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
containmentactions SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
dataengines SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
doc merge Language and Formats 4 years ago
freespacenotifier SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
gmenu-dbusmenu-proxy SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
interactiveconsole Fix path against qt6/qt5 4 years ago
kcms Fix typo in license file name for Chameleon.png 4 years ago
kioslave [kioslave/applications] Port from SlaveBase to WorkerBase 4 years ago
klipper SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
krunner Disable toplevel fixed positions on Wayland 4 years ago
ksmserver [ksmserver] Rename restoreSession(QString) 4 years ago
ksplash ksplashqml: remove defunct theme files 4 years ago
ktimezoned SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
libcolorcorrect SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
libdbusmenuqt Port some foreach + add QStringLiteral 4 years ago
libkworkspace [libkworkspace] Port away from foreach loops 4 years ago
libnotificationmanager libnotificationmanager: Add default parameters for actions in WatchedNotificationsModel for QML 4 years ago
libtaskmanager libtaskmanager: Fix build when PipeWire is not installed. 4 years ago
login-sessions SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
logout-greeter REmove duplicate header between header/file 4 years ago
lookandfeel Group lookandfeels together 4 years ago
menu SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
phonon SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
plasma-windowed SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
plasmacalendarintegration SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
runners SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
sddm-wayland-session
shell Don't break configuration when saving layouts 4 years ago
solidautoeject SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
soliduiserver SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
startkde Avoid crash in plasma-session teardown 4 years ago
statusnotifierwatcher SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
systemmonitor SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
themes SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
wallpapers wallpapers/image: try to extract image metadata if available 4 years ago
xembed-sni-proxy SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
.git-blame-ignore-revs Add 5ad0abb7 to .git-blame-ignore-revs 4 years ago
.gitignore
.gitlab-ci.yml
.kde-ci.yml libtaskmanager: Use KPipeWire 4 years ago
CMakeLists.txt Group lookandfeels together 4 years ago
ConfigureChecks.cmake
ExtraDesktop.sh
HACKING
README.md
c_ptr.h port to C++ smart pointers where possible 4 years ago
config-X11.h.cmake
config-appstream.h.cmake
config-unix.h.cmake
config-workspace.h.cmake add GLIBC_LOCALE_GENERATED option 4 years ago
metainfo.yaml
plasma-workspace.categories

README.md

Plasma Workspace

Plasma Workspace is used as base for both Plama Desktop and Plasma Mobile. It contains shared KCMs, applets as well as multiple libraries.

TaskManager Library

The Task Manager provides various QAbstractListModel-based model for listing Windows (TaskManager::AbstractWindowTasksModel), Startup tasks (TaskManager::StartupTasksModel) and Launcher Job (TaskManager::LauncherTasksModel).

Workspace Library

libkworkspace provides functions to allow you to interact with the %KDE session manager (SessionManagement).

Notification Manager Library

libnotificationmanager is responsible for listing notifications, closing them and interacting with them in Plasma. This class provides a %Qt model for jobs: NotificationManager::JobsModel. As well as a %Qt model for notifications and jobs: NotificationManager::Notifications.