Local adjustments tools used globally - Laspotmain (#6928)
* First step LA globally * fixed several GUI bad behavior * better behavior shows additional settings * Improve transition in main * First step hide-show invers and scope * Hide show invers and scope step2 * hide show others inverse and scope * Try to improve * Change windows.yml and appimage.yml * In Preference set choice for default Spot Method * Optimization call idle_register * forgotten delete mainfp * Re-enable sliders scope in colorlight - shadows - vibrance - move setting checkbox others settings * Fixed bad behavior hide - show * Optimize behavior * Bad behavior scope when changing method * Clean and comment code * disable preview mask and modif for cbdl and retinex * Fixed preview deltaE mask and modif log encode - exposure - new button preview color and light * Button preview deltaE - exposure * Button preview SH * Button preview Vibrance * Improce code using mask * Fixed several bad behavior - preview TM and Contrast * Preview log button * Preview Ciecam button * Preview common mask button * Disable Preview button in settings when not used in tools * Change call to controspotpanel in improcoordinator * Change Local adjustments title to Selective Editing * Change default value spotmethod in option * Missing cddl in preview settings * Change parameter setting spot type * put selective editing tab just after exposure tab * Disable preview ΔE button when another is enabled Only one button should be active at any given time. * Deactivate preview ΔE buttons when switching spots * Change tooltip Spot method * Change selective editing position * Remove duplicate line in language default * Remove appimage.yml windows.yml --------- Co-authored-by: Lawrence Lee <45837045+Lawrence37@users.noreply.github.com>
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "controlspotpanel.h"
|
||||
#include "guiutils.h"
|
||||
#include "locallabtools.h"
|
||||
|
||||
/* ==== LocallabToolListListener ==== */
|
||||
@@ -118,6 +119,8 @@ private:
|
||||
LocallabMask expmask;
|
||||
Locallabcie expcie;
|
||||
|
||||
OptionalRadioButtonGroup delta_e_preview_button_group;
|
||||
|
||||
std::vector<LocallabTool*> locallabTools;
|
||||
|
||||
// Locallab tools mask background management data
|
||||
@@ -131,6 +134,8 @@ private:
|
||||
|
||||
std::vector<locallabcieLC> cie_lc;
|
||||
|
||||
std::vector<locallabsetLC> set_lc;
|
||||
|
||||
std::vector<locallabcieSIG> cie_sig;
|
||||
|
||||
// Locallab tools mask background management data
|
||||
@@ -154,7 +159,16 @@ public:
|
||||
|
||||
// Locallab Retinex tool min/man management function
|
||||
void minmaxChanged(const std::vector<locallabRetiMinMax> &minmax, int selspot) override;
|
||||
|
||||
|
||||
// new functions for global - normal use
|
||||
// void mainChanged(int spottype, int selspot, bool iscolor, bool issh, bool isvib, bool isexpos, bool issoft, bool isblur, bool istom, bool isret, bool issharp, bool iscont, bool iscbdl, bool islog, bool ismas, bool iscie)override;
|
||||
void scopeChangedcol(int scope, int selspot, bool enab)override;
|
||||
void scopeChangedsh(int scope, int selspot, bool enab)override;
|
||||
void scopeChangedvib(int scope, int selspot, bool enab)override;
|
||||
void scopeChangedset(int scope, int selspot, bool enab)override;
|
||||
|
||||
void maiChanged(const std::vector<locallabsetLC> &setlc, int selspot) override;
|
||||
|
||||
//Locallab denoise
|
||||
// Locallab Retinex tool min/man management function
|
||||
void denChanged(const std::vector<locallabDenoiseLC> &denlc, int selspot) override;
|
||||
|
Reference in New Issue
Block a user