Bug 121309 - Camera list sorted by brand
Summary: Camera list sorted by brand
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Setup-Cameras (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-03 19:43 UTC by Julien Narboux
Modified: 2017-08-09 20:36 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 0.9.4


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Narboux 2006-02-03 19:43:18 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

It would be easier to have the camera list displayed as a tree sorted by 
brand/camera.
Comment 1 caulier.gilles 2007-08-30 12:29:40 UTC
Julien,

Libgphoto2 do not provide this way. The list is given is a flat list. Each item name merge Camera Make and Camera Model. There is no way to separate this easily.

I suggest to move this entry in Gphoto2 bugzilla as a wish. A new method must ba added in libgphoto2 to give an advanced list of Camera sorted by brand.

Gilles
Comment 2 Mikolaj Machowski 2007-08-30 14:36:56 UTC
But things could be much improved if there will be two entries on top of
list. If necessary coded by hand:

- UMS camera
- PTP camera

These two entries will handle 80-90% of cases and will be easy to find.
Comment 3 caulier.gilles 2008-04-08 12:37:54 UTC
SVN commit 794681 by cgilles:

digiKam from KDE3 branch : added search text bar to easy find a camera make/model from the huge list provided by libgphoto2.
There is no way with libgphoto2 to separate camera make/model. These infomations are merged to a common string and it's impossible 
to short camera list by brand.

BUG: 137836
BUG: 121309


 M  +49 -15    cameraselection.cpp  
 M  +9 -8      cameraselection.h  


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