[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (0f87986 -> 4a0fafe)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (0f87986 -> 4a0fafe) |
Date: |
Tue, 31 Mar 2015 14:51:21 +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 0f87986 Merge branch 'master' into next
new 603e1b2 modtool: Added sample manifest file
new c117e32 qtgui: wip: adding control panel to time display.
new 2033bec qtgui: changing style of grid lines for better
readability.
new 9e4b04c qtgui: improves speed of time plots.
new 107db61 qtgui: controlpanel toggle in popup menu.
new 8959d9a qtgui: better signal/slot usage to update the plots.
new 066003f Merge remote-tracking branch 'tom/qtgui/controlpanel'
new 4a0fafe Merge branch 'master' into next
The 8 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/grc/qtgui_time_sink_x.xml | 22 ++
gr-qtgui/include/gnuradio/qtgui/CMakeLists.txt | 1 +
.../include/gnuradio/qtgui/TimeDomainDisplayPlot.h | 7 +
gr-qtgui/include/gnuradio/qtgui/displayform.h | 1 +
gr-qtgui/include/gnuradio/qtgui/time_sink_c.h | 1 +
gr-qtgui/include/gnuradio/qtgui/time_sink_f.h | 1 +
gr-qtgui/include/gnuradio/qtgui/timecontrolpanel.h | 81 ++++++
gr-qtgui/include/gnuradio/qtgui/timedisplayform.h | 32 ++-
gr-qtgui/lib/CMakeLists.txt | 2 +
gr-qtgui/lib/TimeDomainDisplayPlot.cc | 43 ++++
gr-qtgui/lib/displayform.cc | 10 +-
gr-qtgui/lib/time_sink_c_impl.cc | 66 +++--
gr-qtgui/lib/time_sink_c_impl.h | 2 +
gr-qtgui/lib/time_sink_f_impl.cc | 46 +++-
gr-qtgui/lib/time_sink_f_impl.h | 2 +
gr-qtgui/lib/timecontrolpanel.cc | 183 ++++++++++++++
gr-qtgui/lib/timedisplayform.cc | 276 ++++++++++++++++++++-
17 files changed, 729 insertions(+), 47 deletions(-)
create mode 100644 gr-qtgui/include/gnuradio/qtgui/timecontrolpanel.h
create mode 100644 gr-qtgui/lib/timecontrolpanel.cc
- [Commit-gnuradio] [gnuradio] branch next updated (0f87986 -> 4a0fafe),
git <=