redtide

Results 211 comments of redtide

Please, see here: . If you find it not clear please let me know so I will fix the documentation.

I apologize, I was blind, I only noticed the missing xputty package from pkgconfig, not the Utils.cmake which is indeed a file left by mistake.

In the README: > Right now only generators and embedded sample files are supported. embedded means using the [<sample>](https://sfzformat.com/headers/sample) header. I guess you mean your sfz files using sample files,...

This reminds me [hyprpicker](https://github.com/hyprwm/hyprpicker)

> So please see .translation-update as a kind of documentation FWIW I hope to see `.translation-update` and `translations/CMakeLists.txt` to go away and use only CMake automation or lxqt-transupdate as manual...

> Example: `org.lxqt_project.Qterminal.desktop`, `org.lxqt_project.ScreenGrab.desktop` and so on. Not really sure about the underscore and uppercase It's almost described in this [spec](https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s02.html) page, but it's not clear if snake_case instead CamelCase...

Use backends there too? Basically lxqt global keys becomes a gui frontend like an [ObKeys](https://nosmileface.dev/images/obkey.png) on labwc etc, moving the current code to a x11 backend.

ATM only OB and Labwc but it doesn't matter, what I'm saying is to make GlobalKeys like a wrapper/frontend that can adapts to various implementations. One could be also the...

Oh, sure, here it is: other than the widgets described above there is a central widget and vbox layout. ```cpp MainWindow::MainWindow() : QMainWindow() , wgtMain(new QWidget(this)) , layout(new QVBoxLayout(wgtMain)) ,...