]> cloud.milkyroute.net Git - dolphin.git/commit
Add disk usage statistics menu to SpaceInfo widget in the status bar:
authorGregor Mi <codestruct@posteo.org>
Mon, 12 Jan 2015 15:18:50 +0000 (16:18 +0100)
committerGregor Mi <codestruct@posteo.org>
Mon, 12 Jan 2015 15:18:50 +0000 (16:18 +0100)
commit088b5160576c8ed317619855a4c9dc19a69d025b
tree888579e40929cf868f5252ce08590494085cbab7
parent39b77e9861c1318bff1a26627dde3fd1c9c71861
Add disk usage statistics menu to SpaceInfo widget in the status bar:

the menu has the following entries:

1. Filelight location
2. Filelight device
3. Filelight
4. KDiskFree

KService is used to find the applications and display proper
translations.
KRun is used to run the applications.

REVIEW: 121478
CHANGELOG: Add a menu on left-click on the SpaceInfo widget in the status bar to show Disk Usage statistics.
src/CMakeLists.txt
src/statusbar/spaceinfotoolsmenu.cpp [new file with mode: 0644]
src/statusbar/spaceinfotoolsmenu.h [new file with mode: 0644]
src/statusbar/statusbarspaceinfo.cpp
src/statusbar/statusbarspaceinfo.h