Bug 426968 - Album title bar in icon view should be a selection switch
Summary: Album title bar in icon view should be a selection switch
Status: REPORTED
Alias: None
Product: digikam
Classification: Applications
Component: Albums-IconView (show other bugs)
Version: 7.0.0
Platform: macOS (DMG) macOS
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-25 18:28 UTC by Jo
Modified: 2020-09-28 18:48 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
caulier.gilles: Junior_Jobs+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jo 2020-09-25 18:28:38 UTC
SUMMARY
The title bar (with directory path and Album date information) of the grid view allows to select all visible pictures 

STEPS TO REPRODUCE
1. Click the title bar of the grid view 
2. All visible images will be selected 
3. Click again, and Digikam selects again all selected visible images 

OBSERVED RESULT
Clicking a second time on the title bar of the grid view should deselect pictures instead to select them, re-selection of already selected pictures simply makes no sense. 

EXPECTED RESULT
Click one time on the tile bar of the grid view to select, click another time to deselect items, click again to select them again, etc.. 

SOFTWARE/OS VERSIONS
macOS: 10.14.6
Comment 1 Marcel 2020-09-28 15:35:48 UTC
Vishal,
according to your question, I would start looking in the class itemcategorydrawer.cpp file. There is the place where the title bar is set up.

About this whole bug report. In my opinion it is not a bug. The current solution is a state less user interface what makes it much less error prune. I don't know any program that deselects all items after pressing Ctrl + A a second time.
Comment 2 vishal 2020-09-28 17:32:17 UTC
(In reply to Marcel from comment #1)
> Vishal,
> according to your question, I would start looking in the class
> itemcategorydrawer.cpp file. There is the place where the title bar is set
> up.
> 
> About this whole bug report. In my opinion it is not a bug. The current
> solution is a state less user interface what makes it much less error prune.
> I don't know any program that deselects all items after pressing Ctrl + A a
> second time.

I think ctrl+shift+A is used in code to unselect after ctrl A selection
Comment 3 Maik Qualmann 2020-09-28 18:48:17 UTC
Unfortunately I don't find a program example to see how others have implemented it. I'm not sure I would tend to leave it as it is now.

Maik