Summary: | monthview: calendar inside, category outside: A event without category has a green border. | ||
---|---|---|---|
Product: | [Unmaintained] KOrganizer Mobile | Reporter: | Ludwig Reiter <ludwig.reiter> |
Component: | calendar | Assignee: | Ludwig Reiter <ludwig.reiter> |
Status: | VERIFIED FIXED | ||
Severity: | normal | CC: | aheinecke |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Windows CE | ||
OS: | Microsoft Windows CE | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ludwig Reiter
2011-01-21 11:07:43 UTC
Git commit ce58996f7d069d8ca8449f300d47bf2428c7f727 by Tobias Koenig Pushed by tokoe into branch master Use UnsetCategoryColor only in 'Category Only' mode BUG: 263840 CCMAIL: sergio@kdab.com M +4 -1 calendarviews/eventviews/agenda/agendaitem.cpp M +4 -1 calendarviews/eventviews/month/monthitem.cpp http://commits.kde.org/ee6cc38b/ce58996f7d069d8ca8449f300d47bf2428c7f727 Git commit 2a2f28bdd516446953483ed6a225eac12639efc1 by Sergio Martins. Pushed by smartins into branch 'master'. Don't break "category inside/calendar outside" when fixing "category outside/calendar inside" Transparent inside looks bad, and isn't consistent with enterprise/e3. We should fix the description of the "Unset category color" in the config dialog though, it's not only used for "Category Only" schemes, "Category Inside" schemes use it too. CCBUG: 263840 M +6 -2 calendarviews/eventviews/agenda/agendaitem.cpp M +6 -2 calendarviews/eventviews/month/monthitem.cpp http://commits.kde.org/ee6cc38b/2a2f28bdd516446953483ed6a225eac12639efc1 Git commit ab71ff09da3e239d27ed260b30900d79386095db by Sergio Martins. Pushed by smartins into branch 'master'. Forwardport month/agenda item color handling from e3 to master. When there's no category, the "calendar inside/category outside" scheme should use a color variation of the calendar color ( calendar.dark() ) for the border. Removed some code duplication between agenda and month view by creating EventView::ItemFrameColor(). CCBUG: 263840 M +4 -19 calendarviews/eventviews/agenda/agendaitem.cpp M +12 -1 calendarviews/eventviews/eventview.cpp M +6 -0 calendarviews/eventviews/eventview.h M +8 -24 calendarviews/eventviews/month/monthitem.cpp http://commits.kde.org/ee6cc38b/ab71ff09da3e239d27ed260b30900d79386095db Kontact Touch Windows CE 2011-02-11 The borders are right in this version (inner color: red; outside color: darker red) Verified. |