Show free space available in the status bar
Needs RevisionPublic

Authored by shubham on Apr 20 2020, 9:10 AM.

Details

Summary

FEATURE: 330746

Diff Detail

Repository
R352 Filelight
Branch
spaceinfo
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 25507
Build 25525: arc lint + arc unit
shubham created this revision.Apr 20 2020, 9:10 AM
Restricted Application added a subscriber: kde-utils-devel. · View Herald TranscriptApr 20 2020, 9:10 AM
shubham requested review of this revision.Apr 20 2020, 9:10 AM
shubham edited the summary of this revision. (Show Details)Apr 20 2020, 9:10 AM

Can somebody tell the reason why KCapacity bar is only showing the text?

shubham updated this revision to Diff 80627.Apr 20 2020, 9:24 AM

Correct percentage of used space

meven added a subscriber: meven.Apr 20 2020, 11:14 AM

Can somebody tell the reason why KCapacity bar is only showing the text?

Maybe the status bar is too narrow for it to fit its progressbar, compare to dolphin for instance.

src/mainWindow.cpp
540

Don't change this, we use lowercase in this context (And you would need to change the singular case otherwise too).

546

style: if (space.isValid()) {

meven requested changes to this revision.Apr 24 2020, 1:44 PM

Please don't ping until you treated the review feedback.

This revision now requires changes to proceed.Apr 24 2020, 1:44 PM