summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2010-04-02Make audiographer SndfileWriter use PBD::Signal and use it properly. Also mak...Sakari Bergen
2010-04-02possible fix for race between diskstream buffer overwrite and channel setupPaul Davis
2010-04-02(FULL) not-yet-complete JACK session management patch (TODO: get program name...Paul Davis
2010-04-02A few more libpbd test tweaks.Carl Hetherington
2010-04-02Unbreak build. Sorry.Carl Hetherington
2010-04-02Missing file.Carl Hetherington
2010-04-02Some stub tests for scalar properties.Carl Hetherington
2010-04-02remove PBD::Connection (replace use with PBD::ScopedConnection); remove limit...Paul Davis
2010-04-02Remove empty file.Carl Hetherington
2010-04-02Add script to run libpbd tests.Carl Hetherington
2010-04-02Build libpbd tests using waf.Carl Hetherington
2010-04-02Rename tests to test to match up with other libraries.Carl Hetherington
2010-04-02Fix crash in test.Carl Hetherington
2010-04-02Make sure that tests are rebuilt even when only their headers change.Carl Hetherington
2010-04-02Fix up route group state signal handling. Make the PropertyList versionCarl Hetherington
2010-04-01fix save+restore of Gtkmm2ext::Tearoff state; a few cerr cleanupsPaul Davis
2010-04-01Oops. Actually make new Properties changes work.Carl Hetherington
2010-04-01don't override user naming of send/return/port insertsPaul Davis
2010-04-01revisit setting up processors during route construction; remove several more ...Paul Davis
2010-04-01No-op: rename a few variables and add/fix some comments.Carl Hetherington
2010-03-31Rework to set Stateful properties automagically in the Stateful class rather ...Carl Hetherington
2010-03-31A few small cleanups to the property code.Carl Hetherington
2010-03-31functioning invert (polarity) button; menu item removed and track name button...Paul Davis
2010-03-30Move region naming stuff from Session into RegionFactory, cleaning up some ve...Carl Hetherington
2010-03-30Fix split channel export (which was broken during export refactoring)Sakari Bergen
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-28fix bug in MidiStateTracker::resolve_notes() involving argument reversal when...Paul Davis
2010-03-28lincoln's patch to get loading 2.X sessions to work betterPaul Davis
2010-03-27part one of hiding Diskstreams and making them a private object of a TrackPaul Davis
2010-03-27disable panner on main outs of monitor bus - it doesn't pan, ever.Paul Davis
2010-03-26lots of work to hide prelight from most buttons, etc. etc. etc; increase rang...Paul Davis
2010-03-25use correct (RCConfig-based) name for MIDI port in generic MIDI control stuff...Paul Davis
2010-03-25make solo button2 click function as momentary even when in listen mode; tweak...Paul Davis
2010-03-25would you look at that! all those changes just to make the auditioner work ag...Paul Davis
2010-03-25Remove use of xmlCleanupParser as suggested in the libxml2 docs. Fixes #3047.Carl Hetherington
2010-03-24remove XML-based constructors for several types of Processors; less debuggingPaul Davis
2010-03-24remove XML constructors for Route, Track, AudioTrack, MidiTrack; make Session...Paul Davis
2010-03-23don't set _is_new=false too early when creating a new sessionPaul Davis
2010-03-23Fix track mode options to appear only once on audio tracks rather than twice....Carl Hetherington
2010-03-22Add an assert and fix a crash on creating a new tape track.Carl Hetherington
2010-03-22remove near-duplicate session constructor; change names from control_outs to ...Paul Davis
2010-03-22fix import of MIDI filesPaul Davis
2010-03-22put the issue of using a monitor section into ~/.config/ardour.rc, not the se...Paul Davis
2010-03-21change session construction so that the the monitor bus config is derived (on...Paul Davis
2010-03-19shift-click MotionFeedback widgets to reset to default, and monitor section S...Paul Davis
2010-03-19lots of tricks & tweaks related to the monitor section and All That It UsesPaul Davis
2010-03-19make another note about win32 C++ sym name demanglingPaul Davis
2010-03-19make a note about win32 C++ sym name demanglingPaul Davis
2010-03-19save tearoff state; restore monitor section state reasonably well; fixup acce...Paul Davis
2010-03-18force AFL monitor/listen send to be at the very end of the Route processor li...Paul Davis