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.7.0-10-g97a1e0c
Date: Mon, 8 Jul 2013 15:49:36 +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  97a1e0cbded0a646cb47003a5bc479c530f53d67 (commit)
       via  581ca6f61bec0cca07cbe5a6c7db706a9704efa1 (commit)
       via  b10df0bc36f80497308a664b1a0bfed8a85577e2 (commit)
       via  cd99526b5d1c8b1130ac1ba87e21f96c621b1bdc (commit)
      from  8f5eef8dede0f2e677be383f9015ad3c4e62fa7a (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 97a1e0cbded0a646cb47003a5bc479c530f53d67
Merge: 8f5eef8 581ca6f
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 8 08:47:22 2013 -0700

    Merge branch 'master' into next

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

Summary of changes:
 .../gnuradio/qtgui/constellationdisplayform.h      |    3 +-
 gr-qtgui/include/gnuradio/qtgui/displayform.h      |    3 +-
 .../include/gnuradio/qtgui/spectrumUpdateEvents.h  |    3 +-
 grc/base/Block.py                                  |  123 ++++++++++++++++++++
 grc/base/Connection.py                             |   22 ++++-
 grc/base/FlowGraph.py                              |   73 +++++++++++-
 grc/base/ParseXML.py                               |    1 +
 grc/base/Port.py                                   |   30 +++++-
 grc/base/flow_graph.dtd                            |    4 +-
 grc/blocks/bus_sink.xml                            |   27 +++++
 grc/blocks/bus_source.xml                          |   27 +++++
 grc/blocks/{note.xml => bus_structure_sink.xml}    |   17 ++--
 grc/blocks/{note.xml => bus_structure_source.xml}  |   17 ++--
 grc/blocks/pad_sink.xml                            |    9 ++
 grc/blocks/pad_source.xml                          |   10 ++
 grc/gui/ActionHandler.py                           |   19 +++
 grc/gui/Actions.py                                 |   10 ++
 grc/gui/Bars.py                                    |    1 +
 grc/gui/Block.py                                   |   13 ++-
 grc/gui/Connection.py                              |   18 +++-
 grc/gui/Element.py                                 |    3 +-
 grc/gui/FlowGraph.py                               |   14 ++-
 grc/gui/Port.py                                    |   25 ++++-
 grc/gui/Utils.py                                   |    6 +
 grc/python/Block.py                                |   31 +++++-
 grc/python/Connection.py                           |    6 +-
 grc/python/Constants.py                            |    1 +
 grc/python/FlowGraph.py                            |   80 ++++++++++++-
 grc/python/Generator.py                            |    2 +-
 grc/python/Port.py                                 |    8 +-
 grc/python/block.dtd                               |    6 +-
 grc/python/convert_hier.py                         |   12 ++
 32 files changed, 577 insertions(+), 47 deletions(-)
 create mode 100644 grc/blocks/bus_sink.xml
 create mode 100644 grc/blocks/bus_source.xml
 copy grc/blocks/{note.xml => bus_structure_sink.xml} (51%)
 copy grc/blocks/{note.xml => bus_structure_source.xml} (50%)


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



reply via email to

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