commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch next updated (779fb8f -> 73ae366)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (779fb8f -> 73ae366)
Date: Sat, 3 Oct 2015 19:14:12 +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  779fb8f   Merge branch 'master' into next
       new  8d3f6e3   blocks: enable missing multiply_matrix_cc and backport 
fixes
       new  ecc72d2   Merge branch 'maint'
       new  a42b7dc   blocks: Fix incorrect size check
       new  855c3d5   Merge branch 'maint'
       new  77871a9   uhd: uhd_fft now uses UHDApp, some bugfixes
       new  590945d   Merge remote-tracking branch 'mbr0wn/uhd/multi_uhd_fft'
       new  40f53c9   gr-dtv: check for SSE2 support
       new  7b2088e   Merge remote-tracking branch 'pinkavaj/no-x86-dtv-fix-00'
       new  aaf5aa7   grc: Flowgraph complexity. Shows under options block when 
enabled.
       new  e7b4081   grc: pad comment boxes like blocks
       new  40ffa46   grc: fixup Actions*.py
       new  6970a40   grc: add File->New submenu with generate modes preset, 
Bar.py refactoring
       new  398e9c1   grc: per-flowgraph custom run commands
       new  8777f25   grc: move generated start-up code into main(), whitespace 
fixes in generated code
       new  7983bfd   grc: flowgraph template: split arg parser from main()
       new  5b3a80d   grc: simple dialog for selecting QSS theme for QT GUI apps
       new  bd97903e  grc: added param to set per-flow-graph QT-theme file
       new  0f9b29a   Merge remote-tracking branch 
'gnuradio-wg-grc/master_grcwg'
       new  73ae366   Merge branch 'master' into next

The 19 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-blocks/lib/multiply_matrix_cc_impl.cc |   2 +-
 gr-dtv/CMakeLists.txt                    |   4 +
 gr-uhd/apps/uhd_app.py                   |  14 +-
 gr-uhd/apps/uhd_fft                      | 444 ++++++++++++-------------------
 grc/base/FlowGraph.py                    |  54 +++-
 grc/blocks/options.xml                   |  31 ++-
 grc/gui/ActionHandler.py                 |  65 +++--
 grc/gui/Actions.py                       |  74 ++++--
 grc/gui/Bars.py                          | 115 +++++---
 grc/gui/Block.py                         |  44 ++-
 grc/gui/Constants.py                     |   3 +-
 grc/gui/FileDialogs.py                   |  15 +-
 grc/gui/FlowGraph.py                     |   2 +
 grc/gui/MainWindow.py                    |  12 +-
 grc/gui/Param.py                         |  11 +-
 grc/python/Constants.py                  |  11 +
 grc/python/Generator.py                  |  14 +-
 grc/python/Param.py                      |  40 ++-
 grc/python/flow_graph.tmpl               |  66 +++--
 19 files changed, 574 insertions(+), 447 deletions(-)



reply via email to

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