[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (d65fd88 -> ca36e1c)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (d65fd88 -> ca36e1c) |
Date: |
Thu, 17 Jul 2014 20:23:54 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a change to branch next
in repository gnuradio.
from d65fd88 Merge branch 'master' into next
adds b4ddba7 runtime: fix a circular dependency for older compilers
adds 07b9a87 Merge branch 'maint'
adds 8189999 grc: design time values for object-like variables
adds 6d9dfac digital: using new var_value for constellation variables
adds 6283142 Merge remote-tracking branch
'gnuradio-wg-grc/grc_variable_blocks'
adds 831d05e grc: allow blocks to dynamically hide some of their ports
adds fe1f386 Merge remote-tracking branch
'gnuradio-wg-grc/grc_hide_ports'
adds 2643837 grc: fixing xml files of some blocks with message control
ports to be able to hide/show them as wanted.
adds 9be66b1 grc: fixing some spacing issues in various xml files.
adds d6330a5 qtgui: adding ability to set grid on/off from grc
properties dialog boxes for all qtgui sinks except the "sink" which doesn't
support this.
adds ded480e qtgui: allows users to set title and unit of Y axis for
qt time plotter.
adds 45f12cf build: missed gnuradio-uhd in static libs build.
adds b0a72b4 Merge branch 'maint'
adds 4a003bb qtgui: updates number sink behavor.
adds 02db08d grc: auto-hide port labels
adds 9f4a4ea grc: toogle action to disable auto-hiding port labels
adds fddb2ce Merge remote-tracking branch
'gnuradio-wg-grc/grc_port_view_options'
adds c60d058 qtgui: time raster display updates.
adds 79f06c4 qtgui: fixes waterfall plots.
adds 127710c qtgui: adding menu item to frequency sink to set y
min/max.
adds d0a17de examples: fixed a few examples still using old style
blocks.
adds 905188a qtgui: adding a formatter to qtgui label widget to behave
like formatter in the wxgui static text widget.
adds 58cb65c examples: Ported examples in GNU Radio tree to QT.
adds d7ed282 Merge remote-tracking branch 'mbant/qtify-examples'
adds e098a29 qtgui: minor fix to how number sink handles autoscale.
adds d9e9435 examples: minor tweaks to some examples.
adds b52206a zeromq: updated zeromq examples to use qtgui.
adds d83f037 fcd: updating FCD examples to use qtgui.
adds 1eaa96b uhd: Updated docs, in particular for the command interface
adds 350d285 uhd: Added command interface to uhd source, modified
command syntax
adds fe58537 uhd: Refactored common stuff from usrp sink and source
adds 3c42e79 uhd: Added GRC bindings for command interface
adds 691bdaa uhd: Added more type checking and flexibility to commands
and tags
adds af0a331 uhd: Added example for re-tuning through messages
adds 12523cd uhd: Added checks for lock sensors.
adds 1fb307d Merge remote-tracking branch 'mbant/uhd/msg_format' into
qt_the_things
adds 69a6fa5 fec: updated fecapi blocks in grc to use new var_value
concept.
adds 001ab47 Merge branch 'qt_the_things'
new ca36e1c Merge branch 'master' into next
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../include/gnuradio/rpcregisterhelpers.h | 8 +-
gr-audio/examples/grc/cvsd_sweep.grc | 2322 ++++++++++++++----
gr-audio/examples/grc/dial_tone.grc | 332 ++-
gr-blocks/examples/ctrlport/pfb_sync_test-qt.grc | 854 -------
gr-blocks/examples/ctrlport/pfb_sync_test.grc | 514 ++--
gr-blocks/grc/blocks_copy.xml | 166 +-
gr-channels/examples/demo_spec_an.grc | 1542 ++++++++----
gr-digital/examples/demod/ber_simulation.grc | 1022 ++++++--
gr-digital/examples/demod/digital_freq_lock.grc | 1680 ++++++++++---
gr-digital/examples/demod/dpsk_loopback.grc | 690 ++++--
gr-digital/examples/demod/mpsk_demod.grc | 878 +++++--
gr-digital/examples/demod/pam_sync.grc | 2108 ++++++++++++----
gr-digital/examples/demod/pam_timing.grc | 2462 +++++++++++++++----
gr-digital/examples/demod/test_corr_and_sync.grc | 528 ++--
gr-digital/examples/ofdm/ofdm_loopback.grc | 1120 ++++++---
gr-digital/examples/ofdm/rx_ofdm.grc | 358 ++-
gr-digital/examples/ofdm/tx_ofdm.grc | 1134 +++++++--
gr-digital/grc/digital_constellation.xml | 90 +-
.../grc/digital_constellation_receiver_cb.xml | 143 +-
gr-digital/grc/digital_constellation_rect.xml | 102 +-
gr-fcd/examples/grc/CMakeLists.txt | 2 +-
gr-fcd/examples/grc/fcd_apt_rx.grc | 834 +++++--
.../examples/grc/fcd_fft.grc | 468 ++--
gr-fcd/examples/grc/fcd_fft_wx.grc | 320 ---
gr-fcd/examples/grc/fcd_nfm_rx.grc | 1064 +++++---
gr-fec/grc/variable_cc_decoder_def_list.xml | 4 +-
gr-fec/grc/variable_cc_encoder_def_list.xml | 12 +-
gr-fec/grc/variable_ccsds_encoder_def_list.xml | 12 +-
gr-fec/grc/variable_dummy_decoder_def_list.xml | 4 +-
gr-fec/grc/variable_dummy_encoder_def_list.xml | 12 +-
.../grc/variable_repetition_decoder_def_list.xml | 4 +-
.../grc/variable_repetition_encoder_def_list.xml | 12 +-
gr-filter/examples/resampler_demo.grc | 854 +++++--
gr-noaa/examples/file_rx_hrpt.grc | 648 +++--
gr-noaa/examples/hrpt_demod.grc | 492 ++--
gr-noaa/examples/usrp_rx_hrpt.grc | 1734 +++++++------
gr-noaa/examples/usrp_rx_hrpt_nogui.grc | 732 ++++--
gr-pager/apps/usrp_rx_flex.grc | 2146 +++++++++++-----
gr-qtgui/grc/qtgui_const_sink_x.xml | 17 +
gr-qtgui/grc/qtgui_freq_sink_x.xml | 142 +-
gr-qtgui/grc/qtgui_histogram_sink_x.xml | 228 +-
gr-qtgui/grc/qtgui_label.xml | 110 +-
gr-qtgui/grc/qtgui_number_sink.xml | 158 ++
gr-qtgui/grc/qtgui_sink_x.xml | 334 +--
gr-qtgui/grc/qtgui_time_raster_x.xml | 215 +-
gr-qtgui/grc/qtgui_time_sink_x.xml | 36 +
gr-qtgui/grc/qtgui_waterfall_sink_x.xml | 252 +-
.../include/gnuradio/qtgui/FrequencyDisplayPlot.h | 2 +
.../include/gnuradio/qtgui/TimeDomainDisplayPlot.h | 3 +
gr-qtgui/include/gnuradio/qtgui/const_sink_c.h | 1 +
gr-qtgui/include/gnuradio/qtgui/form_menus.h | 64 +
gr-qtgui/include/gnuradio/qtgui/freqdisplayform.h | 2 +
gr-qtgui/include/gnuradio/qtgui/number_sink.h | 6 +
.../include/gnuradio/qtgui/numberdisplayform.h | 11 +
gr-qtgui/include/gnuradio/qtgui/time_sink_c.h | 2 +
gr-qtgui/include/gnuradio/qtgui/time_sink_f.h | 2 +
gr-qtgui/include/gnuradio/qtgui/timedisplayform.h | 2 +
.../include/gnuradio/qtgui/timerasterdisplayform.h | 6 +-
.../include/gnuradio/qtgui/waterfalldisplayform.h | 6 +-
gr-qtgui/lib/FrequencyDisplayPlot.cc | 16 +-
gr-qtgui/lib/TimeDomainDisplayPlot.cc | 31 +-
gr-qtgui/lib/const_sink_c_impl.cc | 6 +
gr-qtgui/lib/const_sink_c_impl.h | 1 +
gr-qtgui/lib/freqdisplayform.cc | 28 +
gr-qtgui/lib/number_sink_impl.cc | 38 +-
gr-qtgui/lib/number_sink_impl.h | 6 +
gr-qtgui/lib/numberdisplayform.cc | 110 +-
gr-qtgui/lib/time_sink_c_impl.cc | 7 +
gr-qtgui/lib/time_sink_c_impl.h | 2 +
gr-qtgui/lib/time_sink_f_impl.cc | 7 +
gr-qtgui/lib/time_sink_f_impl.h | 2 +
gr-qtgui/lib/timedisplayform.cc | 8 +-
gr-qtgui/lib/timerasterdisplayform.cc | 42 +-
gr-qtgui/lib/waterfalldisplayform.cc | 37 +-
.../examples/grc/interference_cancellation.grc | 2588 ++++++++++++++------
gr-trellis/examples/grc/pccc.grc | 576 +++--
gr-trellis/examples/grc/sccc.grc | 516 ++--
gr-uhd/doc/uhd.dox | 56 +-
gr-uhd/examples/grc/uhd_const_wave.grc | 468 ++--
gr-uhd/examples/grc/uhd_dpsk_mod.grc | 2295 ++++++++++++++---
gr-uhd/examples/grc/uhd_fft.grc | 1749 ++++++++-----
.../grc/{uhd_const_wave.grc => uhd_msg_tune.grc} | 548 +++--
gr-uhd/examples/grc/uhd_rx_dpsk.grc | 1073 ++++----
gr-uhd/examples/grc/uhd_two_tone_loopback.grc | 944 ++++---
gr-uhd/examples/grc/uhd_tx_dpsk.grc | 562 +++--
gr-uhd/examples/grc/uhd_wbfm_receive.grc | 784 ++++--
gr-uhd/examples/python/freq_hopping.py | 6 +-
gr-uhd/grc/gen_uhd_usrp_blocks.py | 5 +
gr-uhd/include/gnuradio/uhd/usrp_sink.h | 46 +-
gr-uhd/include/gnuradio/uhd/usrp_source.h | 42 +-
gr-uhd/lib/CMakeLists.txt | 13 +
gr-uhd/lib/usrp_common.h | 198 ++
gr-uhd/lib/usrp_sink_impl.cc | 237 +-
gr-uhd/lib/usrp_sink_impl.h | 26 +-
gr-uhd/lib/usrp_source_impl.cc | 94 +-
gr-uhd/lib/usrp_source_impl.h | 31 +-
gr-zeromq/examples/zeromq_pubsub.grc | 444 +++-
gr-zeromq/examples/zeromq_pushpull.grc | 488 +++-
gr-zeromq/examples/zeromq_reqrep.grc | 492 +++-
grc/base/Block.py | 7 +-
grc/base/Port.py | 31 +-
grc/examples/simple/variable_config.grc | 398 ++-
grc/examples/xmlrpc/xmlrpc_client.grc | 262 +-
grc/examples/xmlrpc/xmlrpc_server.grc | 750 ++++--
grc/gui/ActionHandler.py | 5 +
grc/gui/Actions.py | 4 +
grc/gui/Bars.py | 3 +
grc/gui/Block.py | 22 +-
grc/gui/Element.py | 6 +
grc/gui/FlowGraph.py | 77 +-
grc/gui/Port.py | 66 +-
grc/gui/Preferences.py | 6 +
grc/python/Block.py | 10 +
grc/python/FlowGraph.py | 2 +-
grc/python/block.dtd | 7 +-
115 files changed, 31841 insertions(+), 13443 deletions(-)
delete mode 100644 gr-blocks/examples/ctrlport/pfb_sync_test-qt.grc
copy gr-digital/examples/demod/mpsk_demod.grc =>
gr-fcd/examples/grc/fcd_fft.grc (55%)
delete mode 100644 gr-fcd/examples/grc/fcd_fft_wx.grc
copy gr-uhd/examples/grc/{uhd_const_wave.grc => uhd_msg_tune.grc} (75%)
create mode 100644 gr-uhd/lib/usrp_common.h
- [Commit-gnuradio] [gnuradio] branch next updated (d65fd88 -> ca36e1c),
git <=