Local adjustments - various change to labels history GUI combobox denoise (#5914)

* from localdenoise Change GUI showmask - GUI exposure

* from branch localgflc - Change combobox settings hide-show by a checkbox

* Fixed bad behavior show Hide settings

* Clean default - change labels

* Change labels first

* Change labels 2

* Change label 3

* Merge with dev - Labels 3

* Label 4

* label 5

* Label 6

* Label 7 - tooltips

* Label 8

* Labels 9

* All string set to empty in else case updateAdviceTooltips

* From localgflc combobox quamethod denoise

* Change labels and history message
This commit is contained in:
Desmis
2020-09-21 09:44:23 +02:00
committed by GitHub
parent a5ec8dd426
commit 94ec1bbd45
10 changed files with 73 additions and 11 deletions

View File

@@ -652,6 +652,7 @@ private:
MyComboBoxText* const chroMethod;
Gtk::CheckButton* const activlum;
MyExpander* const expdenoise;
MyComboBoxText* const quamethod;
CurveEditorGroup* const LocalcurveEditorwavden;
FlatCurveEditor* const wavshapeden;
Adjuster* const noiselumf0;
@@ -689,10 +690,11 @@ private:
DiagonalCurveEditor* const Lmaskblshape;
CurveEditorGroup* const mask2blCurveEditorGwav;
FlatCurveEditor* const LLmaskblshapewav;
Gtk::HBox* const quaHBox;
ThresholdAdjuster* const csThresholdblur;
sigc::connection blMethodConn, fftwblConn, medMethodConn, blurMethodConn, chroMethodConn, activlumConn, showmaskblMethodConn, showmaskblMethodtypConn, enablMaskConn, toolblConn;
sigc::connection quamethodconn;
public:
LocallabBlur();
~LocallabBlur();
@@ -735,6 +737,7 @@ private:
void showmaskblMethodtypChanged();
void enablMaskChanged();
void toolblChanged();
void quamethodChanged();
void updateBlurGUI();
};