Merge branch 'dev' into newlocallab

This commit is contained in:
Ingo Weyrich
2019-11-04 23:01:33 +01:00
395 changed files with 2523 additions and 2740 deletions

View File

@@ -16,12 +16,12 @@
* You should have received a copy of the GNU General Public License
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef _OPTIONS_
#define _OPTIONS_
#pragma once
#include <set>
#include <gtkmm.h>
#include "../rtengine/rtengine.h"
#include <vector>
#include <gtkmm/enums.h>
#include "../rtengine/settings.h"
#include <exception>
#define STARTUPDIR_CURRENT 0
@@ -103,6 +103,13 @@ enum PPLoadLocation {PLL_Cache = 0, PLL_Input = 1};
enum CPBKeyType {CPBKT_TID = 0, CPBKT_NAME = 1, CPBKT_TID_NAME = 2};
enum prevdemo_t {PD_Sidecar = 1, PD_Fast = 0};
namespace Glib
{
class KeyFile;
}
class Options
{
public:
@@ -448,5 +455,3 @@ extern bool gimpPlugin;
extern bool remote;
extern Glib::ustring versionString;
extern Glib::ustring paramFileExtension;
#endif