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

@@ -23,6 +23,7 @@
#include <gtk/gtk.h>
#include "rtimage.h"
#include "threadutils.h"
#include "../rtengine/icons.h"
// Check if the system has more than one display and option is set
bool EditWindow::isMultiDisplayEnabled()
@@ -59,7 +60,7 @@ EditWindow::EditWindow (RTWindow* p) : parent(p) , isFullscreen(false)
{
Glib::ustring fName = "rt-logo-tiny.png";
Glib::ustring fullPath = RTImage::findIconAbsolutePath(fName);
Glib::ustring fullPath = rtengine::findIconAbsolutePath(fName);
try {
set_default_icon_from_file (fullPath);