Revision d1397bb...

Go back to digest for 17th November 2013

Features in KDE Base

Sebastian Kügler committed changes in [kde-workspace] plasma/generic/applets/digital-clock/contents/ui/main.qml:

Delay calendar initialization in digital clock

We use a Loader now to encapsulate the whole Calendar shebang, saving
hugely in startup time. Also, as the calendar is really only loaded
on-demand, it won't use any memory if you don't use it. This also means
that we can prevent Akonadi from autostarting on login, at least as far
as the Calendar is concered.

Unrelated: CompactRepresentation is now called DigitalClock.qml, as
that's exactly what it is.

DIGEST: lazy loading of Plasma Calendar

R +8 -2 plasma/generic/applets/digital-clock/contents/ui/DigitalClock.qml [from: plasma/generic/applets/digital-clock/contents/ui/CompactRepresentation.qml - 093% similarity]

File Changes

Modified 1 files
  • plasma/generic/applets/digital-clock/contents/ui/main.qml
1 files changed in total