Merge
Demosaicing and pre-processing parameters selectable for each image. Dark frames subtraction and badpixels file support Fast loading in editor.
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include <thumbnaillistener.h>
|
||||
#include <navigator.h>
|
||||
#include <progressconnector.h>
|
||||
#include <filepanel.h>
|
||||
|
||||
class EditorPanel;
|
||||
struct EditorPanelIdleHelper {
|
||||
@@ -81,6 +82,9 @@ class EditorPanel : public Gtk::VBox,
|
||||
ToolPanelCoordinator* tpc;
|
||||
RTWindow* parent;
|
||||
SaveAsDialog* saveAsDialog;
|
||||
BatchToolPanelCoordinator* btpCoordinator;
|
||||
FilePanel* fPanel;
|
||||
|
||||
|
||||
Thumbnail* openThm;
|
||||
rtengine::InitialImage* isrc;
|
||||
@@ -100,7 +104,7 @@ class EditorPanel : public Gtk::VBox,
|
||||
int err;
|
||||
public:
|
||||
|
||||
EditorPanel ();
|
||||
EditorPanel (FilePanel* filePanel = NULL);
|
||||
virtual ~EditorPanel ();
|
||||
|
||||
void open (Thumbnail* tmb, rtengine::InitialImage* isrc);
|
||||
@@ -145,6 +149,8 @@ class EditorPanel : public Gtk::VBox,
|
||||
bool handleShortcutKey (GdkEventKey* event);
|
||||
|
||||
//void saveOptions ();
|
||||
|
||||
Gtk::Paned *catalogPane;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user