diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-23 21:53:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-23 21:53:51 +0000 |
| commit | 320c9b6d68d111bc0768e210cc8c7ae9d0d7c22e (patch) | |
| tree | 7ad4f70d6d32fc465b5826b333596696f67e8972 /src/wx/config_dialog.h | |
| parent | 692e67b9dc1e8cd72546b3766e8f38956932ee58 (diff) | |
Move default config options into their own tab; support user/password for SMTP TLS/SSL.
Diffstat (limited to 'src/wx/config_dialog.h')
| -rw-r--r-- | src/wx/config_dialog.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h index 45739ef92..49b466bcb 100644 --- a/src/wx/config_dialog.h +++ b/src/wx/config_dialog.h @@ -60,6 +60,8 @@ private: void default_j2k_bandwidth_changed (); void default_audio_delay_changed (); void mail_server_changed (); + void mail_user_changed (); + void mail_password_changed (); void kdm_from_changed (); void kdm_email_changed (); void use_any_servers_changed (); @@ -67,6 +69,7 @@ private: void setup_language_sensitivity (); void make_misc_panel (); + void make_defaults_panel (); void make_servers_panel (); void make_tms_panel (); void make_metadata_panel (); @@ -75,6 +78,7 @@ private: wxNotebook* _notebook; wxPanel* _misc_panel; + wxPanel* _defaults_panel; wxPanel* _servers_panel; wxPanel* _tms_panel; EditableList<PresetColourConversion, PresetColourConversionDialog>* _colour_conversions_panel; @@ -89,6 +93,8 @@ private: wxTextCtrl* _tms_password; wxSpinCtrl* _num_local_encoding_threads; wxTextCtrl* _mail_server; + wxTextCtrl* _mail_user; + wxTextCtrl* _mail_password; wxTextCtrl* _kdm_from; wxSpinCtrl* _default_still_length; #ifdef DCPOMATIC_USE_OWN_DIR_PICKER |
