Adding new HISTORY_MSG_ strings, reordering some events in procevents.h, correction of a small bug in LAB/saturation limiter
This commit is contained in:
@@ -130,11 +130,11 @@ enum ProcEvent {
|
||||
EvDefringeRadius=105,
|
||||
EvDefringeThreshold=106,
|
||||
EvHLComprThreshold=107,
|
||||
EvLAvoidClip=108,
|
||||
EvLSatLimiter=109,
|
||||
EvLSatLimit=110,
|
||||
EvResizeBoundingBox=111,
|
||||
EvResizeAppliesTo=112,
|
||||
EvResizeBoundingBox=108,
|
||||
EvResizeAppliesTo=109,
|
||||
EvLAvoidClip=110,
|
||||
EvLSatLimiter=111,
|
||||
EvLSatLimit=112,
|
||||
EvFlatFieldFile=113,
|
||||
EvFlatFieldAutoSelect=114,
|
||||
EvFlatFieldBlurRadius=115,
|
||||
|
||||
@@ -968,13 +968,13 @@ bool ProcParams::operator== (const ProcParams& other) {
|
||||
&& hlrecovery.enabled == other.hlrecovery.enabled
|
||||
&& hlrecovery.method == other.hlrecovery.method
|
||||
&& resize.scale == other.resize.scale
|
||||
&& resize.appliesTo == other.resize.appliesTo
|
||||
&& resize.appliesTo == other.resize.appliesTo
|
||||
&& resize.method == other.resize.method
|
||||
&& resize.dataspec == other.resize.dataspec
|
||||
&& resize.width == other.resize.width
|
||||
&& resize.height == other.resize.height
|
||||
&& raw.dark_frame == other.raw.dark_frame
|
||||
&& raw.df_autoselect == other.raw.df_autoselect
|
||||
&& raw.df_autoselect == other.raw.df_autoselect
|
||||
&& raw.ff_file == other.raw.ff_file
|
||||
&& raw.ff_AutoSelect == other.raw.ff_AutoSelect
|
||||
&& raw.ff_BlurRadius == other.raw.ff_BlurRadius
|
||||
|
||||
@@ -128,11 +128,11 @@ DEFRINGE, // EvDefringeEnabled,
|
||||
DEFRINGE, // EvDefringeRadius,
|
||||
DEFRINGE, // EvDefringeThreshold,
|
||||
RGBCURVE, // EvHLComprThreshold,
|
||||
RESIZE, // EvResizeBoundingBox
|
||||
RESIZE, // EvResizeAppliesTo
|
||||
LUMINANCECURVE, // EvCBAvoidClip,
|
||||
LUMINANCECURVE, // EvCBSatLimiter,
|
||||
LUMINANCECURVE, // EvCBSatLimit,
|
||||
RESIZE, // EvResizeBoundingBox
|
||||
RESIZE, // EvResizeAppliesTo
|
||||
FLATFIELD, // EvFlatFieldFile,
|
||||
FLATFIELD, // EvFlatFieldAutoSelect,
|
||||
FLATFIELD, // EvFlatFieldBlurRadius,
|
||||
|
||||
Reference in New Issue
Block a user