commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] branch master updated (69dcaa7 -> d351818)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch master updated (69dcaa7 -> d351818)
Date: Tue, 18 Mar 2014 17:51:38 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a change to branch master
in repository gnuradio.

      from  69dcaa7   cmake: update revision to 3.7.4git
       new  8fc8014   grc: tabbed PropsDialog
       new  7d4c52b   qtgui: Adding a Number sink with options to set 
autoscale, layout style, colors, averaging.
       new  6423d40   Merge branch 'qtgui_numsink'
       new  1975b52   qtgui: adding a 'config' tab to qtgui sinks to set 
display/line config options (style, width, colors, etc.)
       new  dcde42f   grc: tabbed props: no more double entries
       new  1e5583e   grc: tabbed probs: fix initial error box height
       new  20c8395   qtgui: fixed number display for qwt 5.2, 6.0, and 6.1.
       new  6a78af5   gr-qtgui: Use dummy void* return value for pywidget if 
!ENABLE_PYTHON
       new  d9dbb6b   gr-qtgui: Expose the qwidget() method in the public 
interface
       new  05662a2   Merge remote-tracking branch 'smunaut/qtgui_fixes'
       new  e7942e2   qtgui: fixes number sink to handle Python/C++ exposure 
(see: 6a78af5919133 and d9dbb6b489deb)
       new  56b1307   grc: fix some PyGTK backwards compatibilty issues
       new  719ef7e   Merge remote-tracking branch 
'gnuradio-wg-grc/grc_pygtk_backw_compat_fixes'
       new  bd857db   grc: show dummy blocks when opening grc blocks
       new  0ab8e89   grc: special colors for missing blocks
       new  363fc29   Merge remote-tracking branch 
'skoslowski/grc_show_missing_blocks'
       new  c2c7c15   Simplify correlate_access_code_tag_bb and fix bug leading 
to false trigger.
       new  9856e8c   Move correlate_access_code_tag_bb to non-deprecated GRC 
category and deprecate the older correlate_access_code_bb.
       new  782cf95   Simplify some more.
       new  37c24f2   Merge remote-tracking branch 'bistromath/corr_tag'
       new  c7815ec   qtgui: fixing up a few minor details; include file and 
ability to set accumulate checkable on startup.
       new  4c98c20   docs: Updated Doxy files, added search bar
       new  d45087c   Merge remote-tracking branch 'mbant/doxygen-updates'
      adds  e50e063   qtgui: fixing missing include file.
      adds  c7c08e7   docs: fixed a few warnings.
      adds  e3c4036   docs: fixing order of parameters.
      adds  5764b79   math: fix for index lookup of fast_atan2f; prevents a 
segfault when x=inf and y=inf.
      adds  ad49c99   math: updated QA code to test nan and inf inputs to 
fast_atan2f.
       new  d351818   Merge branch 'maint'

