summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-19rename Timecode::BBT_Time::ticks_per_beat to Timecode::BBT_Time::ticks_per_ba...Paul Davis
2011-12-19do not convert from grid-type-beats to frames and back to beats when determin...Paul Davis
2011-12-19fix a number of errors with BBT time computations, mostly notably ones relate...Paul Davis
2011-12-18Show generic plugin UI toolbar (for presets etc.) on LV2 UIs (except external).David Robillard
2011-12-17Remove unused code.Carl Hetherington
2011-12-17updated czech translation from pavel fricPaul Davis
2011-12-17Clear up confusion with overloads of _frozen and frozen()Carl Hetherington
2011-12-17Remove unused code.Carl Hetherington
2011-12-17Make a fair bit of Region's interface private.Carl Hetherington
2011-12-16update position of tempo map metrics when a meter marker is removedPaul Davis
2011-12-15Add warning if a duplicate Linux VST plugin is rejected.Carl Hetherington
2011-12-15Add basic test of playlist layering.Carl Hetherington
2011-12-15Patch from GMaq to add Freedesktop categoryCarl Hetherington
2011-12-15Patch from colinf to fix name in French translation (#4565).Carl Hetherington
2011-12-15do not delete GtkUIManager-generated menu from ProcessorBox when the PB is de...Paul Davis
2011-12-14send sustain=off and all-notes-off when a MIDI track is muted (may fix #4295)Paul Davis
2011-12-14get Delivery to disconnect from any signals it is connected to relatively ear...Paul Davis
2011-12-14new renderings (at 21x21) of zoom icons, from roy vegardPaul Davis
2011-12-14patch from roy vegard to stop feedback from causing jumps when a MIDI control...Paul Davis
2011-12-13fix meter marker drags by not using a fake marker till first move, and swappi...Paul Davis
2011-12-13fix up mess with unassigned Playlist::orig_track_idPaul Davis
2011-12-13Remove meter from beats calculations now that it is noCarl Hetherington
2011-12-13fix up XML property name for Meter::beats_per_bar (w/backward compat)Paul Davis
2011-12-13more fun and games with meter and the tempo map: rename Meter::beats_per_bar(...Paul Davis
2011-12-13Add select all / deselect all to timespan section of export dialogue (#4273).Carl Hetherington
2011-12-13Make the export ranges view expand with the export dialogue.Carl Hetherington
2011-12-12Always set up _last_position on set_position_internal so that the playlist ra...Carl Hetherington
2011-12-12Make the MidiRegionSelection notice when its MidiRegionViews go away; fixes o...Carl Hetherington
2011-12-12improve layout and display of CD range info in location displayPaul Davis
2011-12-12fundamentally alter how we compute frames_per_beat(). this follows much discu...Paul Davis
2011-12-12Set up region BBT time when frame position changes, if the region is glued to...Carl Hetherington
2011-12-12Make TimeAxisView::remove_child virtual so that RouteTimeAxis can override it...Carl Hetherington
2011-12-11Similar hacks to framepos_minus_beats to handle -veCarl Hetherington
2011-12-11Fix up supplied templates missing from last commit.Carl Hetherington
2011-12-11Save templates as directories with plugin state, ifCarl Hetherington
2011-12-11Minor fix to error message.Carl Hetherington
2011-12-11add middle-clock-on-range/marker-clock to locate therePaul Davis
2011-12-11Set up ArdourButton state to match the action when theCarl Hetherington
2011-12-11Clarify stop-at-session-end behaviour; should fix #4033.Carl Hetherington
2011-12-11fix lack of marker/range display in marker/range list at startup, and tweak l...Paul Davis
2011-12-11Keep track of MIDI region's start positions in beats, toCarl Hetherington
2011-12-11Sessions loaded from 2.X don't have a diskstream (yet)Carl Hetherington
2011-12-11Yet another bug in previous commit.Carl Hetherington
2011-12-11Fix some bugs I introduced with the last commit.Carl Hetherington
2011-12-11Move note creation code into a Drag; fix snapping of noteCarl Hetherington
2011-12-10Fix framewalk_to_beats when it traverses more than oneCarl Hetherington
2011-12-10fix for most (all? we can dream ...) issues involved in #4399 (editing multip...Paul Davis
2011-12-10Slightly simpler implementation of framewalk_to_beats.Carl Hetherington
2011-12-10Comments.Carl Hetherington
2011-12-10Don't try to process_input() if an IO has no ports; fixesCarl Hetherington