Nils Fenner

Results 23 issues of Nils Fenner

Adds functions to query and display the `tox` crate version during runtime. - `tox::tox_node::crate_version -> String` - `tox::tox_node::crate_version_major -> u32` - `tox::tox_node::crate_version_minor -> u32` - `tox::tox_node::crate_version_patch -> u32`

references #909 TODO: - [x] Add a "padding" parameter in settings dialog. - [x] Add "inset" to "padding" values. - [x] ~~Initialize dialog fields.~~ (should be 0) - [x] Make...

Like probably most Sailfish users, I have "Storeman" installed in parallel with the "Jolla Store. This got me a little confused, because I had installed lighthouse from Storeman - thus...

question

fixes #247 While the original race condition was caused by a call to XSynchronize (in an async context!) the PR carries out quite some additional goodies. Credits to @stefonarch @avallach200...

## Description Registering a shortcut action on one of the "Super" keys (aka "Windows" or "Cmd") does not completely work and th lxqt-globalkeys the `KeyPress` event is not "forwarded" to...

A power feature should only be selectable/visible in the lxqt-powermanaget tool if the hardware/driver supports it. ##### Expected Behavior Feature is *not* selectable/visible in GUI if hardware/driver doesn't support it....

Colors are based on the "Ambience" theme which served as reference for a dark theme. Reference Screenshot: ![theme-dark-sample](https://user-images.githubusercontent.com/440517/104104637-abc99e80-52a9-11eb-952a-36df1221e750.png) Note: The palettes don't have any effect until implementation in `liblxqt` is...

Followup to #195 -> Little bit of code cleanup: - fixes virtual overrides & virtual destructors - replaces dynamic_cast with qobject_cast where suitable - auto type (const) pointers - removes...