Friday, September 21, 2007

SvgWidget testing

To test the new SvgWidget I made a hdd monitoring applet. Bar meters are too big and not very pretty but basic functionality is there :-)

12 Comments:

Anonymous Anonymous said...

Wouldn't it be a good idea that the graphical representation of disk space be at the same scale *across* the different disks ?

It's strange seeing "7GB free" and "53GB free" taking up just about the same space ...

14:54  
Blogger Dmitry said...

small comment:
GB is GigaBit.
Perhaps better use Gb or GiB? :)

15:04  
Blogger peppelorum said...

Dimitry: GB is for gigabyte, Gb is for gigabit, so everything seems to be right.

15:42  
Blogger Ivan Čukić said...

@dmitry
GB is Gigabyte not GigaBit (1000^3 bytes)
GiB is Gibibyte (1024^3 bytes)
and Gb is used for GigaBits

More at http://en.wikipedia.org/wiki/Gigabyte

15:43  
Blogger Dmitry said...

Ah, ok, thanks gyus.
Partly misunderstood :)

16:42  
Blogger Leo S said...

Looks nice. But just leave the thing as GB please. I hate the pedantic GiB thing. No normal user will ever have heard of it. Heck even geeks like us need it explained to them constantly.

Convert the values to GB first if you're really adverse to displaying the wrong unit, then everyone wins.

17:49  
Blogger Unknown said...

As someone who's been in engineering, I have to say the difference between GiB and GB is important.

If you choose to stay with GB, because we're all stupid (like leo s said), then at least make sure it's used correctly.

18:26  
Blogger cloose said...

Just use the method KLocale::formatByteSize(). It will relieve you from the decision GB or GiB. :)

21:51  
Blogger Petri Damstén said...

Applet now uses
KLocale::formatByteSize().

12:12  
Blogger Unknown said...

Are you using declarative animations in all of the widgets ?

11:57  
Blogger Petri Damstén said...

No animation used.

12:12  
Blogger Unknown said...

THanks good work

Kompresör

21:35  

Post a Comment

<< Home