The 24 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:
 docs/doxygen/Doxyfile.in                           |  738 ++++++--
 docs/doxygen/Doxyfile.swig_doc.in                  |  665 ++++++--
 docs/doxygen/gnuradio_logo_icon.png                |  Bin 0 -> 2920 bytes
 gnuradio-runtime/lib/math/fast_atan2f.cc           |    2 +-
 gnuradio-runtime/lib/math/qa_fast_atan2f.cc        |   88 +-
 gnuradio-runtime/lib/math/qa_fast_atan2f.h         |    4 +-
 gr-digital/grc/digital_block_tree.xml              |    3 +-
 .../lib/correlate_access_code_tag_bb_impl.cc       |   35 +-
 gr-qtgui/grc/qtgui_block_tree.xml                  |    9 +-
 gr-qtgui/grc/qtgui_const_sink_x.xml                | 1609 +++++++++++++++++-
 gr-qtgui/grc/qtgui_freq_sink_x.xml                 |  785 ++++++++-
 gr-qtgui/grc/qtgui_histogram_sink_x.xml            | 1475 +++++++++++++++-
 gr-qtgui/grc/qtgui_number_sink.xml                 |  495 ++++++
 gr-qtgui/grc/qtgui_time_raster_x.xml               |  415 ++++-
 gr-qtgui/grc/qtgui_time_sink_x.xml                 | 1794 ++++++++++++++++++--
 gr-qtgui/grc/qtgui_waterfall_sink_x.xml            |  438 ++++-
 gr-qtgui/include/gnuradio/qtgui/CMakeLists.txt     |    3 +
 gr-qtgui/include/gnuradio/qtgui/DisplayPlot.h      |    3 +-
 .../include/gnuradio/qtgui/NumberDisplayPlot.h     |   40 +-
 gr-qtgui/include/gnuradio/qtgui/const_sink_c.h     |    3 +
 gr-qtgui/include/gnuradio/qtgui/form_menus.h       |  210 ++-
 gr-qtgui/include/gnuradio/qtgui/freq_sink_c.h      |    5 +-
 gr-qtgui/include/gnuradio/qtgui/freq_sink_f.h      |    3 +
 gr-qtgui/include/gnuradio/qtgui/histogram_sink_f.h |    3 +
 .../include/gnuradio/qtgui/histogramdisplayform.h  |    5 +-
 gr-qtgui/include/gnuradio/qtgui/number_sink.h      |  114 ++
 .../include/gnuradio/qtgui/numberdisplayform.h     |  106 ++
 gr-qtgui/include/gnuradio/qtgui/sink_c.h           |    3 +
 gr-qtgui/include/gnuradio/qtgui/sink_f.h           |    3 +
 .../include/gnuradio/qtgui/spectrumUpdateEvents.h  |   26 +-
 .../include/gnuradio/qtgui/time_raster_sink_b.h    |    3 +
 .../include/gnuradio/qtgui/time_raster_sink_f.h    |    3 +
 gr-qtgui/include/gnuradio/qtgui/time_sink_c.h      |    3 +
 gr-qtgui/include/gnuradio/qtgui/time_sink_f.h      |    3 +
 gr-qtgui/include/gnuradio/qtgui/utils.h            |    2 +-
 gr-qtgui/include/gnuradio/qtgui/waterfall_sink_c.h |    3 +
 gr-qtgui/include/gnuradio/qtgui/waterfall_sink_f.h |    3 +
 gr-qtgui/lib/CMakeLists.txt                        |    5 +
 .../lib/NumberDisplayPlot.cc                       |   69 +-
 gr-qtgui/lib/const_sink_c_impl.cc                  |    6 +
 gr-qtgui/lib/const_sink_c_impl.h                   |    2 +
 gr-qtgui/lib/freq_sink_c_impl.cc                   |    6 +
 gr-qtgui/lib/freq_sink_c_impl.h                    |    2 +
 gr-qtgui/lib/freq_sink_f_impl.cc                   |    6 +
 gr-qtgui/lib/freq_sink_f_impl.h                    |    2 +
 gr-qtgui/lib/freqdisplayform.cc                    |    1 +
 gr-qtgui/lib/histogram_sink_f_impl.cc              |    6 +
 gr-qtgui/lib/histogram_sink_f_impl.h               |    2 +
 gr-qtgui/lib/histogramdisplayform.cc               |    9 +-
 gr-qtgui/lib/number_sink_impl.cc                   |  310 ++++
 gr-qtgui/lib/number_sink_impl.h                    |  117 ++
 gr-qtgui/lib/numberdisplayform.cc                  |  441 +++++
 gr-qtgui/lib/qtgui_util.cc                         |    1 +
 gr-qtgui/lib/sink_c_impl.cc                        |    6 +
 gr-qtgui/lib/sink_c_impl.h                         |    2 +
 gr-qtgui/lib/sink_f_impl.cc                        |    6 +
 gr-qtgui/lib/sink_f_impl.h                         |    2 +
 gr-qtgui/lib/spectrumUpdateEvents.cc               |   22 +
 gr-qtgui/lib/time_raster_sink_b_impl.cc            |    6 +
 gr-qtgui/lib/time_raster_sink_b_impl.h             |    2 +
 gr-qtgui/lib/time_raster_sink_f_impl.cc            |    6 +
 gr-qtgui/lib/time_raster_sink_f_impl.h             |    2 +
 gr-qtgui/lib/time_sink_c_impl.cc                   |    6 +
 gr-qtgui/lib/time_sink_c_impl.h                    |    2 +
 gr-qtgui/lib/time_sink_f_impl.cc                   |    6 +
 gr-qtgui/lib/time_sink_f_impl.h                    |    2 +
 gr-qtgui/lib/timerasterdisplayform.cc              |    5 +
 gr-qtgui/lib/waterfall_sink_c_impl.cc              |    6 +
 gr-qtgui/lib/waterfall_sink_c_impl.h               |    2 +
 gr-qtgui/lib/waterfall_sink_f_impl.cc              |    6 +
 gr-qtgui/lib/waterfall_sink_f_impl.h               |    2 +
 gr-qtgui/swig/qtgui_swig.i                         |    3 +
 gr-uhd/include/gnuradio/uhd/usrp_sink.h            |    4 +-
 .../include/gnuradio/vocoder/cvsd_decode_bs.h      |    4 +-
 .../include/gnuradio/vocoder/cvsd_encode_sb.h      |    4 +-
 grc/base/Block.py                                  |   17 +-
 grc/base/Constants.py                              |    4 +
 grc/base/Element.py                                |    1 +
 grc/base/FlowGraph.py                              |   66 +-
 grc/base/Param.py                                  |    4 +
 grc/blocks/dummy.xml                               |   11 +
 grc/gui/ActionHandler.py                           |   12 +-
 grc/gui/Block.py                                   |   11 +-
 grc/gui/Colors.py                                  |    3 +
 grc/gui/DrawingArea.py                             |   10 +-
 grc/gui/Port.py                                    |    3 +-
 grc/gui/PropsDialog.py                             |  128 +-
 grc/python/block.dtd                               |    6 +-
 88 files changed, 9652 insertions(+), 817 deletions(-)
 create mode 100644 docs/doxygen/gnuradio_logo_icon.png
 create mode 100644 gr-qtgui/grc/qtgui_number_sink.xml
 copy gnuradio-runtime/include/gnuradio/rpcserver_booter_base.h => 
gr-qtgui/include/gnuradio/qtgui/NumberDisplayPlot.h (58%)
 create mode 100644 gr-qtgui/include/gnuradio/qtgui/number_sink.h
 create mode 100644 gr-qtgui/include/gnuradio/qtgui/numberdisplayform.h
 copy gr-atsc/lib/atsci_fake_single_viterbi.cc => 
gr-qtgui/lib/NumberDisplayPlot.cc (54%)
 create mode 100644 gr-qtgui/lib/number_sink_impl.cc
 create mode 100644 gr-qtgui/lib/number_sink_impl.h
 create mode 100644 gr-qtgui/lib/numberdisplayform.cc
 create mode 100644 grc/blocks/dummy.xml



reply via email to

[Prev in Thread] Current Thread [Next in Thread]