commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/jblum branch, wip/qtgui/forms, upda


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, wip/qtgui/forms, updated. 197327b19ec69c770326b95de5c9fa9a27ef6d2f
Date: Sat, 22 Jan 2011 05:35:05 +0000 (GMT)

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 "git://gnuradio.org/jblum".

The branch, wip/qtgui/forms has been updated
  discards  17eceeff698b32f67625a0ae8aec6d8e330126b4 (commit)
  discards  732b4fcc0e639f7bbc3273ff4161b366010c0a10 (commit)
  discards  a34ee4285d8f3e8d30937024a24382e4c1383df0 (commit)
  discards  a7027bcddaea170fde76518cffa4e85e8fd57f38 (commit)
  discards  c0cc4374d64c1d8ecb1b36543b395ed565729e87 (commit)
       via  197327b19ec69c770326b95de5c9fa9a27ef6d2f (commit)
       via  6bd3f4edd8d91b5cafc04dadc631616915d31436 (commit)
       via  6ac8736875be3d50a1c095204521cbb871d18966 (commit)
       via  63bc8b07a6a2aad1041c41ddd143d12616ea78a7 (commit)
       via  1c465c3703ff0d046916e41ad03ef294177ee830 (commit)
       via  d961e9ab40a88862b6c2191cf8a289c2cd806e06 (commit)
       via  12626f81c97ddcedf373d0e1ff4b2bb3f331d07b (commit)
       via  d429522b8cc0916c0dd8167284e9f7373f8c1663 (commit)
       via  81d3460c5c6a950c8b734f192aa62cd1f8718d7c (commit)
       via  b5556476aee35c5a77d1e255eb54d60028d8490e (commit)
       via  69ae2c9b1eca4c69d9007b146aa54fd1b75fcd28 (commit)
       via  dfcc8cc28d8e5d0ca1de62b1622438be2439ebd1 (commit)
       via  cf33e1e5f75c627907811e07e4c3c7a6b6175e8a (commit)
       via  c63edcbe834c0929a7e0c7907f7c79ffc3fc5667 (commit)
       via  5a671f0b925e0a4f57344225514147cc0dc4a5d8 (commit)
       via  5e00de56713729b7c366884d3a1e31ffa3423b13 (commit)
       via  f0d2f41a77107fd5e194e196f93ecba4d6fe2df9 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (17eceeff698b32f67625a0ae8aec6d8e330126b4)
            \
             N -- N -- N (197327b19ec69c770326b95de5c9fa9a27ef6d2f)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 197327b19ec69c770326b95de5c9fa9a27ef6d2f
Author: Josh Blum <address@hidden>
Date:   Fri Jan 21 15:20:45 2011 -0800

    grc: moved wxgui blocks and python into gr-wxgui/grc
    
    Prefixed wxgui blocks with WX GUI in the block names.
    Added category to wxgui variables blocks (not in the main block tree.xml)

commit 6bd3f4edd8d91b5cafc04dadc631616915d31436
Author: Josh Blum <address@hidden>
Date:   Fri Jan 21 14:33:27 2011 -0800

    qtgui: work on variable chooser

commit 6ac8736875be3d50a1c095204521cbb871d18966
Author: Josh Blum <address@hidden>
Date:   Thu Jan 20 22:31:31 2011 -0800

    grc: added tabbed widget in qtgui for grc
    
    created gui_hint type to handle tab descriptor + position markup,
    and to handle the generation of the name of the parent widget.
    No support python modules required in gr-qtgui.

commit 63bc8b07a6a2aad1041c41ddd143d12616ea78a7
Author: Josh Blum <address@hidden>
Date:   Tue Jan 18 22:42:48 2011 -0800

    qtgui: use pyqwt widgets in grc variable slider block

commit 1c465c3703ff0d046916e41ad03ef294177ee830
Author: Josh Blum <address@hidden>
Date:   Mon Dec 6 22:46:39 2010 -0500

    qtgui: created a forms module with a slider and text box, implemented in grc

commit d961e9ab40a88862b6c2191cf8a289c2cd806e06
Author: Josh Blum <address@hidden>
Date:   Sun Dec 5 19:15:37 2010 -0500

    qtgui: an attempt at a slider form

commit 12626f81c97ddcedf373d0e1ff4b2bb3f331d07b
Author: Josh Blum <address@hidden>
Date:   Sun Dec 5 17:21:07 2010 -0500

    grc: added qtgui support to grc (just added sink)

commit d429522b8cc0916c0dd8167284e9f7373f8c1663
Author: Josh Blum <address@hidden>
Date:   Fri Jan 14 11:15:59 2011 -0800

    uhd: move tags functionality into its own sub-class that is enabled by 
