summaryrefslogtreecommitdiff
path: root/gtk2_ardour/add_video_dialog.cc
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.
2019-01-02Add external drive references for most file-browsersRobin Gareus
This fixes an issue on MacOS/X to only show non-root volumes in the file-open dialog. They're just as valid for save-as, export, video files etc. In case of a 2nd internal disk, it is also a valid choice as default folder for new sessions.
2018-06-02no error logging for CURL HTTP requests; future callers can request it if ↵Paul Davis
necessary
2018-01-21Fix video preview request - #7544Robin Gareus
see also 2e9fcceb1e and 30b087ab3
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-01-11Windows/Videotimeline: support all drives (no fixed docroot/drive-letter)Robin Gareus
2016-07-18remove old a3_curl API and switch some curl callsRobin Gareus
Keep freesound-moocher as is until freesound-apiv2 branch is merged or rebased.
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-02-22change GTKOSX macro constant to use __APPLE__ insteadPaul Davis
2015-08-09fix a -WparenthesesRobin Gareus
2015-07-22amend a3c21ae, video-server localhost -> 127.0.0.1Robin Gareus
2015-07-10Allow to select video-files regardless of file ext.Robin Gareus
2015-07-10Add in MXF file as a supported video formatThomas Vecchione
2015-01-09add .m2t video extensionRobin Gareus
2014-12-03reduce confusion.Robin Gareus
2014-10-16forward port ffd5c24 from master (extend video file ext list)Robin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-04-22dynamically adjust open-video-dialog layout depending on configurationRobin Gareus
2014-04-19videotimeline: path related fixes for windowsRobin Gareus
2013-08-08dedicated namespace for video-utilsRobin Gareus
conflicting symbol prophylaxis
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything ↵Paul Davis
deriving from ArdourDialog or ArdourWindow; move the set_position() call into those classes' constructors, so that they are called before the windows are realized, and thus it actually works
2013-04-11enable videotimeline by defaultRobin Gareus
2013-04-02vtl: draw cross if info-request fails in open-video preview.Robin Gareus
2013-03-31vtl: open video dialog - aspect ratiosRobin Gareus
2013-03-31vtl: open-video dialog tweaksRobin Gareus
* show Timecode in/out * fix text alignment * parse aspect-ratio * reset seek-slider on file selection * make fps label translatable
2013-03-30vtl: minor UI dialog tweaksRobin Gareus
2013-03-29vtl: rework import workflowRobin Gareus
- do not allow to simply copy the video file - decision to transcode or just reference is made in "transcode dialog" not during file-selection. Only there the actual codec is known and can be judged to be suitable for direct reference - simplify "transcode dialog" - no more buttons for specific actions, drop-down select actions. - increase minimum bitrate for imported file to 500kbit/s
2013-03-28vtl: simple/localhost mode.Robin Gareus
Hide most of the setup complexity that is irrelevant when running the video-server on the same host as Ardour. Add an abstraction layer to the config which will become important later when /building in/ the video-server.
2013-03-15vtl: also use video-monitor for files found using the indexRobin Gareus
2013-03-15vtl: print (debug) messages if xjadeo is not availableRobin Gareus
2013-03-13videotimlineRobin Gareus
squashed 694 commits from http://gareus.org/gitweb/?p=ardour3.git