------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=127242 Summary: Flashing 'histogram calculation in progress' is a bit annoying Product: showfoto Version: unspecified Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: digikam-devel kde org ReportedBy: kdebugs nacnud force9 co uk Version: 0.90 SVN (using KDE KDE 3.5.2) OS: Linux While I appreciate the need to display feedback to the user that an action is happening, I'm not sure that a flashing bright green text block is the best way to provide the feedback in this case. A bouncing progress bar or similar might work better - the type where the block goes back and forth, rather than 0 -> 100%. Alternately, an animate image, such as a pair of interlocked cog wheels might work. Just anything but blink? Please? :) _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=127242 caulier.gilles gmail com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marcel.wiesweg gmx de ------- Additional Comments From caulier.gilles gmail com 2008-03-19 12:36 ------- Marcel, Are you seen this report ? What do you think about (:=)))... Gilles Caulier _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Duncan Hill-7
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=127242 ------- Additional Comments From arnd.baecker web de 2008-03-19 14:10 ------- 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? _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Duncan Hill-7
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=127242 ------- Additional Comments From marcel.wiesweg gmx de 2008-03-19 22:35 ------- 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. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Duncan Hill-7
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=127242 caulier.gilles gmail com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From caulier.gilles gmail com 2008-08-05 10:35 ------- 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 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Duncan Hill-7
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=127242 ------- Additional Comments From caulier.gilles gmail com 2008-08-05 11:11 ------- 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 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Duncan Hill-7
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=127242 ------- Additional Comments From caulier.gilles gmail com 2008-08-05 11:31 ------- 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 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Duncan Hill-7
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=127242 ------- Additional Comments From caulier.gilles gmail com 2008-08-05 12:18 ------- 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 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Duncan Hill-7
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=127242 ------- Additional Comments From caulier.gilles gmail com 2008-08-05 12:33 ------- 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 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Duncan Hill-7
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=127242 ------- Additional Comments From caulier.gilles gmail com 2008-08-05 12:45 ------- 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 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |