Click-and-drag reordering of favourites bar items in convergence mode. The existing touch-based press-and-hold drag is kept for mobile; in convergence mode, press-and-hold opens the context menu only. DelegateTouchArea owns the exclusive mouse grab at the C++ level, so drag detection (threshold crossing + delta signals) is added there rather than using a QML DragHandler. Displaced items animate into their new positions while the dragged item follows the cursor. Expose FavouritesModel::moveEntry as Q_INVOKABLE so QML can persist the reorder. |
||
|---|---|---|
| .reuse | ||
| .well-known | ||
| bin | ||
| components | ||
| containments | ||
| devices | ||
| envmanager | ||
| initialstart | ||
| kcms | ||
| kded | ||
| kwin | ||
| layout-templates | ||
| LICENSES | ||
| lookandfeel | ||
| po | ||
| quicksettings | ||
| screenshots | ||
| shell | ||
| tests | ||
| .git-blame-ignore-revs | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .kde-ci.yml | ||
| CHANGELOG.md | ||
| CMakeLists.txt | ||
| logo.png | ||
| logo.png.license | ||
| org.kde.plasma.mobileshell.metainfo.xml | ||
| plasma-mobile.service | ||
| plasma-mobile.service.license | ||
| pm_README.md | ||
| README.md | ||
Shift
SHIFT is an open source shell built on KDE Plasma Mobile, designed to adapt fluidly to your computing needs across devices
Shift is a fork of plasma-mobile. The upstream phone UI is untouched; convergence adds a layer on top.
What convergence mode changes
-
Navigation panel replaced by a dock with running-app indicators, favourites, context menus, and hover tooltips
-
App drawer opens as a floating popup above the dock
-
Window management: edge tiling, edge maximize, close buttons, task context menus, Overview integration
-
Status bar gains a system tray, date display, and hover highlights
-
Screen space reserved for the dock via layer-shell exclusive zone
-
Desktop niceties: right-click wallpaper settings, minimize-all on home press, clickable page indicators
Locations
- components/mobileshell - private shell component library
- containments - shell panels (homescreens, status bar, task panel)
- envmanager - convergence mode environment manager (kwinrc, etc.)
- kwin/scripts - KWin scripts for convergence window behaviour
- kcms - settings modules
- look-and-feel - Plasma look-and-feel packages
- shell - Plasma shell package
- quicksettings - quick settings for the action drawer
Building
cmake -B build
cmake --build build
cmake --install build
Disclaimer
SHIFT is an independent project based on KDE Plasma Mobile.
It is not affiliated with or endorsed by KDE or the KDE community.
Some visual elements (such as icons or graphical assets) may originate from KDE Plasma Mobile and are used in accordance with their respective licenses. These elements may be replaced in future versions as the project evolves.
All trademarks, including KDE, belong to their respective owners.
Upstream Relationship
SHIFT is not intended as a direct contribution to KDE Plasma Mobile.
However, if parts of this project are considered useful, contributions or ideas may be proposed upstream in a collaborative manner.
See pm_README.md for the original Plasma Mobile README.

