Graphical display configuration tool for Budgie Desktop 10.10. This will be replaced in the future when daemon bits are generalized and we have a new (MDI) control panel with a pluggable architecture
While there are no functional changes, this is a pretty significant overhaul of the former backend. It now more closely follows other Qt projects, which should make it easier for people familiar with Qt to contribute. I also performed some general cleanup, like adding SPDX headers to all files. I would recommend looking at each commit to gain a more clear understanding of the changes. There are still a couple of items that I am unsure of: - I feel like there is a better name for the Backend class (and `backend.cpp`/`backend.hpp`), I just don't know what it is yet. - The files in the `layout` and `output` directories can probably be moved up one level. I don't think there's a real good reason to have them live in subdirectories, myself. Depends on #1 Reviewed-on: #2 Co-authored-by: Evan Maddock <maddock.evan@vivaldi.net> Co-committed-by: Evan Maddock <maddock.evan@vivaldi.net> |
||
|---|---|---|
| .github | ||
| .vscode | ||
| src | ||
| .clang-format | ||
| .gitignore | ||
| CMakeLists.txt | ||
| LICENSE | ||
| org.buddiesofbudgie.DisplayConfig.desktop | ||
| README.md | ||
| Taskfile.yml | ||
Budgie Display Configurator
Graphical display configuration tool for Budgie Desktop 10.10. This will be replaced in the future when daemon bits are generalized and we have a new (MDI) control panel with a pluggable architecture