mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
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. |
||
|---|---|---|
| .. | ||
| qml | ||
| applicationlistmodel.cpp | ||
| applicationlistmodel.h | ||
| CMakeLists.txt | ||
| delegatetoucharea.cpp | ||
| delegatetoucharea.h | ||
| dragstate.cpp | ||
| dragstate.h | ||
| favouritesmodel.cpp | ||
| favouritesmodel.h | ||
| folioapplication.cpp | ||
| folioapplication.h | ||
| folioapplicationfolder.cpp | ||
| folioapplicationfolder.h | ||
| foliodelegate.cpp | ||
| foliodelegate.h | ||
| foliosettings.cpp | ||
| foliosettings.h | ||
| foliowidget.cpp | ||
| foliowidget.h | ||
| homescreen.cpp | ||
| homescreen.h | ||
| homescreenstate.cpp | ||
| homescreenstate.h | ||
| Messages.sh | ||
| metadata.json | ||
| pagelistmodel.cpp | ||
| pagelistmodel.h | ||
| pagemodel.cpp | ||
| pagemodel.h | ||
| README.md | ||
| widgetcontainer.cpp | ||
| widgetcontainer.h | ||
| widgetsmanager.cpp | ||
| widgetsmanager.h | ||
| windowlistener.cpp | ||
| windowlistener.h | ||
Folio Homescreen
This is the paged homescreen for Plasma Mobile.
How it works
Most of the homescreen is in C++ in order to keep logic together, with QML only responsible for the display and user input.
As such, all the positioning and placement of delegates on the screen are top down from the model, as well as drag and drop behaviour.
TODO
- BUG: If an app gets uninstalled, the homescreen UI needs to ensure that delegates are updated
- BUG: landscape favourites bar duplication when dragging icon from it sometimes
- BUG: can't insert delegates in-between very well in landscape favourites bar
- BUG: drag and drop animation when rejected on a different page
- IMPROVEMENT: can make the touch area only the icon?
- FEATURE: Add folio/halcyon switcher in initial-start
- FEATURE: add widget import/export
- FEATURE: keyboard navigation
- FEATURE: touchpad navigation
- FEATURE: option to darken wallpaper
- FEATURE: option to turn off row/column swap
- PERFORMANCE: ensure that the widget config overlays are in loaders