Some bugfix.

This commit is contained in:
Hombre
2016-08-27 22:20:54 +02:00
parent 5affa18341
commit 827acd35f9
30 changed files with 3006 additions and 256 deletions

View File

@@ -25,6 +25,7 @@
#include "guiutils.h"
#include "toolpanel.h"
#include "popupbutton.h"
#include "../rtengine/imagedata.h"
class ICMPanelListener
@@ -81,7 +82,7 @@ private:
MyComboBoxText* wgamma;
MyComboBoxText* onames;
MyComboBoxText* ointent;
PopUpButton* ointent;
Gtk::RadioButton* ofromdir;
Gtk::RadioButton* ofromfile;
Gtk::RadioButton* iunchanged;
@@ -98,6 +99,7 @@ private:
Glib::ustring lastRefFilename;
Glib::ustring camName;
void updateDCP(int dcpIlluminant, Glib::ustring dcp_name);
void updateRenderingIntent (const Glib::ustring &profile);
public:
ICMPanel ();
@@ -110,7 +112,7 @@ public:
void wpChanged ();
void opChanged ();
void oiChanged ();
void oiChanged (int n);
void oBPCChanged ();
void ipChanged ();
void gpChanged ();