New feature: apply profile (partial) - issue 778
This patch allows to apply selected profile via a partial paste dialog. This is useful, for example, when applying stored profile to rotated or cropped images. "Apply profile partial" will allow to bypass not selected params, e.g. rotation, crop, etc.
This commit is contained in:
@@ -79,6 +79,7 @@ class FileBrowser : public ThumbBrowserBase, public LWButtonListener {
|
||||
Gtk::MenuItem* pasteprof;
|
||||
Gtk::MenuItem* partpasteprof;
|
||||
Gtk::MenuItem* applyprof;
|
||||
Gtk::MenuItem* applypartprof;
|
||||
Gtk::MenuItem* clearprof;
|
||||
Gtk::MenuItem* cachemenu;
|
||||
Gtk::MenuItem* clearFromCache;
|
||||
@@ -116,6 +117,7 @@ class FileBrowser : public ThumbBrowserBase, public LWButtonListener {
|
||||
|
||||
void menuItemActivated (Gtk::MenuItem* m);
|
||||
void applyMenuItemActivated (Glib::ustring ppname);
|
||||
void applyPartialMenuItemActivated (Glib::ustring ppname);
|
||||
|
||||
void applyFilter (const BrowserFilter& filter);
|
||||
int getNumFiltered(){ return numFiltered;}
|
||||
|
Reference in New Issue
Block a user