[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (681846f -> cc02c4b)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (681846f -> cc02c4b) |
Date: |
Fri, 27 May 2016 19:14:57 +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 681846f Merge remote-tracking branch 'mmueller/prefs_rewrite'
new 6720e65 docs: OFDM equalizer missed ! for Doxygen blocks
new 050bad8 modtool: Allow c++ instead of cpp on the command line
new 6efacb8 Merge remote-tracking branch
'mbr0wn/modtool/lang_consistency' into maint
new 49f4bfb Merge branch 'maint'
new 2325a7d modtool: Added version support for OOTs
new 7b9343b Merge remote-tracking branch 'mbr0wn/modtool/versioning'
new 3d3c796 grc: show comments next to rotated blocks (instead of
underneath)
new 2a51cc7 grc: block alignment tools
new d535ba2 grc: minor fixes/clean-ups
new c123189 grc: optionally hide all variable blocks
new 93684ad grc: some action handler refactoring, add
flow_graph.update() wrapper
new b9eaafa grc: remove some dead code in FlowGraph.what_is_selected()
new 6353fdb grc: remove 'Showing: ...' messages
new a682562 grc: Added the variable editor panel
new 8245984 grc: Added context menu to variable editor
new e4ca985 grc: Variable editor tweaks.
new 89ce0c2 grc: Darker color for bypassed blocks.
new 4be2523 grc: add warning for block flagged deprecated
new 4a739cb grc: Renamed reports window to console.
new 33c5096 Revert "grc: fix callback evaluation"
new c73ee10 grc: fix flow graph execution (amends ActionHandler
refactoring)
new d5fcce9 grc-refactor: fix custom canvas font sizes
new 6647de1 grc-refactor: minor clean-up of callback generator code
new 1319af2 grc: faulty callback code if setter call contained a
variable block id
new 974c540 grc: function probe block: relabel and move value param
new 34cf3fd Merge remote-tracking branch
'gnuradio-wg-grc/master_grcwg'
new 3b0ba5c Added controls for importing, exporting, and sharing LOs
new cc02c4b Merge remote-tracking branch 'dkozel/uhd_lo_api'
The 28 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:
gr-digital/grc/blks2_packet_decoder.xml | 1 +
gr-digital/grc/blks2_packet_encoder.xml | 1 +
.../include/gnuradio/digital/ofdm_equalizer_base.h | 3 +-
.../gnuradio/digital/ofdm_equalizer_simpledfe.h | 3 +-
.../gnuradio/digital/ofdm_equalizer_static.h | 3 +-
gr-uhd/grc/gen_uhd_usrp_blocks.py | 92 ++++-
gr-uhd/include/gnuradio/uhd/usrp_source.h | 77 ++++
gr-uhd/lib/usrp_block_impl.h | 8 +
gr-uhd/lib/usrp_sink_impl.cc | 2 -
gr-uhd/lib/usrp_source_impl.cc | 98 +++++
gr-uhd/lib/usrp_source_impl.h | 9 +
gr-uhd/swig/uhd_swig.i | 12 +
gr-utils/python/modtool/gr-newmod/CMakeLists.txt | 9 +-
.../python/modtool/gr-newmod/lib/CMakeLists.txt | 16 +-
gr-utils/python/modtool/modtool_add.py | 5 +-
grc/blocks/variable_function_probe.xml | 18 +-
grc/core/Block.py | 23 +-
grc/core/Constants.py | 1 +
grc/core/Element.py | 5 +
grc/core/FlowGraph.py | 18 +-
grc/core/Messages.py | 4 -
grc/core/generator/Generator.py | 14 +-
grc/core/utils/expr_utils.py | 13 +-
grc/gui/ActionHandler.py | 436 ++++++++++++---------
grc/gui/Actions.py | 88 ++++-
grc/gui/Bars.py | 12 +-
grc/gui/Block.py | 59 +--
grc/gui/Colors.py | 2 +-
grc/gui/Constants.py | 2 +-
grc/gui/Dialogs.py | 10 +-
grc/gui/Executor.py | 34 +-
grc/gui/FileDialogs.py | 50 ++-
grc/gui/FlowGraph.py | 68 +++-
grc/gui/MainWindow.py | 147 +++++--
grc/gui/NotebookPage.py | 9 +-
grc/gui/Param.py | 19 +-
grc/gui/Preferences.py | 21 +-
grc/gui/Utils.py | 9 +-
grc/gui/VariableEditor.py | 354 +++++++++++++++++
39 files changed, 1360 insertions(+), 395 deletions(-)
create mode 100644 grc/gui/VariableEditor.py
- [Commit-gnuradio] [gnuradio] branch master updated (681846f -> cc02c4b),
git <=
- [Commit-gnuradio] [gnuradio] 01/25: grc: show comments next to rotated blocks (instead of underneath), git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 22/25: Merge branch 'maint', git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 13/25: grc: Renamed reports window to console., git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 11/25: grc: Darker color for bypassed blocks., git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 04/25: grc: optionally hide all variable blocks, git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 21/25: grc: function probe block: relabel and move value param, git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 24/25: Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg', git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 07/25: grc: remove 'Showing: ...' messages, git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 12/25: grc: add warning for block flagged deprecated, git, 2016/05/27
- [Commit-gnuradio] [gnuradio] 20/25: grc: faulty callback code if setter call contained a variable block id, git, 2016/05/27