https://bugs.kde.org/show_bug.cgi?id=455613
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/xdg-desktop-portal-kde/c | |ommit/fe4d331e85468e67ce07f | |b3facb51fe04545cd57 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #5 from Harald Sitter <sit...@kde.org> --- Git commit fe4d331e85468e67ce07fb3facb51fe04545cd57 by Harald Sitter. Committed on 20/06/2022 at 07:44. Pushed by sitter into branch 'master'. port to ECMQtDeclareLoggingCategory this is more in line with other KDE software, albeit a bit noisy in our case since we have so many categories. the change also implicitly pushes the default logging from debug level to info level, reducing the unnecessary logging noise generated by the portals M +1 -0 CMakeLists.txt M +97 -0 src/CMakeLists.txt M +1 -3 src/access.cpp M +2 -4 src/accessdialog.cpp M +1 -4 src/account.cpp M +1 -4 src/appchooser.cpp M +1 -3 src/background.cpp M +1 -4 src/desktopportal.cpp M +1 -3 src/dynamiclauncher.cpp M +1 -2 src/dynamiclauncherdialog.cpp M +1 -3 src/email.cpp M +1 -3 src/filechooser.cpp M +1 -3 src/inhibit.cpp M +5 -0 src/kirigami-filepicker/CMakeLists.txt M +1 -3 src/kirigami-filepicker/api/mobilefiledialog.cpp M +1 -3 src/notification.cpp M +1 -3 src/notificationinhibition.cpp M +1 -3 src/print.cpp M +1 -4 src/remotedesktop.cpp M +2 -4 src/remotedesktopdialog.cpp M +1 -3 src/request.cpp M +1 -3 src/screencast.cpp M +1 -3 src/screenshot.cpp M +1 -3 src/screenshotdialog.cpp M +1 -3 src/session.cpp M +1 -3 src/settings.cpp M +1 -3 src/waylandintegration.cpp M +1 -3 src/xdg-desktop-portal-kde.cpp https://invent.kde.org/plasma/xdg-desktop-portal-kde/commit/fe4d331e85468e67ce07fb3facb51fe04545cd57 -- You are receiving this mail because: You are watching all bug changes.