commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch master updated (99e0c0a -> 5af1200)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch master updated (99e0c0a -> 5af1200)
Date: Tue, 26 Aug 2014 19:40:07 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a change to branch master
in repository gnuradio.

      from  99e0c0a   Merge branch 'maint'
       new  cbdfeb4   grc: only fix old message connections if both ends are 
valid
       new  b3927e7   Merge remote-tracking branch 
'gnuradio-wg-grc/maint_grcwg' into maint
       new  07c6d92   Merge branch 'maint'
       new  7f93764   grc: Reloading blocks forces reload for all open flow 
graphs.
       new  3c165ab   grc: Reload marks page as modified only if an error 
occured during import (i.e. ports no longer exist)
       new  a8c8af1   grc: adding version information to flowgraph files using 
XML processing instructions
       new  4abbcf9   grc: moving xml pi into nested data
       new  bcee01b   grc: Generator warning for flowgraphs with a throttle and 
an external source/sink
       new  8aeb5b7   grc: added save_reports action.
       new  74e3dd5   grc: Small fixes to make menu items consistent.
       new  1e0707c   grc: clean-up toolbar
       new  5af1200   Merge remote-tracking branch 
'gnuradio-wg-grc/master_grcwg'

The 12 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:
 gnuradio-runtime/include/gnuradio/constants.h | 15 ++++++++
 gnuradio-runtime/lib/constants.cc.in          | 19 ++++++++++
 gnuradio-runtime/swig/constants.i             |  5 +++
 gr-blocks/grc/blocks_udp_source.xml           |  1 +
 grc/base/Constants.py                         |  1 +
 grc/base/FlowGraph.py                         | 54 +++++++++++++++------------
 grc/base/ParseXML.py                          | 38 ++++++++++++-------
 grc/base/Platform.py                          | 13 ++++++-
 grc/gui/ActionHandler.py                      | 12 +++++-
 grc/gui/Actions.py                            | 15 +++++---
 grc/gui/Bars.py                               |  3 +-
 grc/gui/Constants.py                          |  3 +-
 grc/gui/Dialogs.py                            | 13 +++++++
 grc/gui/FileDialogs.py                        | 20 ++++++++--
 grc/gui/FlowGraph.py                          | 17 +++++++++
 grc/gui/MainWindow.py                         |  9 +++++
 grc/python/Generator.py                       | 12 ++++--
 grc/python/Platform.py                        |  2 +-
 18 files changed, 198 insertions(+), 54 deletions(-)



reply via email to

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