SHIFT is an open source shell built on KDE Plasma Mobile, designed to adapt fluidly to your computing needs across devices
Find a file
Nicolas Fella 992950085d Simplify apps model
The current code iterates over each service group separately and adds its apps. This leads to duplicate entries when an app is in multiple groups.

Since we are not actually interested in the group info, only in a flat list of all apps with some filters, we can simplify this.
2021-06-11 17:44:38 +00:00
applets Don't reopen keyboard after krunner dialog closes 2021-05-28 18:33:53 -04:00
bin Avoid potential double dbus start 2021-03-07 15:43:46 +00:00
components Simplify apps model 2021-06-11 17:44:38 +00:00
containments Fix warning 2021-06-10 16:14:59 +02:00
LICENSES Convert license headers to SPDX 2021-03-02 22:45:25 +01:00
look-and-feel Port away from the global "theme" object to PlasmaCore.Theme 2021-06-10 16:14:41 +02:00
shell Port away from the global "theme" object to PlasmaCore.Theme 2021-06-10 16:14:41 +02:00
touchscreentest clang-tidy: Force braces around statements 2021-03-19 08:54:50 +01:00
.git-blame-ignore-revs Add .git-blame-ignore-revs file 2021-03-19 08:55:40 +01:00
.gitignore GIT_SILENT Add auto generated files to .gitignore 2021-05-03 14:49:30 +02:00
CMakeLists.txt GIT_SILENT: we depend against 5.82 2021-05-30 17:50:22 +02:00
plasma_phone_components.notifyrc SVN_SILENT made messages (.desktop file) - always resolve ours 2021-05-18 01:24:43 +00:00
README.md Add readme links 2021-05-31 00:04:53 +00:00

plasma-phone-components

UI components for Plasma Mobile.

Contains components such as:

Test on a development machine

Dependencies:

If you want to test some part specific to telephony, set up ofono-phonesim according to https://docs.plasma-mobile.org/Ofono.html

To start the phone homescreen in a window, run:

QT_QPA_PLATFORM=wayland dbus-run-session kwin_wayland --xwayland "plasmashell -p org.kde.plasma.phoneshell"