Reenable preview deltaE in mask and modifications
This commit is contained in:
@@ -2706,6 +2706,7 @@ TP_LOCALLAB_SHOWPLUS;Mask and modifications - Smooth-Blur & Denoise
|
|||||||
TP_LOCALLAB_SHOWPOISSON;Poisson (pde ƒ)
|
TP_LOCALLAB_SHOWPOISSON;Poisson (pde ƒ)
|
||||||
TP_LOCALLAB_SHOWR;Mask and modifications
|
TP_LOCALLAB_SHOWR;Mask and modifications
|
||||||
TP_LOCALLAB_SHOWS;Mask and modifications
|
TP_LOCALLAB_SHOWS;Mask and modifications
|
||||||
|
TP_LOCALLAB_SHOWREF;Preview ΔE
|
||||||
TP_LOCALLAB_SHOWSTRUC;Show structure Spot
|
TP_LOCALLAB_SHOWSTRUC;Show structure Spot
|
||||||
TP_LOCALLAB_SHOWSTRUCEX;Show structure Spot - disabled in "normal"
|
TP_LOCALLAB_SHOWSTRUCEX;Show structure Spot - disabled in "normal"
|
||||||
TP_LOCALLAB_SHOWT;Mask and modifications
|
TP_LOCALLAB_SHOWT;Mask and modifications
|
||||||
|
@@ -635,6 +635,7 @@ LocallabColor::LocallabColor():
|
|||||||
showmaskcolMethod->append(M("TP_LOCALLAB_SHOWMODIFMASK"));
|
showmaskcolMethod->append(M("TP_LOCALLAB_SHOWMODIFMASK"));
|
||||||
showmaskcolMethod->append(M("TP_LOCALLAB_SHOWMASK"));
|
showmaskcolMethod->append(M("TP_LOCALLAB_SHOWMASK"));
|
||||||
showmaskcolMethod->append(M("TP_LOCALLAB_SHOWSTRUC"));
|
showmaskcolMethod->append(M("TP_LOCALLAB_SHOWSTRUC"));
|
||||||
|
showmaskcolMethod->append(M("TP_LOCALLAB_SHOWREF"));
|
||||||
showmaskcolMethod->set_active(0);
|
showmaskcolMethod->set_active(0);
|
||||||
showmaskcolMethod->set_tooltip_markup(M("TP_LOCALLAB_SHOWMASKCOL_TOOLTIP"));
|
showmaskcolMethod->set_tooltip_markup(M("TP_LOCALLAB_SHOWMASKCOL_TOOLTIP"));
|
||||||
showmaskcolMethodConn = showmaskcolMethod->signal_changed().connect(sigc::mem_fun(*this, &LocallabColor::showmaskcolMethodChanged));
|
showmaskcolMethodConn = showmaskcolMethod->signal_changed().connect(sigc::mem_fun(*this, &LocallabColor::showmaskcolMethodChanged));
|
||||||
@@ -2292,6 +2293,7 @@ LocallabExposure::LocallabExposure():
|
|||||||
showmaskexpMethod->append(M("TP_LOCALLAB_SHOWMODIFMASK"));
|
showmaskexpMethod->append(M("TP_LOCALLAB_SHOWMODIFMASK"));
|
||||||
showmaskexpMethod->append(M("TP_LOCALLAB_SHOWMASK"));
|
showmaskexpMethod->append(M("TP_LOCALLAB_SHOWMASK"));
|
||||||
showmaskexpMethod->append(M("TP_LOCALLAB_SHOWSTRUCEX"));
|
showmaskexpMethod->append(M("TP_LOCALLAB_SHOWSTRUCEX"));
|
||||||
|
showmaskexpMethod->append(M("TP_LOCALLAB_SHOWREF"));
|
||||||
showmaskexpMethod->set_active(0);
|
showmaskexpMethod->set_active(0);
|
||||||
showmaskexpMethod->set_tooltip_markup(M("TP_LOCALLAB_SHOWMASKCOL_TOOLTIP"));
|
showmaskexpMethod->set_tooltip_markup(M("TP_LOCALLAB_SHOWMASKCOL_TOOLTIP"));
|
||||||
showmaskexpMethodConn = showmaskexpMethod->signal_changed().connect(sigc::mem_fun(*this, &LocallabExposure::showmaskexpMethodChanged));
|
showmaskexpMethodConn = showmaskexpMethod->signal_changed().connect(sigc::mem_fun(*this, &LocallabExposure::showmaskexpMethodChanged));
|
||||||
@@ -3335,6 +3337,7 @@ LocallabShadow::LocallabShadow():
|
|||||||
showmaskSHMethod->append(M("TP_LOCALLAB_SHOWMODIF"));
|
showmaskSHMethod->append(M("TP_LOCALLAB_SHOWMODIF"));
|
||||||
showmaskSHMethod->append(M("TP_LOCALLAB_SHOWMODIFMASK"));
|
showmaskSHMethod->append(M("TP_LOCALLAB_SHOWMODIFMASK"));
|
||||||
showmaskSHMethod->append(M("TP_LOCALLAB_SHOWMASK"));
|
showmaskSHMethod->append(M("TP_LOCALLAB_SHOWMASK"));
|
||||||
|
showmaskSHMethod->append(M("TP_LOCALLAB_SHOWREF"));
|
||||||
showmaskSHMethod->set_active(0);
|
showmaskSHMethod->set_active(0);
|
||||||
showmaskSHMethod->set_tooltip_markup(M("TP_LOCALLAB_SHOWMASKCOL_TOOLTIP"));
|
showmaskSHMethod->set_tooltip_markup(M("TP_LOCALLAB_SHOWMASKCOL_TOOLTIP"));
|
||||||
showmaskSHMethodConn = showmaskSHMethod->signal_changed().connect(sigc::mem_fun(*this, &LocallabShadow::showmaskSHMethodChanged));
|
showmaskSHMethodConn = showmaskSHMethod->signal_changed().connect(sigc::mem_fun(*this, &LocallabShadow::showmaskSHMethodChanged));
|
||||||
@@ -4186,6 +4189,7 @@ LocallabVibrance::LocallabVibrance():
|
|||||||
showmaskvibMethod->append(M("TP_LOCALLAB_SHOWMODIF"));
|
showmaskvibMethod->append(M("TP_LOCALLAB_SHOWMODIF"));
|
||||||
showmaskvibMethod->append(M("TP_LOCALLAB_SHOWMODIFMASK"));
|
showmaskvibMethod->append(M("TP_LOCALLAB_SHOWMODIFMASK"));
|
||||||
showmaskvibMethod->append(M("TP_LOCALLAB_SHOWMASK"));
|
showmaskvibMethod->append(M("TP_LOCALLAB_SHOWMASK"));
|
||||||
|
showmaskvibMethod->append(M("TP_LOCALLAB_SHOWREF"));
|
||||||
showmaskvibMethod->set_active(0);
|
showmaskvibMethod->set_active(0);
|
||||||
showmaskvibMethod->set_tooltip_markup(M("TP_LOCALLAB_SHOWMASKCOL_TOOLTIP"));
|
showmaskvibMethod->set_tooltip_markup(M("TP_LOCALLAB_SHOWMASKCOL_TOOLTIP"));
|
||||||
showmaskvibMethodConn = showmaskvibMethod->signal_changed().connect(sigc::mem_fun(*this, &LocallabVibrance::showmaskvibMethodChanged));
|
showmaskvibMethodConn = showmaskvibMethod->signal_changed().connect(sigc::mem_fun(*this, &LocallabVibrance::showmaskvibMethodChanged));
|
||||||
@@ -5304,6 +5308,7 @@ LocallabBlur::LocallabBlur():
|
|||||||
showmaskblMethod->append(M("TP_LOCALLAB_SHOWMODIF"));
|
showmaskblMethod->append(M("TP_LOCALLAB_SHOWMODIF"));
|
||||||
showmaskblMethod->append(M("TP_LOCALLAB_SHOWMODIFMASK"));
|
showmaskblMethod->append(M("TP_LOCALLAB_SHOWMODIFMASK"));
|
||||||
showmaskblMethod->append(M("TP_LOCALLAB_SHOWMASK"));
|
showmaskblMethod->append(M("TP_LOCALLAB_SHOWMASK"));
|
||||||
|
showmaskblMethod->append(M("TP_LOCALLAB_SHOWREF"));
|
||||||
showmaskblMethod->set_active(0);
|
showmaskblMethod->set_active(0);
|
||||||
showmaskblMethod->set_tooltip_markup(M("TP_LOCALLAB_SHOWMASKCOL_TOOLTIP"));
|
showmaskblMethod->set_tooltip_markup(M("TP_LOCALLAB_SHOWMASKCOL_TOOLTIP"));
|
||||||
showmaskblMethodConn = showmaskblMethod->signal_changed().connect(sigc::mem_fun(*this, &LocallabBlur::showmaskblMethodChanged));
|
showmaskblMethodConn = showmaskblMethod->signal_changed().connect(sigc::mem_fun(*this, &LocallabBlur::showmaskblMethodChanged));
|
||||||
|
@@ -175,6 +175,7 @@ LocallabTone::LocallabTone():
|
|||||||
showmasktmMethod->append(M("TP_LOCALLAB_SHOWMODIF"));
|
showmasktmMethod->append(M("TP_LOCALLAB_SHOWMODIF"));
|
||||||
showmasktmMethod->append(M("TP_LOCALLAB_SHOWMODIFMASK"));
|
showmasktmMethod->append(M("TP_LOCALLAB_SHOWMODIFMASK"));
|
||||||
showmasktmMethod->append(M("TP_LOCALLAB_SHOWMASK"));
|
showmasktmMethod->append(M("TP_LOCALLAB_SHOWMASK"));
|
||||||
|
showmasktmMethod->append(M("TP_LOCALLAB_SHOWREF"));
|
||||||
showmasktmMethod->set_active(0);
|
showmasktmMethod->set_active(0);
|
||||||
showmasktmMethod->set_tooltip_markup(M("TP_LOCALLAB_SHOWMASKCOL_TOOLTIP"));
|
showmasktmMethod->set_tooltip_markup(M("TP_LOCALLAB_SHOWMASKCOL_TOOLTIP"));
|
||||||
showmasktmMethodConn = showmasktmMethod->signal_changed().connect(sigc::mem_fun(*this, &LocallabTone::showmasktmMethodChanged));
|
showmasktmMethodConn = showmasktmMethod->signal_changed().connect(sigc::mem_fun(*this, &LocallabTone::showmasktmMethodChanged));
|
||||||
@@ -845,6 +846,7 @@ LocallabRetinex::LocallabRetinex():
|
|||||||
showmaskretiMethod->append(M("TP_LOCALLAB_SHOWMODIF"));
|
showmaskretiMethod->append(M("TP_LOCALLAB_SHOWMODIF"));
|
||||||
showmaskretiMethod->append(M("TP_LOCALLAB_SHOWMODIFMASK"));
|
showmaskretiMethod->append(M("TP_LOCALLAB_SHOWMODIFMASK"));
|
||||||
showmaskretiMethod->append(M("TP_LOCALLAB_SHOWMASK"));
|
showmaskretiMethod->append(M("TP_LOCALLAB_SHOWMASK"));
|
||||||
|
showmaskretiMethod->append(M("TP_LOCALLAB_SHOWREF"));
|
||||||
showmaskretiMethod->set_active(0);
|
showmaskretiMethod->set_active(0);
|
||||||
showmaskretiMethod->set_tooltip_markup(M("TP_LOCALLAB_SHOWMASKCOL_TOOLTIP"));
|
showmaskretiMethod->set_tooltip_markup(M("TP_LOCALLAB_SHOWMASKCOL_TOOLTIP"));
|
||||||
showmaskretiMethodConn = showmaskretiMethod->signal_changed().connect(sigc::mem_fun(*this, &LocallabRetinex::showmaskretiMethodChanged));
|
showmaskretiMethodConn = showmaskretiMethod->signal_changed().connect(sigc::mem_fun(*this, &LocallabRetinex::showmaskretiMethodChanged));
|
||||||
@@ -2323,6 +2325,7 @@ LocallabContrast::LocallabContrast():
|
|||||||
showmasklcMethod->append(M("TP_LOCALLAB_SHOWMODIF"));
|
showmasklcMethod->append(M("TP_LOCALLAB_SHOWMODIF"));
|
||||||
showmasklcMethod->append(M("TP_LOCALLAB_SHOWMODIFMASK"));
|
showmasklcMethod->append(M("TP_LOCALLAB_SHOWMODIFMASK"));
|
||||||
showmasklcMethod->append(M("TP_LOCALLAB_SHOWMASK"));
|
showmasklcMethod->append(M("TP_LOCALLAB_SHOWMASK"));
|
||||||
|
showmasklcMethod->append(M("TP_LOCALLAB_SHOWREF"));
|
||||||
showmasklcMethod->set_active(0);
|
showmasklcMethod->set_active(0);
|
||||||
showmasklcMethod->set_tooltip_markup(M("TP_LOCALLAB_SHOWMASKCOL_TOOLTIP"));
|
showmasklcMethod->set_tooltip_markup(M("TP_LOCALLAB_SHOWMASKCOL_TOOLTIP"));
|
||||||
showmasklcMethodConn = showmasklcMethod->signal_changed().connect(sigc::mem_fun(*this, &LocallabContrast::showmasklcMethodChanged));
|
showmasklcMethodConn = showmasklcMethod->signal_changed().connect(sigc::mem_fun(*this, &LocallabContrast::showmasklcMethodChanged));
|
||||||
@@ -3746,6 +3749,7 @@ LocallabCBDL::LocallabCBDL():
|
|||||||
showmaskcbMethod->append(M("TP_LOCALLAB_SHOWMODIF"));
|
showmaskcbMethod->append(M("TP_LOCALLAB_SHOWMODIF"));
|
||||||
showmaskcbMethod->append(M("TP_LOCALLAB_SHOWMODIFMASK"));
|
showmaskcbMethod->append(M("TP_LOCALLAB_SHOWMODIFMASK"));
|
||||||
showmaskcbMethod->append(M("TP_LOCALLAB_SHOWMASK"));
|
showmaskcbMethod->append(M("TP_LOCALLAB_SHOWMASK"));
|
||||||
|
showmaskcbMethod->append(M("TP_LOCALLAB_SHOWREF"));
|
||||||
showmaskcbMethod->set_active(0);
|
showmaskcbMethod->set_active(0);
|
||||||
showmaskcbMethod->set_tooltip_markup(M("TP_LOCALLAB_SHOWMASKCOL_TOOLTIP"));
|
showmaskcbMethod->set_tooltip_markup(M("TP_LOCALLAB_SHOWMASKCOL_TOOLTIP"));
|
||||||
showmaskcbMethodConn = showmaskcbMethod->signal_changed().connect(sigc::mem_fun(*this, &LocallabCBDL::showmaskcbMethodChanged));
|
showmaskcbMethodConn = showmaskcbMethod->signal_changed().connect(sigc::mem_fun(*this, &LocallabCBDL::showmaskcbMethodChanged));
|
||||||
|
Reference in New Issue
Block a user