[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(-)
- [Commit-gnuradio] [gnuradio] branch master updated (99e0c0a -> 5af1200),
git <=
- [Commit-gnuradio] [gnuradio] 10/10: Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg', git, 2014/08/26
- [Commit-gnuradio] [gnuradio] 04/10: grc: moving xml pi into nested data, git, 2014/08/26
- [Commit-gnuradio] [gnuradio] 09/10: Merge branch 'maint', git, 2014/08/26
- [Commit-gnuradio] [gnuradio] 07/10: grc: Small fixes to make menu items consistent., git, 2014/08/26
- [Commit-gnuradio] [gnuradio] 03/10: grc: adding version information to flowgraph files using XML processing instructions, git, 2014/08/26
- [Commit-gnuradio] [gnuradio] 08/10: grc: clean-up toolbar, git, 2014/08/26
- [Commit-gnuradio] [gnuradio] 06/10: grc: added save_reports action., git, 2014/08/26
- [Commit-gnuradio] [gnuradio] 01/10: grc: Reloading blocks forces reload for all open flow graphs., git, 2014/08/26
- [Commit-gnuradio] [gnuradio] 05/10: grc: Generator warning for flowgraphs with a throttle and an external source/sink, git, 2014/08/26
- [Commit-gnuradio] [gnuradio] 02/10: grc: Reload marks page as modified only if an error occured during import (i.e. ports no longer exist), git, 2014/08/26