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 ea51795e8c
libtaskmanager: consolidate group parent adjacent to the moved task
4 years ago
LICENSES
applets components/calendar: Animate the view when date changes 4 years ago
appmenu SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
cmake
components components/calendar: Animate the view when date changes 4 years ago
containmentactions containmentactions/contextmenu: Add "Open Terminal" action 4 years ago
dataengines [dataengines/geolocation] Port from KIO::http_post to QNetworkAccessManager 4 years ago
doc
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
kcms SVN_SILENT made messages (.desktop file) - always resolve ours 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 krunner: Load RunCommand.qml file from qrc rather than lookandfeel package 4 years ago
ksmserver Use real bool values, not ancient defines 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
libkworkspace [kdisplaymanager] Relax HAVE_X11 check 4 years ago
libnotificationmanager Notifications: Don't use place for paths under root 4 years ago
libtaskmanager libtaskmanager: consolidate group parent adjacent to the moved task 4 years ago
login-sessions SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
logout-greeter
lookandfeel krunner: Load RunCommand.qml file from qrc rather than lookandfeel package 4 years ago
menu SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
phonon Remove service type definition for PhononBackend 4 years ago
plasma-windowed SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
plasmacalendarintegration Port away from KHolidays::HolidayRegion::holidays 4 years ago
runners SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
sddm-wayland-session
shell Remove silencing of QML warnings for Qt 5.12 compatibility 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 kcminit: Symlink kcminit_start instead of compiling twice 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
wallpapers SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
xembed-sni-proxy SVN_SILENT made messages (.desktop file) - always resolve ours 4 years ago
.git-blame-ignore-revs
.gitignore
.gitlab-ci.yml
.kde-ci.yml Remove direct KInit dependency 4 years ago
CMakeLists.txt Bump version for excluded deprecated KF API 4 years ago
ConfigureChecks.cmake Introduce option to build without X11 libs 4 years ago
ExtraDesktop.sh
HACKING
README.md
c_ptr.h
config-X11.h.cmake
config-appstream.h.cmake
config-unix.h.cmake
config-workspace.h.cmake
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.