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:
Hombre
2011-02-12 13:48:19 +01:00
parent 6ffafc5346
commit 7a841c8560
6 changed files with 29 additions and 18 deletions

View File

@@ -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,

View File

@@ -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

View File

@@ -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,