------- 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=166310 Summary: Preview not working in image effect dialogs Product: digikam Version: unspecified Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: digikam-devel kde org ReportedBy: gandalf.lechner esi ac at Version: 0.10.0-beta2 (rev.: 830788) (using 4.00.83 (KDE 4.0.83 (KDE 4.1 Beta2), Kubuntu packages) Compiler: gcc OS: Linux (x86_64) release 2.6.24-19-generic When applying some effect to a picture, the preview for the result does not work correctly. This applies apparantly to all effects using a split original/target preview, e.g. the effects collected in the Color menu. When launching an effect dialog, the "original" half of the preview is there and looks correct, but the "target" part is just missing. Clicking on some of the split options (horizontal, vertical etc) results in showing the "target" half of the preview, but without the effect being applied. Selecting OK however results in the correct application of the selected effect, just the preview is not working as expected. _______________________________________________ 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=166310 ------- Additional Comments From gandalf.lechner esi ac at 2008-07-11 17:54 ------- Created an attachment (id=26041) --> (http://bugs.kde.org/attachment.cgi?id=26041&action=view) screenshot _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gandalf.lechner@esi.ac.at
------- 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=166310 caulier.gilles gmail com changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |Image Editor _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gandalf.lechner@esi.ac.at
------- 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=166310 ------- Additional Comments From gerhard kulzer net 2008-07-13 11:21 ------- What works is this type of preview: Digikam::DImg imDest = m_threadedFilter->getTargetImage(); m_imagePreviewWidget->setPreviewImage(imDest); The tape that doesn't work is this: Digikam::DImg preview(w, h, sb, a, m_destinationPreviewData); Digikam::HSLModifier cmod; cmod.setHue(hu); cmod.setSaturation(sa); cmod.setLightness(lu); cmod.applyHSL(preview); iface->putPreviewImage(preview.bits()); m_previewWidget->updatePreview(); _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gandalf.lechner@esi.ac.at
------- 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=166310 andi.clemens gmx net changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |0.10.0-svn _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gandalf.lechner@esi.ac.at
------- 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=166310 mikmach wp pl changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kde-2 dotancohen com ------- Additional Comments From mikmach wp pl 2008-07-28 16:02 ------- *** Bug 166579 has been marked as a duplicate of this bug. *** _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gandalf.lechner@esi.ac.at
------- 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=166310 mikmach wp pl changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gsking1 gmail com ------- Additional Comments From mikmach wp pl 2008-07-28 16:03 ------- *** Bug 167563 has been marked as a duplicate of this bug. *** _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gandalf.lechner@esi.ac.at
------- 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=166310 mikmach wp pl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW everconfirmed|0 |1 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gandalf.lechner@esi.ac.at
------- 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=166310 caulier.gilles gmail com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From caulier.gilles gmail com 2008-07-31 14:24 ------- SVN commit 840122 by cgilles: BugFix: do not try to open more than one painter at the same time over a paint device. Qt4.4 sound like more restrictive here. BUG: 166310 M +41 -32 libs/widgets/imageplugins/imageguidewidget.cpp M +13 -13 libs/widgets/imageplugins/imageguidewidget.h M +13 -11 project/project.kdevelop M +13 -6 utilities/imageeditor/editor/imageiface.cpp M +4 -3 utilities/imageeditor/editor/imageiface.h WebSVN link: http://websvn.kde.org/?view=rev&revision=840122 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gandalf.lechner@esi.ac.at
------- 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=166310 ------- Additional Comments From gandalf.lechner esi ac at 2008-07-31 17:29 ------- Works fine here now, thanks _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |