Summary: | Tags Manager - selecting tags from tree-view do not focus tags title field in right sidebar | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Jens <jens-bugs.kde.org> |
Component: | Tags-Manager | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 4.14.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/cd60812cde0e931db701a071224537d3c98771c4 | Version Fixed In: | 5.0.0 |
Sentry Crash Report: |
Description
Jens
2016-01-16 16:40:41 UTC
1/ ==> see bug #216637 : it's a generic issue with PAlbum and TAlbum. 2/ ==> not reproducible with current implementation (5.0.0) 3/ ==> F2 is used to rename icon view item selected if one exist in TAlbum, F2 has no effect. Typically, this king of improvement must be implemented in Tags Manager window, not in Album view. When you select a tag from list, the tag properties is automatically updated. Note that no focus is given in tag title field. Gilles Caulier Git commit 130ff08145ab51cf157d45eede04c7f3e3e5a019 by Maik Qualmann. Committed on 17/01/2016 at 08:43. Pushed by mqualmann into branch 'master'. fix TAlbum icon update M +0 -1 libs/album/albummanager.cpp http://commits.kde.org/digikam/130ff08145ab51cf157d45eede04c7f3e3e5a019 1) is resolved with the commit from Comment 2 2) is here also not to reproduce with digiKam-5.0.0-beta3 I think we can close this bug. Maik Maik, For the point 3, look my comment from #1 : "Typically, this king of improvement must be implemented in Tags Manager window, not in Album view. When you select a tag from list, the tag properties is automatically updated. Note that no focus is given in tag title field." This want mean that Tags Manager need to be patched about focus policy while editing. This is why i changed the bug title. What's about generic bug #216637 with point 1/ ? PAlbum icon is the same problem than TAlbum or it's completely different ? Gilles (In reply to caulier.gilles from comment #4) > For the point 3, look my comment from #1 : Yes, that's right a bit uncomfortable in the Tags Manager. > What's about generic bug #216637 with point 1/ ? PAlbum icon is the same > problem than TAlbum or it's completely different ? As I see as different. PAlbum can only use image from the album as icon. TAlbum uses KDE icons. I find fine. Maik Git commit cd60812cde0e931db701a071224537d3c98771c4 by Maik Qualmann. Committed on 11/02/2016 at 20:05. Pushed by mqualmann into branch 'master'. edit the title in Tags Manager with F2 key FIXED-IN: 5.0.0 M +2 -1 NEWS M +26 -10 libs/tags/tagsmanager/tagmngrtreeview.cpp M +22 -7 libs/tags/tagsmanager/tagpropwidget.cpp M +6 -0 libs/tags/tagsmanager/tagpropwidget.h M +73 -27 libs/tags/tagsmanager/tagsmanager.cpp M +10 -0 libs/tags/tagsmanager/tagsmanager.h http://commits.kde.org/digikam/cd60812cde0e931db701a071224537d3c98771c4 |