preferences
    
    remove private variables from header interface
    subclassed single source impl with overloaded work function

commit 81d3460c5c6a950c8b734f192aa62cd1f8718d7c
Author: Josh Blum <address@hidden>
Date:   Wed Jan 12 15:20:13 2011 -0800

    uhd: swig up the device discovery

commit b5556476aee35c5a77d1e255eb54d60028d8490e
Author: Josh Blum <address@hidden>
Date:   Wed Jan 12 14:24:13 2011 -0800

    uhd: replace gain floats with doubles to reflect new uhd api

commit 69ae2c9b1eca4c69d9007b146aa54fd1b75fcd28
Author: Josh Blum <address@hidden>
Date:   Wed Jan 5 20:15:10 2011 -0800

    uhd: make the repr and str installation more generic

commit dfcc8cc28d8e5d0ca1de62b1622438be2439ebd1
Author: Josh Blum <address@hidden>
Date:   Wed Jan 5 19:08:26 2011 -0800

    uhd: use the actual device and io types, do hacks in the init.py, also use 
clock config convenience

commit cf33e1e5f75c627907811e07e4c3c7a6b6175e8a
Author: Josh Blum <address@hidden>
Date:   Wed Jan 5 16:22:47 2011 -0800

    uhd: added export macros (not used now) and updated copyright dates

commit c63edcbe834c0929a7e0c7907f7c79ffc3fc5667
Author: Josh Blum <address@hidden>
Date:   Wed Jan 5 16:19:19 2011 -0800

    uhd: swig + python tweaks to uhd types

commit 5a671f0b925e0a4f57344225514147cc0dc4a5d8
Author: Josh Blum <address@hidden>
Date:   Wed Jan 5 13:27:01 2011 -0800

    uhd: increment api compat number

commit 5e00de56713729b7c366884d3a1e31ffa3423b13
Author: Josh Blum <address@hidden>
Date:   Wed Jan 5 12:46:39 2011 -0800

    uhd: removed ranges template stuff, added some python polish in __init__.py

commit f0d2f41a77107fd5e194e196f93ecba4d6fe2df9
Author: Josh Blum <address@hidden>
Date:   Thu Dec 30 19:42:33 2010 -0800

    uhd: multi device, set timestamps without SOB on every burst in the work 
function

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

