commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch next updated (9234a66 -> 595693c)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (9234a66 -> 595693c)
Date: Tue, 26 Apr 2016 22:29:22 +0000 (UTC)

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

jcorgan pushed a change to branch next
in repository gnuradio.

      from  9234a66   Merge branch 'master' into next
       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'
       new  595693c   Merge branch 'master' into next

The 3 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]