summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2013-06-16remove no-op "horizontal_position_changed()" method from StreamView and ↵Paul Davis
RouteTimeAxisView
2013-06-14Merge branch 'master' into cairocanvasRobin Gareus
Conflicts: gtk2_ardour/editor_canvas.cc gtk2_ardour/imageframe_time_axis.cc gtk2_ardour/imageframe_time_axis.h gtk2_ardour/imageframe_time_axis_group.cc gtk2_ardour/imageframe_time_axis_group.h gtk2_ardour/imageframe_time_axis_view.cc gtk2_ardour/imageframe_time_axis_view.h gtk2_ardour/imageframe_view.cc gtk2_ardour/imageframe_view.h gtk2_ardour/marker_time_axis.cc gtk2_ardour/marker_time_axis.h gtk2_ardour/marker_time_axis_view.cc gtk2_ardour/marker_time_axis_view.h gtk2_ardour/marker_view.cc gtk2_ardour/marker_view.h gtk2_ardour/video_image_frame.cc gtk2_ardour/visual_time_axis.cc gtk2_ardour/visual_time_axis.h libs/canvas/canvas/circle.h
2013-06-14remove cruftRobin Gareus
2013-06-14remove old/unused export_multiplicatorRobin Gareus
2013-06-14remove cruft - old CMT imageframe*Robin Gareus
2013-06-14fix merge of masterPaul Davis
frames => samples rename in cairocanvas branch caused minor breakage
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-06-14avoid name-conflictRobin Gareus
when compiled with -rdynamic, "AudioStream" symbol conflicts with AspectVST.so
2013-06-13merge with masterPaul Davis
2013-06-13Generalize no-plugin-state from AudioUnits to all pluginsPaul Davis
Replace AU_STATE_SUPPORT compile-time define with NO_PLUGIN_STATE and make it prevent plugin state setting, preset loading, preset saving and plugin state saving. Blocks on these actions exist partially in the backend and partially in the GUI (this latter class are not absolute, and should OSC or MIDI be able to drive Plugin::save_preset() the block could be circumvented). Set NO_PLUGIN_STATE if --freebie is used at waf-configure time
2013-06-14Update Russian translation of Ardour 3.2Alexandre Prokoudine
2013-06-14Fix the spelling and abstract the program nameAlexandre Prokoudine
The video exporting dialog has a few spelling bugs, as well as unabstracted program name. The patch fixes it.
2013-06-14s/Framenumber/Frame number/Robin Gareus
2013-06-13vtl: clean-up "Remove Video" action stateRobin Gareus
2013-06-13vtl: check if server's docroot matches ardour's configRobin Gareus
NOTE: this breaks backwards compatibility with icsd and harvid < 0.3.0 which do not report their settings. It may also conflict with harvid running on localhost in a chroot. Ideally this will be a warning only. That the user can choose to ignore this and should get the option to stop the video-server and re-start it using a different docroot.
2013-06-13vtl: make "Remove Video" insensitive if N/ARobin Gareus
2013-06-11more changes to consolidate version definition into the top level wscript filePaul Davis
2013-06-11adjust the way version and revision info are gathered, defined and usedPaul Davis
2013-06-11update .po filesPaul Davis
2013-06-11vtl: wait for output from ffprobeRobin Gareus
fix code-ordering bug that sneaked in when re-factoring the parser.
2013-06-11separate general vs temporary(no vtl) OSX definesRobin Gareus
2013-06-11remove inadvertently committed debug messageRobin Gareus
2013-06-10when exiting internal edit mode because of a mouse button press on a ↵Paul Davis
non-MIDI region, _join_object_range_state is set to NONE, not OBJECT, which would block selection of the clicked-upon region. fix that, to prevent an assert()-driven crash when the drag ends and there are no regions selected
2013-06-10set PATH (used for harvid+ffmpeg)Robin Gareus
2013-06-10vtl: send A/V offset to video-monitor when launchedRobin Gareus
2013-06-10vtl: NOOP, replace old defineRobin Gareus
2013-06-10vtl: fix for not-saving video-monitor settingsRobin Gareus
2013-06-10vtl: remove cruftRobin Gareus
2013-06-10vtl: disable video-monitor settings override (unused for now)Robin Gareus
2013-06-10vtl: reduce ardour<>xjadeo communicationRobin Gareus
avoid duplcate OSD related messages.
2013-06-10vtl: fix duplicate saved settingsRobin Gareus
2013-06-10Make mouse operations on grouped regions apply to pre-existing selectionColin Fletcher
On clicking on a region that is part of an active edit group with the 'selection' property enabled, its equivalent regions also become selected. Thus, there's no need to reset the selection to the equivalent regions when performing mouse drags on the region, and trim/fade in/fade out/move/copy will always operate on the existing region selection if there is one. Fixes #5515.
2013-06-10move emulate_key_event() to utilsRobin Gareus
2013-06-10do not allow to change timecode-offset in xjadeo while ardour has controlRobin Gareus
2013-06-10properly fake/forward keyboard events from video-monitorRobin Gareus
2013-06-09handle async communication from xjadeoRobin Gareus
2013-06-09fix video-monitor session settingsRobin Gareus
save settings when xjadeo terminates, not only on explicit session save/quit.
2013-06-09improve video-server start-up sequenceRobin Gareus
* don't wait if launching the app failed * lower timeout and check interval * print warnings..
2013-06-08prepare font-styling meter labelsRobin Gareus
decrease size and weight of midi-velocity - make '127' fit,...
2013-06-08prefer audio-fader over midi-gain fader display.Robin Gareus
This only affects mixer-strip display (and range). The fader has effect on all MIDI and audio data passing though it regardless of its display mode.
2013-06-08NOOP - use PBD's std::string to number functionsRobin Gareus
2013-06-08remove unused old codeRobin Gareus
2013-06-07Merge branch 'master' of git.ardour.org:ardour/ardourPaul Davis
2013-06-07fix display of external Send UIPaul Davis
2013-06-07close all open fd's on forkRobin Gareus
2013-06-07give video-server some time so launch -- prevent multiple instanceRobin Gareus
2013-06-07prefer the use of references in private static function in system_exec.ccPaul Davis
2013-06-07Merge branch 'master' into cairocanvasPaul Davis
2013-06-07fix handling of returning value of ::waitpid() so that we clean up harvid ↵Paul Davis
correctly
2013-06-07Merge branch 'master' of git.ardour.org:ardour/ardourPaul Davis