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.2-391-g93f4ca6
Date: Wed, 10 Oct 2012 22:50: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  93f4ca6187c409ab30e41fbdf5dace854d9d4c36 (commit)
       via  da14674efba47b8d194a462f95a80613d5098e1c (commit)
       via  637a987e18429843906d362a8960dd4663676363 (commit)
      from  68823d4ee894a06317e4258c38537582188473ec (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 93f4ca6187c409ab30e41fbdf5dace854d9d4c36
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 10 17:21:17 2012 -0400

    qtgui: allowing setting of axes in GRC.
    
    For time and freq, a y-axis range can be defined. The constellation plot 
has an x- and y-axis setting.
    
    Also made methods more consistent in their names and styles.

commit da14674efba47b8d194a462f95a80613d5098e1c
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 9 23:56:43 2012 -0400

    qtgui: adds ability to set a plot's title.

commit 637a987e18429843906d362a8960dd4663676363
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 9 23:18:13 2012 -0400

    qtgui: updating some function names for more accuracy and to allow an 
actual set_title.

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

Summary of changes:
 gr-qtgui/examples/pyqt_time_c.py          |   16 +++++-----
 gr-qtgui/examples/pyqt_time_f.py          |   10 +++---
 gr-qtgui/grc/qtgui_const_sink_x.xml       |   30 +++++++++++++++++
 gr-qtgui/grc/qtgui_freq_sink_x.xml        |   15 +++++++++
 gr-qtgui/grc/qtgui_time_sink_x.xml        |   16 +++++++++
 gr-qtgui/include/qtgui/const_sink_c.h     |   11 +++++-
 gr-qtgui/include/qtgui/freq_sink_c.h      |    9 +++--
 gr-qtgui/include/qtgui/freq_sink_f.h      |    9 +++--
 gr-qtgui/include/qtgui/time_sink_c.h      |   10 ++++--
 gr-qtgui/include/qtgui/time_sink_f.h      |   10 ++++--
 gr-qtgui/include/qtgui/waterfall_sink_c.h |    3 +-
 gr-qtgui/include/qtgui/waterfall_sink_f.h |    3 +-
 gr-qtgui/lib/ConstellationDisplayPlot.cc  |   21 ++++++------
 gr-qtgui/lib/DisplayPlot.cc               |    8 ++--
 gr-qtgui/lib/DisplayPlot.h                |    6 ++--
 gr-qtgui/lib/FrequencyDisplayPlot.cc      |    2 +-
 gr-qtgui/lib/FrequencyDisplayPlot.h       |    2 +-
 gr-qtgui/lib/const_sink_c_impl.cc         |   50 +++++++++++++++++++++++------
 gr-qtgui/lib/const_sink_c_impl.h          |   11 +++++-
 gr-qtgui/lib/constellationdisplayform.cc  |   18 +++++++++--
 gr-qtgui/lib/constellationdisplayform.h   |    7 ++--
 gr-qtgui/lib/displayform.cc               |   20 +++++++----
 gr-qtgui/lib/displayform.h                |    5 ++-
 gr-qtgui/lib/freq_sink_c_impl.cc          |   42 +++++++++++++++---------
 gr-qtgui/lib/freq_sink_c_impl.h           |    9 +++--
 gr-qtgui/lib/freq_sink_f_impl.cc          |   42 +++++++++++++++---------
 gr-qtgui/lib/freq_sink_f_impl.h           |    9 +++--
 gr-qtgui/lib/freqdisplayform.cc           |   24 +++++++-------
 gr-qtgui/lib/freqdisplayform.h            |   16 +++++-----
 gr-qtgui/lib/spectrumdisplayform.cc       |    6 ++--
 gr-qtgui/lib/time_sink_c_impl.cc          |   36 +++++++++++++++-----
 gr-qtgui/lib/time_sink_c_impl.h           |   11 +++++--
 gr-qtgui/lib/time_sink_f_impl.cc          |   36 +++++++++++++++-----
 gr-qtgui/lib/time_sink_f_impl.h           |   11 +++++--
 gr-qtgui/lib/timedisplayform.cc           |    8 ++--
 gr-qtgui/lib/timedisplayform.h            |    6 ++--
 gr-qtgui/lib/waterfall_sink_c_impl.cc     |   12 +++++--
 gr-qtgui/lib/waterfall_sink_c_impl.h      |    3 +-
 gr-qtgui/lib/waterfall_sink_f_impl.cc     |   12 +++++--
 gr-qtgui/lib/waterfall_sink_f_impl.h      |    3 +-
 40 files changed, 405 insertions(+), 173 deletions(-)


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



reply via email to

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