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.
 
 
 
 
 
 
Fushan Wen acce75cd05
kcms/colors: Simplify `isCustomColor`
4 years ago
LICENSES Download LGPL-3.0-or-later SPDX license 4 years ago
applets [Battery Monitor] Add tooltip to power profile icons 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 widgetexplorer: Replace `d->newStuffDialog` with `WidgetExplorerPrivate::newStuffDialog` 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 Manual SPDX fixes & cleanup 5 years ago
freespacenotifier SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
gmenu-dbusmenu-proxy Adapt to Qt6's QList::contains being a template method 4 years ago
interactiveconsole Fix path against qt6/qt5 4 years ago
kcms kcms/colors: Simplify `isCustomColor` 4 years ago
kioslave SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
klipper SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
krunner SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
ksmserver Don't attempt to change desktop background color during logout 4 years ago
ksplash Remove explicit QuickSettings init method call 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 Apply 1 suggestion(s) to 1 file(s) 4 years ago
libnotificationmanager Port from QMutableList|VectorIterator to STL iterators 4 years ago
libtaskmanager libtaskmanager: Fix local variable shadow in tasksmodel 4 years ago
login-sessions Revert "install-sessions.sh: do not pollute system location" 4 years ago
logout-greeter Remove explicit QuickSettings init method call 4 years ago
lookandfeel SystemDialog: give minimumWidth a cap 4 years ago
lookandfeel.dark Give Breeze a Desktop Layout file 4 years ago
lookandfeel.twilight Give Breeze a Desktop Layout file 4 years ago
menu SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
phonon Install in kf<version> 4 years ago
plasma-windowed Remove explicit QuickSettings init method call 4 years ago
plasmacalendarintegration SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
runners runners/baloo: Add missing category "text" to file search results 4 years ago
sddm-theme sddm: Disable the keyboard menu on Wayland 4 years ago
sddm-wayland-session sddm: Provide a configuration for SDDM Wayland sessions 5 years ago
shell kcms/colors: Add an option to apply accent color from wallpaper 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 Show headers in qtc6 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: Check against the attached property, not the context 4 years ago
xembed-sni-proxy Adapt to Qt6's removal of Qt::X11Extras 4 years ago
.git-blame-ignore-revs Fix previous .git-blame-ignore-revs addition 4 years ago
.gitignore
.gitlab-ci.yml Enable gitlab CI 4 years ago
.kde-ci.yml Remove duplicated Dependencies key 4 years ago
CMakeLists.txt Port from query_qmake() to ecm_query_qt() 4 years ago
ConfigureChecks.cmake Only set CMAKE_MODULE_PATH once 4 years ago
ExtraDesktop.sh
HACKING Fix typos in HACKING text file 5 years ago
README.md Expose Plasma Workspace api to api.kde.org 5 years ago
config-X11.h.cmake
config-appstream.h.cmake
config-unix.h.cmake
config-workspace.h.cmake Convert license headers to SPDX 5 years ago
metainfo.yaml Expose Plasma Workspace api to api.kde.org 5 years ago
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.