[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (6a88efb -> a18e480)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (6a88efb -> a18e480) |
Date: |
Wed, 11 Nov 2015 23:08:06 +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 6a88efb blocks: eliminate signedness warning in max_xx
new 4bbe46e grc: fix #858 category string splitting
new 69edea3 Merge branch 'maint'
new 91b6642 runtime: add accessors for in_sig and out_sig in python
blocks
new 8b14a84 grc: mark param type multiline as protected
new c9a5fab grc: add embedded python block definition and support in
GRC
new 2fee267 grc: open and update params from external editor
new 2252b5c grc: update PropsDialog on external param change
new a6becbd grc: fix output file encoding
new a18e480 Merge remote-tracking branch
'gnuradio-wg-grc/master_grcwg'
The 9 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/python/gnuradio/gr/gateway.py | 7 ++
grc/base/Block.py | 2 +-
grc/base/Param.py | 4 +
grc/blocks/epy_block.xml | 45 ++++++++++
grc/gui/ActionHandler.py | 16 +++-
grc/gui/Actions.py | 1 +
grc/gui/BlockTreeWindow.py | 2 +-
grc/gui/CMakeLists.txt | 1 +
grc/gui/Constants.py | 14 +--
grc/gui/Dialogs.py | 23 ++++-
grc/gui/FlowGraph.py | 37 +++++++-
grc/gui/Param.py | 119 +++++++++++++++++++++----
grc/gui/PropsDialog.py | 8 +-
grc/gui/external_editor.py | 93 +++++++++++++++++++
grc/python/Block.py | 96 +++++++++++++++++++-
grc/python/CMakeLists.txt | 1 +
grc/python/Generator.py | 27 ++++--
grc/python/Param.py | 19 ++--
grc/python/epy_block_io.py | 97 ++++++++++++++++++++
19 files changed, 561 insertions(+), 51 deletions(-)
create mode 100644 grc/blocks/epy_block.xml
create mode 100644 grc/gui/external_editor.py
create mode 100644 grc/python/epy_block_io.py
- [Commit-gnuradio] [gnuradio] branch master updated (6a88efb -> a18e480),
git <=
- [Commit-gnuradio] [gnuradio] 01/08: runtime: add accessors for in_sig and out_sig in python blocks, git, 2015/11/11
- [Commit-gnuradio] [gnuradio] 04/08: grc: open and update params from external editor, git, 2015/11/11
- [Commit-gnuradio] [gnuradio] 02/08: grc: mark param type multiline as protected, git, 2015/11/11
- [Commit-gnuradio] [gnuradio] 05/08: grc: update PropsDialog on external param change, git, 2015/11/11
- [Commit-gnuradio] [gnuradio] 03/08: grc: add embedded python block definition and support in GRC, git, 2015/11/11
- [Commit-gnuradio] [gnuradio] 06/08: grc: fix output file encoding, git, 2015/11/11
- [Commit-gnuradio] [gnuradio] 08/08: Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg', git, 2015/11/11
- [Commit-gnuradio] [gnuradio] 07/08: Merge branch 'maint', git, 2015/11/11