Skip to content

applets/digital-clock: use ListView for plugins

Christoph Wolk requested to merge cwo/plasma-workspace:calendar_listview into master

Reason for the change

The calendar plugin names are not completely self-explanatory; if you don't already know that "Alternate Calendar" shows the date in an alternate calendar format or that "Calendar Events" is for showing events from an Akonadi calendar, it might not be apparent from the (otherwise sensible) names. The plugins already have description fields in their metadata (though the current strings are not quite optimal, as they weren't exposed in the UI) and even icons, but we don't use them.

Instead, use a ListView and (Check)IconTitleSubtitle to display nice- looking list entries for the plugins that can have descriptive labels associated with them.

Test plan

Open Calendar config page

Screenshots or screen recordings

Before After
calendar_before calendar_after

Bugs fixed

CCBUG: 504755


Strings obvously need to be made more informative.

Merge request reports

Loading