Chris Holland
Chris Holland
* `PlasmaComponents2` was removed https://invent.kde.org/frameworks/plasma-framework/-/commit/9b1d59fee69c330754089ab5bb86197332afabaf * `PC2.Menu` was moved to PlasmaExtras? * https://invent.kde.org/frameworks/plasma-framework/-/commit/5314bc4d7347ebb6ecdb6b428199d3eb7bd9c6d1 * https://invent.kde.org/frameworks/plasma-framework/-/commit/b40013c3c3c97bce032a49b3fa0246551aa384ec * `PlasmaExtras.ScrollArea` was removed https://invent.kde.org/frameworks/plasma-framework/-/commit/ae809ccbea5f189ecf3ffaeaf30d9ae9f6329d82 * `plasma-framework/src/declarativeimports/` History: https://invent.kde.org/frameworks/plasma-framework/-/commits/master/src/declarativeimports So I need to fix: *...
* [x] [Not an issue proper](https://github.com/Zren/plasma-applets/issues/125) * [x] [How to change background of tiles?](https://github.com/Zren/plasma-applets/issues/120) * [x] [Hover over sidebar, Highlight disappears](https://github.com/Zren/plasma-applets/issues/114) * [ ] [Add to panel (widget)](https://github.com/Zren/plasma-applets/issues/113) * [...
Subscribe to this issues to receive updates of new phrases to translate. https://github.com/Zren/plasma-applet-tiledmenu/commits/master/package/translate/template.pot
It's posible to access the default `PlasmaCore.Dialog { id: popupWindow }` by calling `Window.window` in the `Plasmoid.fullRepesentation`'s `onParentChanged` signal. We can then set the `backgroundHints` to `PlasmaCore.Types.NoBackground` to get rid...
> https://www.pling.com/u/cplove2021/: Installed it today in MANJARO (Arch) and am very satisfied so far. But there seems to exist one little "bug": When I open up the Tiled Menu, click...
 It likely saves the size properly to the config. The issue sounds like the popup window's width is set to 0px when the popup is hidden. I don't experience...
Kicker supports this feature already in RootModel. * https://github.com/KDE/plasma-desktop/blob/master/applets/kicker/package/contents/ui/main.qml#L158 * 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/abstractmodel.h#L36 * https://github.com/KDE/plasma-workspace/blob/master/applets/kicker/plugin/recentusagemodel.cpp#L101 I just need to generate a `favoriteModel` with all the tile urls.
 I'd need to refactor [AppsModel.qml](https://github.com/Zren/plasma-applet-tiledmenu/blob/master/package/contents/ui/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
 To answer migzulk's question: In case you didn't know, the code is at: `~/.local/share/plasma/plasmoids/com.github.zren.tiledmenu/contents/ui/` The jump to category font size is in `JumpToSectionView.qml` https://github.com/Zren/plasma-applet-tiledmenu/blob/master/package/contents/ui/JumpToSectionView.qml ```qml property int buttonSize: {...
`KCoreAddons.KUser` shows that during `Component.onCompleted` it is set to: ``` qml: faceIconUrl file:///var/lib/AccountsService/icons/chris ``` and during avatar change, it seems to switch to empty twice, attempting to load `~/.face.icon`. ```...