summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_video_dialog.h
AgeCommit message (Collapse)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
Copyright-holder and year information is extracted from git log. git history begins in 2005. So (C) from 1998..2005 is lost. Also some (C) assignment of commits where the committer didn't use --author.
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
Generated by tools/f2s. Some hand-editing will be required in a few places to fix up comments related to timecode and video in order to keep the legible
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-01NO-OP whitespace & foratting of header filesRobin Gareus
2017-04-20Keep Dialogs which report process around.Robin Gareus
Since 5.8-245-g3e43585fa, a response hides the dialog Window in ArdourDialog::on_response (to prevent dialogs windows staying around unresponsively while Ardour does background work). This logic does not apply to Dialog Windows which implement ProgressReporter or support dialog responses other than OK, Close.
2015-04-02Window focus handling fixes.nick_m
Many windows were not getting key events. Use magic focus infrastructure (built for widgets) to deliver key events via window focus in/out.
2015-02-28rework video-export dialog, remember settingsRobin Gareus
2015-02-28prepare saving video-export settings.Robin Gareus
* migrate dialog from Editor to UI. * make it a WM proxied window * prepare applying state after construction..
2015-02-28video-export dialog: allow keyboard navigationRobin Gareus
2013-10-12export video-range: add to context menuRobin Gareus
2013-09-12vtl: export selected rangeRobin Gareus
2013-04-11enable videotimeline by defaultRobin Gareus
2013-04-04vtl: overall export progress barRobin Gareus
2013-04-04vtl: audio-export progress-bar tweaksRobin Gareus
use the same concept as session > export > audio; hopefully this fixes jack-disconnects during export.
2013-03-13videotimlineRobin Gareus
squashed 694 commits from http://gareus.org/gitweb/?p=ardour3.git