summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-30update German Translation #6213Edgar Aichinger
2015-03-30dropzone: honor AutoConnectMaster.Robin Gareus
2015-03-30Backend - change midi optons string.nick_m
Multimedia Extensions -> System MIDI (MME)
2015-03-30fix some DnD thinko & edgecases.Robin Gareus
* Handle large (delta > 1) movements into the DZ which are not due to invalid-drop positions, but caused by laggy GUI or rapid user movements. * ignore busses when moving out of the DZ.
2015-03-30fix thinko on bounce actionsBen Loftis
2015-03-30add colon to match other labelsBen Loftis
2015-03-30pack the xrun options back togetherBen Loftis
2015-03-30fix a few -Wsign-compareRobin Gareus
2015-03-30Another DnD fix. fix move onto (but not over) busses.Robin Gareus
2015-03-30Heuraka! Nightmarish rework of DnD code.Robin Gareus
Allow to drag multiple regions from different tracks to/from the dropzone. Busses & Automation-lanes are ignored, as are hidden tracks. Any region may serve as mouse drag anchor. fixes #6172 and #6176
2015-03-30DnD: query mouse y-pos only once.Robin Gareus
2015-03-28Merge French translationsRaphaël Doursenaud
2015-03-28French translation updateFrédéric Rech
2015-03-28First pass updating french translationRaphaël Doursenaud
2015-03-26Clam points to valid values on drag end.David Robillard
Fixes bug #6214. It would be better to do this while dragging, but this would require rewriting much of the drag code to keep track of a cumulative y delta since the current position of points would be "sticky" and prevent any movement at all, so this will have to do for now.
2015-03-26Keep automation lines within their parent (#6215).David Robillard
2015-03-26Follow MIDI control values with automation faders.David Robillard
Fixes bug #6166 (except record). This attempts to follow the "current" control value somewhat aggressively: * On locate, slider is set to the value from the top region at the new transport position. * Playback or MIDI input is followed "live". * Whenever the slider is moved (including automatically), that value is emitted as an immediate event to keep external gear in sync. General idea is that the Ardour slider should act as a mirror of an external hardware knob, and both should be synced to whatever the control is at the current transport position. Since we lack real playback/touch/etc modes for these for now, we must choose one behaviour, and this seems like the most reasonable one. Follow is handled in the audio thread, which is probably not ideal, but since these controls have no lists and do not record, should be fine. Probably.
2015-03-25remove crufty variableBen Loftis
2015-03-25fix dropzone region orderingRobin Gareus
2015-03-25likely fix for debug buildBen Loftis
2015-03-25fix touch-recording of automation in a loopBen Loftis
2015-03-25DnD, only use track relationshipRobin Gareus
Ignore any routes or automation lanes during region y-axis distance calculation.
2015-03-25jot down some thoughts about drop-zone dragging.Robin Gareus
2015-03-25fix drags crossing automation lanes.Robin Gareus
2015-03-25Fix some strings incorrectly marked for translation.nick_m
My apologies to translators.
2015-03-25two more drop zone checksRobin Gareus
see also 6cfb6ef
2015-03-25consistent message session start->end. Robin Gareus
2015-03-25fix drop-zone dropsRobin Gareus
There is no special ‘-1’ indicator any more. i->time_axis_view is unbound to allow relative positioning when dragging multiple regions.
2015-03-25retain Send control visibility state, fixes #6210Robin Gareus
2015-03-25fix potential crash when video tools are N/ARobin Gareus
2015-03-25implement drags from off-canvas to the drop-zone.Robin Gareus
fixes #6195 #6205
2015-03-25Major rework of DnD.Robin Gareus
Allow dragging multiple regions from multiple tracks across any number of hidden tracks and automation lanes. fixes #6176 and #6172
2015-03-24Resolve only active notes when muted/non-soloed.David Robillard
Fixes bug #6206.
2015-03-24remove Ardour from MSVC message dialog and use PROGRAM_NAMEPaul Davis
2015-03-24fix spelling errorPaul Davis
2015-03-24partial fix for Canvas Region DnD & commentsRobin Gareus
Fixes #6172 and #6176 for single region drags. Further work is needed if multiple regions on different tracks are dragged over hidden tracks (see inline comment).
2015-03-24Fix 0006183 (waveview crash).nick_m
Should fix crash when audiosource disappears. Reworked from submitted patch from tlat.
2015-03-24another potential fix for video-export filename/crashRobin Gareus
2015-03-24make mixer strip “Add XXX Port” translatableRobin Gareus
2015-03-24fix video-export-dialog memleak/assertRobin Gareus
2015-03-23fix empty/unset sync source preference.Robin Gareus
(non JACK backends w/JACK-transport)
2015-03-23fix 4.X windows packagingRobin Gareus
2015-03-23update Czech translation, #5724Pavel Fric
2015-03-23update spanish translation, #6204pablus
2015-03-23update italian translation, #6209Raffaele Morelli
2015-03-23rework check for old configuration filesRobin Gareus
check early on (before announcement-check, bundle- env and ARDOUR_UI ctor have a chance to create the new config dir)
2015-03-23OSX: pango & gtk-pixbuf modules be gone.Robin Gareus
2015-03-23use built-in pango & gdk-pixbus modules (Linux)Robin Gareus
2015-03-23work around gtk filechooser bug.Robin Gareus
2015-03-23fix “Denormal Dropdown” inconsistencyRobin Gareus