mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Show Soundcloud credentials and upload options only when required
A slightly hacky patch to make the Soundcloud username & password and the upload options only become visible when at least one export format is chosen for upload to Soundcloud. I think that changing ExportDialog::soundcloud_selector to a boost::shared_ptr is the right thing to do, but I must confess to having only a hazy understanding of what boost::scoped_ptr was doing in the first place. Also it feels a bit wrong to be passing a pointer to ExportDialog's SoundcloudExportSelector around, but I can't (for the moment, at least) think of any better way to affect its visibility from inside ExportFileNotebook.
This commit is contained in:
parent
5abf3624f4
commit
60349bcee6
4 changed files with 16 additions and 2 deletions
|
|
@ -134,6 +134,8 @@ ExportDialog::init ()
|
|||
cancel_button->signal_clicked().connect (sigc::mem_fun (*this, &ExportDialog::close_dialog));
|
||||
export_button->signal_clicked().connect (sigc::mem_fun (*this, &ExportDialog::do_export));
|
||||
|
||||
file_notebook->soundcloud_export_selector = soundcloud_selector;
|
||||
|
||||
/* Done! */
|
||||
|
||||
show_all_children ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue