Revision e215087...

Go back to digest for 2nd June 2013

Features in KDE Base

David Faure committed changes in [kde-workspace] /desktop/applets/kickoff:

Show new applications in a seperate submenu named "Recently Installed" (for 3 days).

Patch by Wolfgang Bauer.

This patch makes kickoff remember all the .desktop files it sees (in kickoffrc).
The seen entries are saved as "id=date" pairs in the "Seen Applications" group.
Entries older than 3 days get their date set to empty, which means "don't show this entry anymore".
Also if there have no entries been saved yet, the date of all found entries is
set to empty as well. This prevents that all menu entries are shown in the
"Recently Installed" submenu on first start.

The "Recently Installed" submenu can be toggled on and off in the plasmoid's settings.

File Changes

Modified 7 files
  • /desktop/applets/kickoff
  •   plasma/applet/applet.cpp
  •   plasma/applet/kickoffConfig.ui
  •   plasma/core/applicationmodel.cpp
  •   plasma/core/applicationmodel.h
  •   plasma/simpleapplet/simpleapplet.cpp
  •   plasma/ui/launcher.cpp
  •   plasma/ui/launcher.h
7 files changed in total