Commit Graph

9 Commits

Author SHA1 Message Date
Nedko Arnaudov 7d554b7dc0 fix crash when graph object disappears and then appears again
signal handler needs to be unregistered, otherwise it will get called with old context data when graph reappears
2009-08-22 16:41:31 +03:00
Nedko Arnaudov f64e4d4455 Move dbus constants to separate header 2009-08-22 03:07:19 +03:00
Nedko Arnaudov 6d927edeb6 basic control_proxy object 2009-08-20 00:51:27 +03:00
Nedko Arnaudov a93b867caf Fix trivial bug in port type detection 2009-08-12 18:03:30 +03:00
Nedko Arnaudov 33f7b11431 disable debug logs 2009-08-12 15:51:21 +03:00
Nedko Arnaudov 7230e29be9 Implement graph_canvas::attach()
graph needs to be activated after monitors are attached
2009-08-12 15:41:09 +03:00
Nedko Arnaudov cc542efbac filter by object path when processing patchbay signals
each graph instance must receive only signals from the right d-bus object
2009-08-11 18:44:27 +03:00
Nedko Arnaudov 6feb5e9dc8 coding style cleanup in graph_proxy::message_hook 2009-08-11 15:37:55 +03:00
Nedko Arnaudov 1c5c9f28e2 move /gui/graph to /graph_proxy; [re]move duplicate code from jack_proxy 2009-08-11 15:31:33 +03:00