[digikam] [Bug 406586] Item count in "People" is not updated until you click or hover a tag

2020-03-10 Thread Kartik
https://bugs.kde.org/show_bug.cgi?id=406586 Kartik changed: What|Removed |Added CC||kartikx2...@gmail.com --- Comment #3 from Kartik ---

[digikam] [Bug 406586] Item count in "People" is not updated until you click or hover a tag

2020-03-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406586 --- Comment #4 from caulier.gil...@gmail.com --- Hi Kartik, There is certainly a signal propagation missing between the GUI and the database interface to represh the count of item in tree view. Some pointers in source code : https://invent.kde.org/kde

[digikam] [Bug 406586] Item count in "People" is not updated until you click or hover a tag

2020-03-11 Thread Kartik
https://bugs.kde.org/show_bug.cgi?id=406586 --- Comment #5 from Kartik --- Thanks for the reply Gilles. I've gone through the files that you mentioned. I understand that the TagFolderView in PeopleSidebar, keeps tracks of tags as TAlbums, which are created based on the name that we assign to the

[digikam] [Bug 406586] Item count in "People" is not updated until you click or hover a tag

2020-03-12 Thread Kartik
https://bugs.kde.org/show_bug.cgi?id=406586 --- Comment #6 from Kartik --- I'm currently trying to fix the duplicate bug 416180. Confirming/Rejecting a face is dealt by DigikamItemView::confirmFaces() (and rejectFaces()) respectively. Maybe there could be an implementation at the end of these m

[digikam] [Bug 406586] Item count in "People" is not updated until you click or hover a tag

2020-03-12 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=406586 Maik Qualmann changed: What|Removed |Added CC||metzping...@gmail.com --- Comment #7 from Maik

[digikam] [Bug 406586] Item count in "People" is not updated until you click or hover a tag

2020-03-12 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=406586 --- Comment #8 from Maik Qualmann --- The ImageTagProperties table is important here. If the entries change here, it affects the number of people in the people tree view. Maik -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 406586] Item count in "People" is not updated until you click or hover a tag

2020-03-13 Thread Kartik
https://bugs.kde.org/show_bug.cgi?id=406586 --- Comment #9 from Kartik --- Thanks a lot for the suggestions, Maik. I never checked the libs/database folder, this really improved my understanding. Whenever we confirm/reject face suggestions, the database is written to by CoreDB::addImageTagProper

[digikam] [Bug 406586] Item count in "People" is not updated until you click or hover a tag

2020-03-13 Thread Kartik
https://bugs.kde.org/show_bug.cgi?id=406586 --- Comment #10 from Kartik --- The method I proposed does update the new count, however it always trails behind the actual situation by 1 image. For eg. if I had 7 new unconfirmed faces, and I confirmed one, the count will not decrement immediately.

[digikam] [Bug 406586] Item count in "People" is not updated until you click or hover a tag

2020-03-13 Thread Kartik
https://bugs.kde.org/show_bug.cgi?id=406586 --- Comment #11 from Kartik --- Update: I have resolved the issue. In CoreDB::AddImageTagProperty I added d->db->recordChangeset(TagChangeset(tagId, TagChangeset::Added)); In CoreDB::removeImageTagProperties I added d->db->recordChangeset(TagChangese

[digikam] [Bug 406586] Item count in "People" is not updated until you click or hover a tag

2020-03-13 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=406586 --- Comment #12 from Maik Qualmann --- Yes, that is a solution to this problem. Create a patch and upload it here. So that we can apply the patch and close the bug. Good work. Maik -- You are receiving this mail because: You are watching all bug chan

[digikam] [Bug 406586] Item count in "People" is not updated until you click or hover a tag

2020-03-15 Thread Kartik
https://bugs.kde.org/show_bug.cgi?id=406586 --- Comment #13 from Kartik --- I have made a merge request. https://invent.kde.org/kde/digikam/-/merge_requests/12 Thanks for all the help Marc , Maik and Gilles :) -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 406586] Item count in "People" is not updated until you click or hover a tag

2020-03-15 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=406586 --- Comment #14 from Maik Qualmann --- The patch is not yet perfect. You add a CMakeLists.txt.user with 8600 lines. Maik -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 406586] Item count in "People" is not updated until you click or hover a tag

2020-03-15 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=406586 Maik Qualmann changed: What|Removed |Added Resolution|--- |FIXED Version Fixed In|

[digikam] [Bug 406586] Item count in "People" is not updated until you click or hover a tag

2020-03-24 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=406586 --- Comment #16 from Maik Qualmann --- Git commit e4b99936c71f0894fdd448d1cba3007bc4d44417 by Maik Qualmann. Committed on 24/03/2020 at 18:48. Pushed by mqualmann into branch 'master'. add new TagChangeset to update only Related: bug 419171 FIXED-IN: 7

[digikam] [Bug 406586] Item count in "People" is not updated until you click or hover a tag

2020-01-12 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=406586 Maik Qualmann changed: What|Removed |Added CC||nic...@tuxfamily.org --- Comment #2 from Maik Q

[digikam] [Bug 406586] Item count in "People" is not updated until you click or hover a tag

2020-02-08 Thread Nicofo
https://bugs.kde.org/show_bug.cgi?id=406586 Nicofo changed: What|Removed |Added Version|6.1.0 |7.0.0 -- You are receiving this mail because: You are

[digikam] [Bug 406586] Item count in "People" is not updated until you click or hover a tag

2019-12-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406586 caulier.gil...@gmail.com changed: What|Removed |Added CC||caulier.gil...@gmail.com --- Comment

[digikam] [Bug 406586] Item count in "People" is not updated until you click or hover a tag

2019-04-15 Thread IWBR
https://bugs.kde.org/show_bug.cgi?id=406586 IWBR changed: What|Removed |Added CC||iwannaber...@gmail.com -- You are receiving this mail b