| Summary: | Custom folder icons do not appear on the weekview. | ||
|---|---|---|---|
| Product: | [Applications] korganizer | Reporter: | Brendan Mesters <brendanmesters> |
| Component: | agendaview (weekview) | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | winter |
| Priority: | NOR | ||
| Version First Reported In: | 6.3.2 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/pim/eventviews/-/commit/16e2d1d94101ca9fadfbdcd63459523a09359883 | Version Fixed/Implemented In: | 6.3.3 |
| Sentry Crash Report: | |||
|
Description
Brendan Mesters
2025-02-17 10:16:10 UTC
A possibly relevant merge request was started @ https://invent.kde.org/pim/eventviews/-/merge_requests/107 Git commit 007f77f06f7f8c6cb284b4eadfa4b4759b10167d by Allen Winter. Committed on 19/02/2025 at 17:36. Pushed by winterz into branch 'master'. src/eventview.cpp - use the Item's storage collaction icon, if found In EventView::iconForItem, first look to the item's storage collection for a custom iconname. Else, fall back to searching up the non-storage collection heirachy for an iconname. Fixes displaying custom icons in the various views. M +12 -5 src/eventview.cpp https://invent.kde.org/pim/eventviews/-/commit/007f77f06f7f8c6cb284b4eadfa4b4759b10167d Git commit 16e2d1d94101ca9fadfbdcd63459523a09359883 by Allen Winter. Committed on 20/02/2025 at 13:57. Pushed by winterz into branch 'release/24.12'. src/eventview.cpp - use the Item's storage collaction icon, if found In EventView::iconForItem, first look to the item's storage collection for a custom iconname. Else, fall back to searching up the non-storage collection heirachy for an iconname. Fixes displaying custom icons in the various views. M +12 -5 src/eventview.cpp https://invent.kde.org/pim/eventviews/-/commit/16e2d1d94101ca9fadfbdcd63459523a09359883 |