Bug 183038

Summary: "Select All" action interrupts other widgets
Product: [Applications] digikam Reporter: Andi Clemens <andi.clemens>
Component: Albums-MainViewAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED WORKSFORME    
Severity: normal CC: gerhard, marcel.wiesweg
Priority: NOR    
Version: 0.10.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 1.0.0

Description Andi Clemens 2009-02-03 19:16:23 UTC
Version:           0.10.0-rc2 (using 4.2.00 (KDE 4.2.0), Arch Linux)
Compiler:          gcc
OS:                Linux (i686) release 2.6.28-ARCH

When pressing "Ctrl+A", digiKam selects all thumbnails in the abum icon view.
The problem is that this action will interrupt every other widget, for example the Caption edit field in the Captions/Tags tab.
If you click into the edit field and want to select the whole text with the standard keyboard shortcut, digiKam will select all thumbnails in album icon view again.

This is a huge usability issue.
Comment 1 Andi Clemens 2009-02-03 19:18:20 UTC
We can change the shortcut for this action, this would be the easiest solution.
But it would be even better when Ctrl+A only elects the icons when album icon view is highlighted, so we don't need another shortcut only for this action.
Comment 2 caulier.gilles 2009-02-03 19:26:50 UTC
A Focus Proxy need to be designed in digiKam.

Possible implementation as example can be see in gwenview or dolphin for ex.

There are others B.K.O files relevant of Focus Proxy.

Gilles Caulier
Comment 3 Marcel Wiesweg 2009-02-03 19:43:39 UTC
Look at bug #181180!
It's a qt/kdelibs bug and was fixed for 4.2.1 by David Faure.
Comment 4 Andi Clemens 2009-02-03 19:59:01 UTC
Hmm don't know if this is a kdelibs issue, since it is not working anywhere in digiKam, and I saw this issue also last year, before the kdelibs bug was filed.
It is working in other dialogs (or kipi-plugins), but not in digikam mainapp.
Comment 5 Andi Clemens 2009-03-15 19:08:38 UTC
Since I have installed Qt 4.5 this bug is invalid for me.
Can anyone else confirm that pressing CTRL+A in a lineedit or in the caption edit field will NOT select all images in the albumiconview, but instead select the text?

If so we should close it again...

Andi
Comment 6 Gerhard Kulzer 2009-03-15 22:31:52 UTC
Same here (qt 4.5.0-0ubuntu2), Ctrl-A behaves correctly.
Gerhard
Comment 7 Andi Clemens 2009-04-07 14:27:58 UTC
This seems to work now, I'll close it.

Andi