Summary of changes:
 config/grc_gr_uhd.m4                               |    4 +-
 config/grc_gr_wxgui.m4                             |    1 +
 gr-qtgui/grc/Makefile.am                           |    1 +
 gr-qtgui/grc/qtgui_variable_chooser.xml            |   85 +++++++
 gr-qtgui/grc/qtgui_variable_slider.xml             |    2 +-
 gr-uhd/grc/gen_uhd_multi_usrp_blocks_xml.py        |   16 +-
 gr-uhd/grc/gen_uhd_single_usrp_blocks_xml.py       |   14 +-
 gr-uhd/lib/Makefile.am                             |    3 +-
 gr-uhd/lib/gr_uhd_api.h                            |   33 +++
 gr-uhd/lib/uhd_multi_usrp_sink.cc                  |   51 +++--
 gr-uhd/lib/uhd_multi_usrp_sink.h                   |   15 +-
 gr-uhd/lib/uhd_multi_usrp_source.cc                |   12 +-
 gr-uhd/lib/uhd_multi_usrp_source.h                 |   15 +-
 gr-uhd/lib/uhd_single_usrp_sink.cc                 |   15 +-
 gr-uhd/lib/uhd_single_usrp_sink.h                  |   15 +-
 gr-uhd/lib/uhd_single_usrp_source.cc               |   94 +++++++--
 gr-uhd/lib/uhd_single_usrp_source.h                |   19 +-
 gr-uhd/swig/__init__.py                            |   48 ++++-
 gr-uhd/swig/uhd_swig.i                             |   37 ++--
 gr-wxgui/Makefile.am                               |    2 +-
 {gcell/include/gcell => gr-wxgui/grc}/.gitignore   |    0
 gr-wxgui/grc/Makefile.am                           |   44 ++++
 .../wxgui => gr-wxgui/grc}/__init__.py             |    0
 {grc/grc_gnuradio/wxgui => gr-wxgui/grc}/panel.py  |    0
 .../wxgui => gr-wxgui/grc}/top_block_gui.py        |    0
 gr-wxgui/grc/variable_check_box.xml                |   85 +++++++
 gr-wxgui/grc/variable_chooser.xml                  |  123 +++++++++++
 gr-wxgui/grc/variable_slider.xml                   |  139 ++++++++++++
 gr-wxgui/grc/variable_static_text.xml              |   98 ++++++++
 gr-wxgui/grc/variable_text_box.xml                 |  102 +++++++++
 gr-wxgui/grc/wxgui_constellationsink2.xml          |  139 ++++++++++++
 gr-wxgui/grc/wxgui_fftsink2.xml                    |  232 ++++++++++++++++++++
 gr-wxgui/grc/wxgui_histosink2.xml                  |   77 +++++++
 gr-wxgui/grc/wxgui_numbersink2.xml                 |  192 ++++++++++++++++
 gr-wxgui/grc/wxgui_scopesink2.xml                  |  186 ++++++++++++++++
 gr-wxgui/grc/wxgui_termsink.xml                    |   55 +++++
 gr-wxgui/grc/wxgui_waterfallsink2.xml              |  189 ++++++++++++++++
 grc/blocks/Makefile.am                             |   12 -
 grc/blocks/block_tree.xml                          |    5 -
 grc/blocks/options.xml                             |    1 -
 grc/blocks/variable_check_box.xml                  |   84 -------
 grc/blocks/variable_chooser.xml                    |  122 ----------
 grc/blocks/variable_slider.xml                     |  138 ------------
 grc/blocks/variable_static_text.xml                |   97 --------
 grc/blocks/variable_text_box.xml                   |  101 ---------
 grc/blocks/wxgui_constellationsink2.xml            |  139 ------------
 grc/blocks/wxgui_fftsink2.xml                      |  232 --------------------
 grc/blocks/wxgui_histosink2.xml                    |   77 -------
 grc/blocks/wxgui_numbersink2.xml                   |  192 ----------------
 grc/blocks/wxgui_scopesink2.xml                    |  186 ----------------
 grc/blocks/wxgui_termsink.xml                      |   55 -----
 grc/blocks/wxgui_waterfallsink2.xml                |  189 ----------------
 grc/grc_gnuradio/Makefile.am                       |    6 -
 grc/python/Platform.py                             |    2 +-
 54 files changed, 2018 insertions(+), 1763 deletions(-)
 create mode 100644 gr-qtgui/grc/qtgui_variable_chooser.xml
 create mode 100644 gr-uhd/lib/gr_uhd_api.h
 copy {gcell/include/gcell => gr-wxgui/grc}/.gitignore (100%)
 create mode 100644 gr-wxgui/grc/Makefile.am
 rename {grc/grc_gnuradio/wxgui => gr-wxgui/grc}/__init__.py (100%)
 rename {grc/grc_gnuradio/wxgui => gr-wxgui/grc}/panel.py (100%)
 rename {grc/grc_gnuradio/wxgui => gr-wxgui/grc}/top_block_gui.py (100%)
 create mode 100644 gr-wxgui/grc/variable_check_box.xml
 create mode 100644 gr-wxgui/grc/variable_chooser.xml
 create mode 100644 gr-wxgui/grc/variable_slider.xml
 create mode 100644 gr-wxgui/grc/variable_static_text.xml
 create mode 100644 gr-wxgui/grc/variable_text_box.xml
 create mode 100644 gr-wxgui/grc/wxgui_constellationsink2.xml
 create mode 100644 gr-wxgui/grc/wxgui_fftsink2.xml
 create mode 100644 gr-wxgui/grc/wxgui_histosink2.xml
 create mode 100644 gr-wxgui/grc/wxgui_numbersink2.xml
 create mode 100644 gr-wxgui/grc/wxgui_scopesink2.xml
 create mode 100644 gr-wxgui/grc/wxgui_termsink.xml
 create mode 100644 gr-wxgui/grc/wxgui_waterfallsink2.xml
 delete mode 100644 grc/blocks/variable_check_box.xml
 delete mode 100644 grc/blocks/variable_chooser.xml
 delete mode 100644 grc/blocks/variable_slider.xml
 delete mode 100644 grc/blocks/variable_static_text.xml
 delete mode 100644 grc/blocks/variable_text_box.xml
 delete mode 100644 grc/blocks/wxgui_constellationsink2.xml
 delete mode 100644 grc/blocks/wxgui_fftsink2.xml
 delete mode 100644 grc/blocks/wxgui_histosink2.xml
 delete mode 100644 grc/blocks/wxgui_numbersink2.xml
 delete mode 100644 grc/blocks/wxgui_scopesink2.xml
 delete mode 100644 grc/blocks/wxgui_termsink.xml
 delete mode 100644 grc/blocks/wxgui_waterfallsink2.xml


hooks/post-receive
-- 
git://gnuradio.org/jblum



reply via email to

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