commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.6.3-783-g9f2ff1a
Date: Thu, 21 Feb 2013 20:31:13 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/gnuradio".

The branch, next has been updated
       via  9f2ff1a31b0f4e8ea47a11f0e9674620b97f1e68 (commit)
       via  9b9203db08b303d40fbdc1f3bad5f2c16a00ceb1 (commit)
       via  0e51289eb2ac5aa0089c8f38b69f966e69fe28d8 (commit)
       via  18b20e591ffb20951605dfc4b7cbe5964b5159fa (commit)
      from  9c27fc06bd0b473de50e76b845e25b835e26b6ff (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9f2ff1a31b0f4e8ea47a11f0e9674620b97f1e68
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 21 12:34:41 2013 -0500

    qtgui: fixed a autoscale issue with byte file types.

commit 9b9203db08b303d40fbdc1f3bad5f2c16a00ceb1
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 21 12:22:16 2013 -0500

    qtgui: adding time raster plot for floats.

commit 0e51289eb2ac5aa0089c8f38b69f966e69fe28d8
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 21 11:56:47 2013 -0500

    qtgui: improved handling of static plot tools.

commit 18b20e591ffb20951605dfc4b7cbe5964b5159fa
Author: Tom Rondeau <address@hidden>
Date:   Wed Feb 20 21:30:02 2013 -0500

    qtgui: adding time raster static plot tool.

-----------------------------------------------------------------------

Summary of changes:
 gr-qtgui/apps/CMakeLists.txt                       |    4 +
 gr-qtgui/apps/gr_constellation_plot                |    2 +-
 gr-qtgui/apps/gr_time_plot_c                       |    2 +-
 gr-qtgui/apps/gr_time_plot_f                       |    2 +-
 gr-qtgui/apps/{gr_time_plot_b => gr_time_raster_b} |   28 +++--
 gr-qtgui/apps/{gr_time_plot_f => gr_time_raster_f} |   24 ++--
 gr-qtgui/apps/plot_base.py                         |   12 ++-
 gr-qtgui/apps/plot_constellation_form.py           |   10 +-
 gr-qtgui/apps/plot_form.py                         |   70 ++++++-----
 gr-qtgui/apps/plot_time_form.py                    |    4 +-
 ...{plot_time_base.py => plot_time_raster_base.py} |   25 ++--
 ...pectrogram_form.py => plot_time_raster_form.py} |  133 +++++++++----------
 gr-qtgui/include/qtgui/time_raster_sink_b.h        |   15 +++
 gr-qtgui/include/qtgui/time_raster_sink_f.h        |   15 +++
 gr-qtgui/lib/TimeRasterDisplayPlot.cc              |   30 +++++
 gr-qtgui/lib/TimeRasterDisplayPlot.h               |    5 +
 gr-qtgui/lib/time_raster_sink_b_impl.cc            |   85 +++++++++++++
 gr-qtgui/lib/time_raster_sink_b_impl.h             |   15 +++
 gr-qtgui/lib/time_raster_sink_f_impl.cc            |   85 +++++++++++++
 gr-qtgui/lib/time_raster_sink_f_impl.h             |   15 +++
 gr-qtgui/lib/timerasterdisplayform.cc              |   41 ++++++
 gr-qtgui/lib/timerasterdisplayform.h               |   10 ++-
 22 files changed, 482 insertions(+), 150 deletions(-)
 copy gr-qtgui/apps/{gr_time_plot_b => gr_time_raster_b} (67%)
 copy gr-qtgui/apps/{gr_time_plot_f => gr_time_raster_f} (69%)
 copy gr-qtgui/apps/{plot_time_base.py => plot_time_raster_base.py} (90%)
 copy gr-qtgui/apps/{plot_spectrogram_form.py => plot_time_raster_form.py} (53%)


hooks/post-receive
-- 
git://gnuradio.org/gnuradio



reply via email to

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