[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (db9a7dd -> 16cf0e5)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (db9a7dd -> 16cf0e5) |
Date: |
Wed, 11 Nov 2015 23:08:08 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch next
in repository gnuradio.
from db9a7dd Merge branch 'master' into next
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'
new 16cf0e5 Merge branch 'master' into next
The 10 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 next updated (db9a7dd -> 16cf0e5),
git <=