Add history messages
This commit is contained in:
parent
6047430b43
commit
ae11501fc1
@ -734,6 +734,8 @@ HISTORY_MSG_METADATA_MODE;Metadata copy mode
|
|||||||
HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||||
HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||||
HISTORY_MSG_TM_FATTAL_ANCHOR;HDR TM - Anchor
|
HISTORY_MSG_TM_FATTAL_ANCHOR;HDR TM - Anchor
|
||||||
|
HISTORY_MSG_ICMPROFILE;Output profile type
|
||||||
|
HISTORY_MSG_ICMPRIMARI;Output profile primaries
|
||||||
HISTORY_NEWSNAPSHOT;Add
|
HISTORY_NEWSNAPSHOT;Add
|
||||||
HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: <b>Alt-s</b>
|
HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: <b>Alt-s</b>
|
||||||
HISTORY_SNAPSHOT;Snapshot
|
HISTORY_SNAPSHOT;Snapshot
|
||||||
|
@ -1022,11 +1022,10 @@ struct ColorManagementParams {
|
|||||||
Glib::ustring gamma;
|
Glib::ustring gamma;
|
||||||
double gampos;
|
double gampos;
|
||||||
double slpos;
|
double slpos;
|
||||||
bool freegamma;
|
|
||||||
Glib::ustring wprimari;
|
Glib::ustring wprimari;
|
||||||
Glib::ustring wprofile;
|
Glib::ustring wprofile;
|
||||||
|
|
||||||
static const Glib::ustring NoICMString;
|
static const Glib::ustring NoICMString;
|
||||||
|
bool freegamma;
|
||||||
|
|
||||||
ColorManagementParams();
|
ColorManagementParams();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user