summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-02(1) stop using mangled names in history state, use demangled ones instead (2)...Paul Davis
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis
2010-03-02PBD::capitalize() and use it to for the XML node name of a SequenceProperty's...Paul Davis
2010-03-02the mega-properties/SequenceProperty patch. split is broken at present (right...Paul Davis
2010-03-01colinf's vertical double arrow track resize cursor patchPaul Davis
2010-03-01make JACK->Latency->256 actually do somethingPaul Davis
2010-03-01try (unsuccessfully) to fix gcc complaints about function-pointer/object-poin...Paul Davis
2010-02-26Fix adding multiple tracks (regression from r6711).David Robillard
2010-02-23Factor out massive code duplication in route creation stuff.David Robillard
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2010-02-22finish getting rid of RegionCommandPaul Davis
2010-02-22remove RegionCommandPaul Davis
2010-02-21set default region amplitude scale factor to 1.0, not 0.0, thus restoring aud...Paul Davis
2010-02-20ensure that imported regions have names based on the files they are based onPaul Davis
2010-02-19Uncrustify. Sorry. :)David Robillard
2010-02-19Fix MIDI command names smashed by overzealous sedding.David Robillard
2010-02-19add begin/end undo/redo signals so that playlist can freeze/thaw itself aroun...Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18connect Streamview to Playlist::ContentsChanged signal so that it updates aft...Paul Davis
2010-02-18overall timing for undo/redo opsPaul Davis
2010-02-18do not save editor state in every reversible commandsPaul Davis
2010-02-18add missing/new filePaul Davis
2010-02-18fix up reload of existing session by avoiding stupid early return in a Region...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-15new filePaul Davis
2010-02-13split out State... objects and rename as Property...Paul Davis
2010-02-12torben's latest fix for the MTC PiC (adjust catch factor)Paul Davis
2010-02-11tweak Stateful/StatefulDiffCommand changes so that SessionObject's actually g...Paul Davis
2010-02-11fix last commitPaul Davis
2010-02-11some fixes/tweaks for MTC slaving, some untestedPaul Davis
2010-02-11More tinkering with State<>. Use some StateDiffCommands instead ofCarl Hetherington
2010-02-10get sample rate properly injected into session filePaul Davis
2010-02-10get OMF loader into working shapePaul Davis
2010-02-10pass 0.92 of an OMF2 importer, based on the Reaper extension by Hannes BreulPaul Davis
2010-02-10Move ARDOUR::Change into PBD so that Stateful can be aware ofCarl Hetherington
2010-02-09Make the MementoCommand and StatefulDiffCommand factories look up region IDs ...Carl Hetherington
2010-02-09Save and not-yet-working restore of StatefulDiffCommands.Carl Hetherington
2010-02-09Further removal of default state setting, to allow partial (diff) state sets.Carl Hetherington
2010-02-09Fix cross-track region drags.Carl Hetherington
2010-02-09Remove erroneous delete of States; they are owned by the subclass that adds t...Carl Hetherington
2010-02-09Add missing files from previous commit.Carl Hetherington
2010-02-09Modify Stateful to allow undo to be done using differences in state.Carl Hetherington
2010-02-09Shrink zoom buttons.David Robillard
2010-02-09Fix rulers on intial display (fix item 1 of ticket #2740).David Robillard
2010-02-09Center port matrix if IO selector window is too large.David Robillard
2010-02-09Move object+range button up with the rest of the tool buttons (bringing edit ...David Robillard
2010-02-09Add --args so ardbg obeys ardour options.David Robillard
2010-02-09Fix crash when setting loop or punch range after creating a new session (and ...David Robillard
2010-02-09Add keyboard shortcut to tooltip text where possible.David Robillard
2010-02-08Fix logic so that soloing a bus does not mute things that feed it.Carl Hetherington