Bug 106929

Summary: Camera mount path should use KURLRequester
Product: [Applications] digikam Reporter: Craig Drummond <craig>
Component: Import-Gphoto2Assignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 0.7.3   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Craig Drummond 2005-06-07 00:34:39 UTC
Version:           0.7.3-beta2 (using KDE 3.4.1 Level "a" , SUSE 9.2 UNSUPPORTED)
Compiler:          gcc version 3.3.4 (pre 3.3.5 20040809)
OS:                Linux (i686) release 2.6.8-24.14-default

When adding a USB mass storage camera type, the user is expected to type in the camera's path. Would it not be easier to use KURLRequester here, so that the user can use the KDE file dialog to specify the cameras mount point?

(Also, the camera is listed as having the "Model" type "Directory Browse" - but KDE uses the term "Folder" not "Directory")
Comment 1 Renchi Raju 2005-06-08 19:53:34 UTC
the "model" type is an internal name for the gphoto2 driver which deals with listing files from a mounted folder. this part was rewritten in 0.7.2 to use a native implementation for usb mass-storage cameras instead of using gphoto2. but for backward compatibility reasons we have to preserve the old model name.
Comment 2 caulier.gilles 2006-03-03 08:56:04 UTC
In digikam from svn trunk, the "Mounted Camera" path use KURLRequester now. I close this file.

Gilles Caulier