https://bugs.kde.org/show_bug.cgi?id=499069
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kinfocenter/-/commit/cd2 |ma/kinfocenter/-/commit/595 |57602e2a4798b279846b131a355 |a20f020fd7147c95d05204aeba6 |ad46001d97 |9893408a9c --- Comment #4 from Nate Graham <n...@kde.org> --- Git commit 595a20f020fd7147c95d05204aeba69893408a9c by Nate Graham. Committed on 29/01/2025 at 17:36. Pushed by ngraham into branch 'Plasma/6.3'. CommandOutputKCM: Use correct newlines for HTML-styled content Right now it assumes plaintext and always uses a `\n`. But the Firmware Security KCM displays HTML-styled text, where this won't work. We need a way to tell the object that it's going to be displaying HTML content, and use appropriate newlines. This commit implements that. FIXED-IN: 6.3.0 Co-authored-by: Harald Sitter <sit...@kde.org> (cherry picked from commit cd257602e2a4798b279846b131a355ad46001d97) 6665db3b CommandOutputKCM: Use correct newlines for HTML-styled content 6f77cbd8 Do it with enums 35d8f1b6 Try to make it work 16b8f7c0 Harald's better stuff Co-authored-by: Nate Graham <n...@kde.org> M +5 -1 kcms/firmware_security/main.cpp M +0 -1 kcms/firmware_security/ui/main.qml M +26 -3 src/CommandOutputContext.cpp M +10 -0 src/CommandOutputContext.h M +3 -1 src/qml/CommandOutputKCM.qml https://invent.kde.org/plasma/kinfocenter/-/commit/595a20f020fd7147c95d05204aeba69893408a9c -- You are receiving this mail because: You are watching all bug changes.