[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (cc973de -> 65d6523)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (cc973de -> 65d6523) |
Date: |
Fri, 24 Jul 2015 15:33:48 +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 cc973de Merge branch 'maint'
adds e5b0eb6 cmake: set correct vars when pkg-config finds GSL
adds b8ef089 volk: update submodule reference to release 1.0.2
adds 8f37410 runtime: remove thread-unsafe static qualifier
adds 7345de0 grc: clean-up gui/Utils.py
adds 4373d5d grc: ensure only valid utf-8 is passed to
markup_escape_text (fixes #813)
adds f8a9f9f Merge remote-tracking branch
'gnuradio-wg-grc/maint_grcwg' into maint
new 474f88a Merge branch 'maint'
new 2aad718 grc: refactor Preferences.py
new 93caad2 grc: show preview of generated code in each blocks
properties dialog
new be46a6c grc: add default value to ToggleActions
new 11752ea grc: only show code preview tab after user enables it
new b05c650 grc: add user settings for canvas default size and canvas
font size (+ clean-ups)
new b48f0e1 grc: align default flowgraph block with canvas grid
new 72048e6 grc: fix bus ports spacing in gui
new dcc0f96 grc: add QT GUI hier blocks (#727)
new d5ce852 grc: add support for dynamic param names
new b82987a grc: add struct variable block
new e98dee4 grc: clean-up Block port counters
new 65d6523 Merge remote-tracking branch
'gnuradio-wg-grc/master_grcwg'
The 13 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:
cmake/Modules/FindGSL.cmake | 11 ++--
gnuradio-runtime/lib/pmt/pmt_serialize.cc | 2 +-
grc/base/Constants.py | 2 +
grc/base/Param.py | 2 +-
grc/blocks/.gitignore | 1 +
grc/blocks/CMakeLists.txt | 22 ++++++-
grc/blocks/options.xml | 22 ++++---
grc/blocks/variable_struct.xml.py | 98 +++++++++++++++++++++++++++++++
grc/grc.conf.in | 2 +
grc/gui/ActionHandler.py | 10 +++-
grc/gui/Actions.py | 31 ++++++----
grc/gui/Bars.py | 2 +
grc/gui/Block.py | 22 ++++---
grc/gui/Constants.py | 74 +++++++++++++++--------
grc/gui/Platform.py | 2 +-
grc/gui/Port.py | 46 +++++++--------
grc/gui/Preferences.py | 98 +++++++++++++++++++------------
grc/gui/PropsDialog.py | 58 +++++++++++++++---
grc/gui/Utils.py | 57 ++++++++++--------
grc/python/Block.py | 40 ++++++++-----
grc/python/FlowGraph.py | 1 -
grc/python/Generator.py | 37 +++++++++++-
grc/python/Port.py | 13 ++--
grc/python/default_flow_graph.grc | 4 +-
grc/python/flow_graph.tmpl | 33 ++++++++---
volk | 2 +-
26 files changed, 500 insertions(+), 192 deletions(-)
create mode 100644 grc/blocks/.gitignore
create mode 100644 grc/blocks/variable_struct.xml.py
- [Commit-gnuradio] [gnuradio] branch master updated (cc973de -> 65d6523),
git <=
- [Commit-gnuradio] [gnuradio] 12/13: Merge branch 'maint', git, 2015/07/24
- [Commit-gnuradio] [gnuradio] 13/13: Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg', git, 2015/07/24
- [Commit-gnuradio] [gnuradio] 06/13: grc: align default flowgraph block with canvas grid, git, 2015/07/24
- [Commit-gnuradio] [gnuradio] 11/13: grc: clean-up Block port counters, git, 2015/07/24
- [Commit-gnuradio] [gnuradio] 02/13: grc: show preview of generated code in each blocks properties dialog, git, 2015/07/24
- [Commit-gnuradio] [gnuradio] 07/13: grc: fix bus ports spacing in gui, git, 2015/07/24
- [Commit-gnuradio] [gnuradio] 03/13: grc: add default value to ToggleActions, git, 2015/07/24
- [Commit-gnuradio] [gnuradio] 04/13: grc: only show code preview tab after user enables it, git, 2015/07/24
- [Commit-gnuradio] [gnuradio] 01/13: grc: refactor Preferences.py, git, 2015/07/24
- [Commit-gnuradio] [gnuradio] 05/13: grc: add user settings for canvas default size and canvas font size (+ clean-ups), git, 2015/07/24