Summary: | Missing icons for buttons in the KF5 variant of the online quotes editor | ||
---|---|---|---|
Product: | [Frameworks and Libraries] alkimia | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | Online quotes widget | Assignee: | Dawid Wróbel <me> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | me |
Priority: | NOR | ||
Version: | 8.1.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://invent.kde.org/office/alkimia/commit/6fb2855446ddd5a0b0d0b68451ee0d4d02d4e07f | Version Fixed In: | 8.1.1 |
Sentry Crash Report: | |||
Attachments: |
Screenshot
attachment-9792-0.html |
Description
Ralf Habacker
2021-08-09 12:31:45 UTC
Created attachment 140602 [details]
attachment-9792-0.html
I'll get it fixed.
With a Qt5 build of the onlinequoteseditor the 'Delete' and 'New' button still do not show an icon. As indicated with https://invent.kde.org/office/alkimia/-/commit/2c189c7869d7825a6be7fb40eb239a64903633a4 it looks that with the KF5 port either KGuiItem has a different behavior compared to KDE4 or the icons used there are not available with KF5. Git commit f2fd5a8ae8c8ddd0385095c0c8240cf7ad76fc4a by Ralf Habacker. Committed on 18/03/2022 at 20:54. Pushed by habacker into branch '8.1'. Fix display of button icons in KF5 builds KGuiItem from KF5 only shows an icon from theme, if provided as name not as icon. FIXED-IN:8.1.1 M +5 -5 src/alkonlinequoteswidget.cpp https://invent.kde.org/office/alkimia/commit/f2fd5a8ae8c8ddd0385095c0c8240cf7ad76fc4a Git commit 9eadd09664cfe843531af8f1fc4118310ac79b01 by Ralf Habacker. Committed on 18/03/2022 at 20:54. Pushed by habacker into branch '8.1'. Add missing icons M +14 -0 src/alkonlinequoteswidget.ui M +3 -0 tools/onlinequoteseditor/mainwindow.ui https://invent.kde.org/office/alkimia/commit/9eadd09664cfe843531af8f1fc4118310ac79b01 Git commit 6fb2855446ddd5a0b0d0b68451ee0d4d02d4e07f by Ralf Habacker. Committed on 08/04/2022 at 04:32. Pushed by habacker into branch 'master'. Fix display of button icons in KF5 builds KGuiItem from KF5 only shows an icon from theme, if provided as name not as icon. FIXED-IN:8.1.1 M +5 -5 src/alkonlinequoteswidget.cpp https://invent.kde.org/office/alkimia/commit/6fb2855446ddd5a0b0d0b68451ee0d4d02d4e07f |