Summary: | Events are capped at 5 per day and show a random assortment when the day has more than 5 events | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Naxdy <xnaxdy> |
Component: | Digital Clock | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | groszdanielpub, jaarvidsen, kde, malvin, nate |
Priority: | NOR | ||
Version: | 5.27.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/a0e310b92537c4d2fd315871634c92c1c0e440fc | Version Fixed In: | 6.3 |
Sentry Crash Report: | |||
Attachments: | patch to increase the limit, see comment for source |
Description
Naxdy
2023-04-13 08:17:07 UTC
It's reasonable that the calendar only shows a limited number of dots per day (tough there would be other options, like shrinking the dots or displaying a number if there are many), but the event list should show all events. This seems to be the same bug as this one: https://bugs.kde.org/show_bug.cgi?id=443850 I find this limit dangerous, it can make you miss an appointment if you are not aware of it ;-) A patch increasing the limit is here https://github.com/voncloft/Voncloft-OS/blob/master/REPOS/plasma/plasma-workspace/event.patch - and also attached. What are the reasons for the limit? Is it because this is also the limit of dots to be drawn? How hard is it to have different limits for the dots and entries? Created attachment 163642 [details]
patch to increase the limit, see comment for source
*** Bug 443850 has been marked as a duplicate of this bug. *** Please feel free to submit that patch formally! Patches in bug reports tend to get lost. *** Bug 481899 has been marked as a duplicate of this bug. *** I opened a merge request here: https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/3979 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4818 Git commit a0e310b92537c4d2fd315871634c92c1c0e440fc by Nate Graham, on behalf of Tino Lorenz. Committed on 16/10/2024 at 14:44. Pushed by ngraham into branch 'master'. applets/digitalclock: remove daily event cap This removes the daily event cap from the calendar's DaysModel so all events are shown in the event list. To avoid overflowing the calendar grid, individual dots are only shown for <=3 events; beyond that, a little bar is shown instead. FIXED-IN: 6.3 M +2 -20 components/calendar/daysmodel.cpp M +11 -0 components/calendar/qml/DayDelegate.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/a0e310b92537c4d2fd315871634c92c1c0e440fc |