Home
last modified time | relevance | path

Searched refs:saveParamsCache (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Doptions.h256 bool saveParamsCache; variable
H A Dthumbnail.cc536 if (options.saveParamsCache) { in imageDeveloped()
977 options.saveParamsCache ? getCacheFileName ("profiles", paramFileExtension) : "", in updateCache()
H A Doptions.cc405saveParamsCache = false; // there's no need to save the procparams files in a cache if … in setDefaults()
904 saveParamsCache = keyFile.get_boolean("Profiles", "SaveParamsToCache"); in readFromFile()
2040 keyFile.set_boolean("Profiles", "SaveParamsToCache", saveParamsCache); in saveToFile()
H A Dpreferences.cc1409 if (moptions.saveParamsCache) { in getFileBrowserPanel()
1441 if (moptions.saveParamsCache) { in getFileBrowserPanel()
1768 moptions.saveParamsCache = save_where == 1 || save_where == 2; in storePreferences()
1991 …saveParamsPreference->set_active (moptions.saveParamsFile ? (moptions.saveParamsCache ? 2 : 0) : 1… in fillPreferences()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Doptions.h263 bool saveParamsCache; variable
H A Dthumbnail.cc529 if (options.saveParamsCache) { in imageDeveloped()
992 options.saveParamsCache ? getCacheFileName ("profiles", paramFileExtension) : ""); in updateCache()
H A Doptions.cc387saveParamsCache = false; // there's no need to save the procparams files in a cache if … in setDefaults()
945 saveParamsCache = keyFile.get_boolean("Profiles", "SaveParamsToCache"); in readFromFile()
2051 keyFile.set_boolean("Profiles", "SaveParamsToCache", saveParamsCache); in saveToFile()
H A Dpreferences.cc1246 if (moptions.saveParamsCache) { in getFileBrowserPanel()
1278 if (moptions.saveParamsCache) { in getFileBrowserPanel()
1637 moptions.saveParamsCache = save_where == 1 || save_where == 2; in storePreferences()
1879 …saveParamsPreference->set_active (moptions.saveParamsFile ? (moptions.saveParamsCache ? 2 : 0) : 1… in fillPreferences()