Solving issue 2610: "Display curve node input/output values" + add a new tone curve mode (Luminance)
This commit is contained in:
@@ -9,10 +9,15 @@ ADJUSTER_RESET_TO_DEFAULT;Réglages par défaut
|
||||
BATCHQUEUE_AUTOSTART;Démarrage auto
|
||||
BATCHQUEUE_DESTFILENAME;Chemin et nom de fichier
|
||||
BATCH_PROCESSING;Traitement par lot
|
||||
CURVEEDITOR_AXIS_LEFT_TAN;TG:
|
||||
CURVEEDITOR_AXIS_RIGHT_TAN;TD:
|
||||
CURVEEDITOR_AXIS_IN;E:
|
||||
CURVEEDITOR_AXIS_OUT;S:
|
||||
CURVEEDITOR_CURVES;Courbes
|
||||
CURVEEDITOR_CURVE;Courbe
|
||||
CURVEEDITOR_CUSTOM;Personnalisé
|
||||
CURVEEDITOR_DARKS;Zones sombres
|
||||
CURVEEDITOR_EDITPOINT_HINT;Active l'édition des valeurs d'entrée/sortie.\n\nUn clic droit sur un point le sélectionne.\nUn clic droit dans un espace vide desélectionne le point.
|
||||
CURVEEDITOR_HIGHLIGHTS;Hautes lumières
|
||||
CURVEEDITOR_LIGHTS;Zones claires
|
||||
CURVEEDITOR_LINEAR;Linéaire
|
||||
@@ -1171,6 +1176,7 @@ TP_EXPOSURE_SATURATION;Saturation
|
||||
TP_EXPOSURE_TCMODE_FILMLIKE;Similaire Film
|
||||
TP_EXPOSURE_TCMODE_LABEL1;Mode courbe 1
|
||||
TP_EXPOSURE_TCMODE_LABEL2;Mode courbe 2
|
||||
TP_EXPOSURE_TCMODE_LUMINANCE;Luminance
|
||||
TP_EXPOSURE_TCMODE_SATANDVALBLENDING;Mixage Saturation et Valeur
|
||||
TP_EXPOSURE_TCMODE_STANDARD;Standard
|
||||
TP_EXPOSURE_TCMODE_WEIGHTEDSTD;Standard Pondéré
|
||||
|
||||
@@ -11,10 +11,15 @@ ADJUSTER_RESET_TO_DEFAULT;Reset to default
|
||||
BATCHQUEUE_AUTOSTART;Auto-start
|
||||
BATCHQUEUE_DESTFILENAME;Path and file name
|
||||
BATCH_PROCESSING;Batch Processing
|
||||
CURVEEDITOR_AXIS_LEFT_TAN;LT:
|
||||
CURVEEDITOR_AXIS_RIGHT_TAN;RT:
|
||||
CURVEEDITOR_AXIS_IN;I:
|
||||
CURVEEDITOR_AXIS_OUT;O:
|
||||
CURVEEDITOR_CURVES;Curves
|
||||
CURVEEDITOR_CURVE;Curve
|
||||
CURVEEDITOR_CUSTOM;Custom
|
||||
CURVEEDITOR_DARKS;Darks
|
||||
CURVEEDITOR_EDITPOINT_HINT;Enable edition of node in/out values.\n\nRight-click on a node to select it.\nRight-click on empty space to de-select the node.
|
||||
CURVEEDITOR_HIGHLIGHTS;Highlights
|
||||
CURVEEDITOR_LIGHTS;Lights
|
||||
CURVEEDITOR_LINEAR;Linear
|
||||
@@ -1358,6 +1363,7 @@ TP_EXPOSURE_SATURATION;Saturation
|
||||
TP_EXPOSURE_TCMODE_FILMLIKE;Film-like
|
||||
TP_EXPOSURE_TCMODE_LABEL1;Curve mode 1
|
||||
TP_EXPOSURE_TCMODE_LABEL2;Curve mode 2
|
||||
TP_EXPOSURE_TCMODE_LUMINANCE;Luminance
|
||||
TP_EXPOSURE_TCMODE_SATANDVALBLENDING;Saturation and Value Blending
|
||||
TP_EXPOSURE_TCMODE_STANDARD;Standard
|
||||
TP_EXPOSURE_TCMODE_WEIGHTEDSTD;Weighted Standard
|
||||
|
||||
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-axisadjuster" = "clearlooks-spinbutton" {
|
||||
# background
|
||||
base[INSENSITIVE] = @rt_tool_bg
|
||||
# text
|
||||
text[INSENSITIVE] = @rt_fg_color
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
@@ -535,6 +542,7 @@ widget "*.MyExpanderTitle" style "clearlooks-expander"
|
||||
widget "*.ExpanderBox" style "clearlooks-toolFrame"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle" style "clearlooks-subexpander"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle.*" style "clearlooks-subexpander"
|
||||
widget "*.AxisAdjuster" style "clearlooks-axisadjuster"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
||||
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-axisadjuster" = "clearlooks-spinbutton" {
|
||||
# background
|
||||
base[INSENSITIVE] = @rt_tool_bg
|
||||
# text
|
||||
text[INSENSITIVE] = @rt_fg_color
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
@@ -535,6 +542,7 @@ widget "*.MyExpanderTitle" style "clearlooks-expander"
|
||||
widget "*.ExpanderBox" style "clearlooks-toolFrame"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle" style "clearlooks-subexpander"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle.*" style "clearlooks-subexpander"
|
||||
widget "*.AxisAdjuster" style "clearlooks-axisadjuster"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
||||
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-axisadjuster" = "clearlooks-spinbutton" {
|
||||
# background
|
||||
base[INSENSITIVE] = @rt_tool_bg
|
||||
# text
|
||||
text[INSENSITIVE] = @rt_fg_color
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
@@ -535,6 +542,7 @@ widget "*.MyExpanderTitle" style "clearlooks-expander"
|
||||
widget "*.ExpanderBox" style "clearlooks-toolFrame"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle" style "clearlooks-subexpander"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle.*" style "clearlooks-subexpander"
|
||||
widget "*.AxisAdjuster" style "clearlooks-axisadjuster"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
||||
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-axisadjuster" = "clearlooks-spinbutton" {
|
||||
# background
|
||||
base[INSENSITIVE] = @rt_tool_bg
|
||||
# text
|
||||
text[INSENSITIVE] = @rt_fg_color
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
@@ -535,6 +542,7 @@ widget "*.MyExpanderTitle" style "clearlooks-expander"
|
||||
widget "*.ExpanderBox" style "clearlooks-toolFrame"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle" style "clearlooks-subexpander"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle.*" style "clearlooks-subexpander"
|
||||
widget "*.AxisAdjuster" style "clearlooks-axisadjuster"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
||||
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-axisadjuster" = "clearlooks-spinbutton" {
|
||||
# background
|
||||
base[INSENSITIVE] = @rt_tool_bg
|
||||
# text
|
||||
text[INSENSITIVE] = @rt_fg_color
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
@@ -535,6 +542,7 @@ widget "*.MyExpanderTitle" style "clearlooks-expander"
|
||||
widget "*.ExpanderBox" style "clearlooks-toolFrame"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle" style "clearlooks-subexpander"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle.*" style "clearlooks-subexpander"
|
||||
widget "*.AxisAdjuster" style "clearlooks-axisadjuster"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
||||
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-axisadjuster" = "clearlooks-spinbutton" {
|
||||
# background
|
||||
base[INSENSITIVE] = @rt_tool_bg
|
||||
# text
|
||||
text[INSENSITIVE] = @rt_fg_color
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
@@ -535,6 +542,7 @@ widget "*.MyExpanderTitle" style "clearlooks-expander"
|
||||
widget "*.ExpanderBox" style "clearlooks-toolFrame"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle" style "clearlooks-subexpander"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle.*" style "clearlooks-subexpander"
|
||||
widget "*.AxisAdjuster" style "clearlooks-axisadjuster"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
||||
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-axisadjuster" = "clearlooks-spinbutton" {
|
||||
# background
|
||||
base[INSENSITIVE] = @rt_tool_bg
|
||||
# text
|
||||
text[INSENSITIVE] = @rt_fg_color
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
@@ -535,6 +542,7 @@ widget "*.MyExpanderTitle" style "clearlooks-expander"
|
||||
widget "*.ExpanderBox" style "clearlooks-toolFrame"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle" style "clearlooks-subexpander"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle.*" style "clearlooks-subexpander"
|
||||
widget "*.AxisAdjuster" style "clearlooks-axisadjuster"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
||||
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-axisadjuster" = "clearlooks-spinbutton" {
|
||||
# background
|
||||
base[INSENSITIVE] = @rt_tool_bg
|
||||
# text
|
||||
text[INSENSITIVE] = @rt_fg_color
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
@@ -535,6 +542,7 @@ widget "*.MyExpanderTitle" style "clearlooks-expander"
|
||||
widget "*.ExpanderBox" style "clearlooks-toolFrame"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle" style "clearlooks-subexpander"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle.*" style "clearlooks-subexpander"
|
||||
widget "*.AxisAdjuster" style "clearlooks-axisadjuster"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
||||
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-axisadjuster" = "clearlooks-spinbutton" {
|
||||
# background
|
||||
base[INSENSITIVE] = @rt_tool_bg
|
||||
# text
|
||||
text[INSENSITIVE] = @rt_fg_color
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
@@ -535,6 +542,7 @@ widget "*.MyExpanderTitle" style "clearlooks-expander"
|
||||
widget "*.ExpanderBox" style "clearlooks-toolFrame"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle" style "clearlooks-subexpander"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle.*" style "clearlooks-subexpander"
|
||||
widget "*.AxisAdjuster" style "clearlooks-axisadjuster"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
||||
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-axisadjuster" = "clearlooks-spinbutton" {
|
||||
# background
|
||||
base[INSENSITIVE] = @rt_tool_bg
|
||||
# text
|
||||
text[INSENSITIVE] = @rt_fg_color
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
@@ -880,6 +887,7 @@ widget "*.MyExpanderTitle" style "clearlooks-expander"
|
||||
widget "*.ExpanderBox" style "clearlooks-toolFrame"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle" style "clearlooks-subexpander"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle.*" style "clearlooks-subexpander"
|
||||
widget "*.AxisAdjuster" style "clearlooks-axisadjuster"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
||||
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-axisadjuster" = "clearlooks-spinbutton" {
|
||||
# background
|
||||
base[INSENSITIVE] = @rt_tool_bg
|
||||
# text
|
||||
text[INSENSITIVE] = @rt_fg_color
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
@@ -537,6 +544,7 @@ widget "*.MyExpanderTitle" style "clearlooks-expander"
|
||||
widget "*.ExpanderBox" style "clearlooks-toolFrame"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle" style "clearlooks-subexpander"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle.*" style "clearlooks-subexpander"
|
||||
widget "*.AxisAdjuster" style "clearlooks-axisadjuster"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
||||
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-axisadjuster" = "clearlooks-spinbutton" {
|
||||
# background
|
||||
base[INSENSITIVE] = @rt_tool_bg
|
||||
# text
|
||||
text[INSENSITIVE] = @rt_fg_color
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
@@ -520,6 +527,7 @@ widget "*.MyExpanderTitle" style "clearlooks-expander"
|
||||
widget "*.ExpanderBox" style "clearlooks-toolFrame"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle" style "clearlooks-subexpander"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle.*" style "clearlooks-subexpander"
|
||||
widget "*.AxisAdjuster" style "clearlooks-axisadjuster"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
||||
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-axisadjuster" = "clearlooks-spinbutton" {
|
||||
# background
|
||||
base[INSENSITIVE] = @rt_tool_bg
|
||||
# text
|
||||
text[INSENSITIVE] = @rt_fg_color
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
@@ -515,6 +522,7 @@ widget "*.MyExpanderTitle" style "clearlooks-expander"
|
||||
widget "*.ExpanderBox" style "clearlooks-toolFrame"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle" style "clearlooks-subexpander"
|
||||
widget "*.ExpanderBox.*.MyExpanderTitle.*" style "clearlooks-subexpander"
|
||||
widget "*.AxisAdjuster" style "clearlooks-axisadjuster"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
||||
Reference in New Issue
Block a user