https://bugs.kde.org/show_bug.cgi?id=355053
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kin | |focenter/55912f121c618b23ec | |6dc901b33e3184c2ec9413 Status|REPORTED |RESOLVED Version Fixed In| |5.19.0 Resolution|--- |FIXED --- Comment #1 from Harald Sitter <sit...@kde.org> --- Git commit 55912f121c618b23ec6dc901b33e3184c2ec9413 by Harald Sitter. Committed on 05/02/2020 at 09:48. Pushed by sitter into branch 'master'. add gpu entry to about system Summary: simply queries gl_renderer from gl also refactor string processing for (R) and (TM) replacement so it can be shared for cpu and gpu entries I do wonder if we need to blacklist software gl somehow though FIXED-IN: 5.19.0 Test Plan: shows something of value on amd and intel depends on D26667 Reviewers: davidedmundson, ngraham Reviewed By: davidedmundson, ngraham Subscribers: ngraham, broulik, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D26709 M +2 -0 Modules/about-distro/src/CMakeLists.txt M +3 -4 Modules/about-distro/src/CPUEntry.cpp A +19 -0 Modules/about-distro/src/FancyString.cpp [License: UNKNOWN] * A +17 -0 Modules/about-distro/src/FancyString.h [License: UNKNOWN] * A +42 -0 Modules/about-distro/src/GPUEntry.cpp [License: UNKNOWN] * A +18 -0 Modules/about-distro/src/GPUEntry.h [License: UNKNOWN] * M +3 -1 Modules/about-distro/src/Module.cpp The files marked with a * at the end have a non valid license. Please read: https://community.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. https://commits.kde.org/kinfocenter/55912f121c618b23ec6dc901b33e3184c2ec9413 -- You are receiving this mail because: You are watching all bug changes.