Local adjustments - tooltip and GUI for blur denoise (#5932)

* Change tooltip french

* Update labels tooltip french

* Changes TM - sharp - CBDL

* Others changes TM CBDL

* French tooltip denoise - blur

* Change french tooltips denoise blur

* Change combobox blurmethod by checkbox invbl

* Change tooltip blur-denoise

* another change denoise tooltip

* Change one tooltip luminance noise reduction
This commit is contained in:
Desmis
2020-10-04 21:15:01 +02:00
committed by GitHub
parent 5ce65f5450
commit f168c9b48f
11 changed files with 137 additions and 17 deletions

View File

@@ -652,6 +652,7 @@ private:
Adjuster* const epsbl;
Adjuster* const sensibn;
MyComboBoxText* const blurMethod;
Gtk::CheckButton* const invbl;
MyComboBoxText* const chroMethod;
Gtk::CheckButton* const activlum;
MyExpander* const expdenoise;
@@ -697,7 +698,7 @@ private:
Gtk::HBox* const quaHBox;
ThresholdAdjuster* const csThresholdblur;
sigc::connection blMethodConn, fftwblConn, medMethodConn, blurMethodConn, chroMethodConn, activlumConn, showmaskblMethodConn, showmaskblMethodtypConn, enablMaskConn, toolblConn;
sigc::connection blMethodConn, fftwblConn, invblConn, medMethodConn, blurMethodConn, chroMethodConn, activlumConn, showmaskblMethodConn, showmaskblMethodtypConn, enablMaskConn, toolblConn;
sigc::connection quamethodconn;
public:
LocallabBlur();
@@ -733,6 +734,7 @@ private:
void blMethodChanged();
void fftwblChanged();
void invblChanged();
void medMethodChanged();
void blurMethodChanged();
void chroMethodChanged();