Bug 366312 - Efficient photo tagging workflow got lost in transition from 4.x to 5
Summary: Efficient photo tagging workflow got lost in transition from 4.x to 5
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Tags-Engine (show other bugs)
Version: 5.0.0
Platform: Arch Linux Linux
: NOR minor
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-31 19:04 UTC by robspamm
Modified: 2018-06-04 17:00 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 6.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description robspamm 2016-07-31 19:04:47 UTC
The photo tagging workflow from this blog post: https://www.digikam.org/node/641 does not work anymore. 

These problems make fast tagging impossible and the workflow from digikam 4.x should be reenabled.


Reproducible: Always

Steps to Reproduce:
There are a couple of problems:

- When the cursor is in the typing box for the tag, pressing up/down or page up/down does not switch the image. 
- Typing the name with the wrong case first switches to the "Create new tag" instead of the first tag match (with case mismatch for the first char), although the tag is shown
- Assigning a tag does not clear the text box for the next tag
- Switching on "Show only assigned tags" ( translated from the german version) does not refresh when a tag is assigned, but not saved
Comment 1 robspamm 2016-08-10 20:51:36 UTC
I updated to digikam 5.1, the search line is now cleared after adding a tag. Still all other points apply, whereas it is possible to set a shortcut for the next image in the digikam settings.
Comment 2 Maik Qualmann 2016-10-03 20:20:53 UTC
*** Bug 369833 has been marked as a duplicate of this bug. ***
Comment 3 Jan Ott 2016-10-04 08:08:00 UTC
As bug 369833 is marked as a duplicate of this bug (sorry for duplicating ...) I would like to add a more precise description of the problems from my point of view:

It is about part B "The keyboard way" of the aforementioned blog post https://www.digikam.org/node/641
Steps 7 and 10 of the following steps described there do not work in Digikam 5.2:

Quote:
1 select an album
2 switch to "view image"-view (the bigger the picture, the better you can recognize the people,
you want to tag)
3 switch the right sideview to "Caption/Tags" and select tab "Tags"
4 click in the uppermost input box, which shows the text: "Enter new tag here..."
5 look for the leftmost person, you have not tagged yet
6 start typing a few letters of the desired tagname (You have to start with the first letters in your
tag name. There is no "mid word matching".)
-> you will see a list of possible tags appear that shrinks with every letter you add to the input box
7 if the list is reduced enough, use TAB to select the desired tag from this list
8 hit ENTER to assign this tag to your picture
9 if there are more persons, you want to tag, go to step 5 again
10 if all persons on this image have been tagged, hit PAGE_DOWN to go to the next image and
resume with step 5
End quote
Comment 4 Maik Qualmann 2018-06-04 11:15:11 UTC
Git commit 67976d43fb7c86f4ca7066ccc8f144f155f7b4a6 by Maik Qualmann.
Committed on 04/06/2018 at 10:37.
Pushed by mqualmann into branch 'master'.

add page up and down shortcuts to the right sidebar
FIXED-IN: 6.0.0

M  +2    -1    NEWS
M  +3    -4    core/app/views/digikamview.cpp

https://commits.kde.org/digikam/67976d43fb7c86f4ca7066ccc8f144f155f7b4a6
Comment 5 Maik Qualmann 2018-06-04 17:00:14 UTC
I close the bug now. All 10 points of comment 3 work. Instead of the TAB key you have to use Cursor key down or up.

Maik