Adding rawtherapee-cli.exe, '-q' (quick start mode) added

Standard rawtherapee.exe now has almost no command line options left.
Use '-h' to see options for each executables.
This commit is contained in:
Hombre
2017-02-13 23:38:05 +01:00
parent 7b4d51238d
commit a04b3eefba
27 changed files with 436 additions and 643 deletions

View File

@@ -2177,7 +2177,7 @@ int Options::saveToFile (Glib::ustring fname)
}
}
bool Options::load ()
bool Options::load (bool lightweight)
{
// Find the application data path
@@ -2338,7 +2338,7 @@ bool Options::load ()
langMgr.load (localeTranslation, new MultiLangMgr (languageTranslation, new MultiLangMgr (defaultTranslation)));
rtengine::init (&options.rtSettings, argv0, rtdir);
rtengine::init (&options.rtSettings, argv0, rtdir, !lightweight);
return true;
}