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

@@ -22,6 +22,7 @@
#include "splash.h"
#include "cachemanager.h"
#include "addsetids.h"
#include "../rtengine/icons.h"
#include "../rtengine/dfmanager.h"
#include "../rtengine/ffmanager.h"
#include <sstream>
@@ -2026,7 +2027,7 @@ void Preferences::cancelPressed ()
{
// set the initial theme back
if (themeFNames.at(theme->get_active_row_number ()).longFName != options.theme) {
RTImage::setPaths(options);
rtengine::setPaths(options);
RTImage::updateImages();
switchThemeTo(options.theme);
}
@@ -2079,7 +2080,7 @@ void Preferences::themeChanged ()
{
moptions.theme = themeFNames.at(theme->get_active_row_number ()).longFName;
RTImage::setPaths(moptions);
rtengine::setPaths(moptions);
RTImage::updateImages();
switchThemeTo(moptions.theme);
}