[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (d8ffe56 -> e2815ab)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (d8ffe56 -> e2815ab) |
Date: |
Wed, 8 Apr 2015 23:27:16 +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 d8ffe56 qtgui: no longer have a need for numpy library
new 86759e9 blocks: fixed problem with setting peak detector's alpha
value.
new 74b8b8a Merge remote-tracking branch
'tom/blocks/peak_detector2_alpha'
new 54614c3 qtgui: Slight modification to the precision of the
counter in the qt range.
new 8c88269 qtgui: Refactored range widget. Enabled slider focus,
fixed issue where slider event caused counter to round, and fixed whitespace to
match PEP8.
new fe35892 qtgui: Fixed issue where clicking on the range widget
jumped to the wrong location
new e2815ab Merge remote-tracking branch 'sdh11/qt-range'
The 6 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:
.../include/gnuradio/blocks/peak_detector2_fb.h | 2 +-
gr-blocks/lib/peak_detector2_fb_impl.cc | 8 +-
gr-blocks/lib/peak_detector2_fb_impl.h | 2 +-
gr-qtgui/python/qtgui/range.py | 196 ++++++++++++---------
4 files changed, 120 insertions(+), 88 deletions(-)
- [Commit-gnuradio] [gnuradio] branch master updated (d8ffe56 -> e2815ab),
git <=
- [Commit-gnuradio] [gnuradio] 06/06: Merge remote-tracking branch 'sdh11/qt-range', git, 2015/04/08
- [Commit-gnuradio] [gnuradio] 02/06: qtgui: Slight modification to the precision of the counter in the qt range., git, 2015/04/08
- [Commit-gnuradio] [gnuradio] 04/06: qtgui: Fixed issue where clicking on the range widget jumped to the wrong location, git, 2015/04/08
- [Commit-gnuradio] [gnuradio] 01/06: blocks: fixed problem with setting peak detector's alpha value., git, 2015/04/08
- [Commit-gnuradio] [gnuradio] 05/06: Merge remote-tracking branch 'tom/blocks/peak_detector2_alpha', git, 2015/04/08
- [Commit-gnuradio] [gnuradio] 03/06: qtgui: Refactored range widget. Enabled slider focus, fixed issue where slider event caused counter to round, and fixed whitespace to match PEP8., git, 2015/04/08