Chris Holland

Results 86 issues of Chris Holland

As mentioned in Issue #1. ![2020-03-28___13-11-31](https://user-images.githubusercontent.com/416367/77829163-a2928b00-70f6-11ea-96df-52f89820cc14.png) * SublimeText > Preferences > Theme > Press `Esc` to close * This probably rebuilds the menu. The QActions inside the KDecoration buttons were...

In Issue #2, @emvaized asked if we could disable the "window drag" option. It will need to: * Add config option. * Not call `initDragMove(event->pos());` in `Decoration::mousePressEvent` when config says...

As mentioned in Issue #1. * [ ] Open Submenu on Shortcut. * SublimeText has mnemonics, and opens app submenus at the top left of the window (relative `(0,0)`). So...

Optional, so a zip of all themes will not change anything. It's done with a .nbattr file in the root of the zip. ``` ```

Need to create a file(s) to test read only files, deprecated, annotations, mismatched + matched brackets, etc.

IIRC, I removed the filtering when adding the drag and drop code as moving an item caused it to create a new item rather than swapping the indexes of the...

enhancement

Subscribe to this issues to receive updates of new phrases to translate. https://github.com/Zren/plasma-applet-todolist/commits/master/package/translate/template.pot

help wanted

* [ ] [Akonadi/Kontact/PIM Integration](https://github.com/Zren/plasma-applets/issues/130) * [ ] [Filter Items](https://github.com/Zren/plasma-applets/issues/128) * [ ] [Counter overlay is very big, even overlapping other things in the panel, when panel is tall](https://github.com/Zren/plasma-applets/issues/122) *...

Eg: ![%Y-%M-%D___%H-%m-%S-3](https://github.com/Zren/plasma-applet-tiledmenu/assets/416367/48f03435-09c3-4f96-a4e9-eab1b16b89ba) This is because `KSvg.Svg {}` uses of KColorScheme's global color palette instead of the locally inherited colors. We can change the "colorSet" but we can't use the palette...