Merged grc developer branch r10679:10938
authorjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 1 May 2009 20:28:04 +0000 (20:28 +0000)
committerjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 1 May 2009 20:28:04 +0000 (20:28 +0000)
commita3ba8cf268816af51c4bb39ea7ecd7e85ea0807b
tree21dbd446e92672a56b323e005088d3c03edc238f
parent6ce881caaacdd60a8bea37584c7286e08bea97a7
Merged grc developer branch r10679:10938

Misc fixes and internal changes.
Added help menu for usage tips.
Added drag and drop for blocks.
Removed callback controls, adopted forms.
Any type can have enumerated options.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10941 221aa14e-8319-0410-a670-987f0aec2ac5
81 files changed:
config/grc_grc.m4
grc/Makefile.inc
grc/data/platforms/python/blocks/audio_sink.xml
grc/data/platforms/python/blocks/audio_source.xml
grc/data/platforms/python/blocks/blks2_rational_resampler_xxx.xml
grc/data/platforms/python/blocks/gr_fft_vxx.xml
grc/data/platforms/python/blocks/gr_mute_xx.xml
grc/data/platforms/python/blocks/gr_noise_source_x.xml
grc/data/platforms/python/blocks/gr_sig_source_x.xml
grc/data/platforms/python/blocks/gr_vector_sink_x.xml
grc/data/platforms/python/blocks/gr_vector_source_x.xml
grc/data/platforms/python/blocks/options.xml
grc/data/platforms/python/blocks/parameter.xml
grc/data/platforms/python/blocks/probe_function.xml
grc/data/platforms/python/blocks/usrp2_sink_xxxx.xml
grc/data/platforms/python/blocks/usrp2_source_xxxx.xml
grc/data/platforms/python/blocks/usrp_dual_source_x.xml
grc/data/platforms/python/blocks/usrp_simple_sink_x.xml
grc/data/platforms/python/blocks/usrp_simple_source_x.xml
grc/data/platforms/python/blocks/variable_chooser.xml
grc/data/platforms/python/blocks/variable_sink.xml
grc/data/platforms/python/blocks/variable_slider.xml
grc/data/platforms/python/blocks/variable_text_box.xml
grc/data/platforms/python/blocks/wxgui_constellationsink2.xml
grc/data/platforms/python/blocks/wxgui_fftsink2.xml
grc/data/platforms/python/blocks/wxgui_histosink2.xml
grc/data/platforms/python/blocks/wxgui_numbersink2.xml
grc/data/platforms/python/blocks/wxgui_scopesink2.xml
grc/data/platforms/python/blocks/wxgui_waterfallsink2.xml
grc/data/platforms/python/blocks/xmlrpc_client.xml
grc/data/platforms/python/flow_graph.tmpl
grc/examples/Makefile.am
grc/examples/audio/Makefile.am [deleted file]
grc/examples/simple/Makefile.am [deleted file]
grc/examples/trellis/Makefile.am [deleted file]
grc/examples/usrp/Makefile.am [deleted file]
grc/examples/usrp/usrp2_const_wave.grc
grc/examples/usrp/usrp2_dpsk_mod.grc [new file with mode: 0644]
grc/examples/usrp/usrp2_fft.grc
grc/examples/usrp/usrp_two_tone_loopback.grc
grc/examples/usrp/usrp_wbfm_receive.grc
grc/examples/xmlrpc/Makefile.am [deleted file]
grc/scripts/grc
grc/src/grc_gnuradio/wxgui/Makefile.am
grc/src/grc_gnuradio/wxgui/__init__.py
grc/src/grc_gnuradio/wxgui/callback_controls.py [deleted file]
grc/src/grc_gnuradio/wxgui/forms/__init__.py [new file with mode: 0644]
grc/src/grc_gnuradio/wxgui/forms/converters.py [new file with mode: 0644]
grc/src/grc_gnuradio/wxgui/forms/forms.py [new file with mode: 0644]
grc/src/grc_gnuradio/wxgui/top_block_gui.py
grc/src/gui/ActionHandler.py
grc/src/gui/Actions.py
grc/src/gui/Bars.py
grc/src/gui/BlockTreeWindow.py
grc/src/gui/Constants.py
grc/src/gui/Dialogs.py
grc/src/gui/DrawingArea.py
grc/src/gui/ParamsDialog.py
grc/src/platforms/base/Block.py
grc/src/platforms/base/FlowGraph.py
grc/src/platforms/base/Param.py
grc/src/platforms/base/Platform.py
grc/src/platforms/base/Port.py
grc/src/platforms/gui/Block.py
grc/src/platforms/gui/Connection.py
grc/src/platforms/gui/Constants.py
grc/src/platforms/gui/Element.py
grc/src/platforms/gui/FlowGraph.py
grc/src/platforms/gui/Param.py
grc/src/platforms/gui/Port.py
grc/src/platforms/gui/Utils.py
grc/src/platforms/python/Block.py
grc/src/platforms/python/Constants.py.in
grc/src/platforms/python/FlowGraph.py
grc/src/platforms/python/Generator.py
grc/src/platforms/python/Param.py
grc/src/platforms/python/Port.py
grc/src/utils/Makefile.am
grc/src/utils/__init__.py
grc/src/utils/odict.py [new file with mode: 0644]
grc/todo.txt