Fixed missing entries history msg wavelet issue 6381

This commit is contained in:
Desmis 2021-11-12 17:24:28 +01:00
parent a64b2fc489
commit a1bbede061
2 changed files with 5 additions and 1 deletions

View File

@ -1412,6 +1412,7 @@ HISTORY_MSG_WAVBALLUM;Equalizer luminance
HISTORY_MSG_WAVBL;Blur levels
HISTORY_MSG_WAVCHROMCO;Chroma coarse
HISTORY_MSG_WAVCHROMFI;Chroma fine
HISTORY_MSG_WAVCHR;Blur levels - blur chroma
HISTORY_MSG_WAVCLARI;Clarity
HISTORY_MSG_WAVDENLH;Level 5
HISTORY_MSG_WAVDENMET;Local equalizer
@ -1423,6 +1424,8 @@ HISTORY_MSG_WAVGUIDH;Local contrast-Hue equalizer
HISTORY_MSG_WAVHUE;Equalizer hue
HISTORY_MSG_WAVLEVDEN;High level local contrast
HISTORY_MSG_WAVLEVSIGM;Radius
HISTORY_MSG_WAVLABGRID_VALUE;Toning - exclude colors
HISTORY_MSG_WAVLEVELSIGM;Denoise - radius
HISTORY_MSG_WAVLIMDEN;Interaction 56 14
HISTORY_MSG_WAVLOWTHR;Threshold low contrast
HISTORY_MSG_WAVMERGEC;Merge C
@ -3799,6 +3802,7 @@ TP_WAVELET_HUESKY_TOOLTIP;The bottom points set the beginning of the transition
TP_WAVELET_ITER;Delta balance levels
TP_WAVELET_ITER_TOOLTIP;Left: increase low levels and reduce high levels,\nRight: reduce low levels and increase high levels.
TP_WAVELET_LABEL;Wavelet levels
TP_WAVELET_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
TP_WAVELET_LARGEST;Coarsest
TP_WAVELET_LEVCH;Chroma
TP_WAVELET_LEVDEN;Level 5-6 denoise

View File

@ -237,7 +237,7 @@ Wavelet::Wavelet() :
EvWavradius = m->newEvent(DIRPYREQUALIZER, "HISTORY_MSG_WAVRADIUS");
EvWavsigma = m->newEvent(DIRPYREQUALIZER, "HISTORY_MSG_WAVSIGMA");
EvWavenabl = m->newEvent(DIRPYREQUALIZER, "HISTORY_MSG_WAVBL");
EvWavchrwav = m->newEvent(DIRPYREQUALIZER, "HISTORY_MSG_chrwav");
EvWavchrwav = m->newEvent(DIRPYREQUALIZER, "HISTORY_MSG_WAVCHR");
EvWavoldsh = m->newEvent(DIRPYREQUALIZER, "HISTORY_MSG_WAVOLDSH");
EvWavoffset = m->newEvent(DIRPYREQUALIZER, "HISTORY_MSG_WAVOFFSET");
EvWavlowthr = m->newEvent(DIRPYREQUALIZER, "HISTORY_MSG_WAVLOWTHR");