mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
In export format dialog, show preview of generated part of description. Fix to #0004941
git-svn-id: svn://localhost/ardour2/branches/3.0@12911 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e58e614f20
commit
04416e2d1d
6 changed files with 57 additions and 7 deletions
|
|
@ -110,6 +110,8 @@ class ExportFormatDialog : public ArdourDialog, public PBD::ScopedConnectionList
|
|||
void change_compatibility (bool compatibility, boost::weak_ptr<T> w_ptr, Glib::RefPtr<Gtk::ListStore> & list, ColsT & cols,
|
||||
std::string const & c_incompatible = "red", std::string const & c_compatible = "white");
|
||||
|
||||
void update_description();
|
||||
|
||||
uint32_t applying_changes_from_engine;
|
||||
|
||||
/*** Non-interactive selections ***/
|
||||
|
|
@ -151,6 +153,7 @@ class ExportFormatDialog : public ArdourDialog, public PBD::ScopedConnectionList
|
|||
|
||||
Gtk::Label name_label;
|
||||
Gtk::Entry name_entry;
|
||||
Gtk::Label name_generated_part;
|
||||
|
||||
/* Normalize */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue