merge with dev
This commit is contained in:
@@ -91,17 +91,15 @@ if (WIN32)
|
|||||||
set(ARCHITECTURE_ALLOWED "x86 x64 ia64")
|
set(ARCHITECTURE_ALLOWED "x86 x64 ia64")
|
||||||
# installing in 32 bits mode even on 64 bits OS and architecture
|
# installing in 32 bits mode even on 64 bits OS and architecture
|
||||||
set(INSTALL_MODE "")
|
set(INSTALL_MODE "")
|
||||||
# set part of the output archive name
|
|
||||||
set(SYSTEM_NAME "WinXP")
|
|
||||||
elseif (BIT_DEPTH EQUAL 8)
|
elseif (BIT_DEPTH EQUAL 8)
|
||||||
set(BUILD_BIT_DEPTH 64)
|
set(BUILD_BIT_DEPTH 64)
|
||||||
# Restricting the 64 bits builds to 64 bits systems only
|
# Restricting the 64 bits builds to 64 bits systems only
|
||||||
set(ARCHITECTURE_ALLOWED "x64 ia64")
|
set(ARCHITECTURE_ALLOWED "x64 ia64")
|
||||||
# installing in 64 bits mode for all 64 bits processors, even for itanium architecture
|
# installing in 64 bits mode for all 64 bits processors, even for itanium architecture
|
||||||
set(INSTALL_MODE "x64 ia64")
|
set(INSTALL_MODE "x64 ia64")
|
||||||
# set part of the output archive name
|
|
||||||
set(SYSTEM_NAME "WinVista")
|
|
||||||
endif (BIT_DEPTH EQUAL 4)
|
endif (BIT_DEPTH EQUAL 4)
|
||||||
|
# set part of the output archive name
|
||||||
|
set(SYSTEM_NAME "WinVista")
|
||||||
|
|
||||||
configure_file ("${PROJECT_SOURCE_DIR}/tools/win/InnoSetup/WindowsInnoSetup.iss.in" "${CMAKE_BINARY_DIR}/rtdata/WindowsInnoSetup.iss")
|
configure_file ("${PROJECT_SOURCE_DIR}/tools/win/InnoSetup/WindowsInnoSetup.iss.in" "${CMAKE_BINARY_DIR}/rtdata/WindowsInnoSetup.iss")
|
||||||
endif (WIN32)
|
endif (WIN32)
|
||||||
|
@@ -1167,8 +1167,10 @@ PREFERENCES_PROFILEHANDLING;Processing Profile Handling
|
|||||||
PREFERENCES_PROFILELOADPR;Processing profile loading priority
|
PREFERENCES_PROFILELOADPR;Processing profile loading priority
|
||||||
PREFERENCES_PROFILEPRCACHE;Profile in cache
|
PREFERENCES_PROFILEPRCACHE;Profile in cache
|
||||||
PREFERENCES_PROFILEPRFILE;Profile next to the input file
|
PREFERENCES_PROFILEPRFILE;Profile next to the input file
|
||||||
|
PREFERENCES_PROFILESAVELOCATION;Processing profile saving location
|
||||||
PREFERENCES_PROFILESAVECACHE;Save processing profile to the cache
|
PREFERENCES_PROFILESAVECACHE;Save processing profile to the cache
|
||||||
PREFERENCES_PROFILESAVEINPUT;Save processing profile next to the input file
|
PREFERENCES_PROFILESAVEINPUT;Save processing profile next to the input file
|
||||||
|
PREFERENCES_PROFILESAVEBOTH;Save processing profile both to the cache and next to the input file
|
||||||
PREFERENCES_PROFILE_NONE;None
|
PREFERENCES_PROFILE_NONE;None
|
||||||
PREFERENCES_PROPERTY;Property
|
PREFERENCES_PROPERTY;Property
|
||||||
PREFERENCES_PRTINTENT;Rendering intent
|
PREFERENCES_PRTINTENT;Rendering intent
|
||||||
|
@@ -133,6 +133,7 @@ void FilmSimulation::read( const rtengine::procparams::ProcParams* pp, const Par
|
|||||||
? Glib::ustring(Glib::build_filename(options.clutsDir, pp->filmSimulation.clutFilename))
|
? Glib::ustring(Glib::build_filename(options.clutsDir, pp->filmSimulation.clutFilename))
|
||||||
: pp->filmSimulation.clutFilename
|
: pp->filmSimulation.clutFilename
|
||||||
);
|
);
|
||||||
|
m_oldClutFilename = m_clutComboBox->getSelectedClut();
|
||||||
}
|
}
|
||||||
|
|
||||||
m_strength->setValue(pp->filmSimulation.strength);
|
m_strength->setValue(pp->filmSimulation.strength);
|
||||||
|
@@ -506,20 +506,20 @@ Gtk::Widget* Preferences::getProcParamsPanel ()
|
|||||||
mvbpp->pack_start (*cpfrm, Gtk::PACK_SHRINK, 4);
|
mvbpp->pack_start (*cpfrm, Gtk::PACK_SHRINK, 4);
|
||||||
|
|
||||||
Gtk::Frame* fdp = Gtk::manage (new Gtk::Frame (M ("PREFERENCES_PROFILEHANDLING")));
|
Gtk::Frame* fdp = Gtk::manage (new Gtk::Frame (M ("PREFERENCES_PROFILEHANDLING")));
|
||||||
Gtk::VBox* vbdp = Gtk::manage (new Gtk::VBox ());
|
Gtk::Table* vbdp = Gtk::manage (new Gtk::Table (2, 2));
|
||||||
saveParamsFile = Gtk::manage (new Gtk::CheckButton (M ("PREFERENCES_PROFILESAVEINPUT")));
|
saveParamsPreference = Gtk::manage (new Gtk::ComboBoxText ());
|
||||||
vbdp->pack_start (*saveParamsFile, Gtk::PACK_SHRINK, 4);
|
saveParamsPreference->append (M ("PREFERENCES_PROFILESAVEINPUT"));
|
||||||
saveParamsCache = Gtk::manage (new Gtk::CheckButton (M ("PREFERENCES_PROFILESAVECACHE")));
|
saveParamsPreference->append (M ("PREFERENCES_PROFILESAVECACHE"));
|
||||||
vbdp->pack_start (*saveParamsCache, Gtk::PACK_SHRINK, 4);
|
saveParamsPreference->append (M ("PREFERENCES_PROFILESAVEBOTH"));
|
||||||
|
Gtk::Label *splab = Gtk::manage (new Gtk::Label (M ("PREFERENCES_PROFILESAVELOCATION") + ":"));
|
||||||
|
vbdp->attach (*splab, 0, 1, 0, 1, Gtk::FILL, Gtk::SHRINK, 2, 2);
|
||||||
|
vbdp->attach (*saveParamsPreference, 1, 2, 0, 1, Gtk::EXPAND | Gtk::FILL | Gtk::SHRINK, Gtk::SHRINK, 2, 2);
|
||||||
Gtk::Label* lplab = Gtk::manage (new Gtk::Label (M ("PREFERENCES_PROFILELOADPR") + ":"));
|
Gtk::Label* lplab = Gtk::manage (new Gtk::Label (M ("PREFERENCES_PROFILELOADPR") + ":"));
|
||||||
loadParamsPreference = Gtk::manage (new Gtk::ComboBoxText ());
|
loadParamsPreference = Gtk::manage (new Gtk::ComboBoxText ());
|
||||||
loadParamsPreference->append (M ("PREFERENCES_PROFILEPRCACHE"));
|
loadParamsPreference->append (M ("PREFERENCES_PROFILEPRCACHE"));
|
||||||
loadParamsPreference->append (M ("PREFERENCES_PROFILEPRFILE"));
|
loadParamsPreference->append (M ("PREFERENCES_PROFILEPRFILE"));
|
||||||
Gtk::HBox* hb41 = Gtk::manage (new Gtk::HBox ());
|
vbdp->attach (*lplab, 0, 1, 1, 2, Gtk::FILL, Gtk::SHRINK, 2, 2);
|
||||||
hb41->pack_start (*lplab, Gtk::PACK_SHRINK, 0);
|
vbdp->attach (*loadParamsPreference, 1, 2, 1, 2, Gtk::EXPAND | Gtk::FILL | Gtk::SHRINK, Gtk::SHRINK, 2, 2);
|
||||||
hb41->pack_start (*loadParamsPreference, Gtk::PACK_EXPAND_WIDGET, 0);
|
|
||||||
hb41->set_spacing (4);
|
|
||||||
vbdp->pack_start (*hb41, Gtk::PACK_EXPAND_WIDGET, 4);
|
|
||||||
fdp->add (*vbdp);
|
fdp->add (*vbdp);
|
||||||
mvbpp->pack_start (*fdp, Gtk::PACK_SHRINK, 4);
|
mvbpp->pack_start (*fdp, Gtk::PACK_SHRINK, 4);
|
||||||
|
|
||||||
@@ -780,7 +780,7 @@ Gtk::Widget* Preferences::getColorManagementPanel ()
|
|||||||
const std::vector<Glib::ustring> profiles = rtengine::ICCStore::getInstance ()->getProfiles (rtengine::ICCStore::ProfileType::MONITOR);
|
const std::vector<Glib::ustring> profiles = rtengine::ICCStore::getInstance ()->getProfiles (rtengine::ICCStore::ProfileType::MONITOR);
|
||||||
|
|
||||||
for (const auto profile : profiles) {
|
for (const auto profile : profiles) {
|
||||||
if (profile.find("file:") != 0) {
|
if (profile.find ("file:") != 0) {
|
||||||
monProfile->append (profile);
|
monProfile->append (profile);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -797,9 +797,9 @@ Gtk::Widget* Preferences::getColorManagementPanel ()
|
|||||||
monBPC->set_active (true);
|
monBPC->set_active (true);
|
||||||
|
|
||||||
//#if defined(WIN32) // Auto-detection not implemented for Linux, see issue 851
|
//#if defined(WIN32) // Auto-detection not implemented for Linux, see issue 851
|
||||||
cbAutoMonProfile = Gtk::manage (new Gtk::CheckButton (M("PREFERENCES_AUTOMONPROFILE")));
|
cbAutoMonProfile = Gtk::manage (new Gtk::CheckButton (M ("PREFERENCES_AUTOMONPROFILE")));
|
||||||
setExpandAlignProperties(cbAutoMonProfile, false, false, Gtk::ALIGN_START, Gtk::ALIGN_CENTER);
|
setExpandAlignProperties (cbAutoMonProfile, false, false, Gtk::ALIGN_START, Gtk::ALIGN_CENTER);
|
||||||
autoMonProfileConn = cbAutoMonProfile->signal_toggled().connect (sigc::mem_fun(*this, &Preferences::autoMonProfileToggled));
|
autoMonProfileConn = cbAutoMonProfile->signal_toggled().connect (sigc::mem_fun (*this, &Preferences::autoMonProfileToggled));
|
||||||
//#endif
|
//#endif
|
||||||
|
|
||||||
int row = 0;
|
int row = 0;
|
||||||
@@ -1806,8 +1806,9 @@ void Preferences::storePreferences ()
|
|||||||
moptions.sameThumbSize = sameThumbSize->get_active();
|
moptions.sameThumbSize = sameThumbSize->get_active();
|
||||||
moptions.internalThumbIfUntouched = ckbInternalThumbIfUntouched->get_active ();
|
moptions.internalThumbIfUntouched = ckbInternalThumbIfUntouched->get_active ();
|
||||||
|
|
||||||
moptions.saveParamsFile = saveParamsFile->get_active ();
|
auto save_where = saveParamsPreference->get_active_row_number();
|
||||||
moptions.saveParamsCache = saveParamsCache->get_active ();
|
moptions.saveParamsFile = save_where == 0 || save_where == 2;
|
||||||
|
moptions.saveParamsCache = save_where == 1 || save_where == 2;
|
||||||
moptions.paramsLoadLocation = (PPLoadLocation)loadParamsPreference->get_active_row_number ();
|
moptions.paramsLoadLocation = (PPLoadLocation)loadParamsPreference->get_active_row_number ();
|
||||||
moptions.useBundledProfiles = useBundledProfiles->get_active ();
|
moptions.useBundledProfiles = useBundledProfiles->get_active ();
|
||||||
|
|
||||||
@@ -1913,7 +1914,7 @@ void Preferences::fillPreferences ()
|
|||||||
|
|
||||||
monBPC->set_active (moptions.rtSettings.monitorBPC);
|
monBPC->set_active (moptions.rtSettings.monitorBPC);
|
||||||
//#if defined(WIN32)
|
//#if defined(WIN32)
|
||||||
cbAutoMonProfile->set_active(moptions.rtSettings.autoMonitorProfile);
|
cbAutoMonProfile->set_active (moptions.rtSettings.autoMonitorProfile);
|
||||||
//#endif
|
//#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -2036,8 +2037,8 @@ void Preferences::fillPreferences ()
|
|||||||
sameThumbSize->set_active (moptions.sameThumbSize);
|
sameThumbSize->set_active (moptions.sameThumbSize);
|
||||||
ckbInternalThumbIfUntouched->set_active (moptions.internalThumbIfUntouched);
|
ckbInternalThumbIfUntouched->set_active (moptions.internalThumbIfUntouched);
|
||||||
|
|
||||||
saveParamsFile->set_active (moptions.saveParamsFile);
|
saveParamsPreference->set_active (moptions.saveParamsFile ? (moptions.saveParamsCache ? 2 : 0) : 1);
|
||||||
saveParamsCache->set_active (moptions.saveParamsCache);
|
|
||||||
loadParamsPreference->set_active (moptions.paramsLoadLocation);
|
loadParamsPreference->set_active (moptions.paramsLoadLocation);
|
||||||
useBundledProfiles->set_active (moptions.useBundledProfiles);
|
useBundledProfiles->set_active (moptions.useBundledProfiles);
|
||||||
|
|
||||||
|
@@ -179,8 +179,7 @@ class Preferences : public Gtk::Dialog, public ProfileStoreListener
|
|||||||
Gtk::Button* behSetAll;
|
Gtk::Button* behSetAll;
|
||||||
Gtk::CheckButton* chOverwriteOutputFile;
|
Gtk::CheckButton* chOverwriteOutputFile;
|
||||||
|
|
||||||
Gtk::CheckButton* saveParamsFile;
|
Gtk::ComboBoxText* saveParamsPreference;
|
||||||
Gtk::CheckButton* saveParamsCache;
|
|
||||||
Gtk::CheckButton* useBundledProfiles;
|
Gtk::CheckButton* useBundledProfiles;
|
||||||
Gtk::ComboBoxText* loadParamsPreference;
|
Gtk::ComboBoxText* loadParamsPreference;
|
||||||
Gtk::ComboBoxText* editorLayout;
|
Gtk::ComboBoxText* editorLayout;
|
||||||
|
@@ -219,7 +219,7 @@ rtengine::procparams::ProcParams* Thumbnail::createProcParamsForUpdate(bool retu
|
|||||||
const bool create = (!hasProcParams() || force);
|
const bool create = (!hasProcParams() || force);
|
||||||
|
|
||||||
const Glib::ustring outFName =
|
const Glib::ustring outFName =
|
||||||
(options.paramsLoadLocation == PLL_Input) ?
|
(options.paramsLoadLocation == PLL_Input && options.saveParamsFile) ?
|
||||||
fname + paramFileExtension :
|
fname + paramFileExtension :
|
||||||
getCacheFileName("profiles", paramFileExtension);
|
getCacheFileName("profiles", paramFileExtension);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user