summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-16switch to a RWLock for Playlist, to allow simultaneous reads (which can happe...Paul Davis
2012-05-16no need for an explicit disconnectPaul Davis
2012-05-16reset _signal member of a Connection so that we will never try to disconnect ...Paul Davis
2012-05-15fix for crash caused by re-using the same image in the fade context menuPaul Davis
2012-05-15Keep tests up to date with reality.Carl Hetherington
2012-05-15Remove some debug output.Carl Hetherington
2012-05-15remove two instances of static/global ScopedConnectionList. one remains worth...Paul Davis
2012-05-15don't apply inverse fades if a region is not acoustically opaquePaul Davis
2012-05-15fix dangling remnant of old system config varPaul Davis
2012-05-15add --generic flag to wscript to trigger -mtune=generic builds; stop using ol...Paul Davis
2012-05-15fix python3 incompatability in wscriptPaul Davis
2012-05-15Try to make signals.h.py more cross-python-version compatible.Carl Hetherington
2012-05-15Remove unused method.Carl Hetherington
2012-05-15Tidy up a bit.Carl Hetherington
2012-05-15Maybe fix typename / no-typename problems better.Carl Hetherington
2012-05-15Remove bind to shared_ptr.Carl Hetherington
2012-05-15Add missing file.Carl Hetherington
2012-05-15Make ScopedConnectionList's mutex non-static so that oneCarl Hetherington
2012-05-15Merge old a new signals code into one set of classes.Carl Hetherington
2012-05-15Remove the need for a shared_ptr for Signal; signalCarl Hetherington
2012-05-15Remove debug output.Carl Hetherington
2012-05-14Build libs/pbd/pbd/signal.h from its generator pythonCarl Hetherington
2012-05-14remove inclusion of boost/signasl2.hppPaul Davis
2012-05-14fix --test build on OSX Lion by commenting out code that does not compilePaul Davis
2012-05-14drop boost::signals2 and replace with carl's solution which continues to rely...Paul Davis
2012-05-14remove virtual inheritance of sigc::trackable by Receiver and AbstractUI<T>, ...Paul Davis
2012-05-14fix for --test build on OSXPaul Davis
2012-05-12Add test for strange boost-related crash.Carl Hetherington
2012-05-12Remove errant bracket and maybe-errant comma.Carl Hetherington
2012-05-12properly teardown entire window for control protocol GUIPaul Davis
2012-05-12fully tear down Mackie GUI when disabling mackiePaul Davis
2012-05-12don't load symlinks when trying to discover control protocol shared objectsPaul Davis
2012-05-11alter computation of inverse constant power curvesPaul Davis
2012-05-11remove some debug noise from previous commitPaul Davis
2012-05-11switch to 5 new fade curves, taken from mixbus2 branch. make xfade context me...Paul Davis
2012-05-11provide some support for mackie devices like Steinberg's CMCs that do not do ...Paul Davis
2012-05-11disable installing a3 for now, so that people don't scratch their heads when ...Paul Davis
2012-05-10stop crash if an error message is generated before the style RC file is loadedPaul Davis
2012-05-10Fix compilation on Windows. Probably.David Robillard
2012-05-10don't trim regions in conjunction with xfade trimming unless auto-xfade and f...Paul Davis
2012-05-10rename images used for fades to indicate that they are fades, not xfades (new...Paul Davis
2012-05-10incorrect but visible context menu for xfadesPaul Davis
2012-05-10implement undo/redo for xfade trimminPaul Davis
2012-05-10trim a single other region when adjusting xfade lengthPaul Davis
2012-05-10a number of tweaks to make xfade GUI stuff better in several different ways, ...Paul Davis
2012-05-10fix height of xfade renderingPaul Davis
2012-05-10if an xfade involves only 2 regions, clamp its length to the overlap between ...Paul Davis
2012-05-10fix dragging of end xfadesPaul Davis
2012-05-10basic xfade draggingPaul Davis
2012-05-09skeleton for crossfade edge draggingPaul Davis