summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_server_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.
2018-11-19Use libardour video-tool path (2/2)Robin Gareus
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
2017-01-10Prepare for windows video support on all drive-letters.Robin Gareus
* add harvid version detection (>= 0.8.2 is needed) * special case empty docroot (for windows, pass drive-letter)
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-12-06Remove the PaddedButton widget as it broke rendering in some cases.André Nusser
2014-12-24proper default setup and fallbacks for video on windowsRobin Gareus
2014-12-23consolidate video-tool filepaths - step oneRobin Gareus
1:1 cut/paste
2014-11-23update harvid & ffmpeg binary path discovery on windows (64 & 32 bit)Robin Gareus
2014-06-25Rename PBD::find_file_in_search_path to just PBD::find_fileTim Mayberry
saves a bit of typing and not necessary if you look at how it is used.
2014-06-02merge with master and fix 4 conflicts by handPaul Davis
2014-05-14Include windows.h for Registry access related APITim Mayberry
2014-04-24try get_win_special_folder() for harvid & xjadeo (if registry fails)Robin Gareus
2014-04-24query windows registry for xjadeo & harvid pathRobin Gareus
2014-04-11add manual reference to missing video-tools warningsRobin Gareus
2013-10-16Merge remote-tracking branch 'remotes/origin/master' into windows+ccJohn Emmas
2013-10-15fix spelling and program name abstractionPaul Davis
2013-09-06Rename SearchPath class SearchpathTim Mayberry
Windows headers define SearchPath which means we have to undefine it where necessary. This is a pain and can be tricksy, so I feel renaming the class slightly is the easiest solution.
2013-08-24fix merge conflicts from masterPaul Davis
2013-08-03dedicated namespace for video-utilsRobin Gareus
conflicting symbol prophylaxis
2013-07-31fix merge conflict from masterPaul Davis
2013-07-23clean up video related messagesRobin Gareus
2013-07-22undef SearchPath where needed as it is defined via windows.hTim Mayberry
2013-07-22Work around badly chosen argument name in giomm/dbusmessage.hTim Mayberry
interface is defined in windows/mingw headers. hopefully this will be fixed in giomm at some point and this crap can be removed
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-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-27messages related to video-server & ffmpeg external binariesRobin Gareus
2013-03-26canonical names for video-toolsRobin Gareus
2013-03-13videotimlineRobin Gareus
squashed 694 commits from http://gareus.org/gitweb/?p=ardour3.git