Chris Holland

Results 465 comments of Chris Holland

That's not really a bug with this widget... By dragging it between panels, it was probably added as a desktop widget first. This means the full representation becomes the minimum...

I've considered writing a unity taskmanager widget using this, but hadn't thought if applying it to the tiles. Unfortunately, I don't see a way around the need for C++ code...

Note to future self, the demo was in the `zrenplugin` project. https://gist.github.com/Zren/3cc9f2d312c093e1e4d74f388606994f

A quick demo in tiled menu on the [autocolor](https://github.com/Zren/plasma-applet-tiledmenu/compare/autocolor) branch. I haven't done any performance tests. It will lazy load the colors though I think so it shouldn't be too...

Yeah, I thought I fixed Issue #71. v36: Use Math.ceil() to fix popup growing shorter every second * Did you notice this behavior in earlier versions of the widget? Edit:...

What screen resolution? What Screen scaling? What distro? Can you modify `~/.local/share/plasma/plasmoids/com.github.zren.tiledmenu/contents/ui/config/ConfigGeneral.qml` as mentioned here: https://github.com/Zren/plasma-applet-tiledmenu/issues/71#issuecomment-647894498 ``` ConfigSection { label: i18n("Popup") + ' ' + units.devicePixelRatio ``` Then close and...

v24: https://github.com/Zren/plasma-applet-tiledmenu/commit/985b67e29d70630ed7ed7201fdfb24226ae5a7b7 Added Keys: "Default View" "Jump To Category" "Jump To Letter" "Recent Apps" Removed Keys: "Default Order"

v26: https://github.com/Zren/plasma-applet-tiledmenu/commit/8532f676b5a71f988a2f67afa241f954aeb52614 Added Keys: "Grid Columns" "Most Used" "Preset Tiles" "Sort Tiles" "When this widget has a global shortcut set, like 'Alt+F1', Plasma will open this menu with just the...

https://github.com/Zren/plasma-applet-tiledmenu/commit/0007e7522287289ff37d7493b70f9b287df8dae1 Added Keys: "Import/Export Layout" "Tiles Only" Removed Keys: "Menu" With "Import/Export Layout", the user can sort of infer that we're talking about the grid, but should I change it...

I've decided I was taking the lazy route and I might as well Import/Export all config properties. So "Import/Export Layout" is much more reflective of the tab now. Heck we...