enhance GUI ICC V4
This commit is contained in:
@@ -1627,7 +1627,7 @@ TP_GAMMA_TEMP_60;D60
|
|||||||
TP_GAMMA_TEMP_65;D65
|
TP_GAMMA_TEMP_65;D65
|
||||||
TP_GAMMA_TEMP_80;D80
|
TP_GAMMA_TEMP_80;D80
|
||||||
TP_GAMMA_TEMP_INC;Incandescent 2856K
|
TP_GAMMA_TEMP_INC;Incandescent 2856K
|
||||||
TP_GAMMA_TEMP_TOOLTIP;Only whith generate ICC V4, you can change the D illuminant
|
TP_GAMMA_TEMP_TOOLTIP;Only whith generate ICC V4, you can change the illuminant and Free primaries
|
||||||
TP_GENERAL_11SCALE_TOOLTIP;The effects of this tool are only visible or only accurate at a preview scale of 1:1.
|
TP_GENERAL_11SCALE_TOOLTIP;The effects of this tool are only visible or only accurate at a preview scale of 1:1.
|
||||||
TP_GRADIENT_CENTER;Center
|
TP_GRADIENT_CENTER;Center
|
||||||
TP_GRADIENT_CENTER_X;Center X
|
TP_GRADIENT_CENTER_X;Center X
|
||||||
|
@@ -706,6 +706,9 @@ void ICMPanel::read(const ProcParams* pp, const ParamsEdited* pedited)
|
|||||||
wprofile->set_active(2);
|
wprofile->set_active(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
if(wprimari->get_active_row_number() == 10) wprofile->set_active(2);
|
||||||
|
|
||||||
gpChanged();
|
gpChanged();
|
||||||
wprofileChanged();
|
wprofileChanged();
|
||||||
wtempChanged();
|
wtempChanged();
|
||||||
@@ -1030,6 +1033,7 @@ void ICMPanel::wprimariChanged()
|
|||||||
{
|
{
|
||||||
if(wprimari->get_active_row_number() == 10) prifreeVBox->set_sensitive(true);
|
if(wprimari->get_active_row_number() == 10) prifreeVBox->set_sensitive(true);
|
||||||
else prifreeVBox->set_sensitive(false);
|
else prifreeVBox->set_sensitive(false);
|
||||||
|
if(wprimari->get_active_row_number() == 10) wprofile->set_active(2);
|
||||||
|
|
||||||
if (listener) {
|
if (listener) {
|
||||||
listener->panelChanged(EvICMprimariMethod, wprimari->get_active_text());
|
listener->panelChanged(EvICMprimariMethod, wprimari->get_active_text());
|
||||||
@@ -1040,7 +1044,8 @@ void ICMPanel::wtempChanged()
|
|||||||
{
|
{
|
||||||
if(wprofile->get_active_row_number() == 2){wtemp->set_sensitive(true);}
|
if(wprofile->get_active_row_number() == 2){wtemp->set_sensitive(true);}
|
||||||
else {wtemp->set_sensitive(false);}
|
else {wtemp->set_sensitive(false);}
|
||||||
|
if(wtemp->get_active_row_number() != 0) wprofile->set_active(2);
|
||||||
|
|
||||||
if (listener) {
|
if (listener) {
|
||||||
listener->panelChanged(EvICMtempMethod, wtemp->get_active_text());
|
listener->panelChanged(EvICMtempMethod, wtemp->get_active_text());
|
||||||
}
|
}
|
||||||
@@ -1050,6 +1055,7 @@ void ICMPanel::wprofileChanged()
|
|||||||
{
|
{
|
||||||
if(wprofile->get_active_row_number() == 2){wtemp->set_sensitive(true);}
|
if(wprofile->get_active_row_number() == 2){wtemp->set_sensitive(true);}
|
||||||
else {wtemp->set_sensitive(false);}
|
else {wtemp->set_sensitive(false);}
|
||||||
|
if(wtemp->get_active_row_number() != 0) wprofile->set_active(2);
|
||||||
|
|
||||||
if (listener) {
|
if (listener) {
|
||||||
listener->panelChanged(EvICMprofileMethod, wprofile->get_active_text());
|
listener->panelChanged(EvICMprofileMethod, wprofile->get_active_text());
|
||||||
|
Reference in New Issue
Block a user