Summary: | A small issue in showing Persian Calendar days | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Mohammad K. <mokazemi> |
Component: | Digital Clock widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | qydwhotmail |
Priority: | NOR | ||
Version First Reported In: | 5.27.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kdeplasma-addons/commit/a9bc7061eec365d35650cf9fb83d71d1fa2c4d29 | Version Fixed In: | 5.27.6 |
Sentry Crash Report: | |||
Attachments: | The hover text is correct, but the day number in calendar isn't. |
Description
Mohammad K.
2023-05-20 11:06:28 UTC
The problem seems to be only for Ordibehesht and Shahrivar months. Should be already fixed in Plasma 6 but I wonder if the fix can be backported to 5.27 Git commit a9bc7061eec365d35650cf9fb83d71d1fa2c4d29 by Fushan Wen. Committed on 21/05/2023 at 18:06. Pushed by fusionfuture into branch 'Plasma/5.27'. alternatecalendar: set dayLabel for Qt calendar providers QDate can't accomodate all dates from alternate calendars, but the new API that uses `QCalendar::YearMonthDay` only exists in KF6, so manually set dayLabel for Qt calnedar providers. FIXED-IN: 5.27.6 M +3 -1 plasmacalendarplugins/alternatecalendar/provider/qtcalendar.cpp https://invent.kde.org/plasma/kdeplasma-addons/commit/a9bc7061eec365d35650cf9fb83d71d1fa2c4d29 |