Merge of Locallab tools with actual GUI

Improvements:
- Simplification of default values setting/management

Limitations:
- Possibility to add/remove Locallab tool isn't working
- Even if not fully deactivated, batch mode isn't working anymore for
Locallab
- Mask preview isn't working anymore
This commit is contained in:
Pandagrapher
2019-08-18 22:20:52 +02:00
parent e4701101c9
commit 53eeffbebf
8 changed files with 560 additions and 7014 deletions

View File

@@ -718,13 +718,8 @@ void ToolPanelCoordinator::updateToolState()
temp.push_back(options.tpOpen.at(i + expList.size()));
}
locallab->updateToolState(temp);
locallab->setExpanded(true);
wavelet->updateToolState(temp);
retinex->updateToolState(temp);
}
}
@@ -753,7 +748,6 @@ void ToolPanelCoordinator::writeToolExpandedStatus(std::vector<int> &tpOpen)
tpOpen.push_back(expList.at(i)->get_expanded());
}
locallab->writeOptions(tpOpen);
wavelet->writeOptions(tpOpen);
retinex->writeOptions(tpOpen);