dolphin/src/statusbar
Frank Reininghaus 4fe788f115 Keep the "free space" information updated in all visible views
The old code would watch the free space on a mount point, i.e.,
determine the free space again, in 10-second intervals, only until the
view became invisible once (even if it was invisible only for a very
short moment, i.e., while splitting the view).

This commit ensures that the mount point is watched again as soon as
the corresponding view becomes visible again.

Moreover, the object that watches the free space for a mount point is
shared among all views that show URLs that belong to this mount point.
To achieve this, there is a central cache which can be used to obtain
an existing MountPointObserver for a certain path. If necessary, a new
MountPointObserver is created and added to the cache.

The MountPointObserver is removed from the cache and destroyed only if
no views use it any more, and no new users appear until the next update
(which happens every 10 seconds). This prevents that the free space is
measured repeatedly when changing the current directory on the same
mount point.

Many thanks to Emmanuel Pescosta for the initial ideas to factor out
the "free space" code and to establish a central storage for the
"observer" objects, and for providing many good suggestions how to
improve the code!

BUG: 327708
REVIEW: 118208
FIXED-IN: 4.14.0
2014-05-22 18:42:17 +02:00
..
dolphinstatusbar.cpp Show the correct icon size in the zoom slider tooltip. 2014-02-25 19:41:45 +01:00
dolphinstatusbar.h Show the correct icon size in the zoom slider tooltip. 2014-02-25 19:41:45 +01:00
mountpointobserver.cpp Keep the "free space" information updated in all visible views 2014-05-22 18:42:17 +02:00
mountpointobserver.h Keep the "free space" information updated in all visible views 2014-05-22 18:42:17 +02:00
mountpointobservercache.cpp Keep the "free space" information updated in all visible views 2014-05-22 18:42:17 +02:00
mountpointobservercache.h Keep the "free space" information updated in all visible views 2014-05-22 18:42:17 +02:00
spaceinfoobserver.cpp Keep the "free space" information updated in all visible views 2014-05-22 18:42:17 +02:00
spaceinfoobserver.h Keep the "free space" information updated in all visible views 2014-05-22 18:42:17 +02:00
statusbarspaceinfo.cpp Keep the "free space" information updated in all visible views 2014-05-22 18:42:17 +02:00
statusbarspaceinfo.h Keep the "free space" information updated in all visible views 2014-05-22 18:42:17 +02:00