[korganizer] [Bug 435667] Overlapping of events produces gaps in month view
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Fri Sep 10 02:13:15 BST 2021
https://bugs.kde.org/show_bug.cgi?id=435667
gjditchfield at acm.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Latest Commit| |https://invent.kde.org/pim/
| |eventviews/commit/a0a305495
| |1109d11b963df5348c40db61312
| |88eb
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #6 from gjditchfield at acm.org ---
Git commit a0a3054951109d11b963df5348c40db6131288eb by Glen Ditchfield, on
behalf of Laurent Montel.
Committed on 09/09/2021 at 01:18.
Pushed by gditchfield into branch 'release/21.08'.
Avoid vertical gaps around multi-day events in the month view
Given some single-day events and a multi-day event that ends on that day,
the layout heuristic would place the single-day events first, leaving a
gap above the multi-day event. Placing longer events first tends to
produce more compact layouts.
M +4 -0 src/CMakeLists.txt
A +3 -0 src/month/autotests/CMakeLists.txt
A +89 -0 src/month/autotests/monthitemordertest.cpp [License:
GPL(v2.0+)]
M +12 -19 src/month/monthitem.cpp
M +7 -5 src/month/monthitem.h
https://invent.kde.org/pim/eventviews/commit/a0a3054951109d11b963df5348c40db6131288eb
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list