commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] branch next updated (e83c495 -> 8f99451)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (e83c495 -> 8f99451)
Date: Fri, 24 Jul 2015 15:33:49 +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  e83c495   Merge branch 'master' into next
      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'
       new  8f99451   Merge branch 'master' into next

The 14 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]