summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_video_dialog.cc
AgeCommit message (Collapse)Author
2020-04-23GUI use updated XML::read_buffer APIRobin Gareus
2019-09-17add finite state machine to control/manage transport statePaul Davis
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-11-29fix incorrect accumulation of export video options each time the dialog is usedPaul Davis
2018-11-21Update GUI, use/remove meta-data methods that have been migrated to the backendRobin Gareus
2018-08-29Clarify video-export dialog phrasesRobin Gareus
2018-07-25Reset export-config maps before each new export (2/2)Robin Gareus
2018-01-21Use "frame" for video-frames, fixes video-monitor state.Robin Gareus
revert/amend/undo 30b087ab for video-related units
2018-01-21Fix Export-format timecode spec (frames: timecode frames)Robin Gareus
undo/fix 30b087ab3d
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-06-22Remove LocaleGuards from ExportVideoDialog classTim Mayberry
All float <=> string conversion is now done using PBD::to_string/string_to() via XMLNode::get/set_property()
2017-04-19Use XMLNode::get/set_property in ExportVideoDialog classTim Mayberry
2016-07-18Normalize API rename part 2Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-02-09UI updates for export-abortRobin Gareus
2016-02-09UI updates for detailed export state.Robin Gareus
2015-12-22clarify missing ffmpeg messagesRobin Gareus
Don't refernce "ffmpeg", "ffprobe" executables directly. Refer to the elaborate Log message (ffmpeg_harvid)
2015-12-06Remove the PaddedButton widget as it broke rendering in some cases.André Nusser
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-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-09-17use pbd's gstdio compatibility wrapper (GUI)Robin Gareus
2015-08-10Revert "Disable video-export metadata on windows (for now)"Robin Gareus
This reverts commit 54ab3fb37e15f94fcc611f58f1af3df2b3b62c05.
2015-08-10Disable video-export metadata on windows (for now)Robin Gareus
Quote escaping metadata currently breaks export.
2015-04-24For MSVC builds, implement 'rint()' and 'rintf()' to supplement the ones ↵John Emmas
that were already implemented
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-03-25fix potential crash when video tools are N/ARobin Gareus
2015-03-24another potential fix for video-export filename/crashRobin Gareus
2015-03-24fix video-export-dialog memleak/assertRobin Gareus
2015-02-28MSVC - accommodate some newly introduced calls to 'rintf()'John Emmas
('rintf()' isn't available in MSVC)
2015-02-28rework video-export dialog, remember settingsRobin Gareus
2015-02-28VTL: add webm export-preset and amend 1184660.Robin 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: allow to use ffmpeg format-defaultsRobin Gareus
2015-02-28video-export dialog: allow keyboard navigationRobin Gareus
2014-07-06update audio-export as used by video-export (disable soundcloud)Robin Gareus
2014-07-02round A/V offset to video-frames.Robin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2013-10-14Merge branch 'master' into windows+ccJohn Emmas
Conflicts (hopefully resolved): gtk2_ardour/ardour_ui.cc
2013-10-14'gtk2_ardour' - Harmonize '__WIN32__', 'OS_WIN32' etc, etc. Use ↵John Emmas
'PLATFORM_WINDOWS' instead
2013-10-12export video-range: add to context menuRobin Gareus
2013-10-12video-range export tweaks:Robin Gareus
* quantize range to video-frame boundaries * warn if range is empty or does not include video
2013-10-06Merge branch 'master' into windows+ccJohn Emmas
Conflicts (hopefully resolved): gtk2_ardour/ardour_ui.cc gtk2_ardour/ardour_ui.h gtk2_ardour/ardour_ui_options.cc
2013-10-06'gtk2_ardour' - One further Glib::usleep neededJohn Emmas
2013-10-04remove another unnecessary use of libgen.hPaul Davis
2013-09-13Merge branch 'master' into windowsPaul Davis