mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 18:16:35 +01:00
* Added PBD::UUID
* uuid headers are needed for building! * Export presets and format profiles use UUID * Moved ExportPreset class away from ExportProfileManager * Workaround for Gtk::NoteBook bug in ExportMainDialog git-svn-id: svn://localhost/ardour2/branches/3.0@3762 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
fa4bca989b
commit
68f04adec1
14 changed files with 367 additions and 227 deletions
|
|
@ -181,6 +181,8 @@ class ExportMainDialog : public ArdourDialog {
|
|||
void add_file_page (ARDOUR::ExportProfileManager::FormatStatePtr format_state, ARDOUR::ExportProfileManager::FilenameStatePtr filename_state);
|
||||
void remove_file_page (FilePage * page);
|
||||
void update_remove_file_page_sensitivity ();
|
||||
|
||||
sigc::connection page_change_connection;
|
||||
void handle_page_change (GtkNotebookPage*, uint32_t page);
|
||||
|
||||
uint32_t last_visible_page;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue