Image navigation for single tab editor, synchronization of editor with file browser and improvements to various other shortcuts (see issue 47, comment 52). Thanks Hombre & DrSlony for help!

This commit is contained in:
michael
2013-04-06 18:38:23 -04:00
parent fae7971dcc
commit 1e4e8e97ab
22 changed files with 2571 additions and 108 deletions

View File

@@ -78,6 +78,9 @@ class EditorPanel : public Gtk::VBox,
Gtk::Button* queueimg;
Gtk::Button* saveimgas;
Gtk::Button* sendtogimp;
Gtk::Button* navSync;
Gtk::Button* navNext;
Gtk::Button* navPrev;
ImageAreaPanel* iareapanel;
PreviewHandler* previewHandler;
@@ -105,7 +108,7 @@ class EditorPanel : public Gtk::VBox,
bool firstProcessingDone;
Thumbnail* openThm; // may get invalid on external delete event
Glib::ustring fname; // must be safed seperately
Glib::ustring fname; // must be saved separately
rtengine::InitialImage* isrc;
rtengine::StagedImageProcessor* ipc;
@@ -174,6 +177,9 @@ class EditorPanel : public Gtk::VBox,
void saveAsPressed ();
void queueImgPressed ();
void sendToGimpPressed ();
void openNextEditorImage ();
void openPreviousEditorImage ();
void syncFileBrowser ();
void tbTopPanel_1_visible (bool visible);
bool CheckSidePanelsVisibility();