commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated.


From: Git Repository
Subject: [Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated. 3.3git-346-g7ba8192
Date: Thu, 8 Oct 2009 23:30:42 -0600 (MDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gnuradio.git at gnuradio.org".

The branch, master has been updated
       via  7ba8192e28713049324398f4b0c6d2eebdaa1fc7 (commit)
       via  38d5389f3054164a2f04d6e4e8fe381aa5ee03fc (commit)
       via  11075f75c05ead044bfdd0ff45709f6b5ee9326c (commit)
       via  075cdb9903a47bec0695e996e44e017a7d3720e7 (commit)
       via  23fa9183aca592865c0652f87709950af5ccd011 (commit)
       via  dfa5e0a5bccb6b3539c1230281b5bec60196f8a2 (commit)
       via  64a5167c53eeb2d2a657507397b402abe22f67b6 (commit)
       via  1e8aefecdc607de260c1797aba27eb1598b9e7b8 (commit)
       via  af5e21e35cda1d9d3e4bd659364dafe181274064 (commit)
       via  bbecdd8372f57d49ad0046d9d096f322059005cb (commit)
       via  645ab0cfa4ab46e057ab4df74066ab434ad5b90a (commit)
       via  69d09a30b38567c3ae33a227a3959aee43c721a7 (commit)
      from  3a3cfaf293a46d83ffb905de04b43f3b1ff07d88 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7ba8192e28713049324398f4b0c6d2eebdaa1fc7
Merge: 3a3cfaf293a46d83ffb905de04b43f3b1ff07d88 
38d5389f3054164a2f04d6e4e8fe381aa5ee03fc
Author: Johnathan Corgan <address@hidden>
Date:   Thu Oct 8 22:12:41 2009 -0700

    Merge branch 'wip/wxgui' of http://gnuradio.org/git/jblum
    
    * 'wip/wxgui' of http://gnuradio.org/git/jblum:
      using gr copy in the wxgui connect, added gr copy to grc xml
      Added gr.copy(itemsize) block
      point label transpareny, horizontal offset, and toggle on/off capability
      simplify some params
      moved the wxgui connect helper functions into the wrapper class
      making use of update ui event
      setup special wxgui connect on sinks, needs testing
      working special connect for fftsink
      work on a special connect function that registers a callback
      added bind to visible event function to callback when visibility changes 
within tabs

commit 38d5389f3054164a2f04d6e4e8fe381aa5ee03fc
Author: Josh Blum <address@hidden>
Date:   Thu Oct 8 21:46:53 2009 -0700

    using gr copy in the wxgui connect, added gr copy to grc xml

commit 11075f75c05ead044bfdd0ff45709f6b5ee9326c
Merge: 23fa9183aca592865c0652f87709950af5ccd011 
075cdb9903a47bec0695e996e44e017a7d3720e7
Author: Josh Blum <address@hidden>
Date:   Thu Oct 8 20:54:32 2009 -0700

    Merge branch 'wip/wxgui' of http://gnuradio.org/git/jcorgan into wip/wxgui

commit 075cdb9903a47bec0695e996e44e017a7d3720e7
Author: Johnathan Corgan <address@hidden>
Date:   Thu Oct 8 20:53:16 2009 -0700

    Added gr.copy(itemsize) block
    
    set_enabled(bool) will either copy from input to output (True)
    or drop the input on the floor (False).

commit 23fa9183aca592865c0652f87709950af5ccd011
Author: Josh Blum <address@hidden>
Date:   Thu Oct 8 20:12:34 2009 -0700

    point label transpareny, horizontal offset, and toggle on/off capability

commit dfa5e0a5bccb6b3539c1230281b5bec60196f8a2
Author: Josh Blum <address@hidden>
Date:   Wed Oct 7 18:47:21 2009 -0700

    simplify some params

commit 64a5167c53eeb2d2a657507397b402abe22f67b6
Author: Josh Blum <address@hidden>
Date:   Wed Oct 7 18:01:56 2009 -0700

    moved the wxgui connect helper functions into the wrapper class

commit 1e8aefecdc607de260c1797aba27eb1598b9e7b8
Author: Josh Blum <address@hidden>
Date:   Wed Oct 7 11:52:33 2009 -0700

    making use of update ui event

commit af5e21e35cda1d9d3e4bd659364dafe181274064
Author: Josh Blum <address@hidden>
Date:   Wed Oct 7 09:48:24 2009 -0700

    setup special wxgui connect on sinks, needs testing

commit bbecdd8372f57d49ad0046d9d096f322059005cb
Author: Josh Blum <address@hidden>
Date:   Wed Oct 7 01:47:38 2009 -0700

    working special connect for fftsink

commit 645ab0cfa4ab46e057ab4df74066ab434ad5b90a
Author: Josh Blum <address@hidden>
Date:   Tue Oct 6 22:28:09 2009 -0700

    work on a special connect function that registers a callback

commit 69d09a30b38567c3ae33a227a3959aee43c721a7
Author: Josh Blum <address@hidden>
Date:   Tue Oct 6 21:52:41 2009 -0700

    added bind to visible event function to callback when visibility changes 
within tabs

-----------------------------------------------------------------------

Summary of changes:
 gnuradio-core/src/lib/general/Makefile.am          |    3 +
 gnuradio-core/src/lib/general/general.i            |    5 +-
 .../lib/general/{gr_null_source.cc => gr_copy.cc}  |   45 ++++++++---
 .../{gr_ofdm_frame_acquisition.i => gr_copy.h}     |   47 ++++++++----
 .../src/lib/general/gr_copy.i                      |   21 +++---
 gnuradio-core/src/python/gnuradio/gr/Makefile.am   |    1 +
 .../gr/{qa_unpack_k_bits.py => qa_copy.py}         |   43 ++++++-----
 gr-wxgui/src/python/common.py                      |   79 ++++++++++++++++++++
 gr-wxgui/src/python/constsink_gl.py                |    6 +-
 gr-wxgui/src/python/fftsink_gl.py                  |    6 +-
 gr-wxgui/src/python/histosink_gl.py                |    6 +-
 gr-wxgui/src/python/numbersink2.py                 |    6 +-
 gr-wxgui/src/python/plotter/common.py              |    1 +
 gr-wxgui/src/python/plotter/grid_plotter_base.py   |   11 ++-
 gr-wxgui/src/python/scopesink_gl.py                |   49 +++++++------
 gr-wxgui/src/python/waterfallsink_gl.py            |    6 +-
 grc/blocks/Makefile.am                             |    1 +
 grc/blocks/block_tree.xml                          |    1 +
 grc/blocks/{gr_repeat.xml => gr_copy.xml}          |   17 +++--
 grc/blocks/gr_kludge_copy.xml                      |   11 +++-
 grc/blocks/gr_nop.xml                              |    9 ++
 21 files changed, 261 insertions(+), 113 deletions(-)
 copy gnuradio-core/src/lib/general/{gr_null_source.cc => gr_copy.cc} (54%)
 copy gnuradio-core/src/lib/general/{gr_ofdm_frame_acquisition.i => gr_copy.h} 
(55%)
 copy gruel/src/lib/test_gruel.cc => gnuradio-core/src/lib/general/gr_copy.i 
(76%)
 copy gnuradio-core/src/python/gnuradio/gr/{qa_unpack_k_bits.py => qa_copy.py} 
(58%)
 copy grc/blocks/{gr_repeat.xml => gr_copy.xml} (81%)


hooks/post-receive
-- 
gnuradio.git at gnuradio.org




reply via email to

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