https://bugs.kde.org/show_bug.cgi?id=492523
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kinfocenter/-/commit/1d9 | |9ed0f60992978b0f97ac60b51c3 | |58ad0b9de7 --- Comment #7 from Harald Sitter <sit...@kde.org> --- Git commit 1d99ed0f60992978b0f97ac60b51c358ad0b9de7 by Harald Sitter. Committed on 16/10/2024 at 12:15. Pushed by sitter into branch 'master'. add an edid module Uses di-edid-decode from libdisplay-info (which is also used by kwin). Unfortunately the tool doesn't have an enumeration function so we have a fairly trivial shell based enumerator instead. M +1 -0 kcms/CMakeLists.txt A +12 -0 kcms/edid/CMakeLists.txt A +19 -0 kcms/edid/edid.sh A +12 -0 kcms/edid/kcm_edid.json A +2 -0 kcms/edid/kcm_edid.json.license A +36 -0 kcms/edid/main.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +8 -0 kcms/edid/ui/main.qml [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] https://invent.kde.org/plasma/kinfocenter/-/commit/1d99ed0f60992978b0f97ac60b51c358ad0b9de7 -- You are receiving this mail because: You are watching all bug changes.