prepare saving video-export settings.

* migrate dialog from Editor to UI.
* make it a WM proxied window
* prepare applying state after construction..
This commit is contained in:
Robin Gareus 2015-02-27 23:17:26 +01:00
parent c0411de949
commit c90400364a
9 changed files with 131 additions and 90 deletions

View file

@ -994,7 +994,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void toggle_ruler_video (bool onoff) {ruler_video_action->set_active(onoff);}
int videotl_bar_height; /* in units of timebar_height; default: 4 */
int get_videotl_bar_height () const { return videotl_bar_height; }
void export_video (bool range = false);
void toggle_region_video_lock ();
friend class EditorCursor;