[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next-qt5 updated (90737bc -> 7877632
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next-qt5 updated (90737bc -> 7877632) |
Date: |
Tue, 26 Apr 2016 22:29:23 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch next-qt5
in repository gnuradio.
from 90737bc Merge branch 'next' into next-qt5
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
new 7877632 Merge branch 'next' into next-qt5
The 4 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
- [Commit-gnuradio] [gnuradio] branch next-qt5 updated (90737bc -> 7877632),
git <=