Canvas refactoring
commit36f9173e1358e5af6c10a18e46baef250ffdd6ae
authorNedko Arnaudov <nedko@arnaudov.name>
Tue, 11 Aug 2009 07:13:00 +0000 (11 10:13 +0300)
committerNedko Arnaudov <nedko@arnaudov.name>
Tue, 11 Aug 2009 07:13:00 +0000 (11 10:13 +0300)
treea92626f99329e2028f2fe763538182b55d403430
parentaea1b7bd1968f82323b89602420091b279342ca3
Canvas refactoring

 * disable state manager and patchage canvas compilation
 * disable jack_proxy patchbay interaction with Patchage class
 * remove unused transport methods form jack_proxy
 * build with debug symbols
 * use canvas widget through the new code path
gui/Patchage.cpp
gui/Patchage.hpp
gui/canvas.cpp
gui/canvas.h
gui/common.h
gui/graph.h
gui/graph_canvas.c [new file with mode: 0644]
gui/graph_canvas.h [copied from gui/common.h with 55% similarity]
gui/jack_proxy.cpp
gui/jack_proxy.hpp
wscript