Work around deadlock when destroying J2KEncoder with a full writer queue (#2784).
[dcpomatic.git] / src / wx / screen_dialog.h
index 51721866972bb2779152f130be3a9c2e98935937..3435bf71109fde814bd62aea75f6b36e8224e905 100644 (file)
@@ -60,6 +60,7 @@ private:
        void download_recipient ();
        void setup_sensitivity ();
        void set_recipient (boost::optional<dcp::Certificate>);
+       void set_recipient_file(std::string file);
 
        void set_trusted_devices (std::vector<TrustedDevice> d) {
                _trusted_devices = d;
@@ -70,6 +71,12 @@ private:
        wxTextCtrl* _notes;
        wxStaticText* _recipient_thumbprint;
        wxStaticText* _recipient_file;
+       wxStaticText* _subject_common_name;
+       wxStaticText* _subject_organization_name;
+       wxStaticText* _issuer_common_name;
+       wxStaticText* _issuer_organization_name;
+       wxStaticText* _not_valid_before;
+       wxStaticText* _not_valid_after;
        wxButton* _get_recipient_from_file;
        wxButton* _download_recipient;
        EditableList<TrustedDevice, TrustedDeviceDialog>* _trusted_device_list;