From 0abab0eea00b8d13f785a8a52b4ca37b1aa94873 Mon Sep 17 00:00:00 2001 From: Desmis Date: Mon, 25 May 2020 14:41:39 +0200 Subject: [PATCH] Another addition wavelet pyramid tooltip --- rtdata/languages/default | 8 +++++++- rtgui/locallabtools2.cc | 12 ++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/rtdata/languages/default b/rtdata/languages/default index b012dfdac..6f554ed0e 100644 --- a/rtdata/languages/default +++ b/rtdata/languages/default @@ -2501,6 +2501,7 @@ TP_LOCALLAB_LAPMASKCOL;∆ - Laplacian threshold mask TP_LOCALLAB_LAPRAD_TOOLTIP;Avoid using Radius and Laplace Threshold simultaneously TP_LOCALLAB_LC_FFTW_TOOLTIP;FFT improve quality and allow big radius, but increases the treatment time.\nThe treatment time depends on the surface to be treated.\nTo be used preferably for large radius.\n\nDimensions can be reduced by a few pixels to optimize FFTW.\nThis optimization can reduce the treatment time by a factor of 1.5 to 10.\n TP_LOCALLAB_LEVELBLUR;Maximum Blur levels +TP_LOCALLAB_LEVELLOCCONTRAST_TOOLTIP;On the abscissa local contrast (near concept luminance). On the ordinate, amplification or reduction local contrast. TP_LOCALLAB_LEVELWAV;Ψ Wavelets Levels TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4 TP_LOCALLAB_LIGHTNESS;Lightness @@ -2784,14 +2785,19 @@ TP_LOCALLAB_WAMASKCOL;Ψ Mask Wavelet level TP_LOCALLAB_WARM;Warm - Cool & Color artifacts TP_LOCALLAB_WARM_TOOLTIP;This slider use Ciecam algorithm and acts as White Balance, it can warm or cool the area selected.\nIt can also in some cases reduce color artifacts. TP_LOCALLAB_WAV;Levels local contrast +TP_LOCALLAB_WAVBLUR_TOOLTIP;Performs a blur for each level of decomposition, as well as the residual image. TP_LOCALLAB_WAVEDG;Local contrast TP_LOCALLAB_WAVCOMP;Compression by Level +TP_LOCALLAB_WAVCOMP_TOOLTIP;Achive local contrast in function of the direction wavelet decomposition : horizontal, vertical, diagonal TP_LOCALLAB_WAVCOMPRE;(un)Compression by Level +TP_LOCALLAB_WAVCOMPRE_TOOLTIP;Achieve a Tone-mapping or reduction local contrast by levels.\nOn abscissa levels TP_LOCALLAB_WAVCON;Contrast by Level +TP_LOCALLAB_WAVCONTF_TOOLTIP;Similar to Contrast By Detail Levels : on abscissa levels. TP_LOCALLAB_WAVDEN;Luminance denoise by level (0 1 2 + 3 and more) TP_LOCALLAB_WASDEN_TOOLTIP;Denoise luminance for the 3 first levels (fine).\nThe right limit of the curve correspond to coarse : level 3 and beyond TP_LOCALLAB_WAVE;Ψ Wavelet -TP_LOCALLAB_WAVEEDG_TOOLTIP;Requires that at least the first 4 levels are usable +TP_LOCALLAB_WAVEEDG_TOOLTIP;Achieves a sharpness taking into account the notion of edges wavelet.\nRequires that at least the first 4 levels are usable +TP_LOCALLAB_WAVGRAD_TOOLTIP;Graduated filter for Local contrast "luminance" TP_LOCALLAB_WAVHIGH;Ψ Wavelet high TP_LOCALLAB_WAVLEV;Blur by Level TP_LOCALLAB_WAVLOW;Ψ Wavelet low diff --git a/rtgui/locallabtools2.cc b/rtgui/locallabtools2.cc index 8ac385623..d300c75d8 100644 --- a/rtgui/locallabtools2.cc +++ b/rtgui/locallabtools2.cc @@ -2535,9 +2535,15 @@ void LocallabContrast::updateAdviceTooltips(const bool showTooltips) if (showTooltips) { exp->set_tooltip_text(M("TP_LOCALLAB_EXPCONTRAST_TOOLTIP")); levelwav->set_tooltip_markup(M("TP_LOCALLAB_LEVELWAV_TOOLTIP")); + LocalcurveEditorwav->set_tooltip_markup(M("TP_LOCALLAB_LEVELLOCCONTRAST_TOOLTIP")); + wavgradl->set_tooltip_text(M("TP_LOCALLAB_WAVGRAD_TOOLTIP")); clariFrame->set_tooltip_markup(M("TP_LOCALLAB_CLARI_TOOLTIP")); clarisoft->set_tooltip_markup(M("TP_LOCALLAB_CLARISOFT_TOOLTIP")); wavedg->set_tooltip_text(M("TP_LOCALLAB_WAVEEDG_TOOLTIP")); + wavblur->set_tooltip_text(M("TP_LOCALLAB_WAVBLUR_TOOLTIP")); + wavcont->set_tooltip_text(M("TP_LOCALLAB_WAVCONTF_TOOLTIP")); + wavcompre->set_tooltip_text(M("TP_LOCALLAB_WAVCOMPRE_TOOLTIP")); + wavcomp->set_tooltip_text(M("TP_LOCALLAB_WAVCOMP_TOOLTIP")); chromablu->set_tooltip_text(M("TP_LOCALLAB_CHROMABLU_TOOLTIP")); chromalev->set_tooltip_text(M("TP_LOCALLAB_CHROMABLU_TOOLTIP")); fftwlc->set_tooltip_text(M("TP_LOCALLAB_LC_FFTW_TOOLTIP")); @@ -2551,9 +2557,15 @@ void LocallabContrast::updateAdviceTooltips(const bool showTooltips) } else { exp->set_tooltip_text(""); levelwav->set_tooltip_text(""); + LocalcurveEditorwav->set_tooltip_markup(M("")); + wavgradl->set_tooltip_text(""); clariFrame->set_tooltip_text(""); clarisoft->set_tooltip_text(""); wavedg->set_tooltip_text(""); + wavblur->set_tooltip_text(M("")); + wavcont->set_tooltip_text(M("")); + wavcompre->set_tooltip_text(M("")); + wavcomp->set_tooltip_text(M("")); chromablu->set_tooltip_text(""); chromalev->set_tooltip_text(""); fftwlc->set_tooltip_text("");