Added support for opening images in an already-running RT instance

This is enabled by the new -R switch of rawtherapee.
The idea is that you first start the "server" with

  `$ rawtherapee -R`

and then open images on this server by using

  `$ rawtherapee -R /path/to/raw.file`

Currently disables on OSX (there seems to be some "legacy" support for this in
rtwindow, but I have no way of testing it and/or integrating it with this at
the moment)
This commit is contained in:
Alberto Griggio
2017-05-18 16:38:09 +02:00
parent 86c5cc1826
commit c4863e5f89
2 changed files with 346 additions and 221 deletions

View File

@@ -59,7 +59,7 @@ Glib::ustring argv0;
Glib::ustring creditsPath;
Glib::ustring licensePath;
Glib::ustring argv1;
bool simpleEditor;
//bool simpleEditor;
//Glib::Threads::Thread* mainThread;
namespace