Merged r10463:10658 from jblum/gui_guts into trunk. Trunk passes distcheck.
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 20 Mar 2009 02:16:20 +0000 (02:16 +0000)
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 20 Mar 2009 02:16:20 +0000 (02:16 +0000)
commitd9744799b7df6c09180778540bf55eb9dc84281b
tree311339459f5fae94417321c08b4d48710e03f30e
parent88304ce16a97945d13510b5fdaefcc0f62462d9d
Merged r10463:10658 from jblum/gui_guts into trunk.  Trunk passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10660 221aa14e-8319-0410-a670-987f0aec2ac5
50 files changed:
gnuradio-core/src/lib/io/Makefile.am
gnuradio-core/src/lib/io/gr_histo_sink.i [new file with mode: 0644]
gnuradio-core/src/lib/io/gr_histo_sink_f.cc [new file with mode: 0644]
gnuradio-core/src/lib/io/gr_histo_sink_f.h [new file with mode: 0644]
gnuradio-core/src/lib/io/gr_oscope_guts.cc
gnuradio-core/src/lib/io/gr_oscope_guts.h
gnuradio-core/src/lib/io/gr_oscope_sink.i
gnuradio-core/src/lib/io/gr_oscope_sink_f.cc
gnuradio-core/src/lib/io/gr_oscope_sink_f.h
gnuradio-core/src/lib/io/gr_oscope_sink_x.cc
gnuradio-core/src/lib/io/gr_oscope_sink_x.h
gnuradio-core/src/lib/io/gr_trigger_mode.h
gnuradio-core/src/lib/io/io.i
gr-wxgui/src/python/Makefile.am
gr-wxgui/src/python/common.py
gr-wxgui/src/python/const_window.py
gr-wxgui/src/python/constants.py
gr-wxgui/src/python/constsink_gl.py
gr-wxgui/src/python/fft_window.py
gr-wxgui/src/python/fftsink_gl.py
gr-wxgui/src/python/fftsink_nongl.py
gr-wxgui/src/python/histo_window.py [new file with mode: 0644]
gr-wxgui/src/python/histosink_gl.py [new file with mode: 0644]
gr-wxgui/src/python/number_window.py
gr-wxgui/src/python/numbersink2.py
gr-wxgui/src/python/plotter/Makefile.am
gr-wxgui/src/python/plotter/__init__.py
gr-wxgui/src/python/plotter/bar_plotter.py [new file with mode: 0644]
gr-wxgui/src/python/plotter/channel_plotter.py
gr-wxgui/src/python/plotter/common.py [new file with mode: 0644]
gr-wxgui/src/python/plotter/grid_plotter_base.py [new file with mode: 0644]
gr-wxgui/src/python/plotter/plotter_base.py
gr-wxgui/src/python/plotter/waterfall_plotter.py
gr-wxgui/src/python/pubsub.py
gr-wxgui/src/python/scope_window.py
gr-wxgui/src/python/scopesink2.py
gr-wxgui/src/python/scopesink_gl.py
gr-wxgui/src/python/scopesink_nongl.py
gr-wxgui/src/python/waterfall_window.py
gr-wxgui/src/python/waterfallsink_gl.py
grc/data/platforms/python/block_tree.xml
grc/data/platforms/python/blocks/Makefile.am
grc/data/platforms/python/blocks/wxgui_constellationsink2.xml
grc/data/platforms/python/blocks/wxgui_fftsink2.xml
grc/data/platforms/python/blocks/wxgui_histosink2.xml [new file with mode: 0644]
grc/data/platforms/python/blocks/wxgui_numbersink2.xml
grc/data/platforms/python/blocks/wxgui_scopesink2.xml
grc/examples/simple/ber_simulation.grc
grc/examples/trellis/interference_cancellation.grc
grc/src/grc_gnuradio/wxgui/callback_controls.py