From b49e3982502f5e483422960dc11be967d7c790f4 Mon Sep 17 00:00:00 2001 From: Colin Fletcher Date: Fri, 23 May 2014 18:45:40 +0100 Subject: Visual tweaks to Soundcloud panel Re-arrange the items in the Soundcloud panel into a more sensible order & arrangement, and add a (not-yet functional) tick-box to set the uploaded files to be downloadable. --- gtk2_ardour/soundcloud_export_selector.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/soundcloud_export_selector.h') diff --git a/gtk2_ardour/soundcloud_export_selector.h b/gtk2_ardour/soundcloud_export_selector.h index 87222fcf5e..0ee6fbeb01 100644 --- a/gtk2_ardour/soundcloud_export_selector.h +++ b/gtk2_ardour/soundcloud_export_selector.h @@ -24,16 +24,18 @@ class SoundcloudExportSelector : public Gtk::VBox, public ARDOUR::SessionHandleP std::string password () { return soundcloud_password_entry.get_text (); } bool make_public () { return soundcloud_public_checkbox.get_active (); } bool open_page () { return soundcloud_open_checkbox.get_active (); } + bool downloadable () { return soundcloud_download_checkbox.get_active (); } void cancel () { soundcloud_cancel = true; } private: Gtk::Table sc_table; - Gtk::CheckButton soundcloud_public_checkbox; Gtk::Label soundcloud_username_label; Gtk::Entry soundcloud_username_entry; Gtk::Label soundcloud_password_label; Gtk::Entry soundcloud_password_entry; + Gtk::CheckButton soundcloud_public_checkbox; Gtk::CheckButton soundcloud_open_checkbox; + Gtk::CheckButton soundcloud_download_checkbox; bool soundcloud_cancel; Gtk::ProgressBar progress_bar; -- cgit v1.2.3