commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch master updated (6a33fff -> 71a7aeb)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch master updated (6a33fff -> 71a7aeb)
Date: Tue, 26 Apr 2016 22:29:21 +0000 (UTC)

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

jcorgan pushed a change to branch master
in repository gnuradio.

      from  6a33fff   Merge remote-tracking branch 'tom/qtgui_c++_example'
       new  46e4978   qtgui: Adds a QTGUI edit box block that emits a message 
when changed.
       new  71a7aeb   Merge remote-tracking branch 'tom/qtgui_msg_edit'

The 2 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:
 gr-qtgui/doc/qtgui.dox                             |  48 ++
 gr-qtgui/examples/CMakeLists.txt                   |   1 +
 .../examples/test_qtgui_msg.grc                    | 613 +++++++--------------
 gr-qtgui/grc/qtgui_block_tree.xml                  |   1 +
 gr-qtgui/grc/qtgui_edit_box_msg.xml                | 152 +++++
 gr-qtgui/include/gnuradio/qtgui/CMakeLists.txt     |   1 +
 gr-qtgui/include/gnuradio/qtgui/edit_box_msg.h     | 151 +++++
 gr-qtgui/include/gnuradio/qtgui/qtgui_types.h      |  20 +-
 gr-qtgui/lib/CMakeLists.txt                        |   2 +
 gr-qtgui/lib/edit_box_msg_impl.cc                  | 571 +++++++++++++++++++
 gr-qtgui/lib/edit_box_msg_impl.h                   |  93 ++++
 gr-qtgui/swig/qtgui_swig.i                         |  15 +
 12 files changed, 1262 insertions(+), 406 deletions(-)
 copy gr-filter/examples/resampler_demo.grc => 
gr-qtgui/examples/test_qtgui_msg.grc (68%)
 create mode 100644 gr-qtgui/grc/qtgui_edit_box_msg.xml
 create mode 100644 gr-qtgui/include/gnuradio/qtgui/edit_box_msg.h
 create mode 100644 gr-qtgui/lib/edit_box_msg_impl.cc
 create mode 100644 gr-qtgui/lib/edit_box_msg_impl.h



reply via email to

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