Bug 254135

Summary: pipette-tool des not work in image editor/showfoto
Product: [Applications] digikam Reporter: Thorsten Schnebeck <thorsten.schnebeck>
Component: Plugin-Editor-WhiteBalanceAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 1.5.0   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 1.6.0

Description Thorsten Schnebeck 2010-10-14 11:54:49 UTC
Version:           1.5.0 (using KDE 4.5.2) 
OS:                Linux

Any function that offers a pipette-like tool to grab a pixel status does not work in 1.5.0.

Reference:
http://mail.kde.org/pipermail/digikam-users/2010-October/011260.html

Reproducible: Always

Steps to Reproduce:
open image in IE, use e.g. white balance function, use pipette to grab a white level in the image 

Actual Results:  
the pipette button indicates an active action, but clicking shows no result. The viewport hangs: when you use automatic before-after view mode, the before view hangs. The pipette button toggles on clicking. Function can only be closed by pressing ESC.

Expected Results:  
when clicking in the image sending the white level of the pixel back to the function 

OS: Linux (i686) release 2.6.35-22-generic
Compiler: cc
Comment 1 caulier.gilles 2010-10-14 12:01:37 UTC
SVN commit 1185795 by cgilles:

fix color picker signals and slots in Curves Tool. Reported by Thorsten Schnebeck on devel Mailling list


 M  +3 -0      imageplugins/color/adjustcurvestool.cpp
 M  +1 -1      libs/dimg/filters/curves/curvessettings.cpp
 M  +3 -3      libs/dimg/filters/curves/curvessettings.h
 M  +1 -1      libs/widgets/common/curvesbox.h
Comment 2 caulier.gilles 2010-10-14 13:20:34 UTC
SVN commit 1185836 by cgilles:

fix signals/slots connections
CCBUGS: 254135


 M  +2 -6      adjustcurvestool.h  
 M  +1 -1      whitebalancetool.cpp  
 M  +3 -7      whitebalancetool.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1185836
Comment 3 caulier.gilles 2010-10-14 13:24:05 UTC
SVN commit 1185838 by cgilles:

fix broken signals/slots
BUGS: 254135


 M  +3 -7      adjustlevelstool.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1185838