shift-shell/containments/homescreens/folio
Devin Lin d621b23eb0 folio: Delete delegates if the application is removed
When an application is detected to be removed from the system, remove the delegate from the homescreen layout as well.
2025-03-19 23:40:11 -04:00
..
package
applicationlistmodel.cpp
applicationlistmodel.h
CMakeLists.txt
delegatetoucharea.cpp Flag unused parameters with Q_UNUSED() 2024-09-28 06:31:00 +00:00
delegatetoucharea.h homescreens/folio: Add widgets support 2023-11-04 22:18:52 -07:00
dragstate.cpp
dragstate.h
favouritesmodel.cpp
favouritesmodel.h
folioapplication.cpp
folioapplication.h
folioapplicationfolder.cpp
folioapplicationfolder.h
foliodelegate.cpp
foliodelegate.h
foliosettings.cpp homescreens/folio: Fix settings saving for certain options 2024-07-31 14:11:34 +00:00
foliosettings.h
foliowidget.cpp folio: Use smart pointers to manage delegate lifetimes 2025-02-21 18:06:24 +00:00
foliowidget.h
homescreen.cpp homescreens/folio: Add applications drawer search bar 2024-07-01 16:04:32 +00:00
homescreen.h
homescreenstate.cpp
homescreenstate.h
Messages.sh
pagelistmodel.cpp
pagelistmodel.h
pagemodel.cpp
pagemodel.h
README.md
widgetcontainer.cpp
widgetcontainer.h
widgetsmanager.cpp
widgetsmanager.h
windowlistener.cpp folio: Rewrite 2023-10-22 04:08:28 +00:00
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