summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/signals.h
AgeCommit message (Expand)Author
2012-07-24remove use of boost::thread/boost::mutex; bump glibmm requirement to 2.30 in ...Paul Davis
2012-05-21Must disconnect old UnscopedConnection when setting a new one in operator=, o...Carl Hetherington
2012-05-16reset _signal member of a Connection so that we will never try to disconnect ...Paul Davis
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-14drop boost::signals2 and replace with carl's solution which continues to rely...Paul Davis
2012-05-09correct cut-n-paste error in new comments for signals.hPaul Davis
2012-05-09add some explanatory comments to pbd/signals.hPaul Davis
2011-09-26Add Signal5.Carl Hetherington
2011-04-19allow invalidation-of-UI-request-by-object-deletion to work more often by set...Paul Davis
2010-11-25Prevent removal of route inputs when the plugins cannot be configured with th...Carl Hetherington
2010-04-02remove PBD::Connection (replace use with PBD::ScopedConnection); remove limit...Paul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-20remove a couple of boost::signals2 trouble spots; fix some --strict compile t...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis