summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils_videotl.cc
AgeCommit message (Collapse)Author
2020-02-27Dialog default to cancel (#7915)Robin Gareus
There are various ways to cancel a dialog. Only checking for RESPONSE_CANCEL is not sufficient. e.g. Esc causes a delete-event. * Gtk::RESPONSE_CLOSE * Gtk::RESPONSE_REJECT * Gtk::RESPONSE_DELETE_EVENT * Gtk::RESPONSE_CANCEL * Gtk::RESPONSE_NO Among others this fixes "Clicking session > open, then hitting ESC opens the currently selected folder and session"
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-06-02no error logging for CURL HTTP requests; future callers can request it if ↵Paul Davis
necessary
2017-06-22Remove LocaleGuard from VideoUtils::video_query_infoTim Mayberry
PBD::string_to is now used for float <=> string conversions so a LocaleGuard is no longer necessary.
2017-04-19Use PBD::string_to functions in VideoUtils::video_query_infoTim Mayberry
LocaleGuard is in use so float <=> string conversions must be expected in C locale format
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-08-22Parse information from harvid independent from the localeRobin Gareus
This fixes a crash where aspect ratio "0.5" from harvid was interpreted as "0" in the French locale (expecting 0,5). Note: harvid uses a portable, not localized snprintf() implementation
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-17quick hack to test SSL in bundlesRobin Gareus
this needs to be reverted, and we need a proper curl wrapper, shared by video-timeline AND freesound moocher
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-11-04Improve behavior of overwrite_file_dialog.André Nusser
- Make overwrite file dialogs transient. - Cancelling the overwrite dialog doesn't close initial dialog.
2015-10-21Also use overwrite_file_dialog at all the other places.André Nusser
2015-07-22amend a3c21ae, video-server localhost -> 127.0.0.1Robin Gareus
2015-04-01remove an “a3” reference.Robin Gareus
2014-12-24proper default setup and fallbacks for video on windowsRobin Gareus
2014-09-06minimize rebuild after reconfigure:Robin Gareus
Don't add VERSIONSTRING to the c-flags of gtk2_ardour, use a dedicated file instead.
2014-04-19videotimeline: path related fixes for windowsRobin Gareus
2013-12-03switch from using Sleep/usleep to Glib::usleep() (and remember that we need ↵Paul Davis
to make Glib::usleep() actually work on windows one day)
2013-08-03dedicated namespace for video-utilsRobin Gareus
conflicting symbol prophylaxis
2013-08-03remove strtok_r() from video_query_info()Robin Gareus
for minGW compatibility
2013-06-14NOOP clean up codeRobin Gareus
move curl-http-get wrapper-function which is used by various videotimeline related code to util.c
2013-04-11enable videotimeline by defaultRobin Gareus
2013-03-28vtl: prepare simple/advanced usage modesRobin Gareus
"simple": localhost only system; hide much of the setup complexity "advanced":' allow for remote-server, paths mapping, server index etc.
2013-03-13videotimlineRobin Gareus
squashed 694 commits from http://gareus.org/gitweb/?p=ardour3.git