Merge branch 'dev' into issue5867
This commit is contained in:
@@ -168,13 +168,23 @@ private:
|
||||
const Glib::ustring& entryName, Glib::ustring& destination);
|
||||
|
||||
public:
|
||||
|
||||
enum class NavigatorUnit {
|
||||
PERCENT,
|
||||
R0_255,
|
||||
R0_1,
|
||||
_COUNT
|
||||
};
|
||||
|
||||
enum class ScopeType {
|
||||
NONE = -1,
|
||||
HISTOGRAM,
|
||||
HISTOGRAM_RAW,
|
||||
PARADE,
|
||||
VECTORSCOPE_HC,
|
||||
VECTORSCOPE_HS,
|
||||
WAVEFORM
|
||||
};
|
||||
|
||||
bool savesParamsAtExit;
|
||||
SaveFormat saveFormat, saveFormatBatch;
|
||||
Glib::ustring savePathTemplate;
|
||||
@@ -271,6 +281,7 @@ public:
|
||||
CPBKeyType CPBKeys; // Custom Profile Builder's key type
|
||||
int editorToSendTo;
|
||||
int maxThumbnailHeight;
|
||||
int maxThumbnailWidth;
|
||||
std::size_t maxCacheEntries;
|
||||
int thumbInterp; // 0: nearest, 1: bilinear
|
||||
std::vector<Glib::ustring> parseExtensions; // List containing all extensions type
|
||||
@@ -310,10 +321,13 @@ public:
|
||||
|
||||
int histogramPosition; // 0=disabled, 1=left pane, 2=right pane
|
||||
bool histogramRed, histogramGreen, histogramBlue;
|
||||
bool histogramLuma, histogramChroma, histogramRAW;
|
||||
bool histogramLuma, histogramChroma;
|
||||
bool histogramBar;
|
||||
int histogramHeight;
|
||||
int histogramDrawMode;
|
||||
ScopeType histogramScopeType;
|
||||
bool histogramShowOptionButtons;
|
||||
float histogramTraceBrightness;
|
||||
bool FileBrowserToolbarSingleRow;
|
||||
bool hideTPVScrollbar;
|
||||
int whiteBalanceSpotSize;
|
||||
|
Reference in New Issue
Block a user