[digikam] [Bug 377197] Customize grouping behaviour [patch]
Simon
bugzilla_noreply at kde.org
Mon May 8 23:19:16 BST 2017
https://bugs.kde.org/show_bug.cgi?id=377197
--- Comment #41 from Simon <freisim93 at gmail.com> ---
That was too good to be true. The only change needed should be in line 190 of
kipiimagecollection.cpp:
return DigikamApp::instance()->view()->selectedUrls();
to
return
DigikamApp::instance()->view()->selectedUrls(ApplicationSettings::Kipi);
However the problem is, that the kipi plugins (at least dropbox and facebook)
call this function several times, so the dialog pop ups multiple times. That's
a very bad user experience. I had a quick look at it and it seems to construct
the KipiImageCollection several times. I don't know that part at all (and don't
use kipi), so I am not overly motivated to read all this code to debug this.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list