Solving issue 1751: "When switching processing profiles, missing values should be taken from Neutral" ; also updates the French language file

This commit is contained in:
natureh 510
2013-04-08 22:23:10 +02:00
parent cdb71a3945
commit f76ccb6ac9
21 changed files with 1585 additions and 51 deletions

View File

@@ -108,8 +108,8 @@ class Options {
bool windowMaximized;
int dirBrowserWidth;
int dirBrowserHeight;
int preferencesWidth;
int preferencesHeight;
int preferencesWidth;
int preferencesHeight;
int lastScale;
int panAccelFactor;
int lastCropSize;
@@ -151,7 +151,7 @@ class Options {
Glib::ustring psDir;
Glib::ustring customEditorProg;
Glib::ustring customProfileBuilder;
int editorToSendTo;
int editorToSendTo;
int maxThumbnailHeight;
std::size_t maxCacheEntries;
ThFileType thumbnailFormat;
@@ -198,6 +198,8 @@ class Options {
// Performance options
int rgbDenoiseThreadLimit; // maximum number of threads for the denoising tool ; 0 = use the maximum available
bool filledProfile; // Used as reminder for the ProfilePanel "mode"
bool menuGroupRank;
bool menuGroupLabel;
bool menuGroupFileOperations;