Bug 252489

Summary: Digikam incorrectly detects SD Card name
Product: [Applications] digikam Reporter: Oleg Atamanenko <oleg.atamanenko+kde>
Component: Import-UMSAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.4.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In: 1.5.0
Attachments: Name of the SD card as displayed by Plasma.
Name of the SD card as displayed by Digikam.

Description Oleg Atamanenko 2010-09-27 00:49:01 UTC
Created attachment 52013 [details]
Name of the SD card as displayed by Plasma.

Version:           1.4.0 (using KDE 4.5.1) 
OS:                Linux

Digikam incorrectly detects name of the SD Card.

Reproducible: Always

Steps to Reproduce:
1. Insert SD Card
2. Run digikam.

Actual Results:  
Digikam displays some generic name like USB Disk "multi-card"

Expected Results:  
Digikam displays actual name of the SD Card, e.g. EOS_DIGITAL

OS: Linux (i686) release 2.6.35-ARCH
Compiler: gcc
Comment 1 Oleg Atamanenko 2010-09-27 00:49:27 UTC
Created attachment 52014 [details]
Name of the SD card as displayed by Digikam.
Comment 2 Marcel Wiesweg 2010-09-27 09:48:05 UTC
SVN commit 1180151 by mwiesweg:

- use KLocale to format storage size (*)
- use volume label, then volume device product or vendor, only then
  drive device product - the latter is usually unspecific
- use i18n where applicable

(*) I am tempted to use MetricBinaryDialect because on USB disks the size
is usually written in this format ("4GB" instead of "3.7GB"). On the other hand,
there is a global KDE setting for this, which is IEC ("3.7GiB") per default. Opinions?

BUG: 252488
BUG: 252489

 M  +4 -1      NEWS  
 M  +26 -28    digikam/digikamapp.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1180151