|
https://bugs.kde.org/show_bug.cgi?id=199617
Summary: When clicking on "My Tags", the view switches automatically after 2 seconds Product: digikam Version: 1.0.0-beta3 Platform: unspecified OS/Version: Linux Status: NEW Severity: normal Priority: NOR Component: Albums GUI AssignedTo: [hidden email] ReportedBy: [hidden email] Version: 1.0.0-beta3 (using 4.2.4 (KDE 4.2.4), Arch Linux) Compiler: gcc OS: Linux (i686) release 2.6.30-ARCH Click on tag folderview, then on the topmost tag (My Tags). It will display the welcome screen. But then digiKam either opens some random image or movie after 2 seconds. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
https://bugs.kde.org/show_bug.cgi?id=199617
--- Comment #1 from Andi Clemens <andi clemens gmx net> 2009-07-10 15:48:19 --- Created an attachment (id=35222) --> (http://bugs.kde.org/attachment.cgi?id=35222) A quickfix for this issue This patch fixes the issue. I disabled these connections and still the view seems to behave like it should. Filtering works as well as adding and removing images. Why do we need those connections? When I change to a tag folder, these connections are called over 100 times, with a single click! This seems to be wrong in my eyes, looks like some race-condition. Maybe this would also explain the flickering some people seem to encounter. Marcel, could it be that these connections are done in another way somewhere else in the code? Right now I see no malfunction when removing them. Andi -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Bugzilla from andi.clemens@gmx.net
https://bugs.kde.org/show_bug.cgi?id=199617
--- Comment #2 from Andi Clemens <andi clemens gmx net> 2009-07-10 15:51:35 --- Hmm no the "selectionChanged" connection needs to be active, otherwise the edit button is disabled. But then I have the issue again that was described in the original report. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Bugzilla from andi.clemens@gmx.net
https://bugs.kde.org/show_bug.cgi?id=199617
--- Comment #3 from Andi Clemens <andi clemens gmx net> 2009-07-10 17:05:40 --- Ok I found the problem. Somehow if the tag album root is used, we try to display this root album, in a recursive way. This is why we see the welcome page and then some images after a second. I will commit a little patch now, hope this is the right place where the problem should be fixed. Andi -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Bugzilla from andi.clemens@gmx.net
https://bugs.kde.org/show_bug.cgi?id=199617
Andi Clemens <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Andi Clemens <andi clemens gmx net> 2009-07-10 17:07:53 --- SVN commit 994420 by aclemens: Do not start a list job if the album is a root album. This prevents the tag view to display all tags recursively, if "tag subalbums" option is set. BUG:199617 M +3 -0 imagealbummodel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=994420 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Bugzilla from andi.clemens@gmx.net
https://bugs.kde.org/show_bug.cgi?id=199617
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.0.0-beta3 |1.0.0 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
| Free forum by Nabble | Edit this page |
