User Discussion: https://www.reddit.com/r/kde/comments/axdwzg/dolphin_and_disk_space/ KDE's "File Save Dialog" shows a capacity bar when you hover a device in the dialog's places panel. * https://github.com/KDE/kio/tree/master/src/filewidgets * https://github.com/KDE/kio/blob/master/src/filewidgets/kfileplacesview.cpp#L218 * https://github.com/KDE/kio/blob/master/src/filewidgets/kfileplacesmodel.h#L50 * https://github.com/KDE/kio/blob/master/src/filewidgets/kfileplacesitem.cpp#L270 * https://github.com/KDE/kwidgetsaddons/blob/master/src/kcapacitybar.h * https://github.com/KDE/kwidgetsaddons/blob/master/src/kcapacitybar.cpp Gotta figure out a way merge that feature into Dolphin's places panel, ideally without the need to hover the PlaceItem to see the capacityBar. * https://github.com/KDE/dolphin/blob/master/src/panels/places/
We really should just use KIO's Places Panel instead IMO.
Yeah, I found https://bugs.kde.org/show_bug.cgi?id=399710 after I made this bug, which links to https://phabricator.kde.org/T9795 discussing doing that. Not sure if I should mark this as a duplicate of that bug, as the title suggests it's for a "KIO url scheme"-like thing for viewing devices in the file area.
Yeah, this should be marked as a duplicate of Bug 399710, and we should focus on using the KIO implementation as I see you're already started with! \o/ *** This bug has been marked as a duplicate of bug 399710 ***