Saving of Locallab tool parameters in .pp3 file

- Control spot panel parameters are now saved in .pp3 file
- Control spot curved are now visible when Locallab tool panel is
active, not visible otherwise

Limitations:
- Other Locallab tool parameters aren't saved in .pp3 file yet
- Locallab tools are temporary deactivated (time to end procparam
update)
This commit is contained in:
Pandagrapher
2018-07-26 19:20:33 +02:00
parent 74dd3a6a10
commit a31393adb1
21 changed files with 2913 additions and 2817 deletions

View File

@@ -242,6 +242,8 @@ protected:
bool HHutili;
bool curveutili;
std::string prevmdfive;
Glib::ustring datal;
int **dataspot;
int maxdata;
std::string *retistr;
@@ -252,6 +254,7 @@ protected:
std::string *skinstr;
std::string *pthstr;
std::string *exstr;
std::string *name;
LUTi circrads;
LUTi centerx;
@@ -467,7 +470,7 @@ public:
void getMonitorProfile(Glib::ustring& profile, RenderingIntent& intent) const;
void setSoftProofing(bool softProof, bool gamutCheck);
void getSoftProofing(bool &softProof, bool &gamutCheck);
void setSharpMask (bool sharpMask);
void setSharpMask(bool sharpMask);
bool updateTryLock()
{
return updaterThreadStart.trylock();