Summary: | Flashing histogram calculation message is a bit annoying. | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Duncan Hill <kdebugs> |
Component: | Showfoto-Usability | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles, marcel.wiesweg |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.6.0 | |
Sentry Crash Report: |
Description
Duncan Hill
2006-05-13 11:43:24 UTC
Marcel, Are you seen this report ? What do you think about (:=)))... Gilles Caulier Well, for me the main problem is that computing the histogramm takes so long (in particular for large images and raw images ....). Maybe one could compute a coarser histogram first (i.e. based on a size reduced image, similar the embedded preview for raw) and compute the "real" histogramm in the background, in a separate thread? It's not usually computing that takes long, but loading the image before computing the histogram. And for the histogram, other than preview view, using a thumbnail or a preview is often not sufficient. SVN commit 842312 by cgilles: digiKam from KDE3: do not flash histogram operation progress. use a turning wheel as Flash video player. BUG: 127242 M +40 -19 histogramwidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=842312 SVN commit 842322 by cgilles: digiKam from KDE3: do not flash ICC widget operation progress. use a turning wheel as Flash video player. CCBUGS: 127242 M +31 -14 cietonguewidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=842322 SVN commit 842331 by cgilles: digiKam from KDE3: do not flash histogram curve operation progress. use a turning wheel as Flash video player. CCBUGS: 127242 M +34 -18 curveswidget.cpp M +8 -8 curveswidget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=842331 SVN commit 842424 by cgilles: backport commit #842312 from KDE3 branch CCBUGS: 127242 M +101 -86 histogramwidget.cpp M +20 -20 histogramwidget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=842424 SVN commit 842452 by cgilles: backport commit #842322 from KDE3 branch CCBUGS: 127242 M +35 -19 cietonguewidget.cpp M +4 -4 cietonguewidget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=842452 SVN commit 842461 by cgilles: backport commit #842331 from KDE3 branch CCBUGS: 127242 M +174 -158 curveswidget.cpp M +13 -13 curveswidget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=842461 |