plasma-applet-tiledmenu icon indicating copy to clipboard operation
plasma-applet-tiledmenu copied to clipboard

Show nested folders in App List

Open Zren opened this issue 4 years ago • 1 comments

2020-07-17___11-12-20

I'd need to refactor AppsModel.qml to parse a X-deep tree instead of a 2-depth tree.

  • https://github.com/KDE/plasma-workspace/blob/master/applets/kicker/plugin/rootmodel.h
  • https://github.com/KDE/plasma-workspace/blob/master/applets/kicker/plugin/appsmodel.h
  • https://github.com/KDE/plasma-workspace/blob/master/applets/kicker/plugin/appsmodel.cpp

Zren avatar Jul 17 '20 15:07 Zren

I once wrote a recursive iterApp() function to display the AppList like so in a mockup project in 2017/2018 called tiledmenu3.

  • https://gist.github.com/Zren/8b84ffbb540e7e1bda788dcfca11c074

2020-07-17___11-16-11 2020-07-17___11-17-12

Zren avatar Jul 17 '20 15:07 Zren