[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (3061e47 -> 04faaba)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (3061e47 -> 04faaba) |
Date: |
Thu, 2 Apr 2015 22:18:18 +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 3061e47 Merge remote-tracking branch
'michaelld/fixes_for_std_complex'
new cde6a28 qtgui: Initial removal of pyqwt. Replaced with pyqt4.
new 14eb3cc qtgui: Replaced pyqwt range block with working pyqt
version.
new df148e6 qt-gui: updating range, counter now shows decimals
new cf7f374 qtgui: counter_slider now respond to each other without
error
new 04faaba qtgui: remove dependency mentions of PyQWT.
The 5 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/Packaging/Fedora-15.cmake | 2 +-
cmake/Packaging/Fedora-16.cmake | 2 +-
cmake/Packaging/Fedora-17.cmake | 2 +-
cmake/Packaging/Fedora-18.cmake | 2 +-
docs/doxygen/other/build_guide.dox | 1 -
gr-qtgui/CMakeLists.txt | 1 -
gr-qtgui/doc/qtgui.dox | 1 -
gr-qtgui/grc/qtgui_range.xml | 130 ++---------------------------
gr-qtgui/python/qtgui/CMakeLists.txt | 1 +
gr-qtgui/python/qtgui/__init__.py | 3 +
gr-qtgui/python/qtgui/range.py | 157 +++++++++++++++++++++++++++++++++++
11 files changed, 173 insertions(+), 129 deletions(-)
create mode 100755 gr-qtgui/python/qtgui/range.py
- [Commit-gnuradio] [gnuradio] branch master updated (3061e47 -> 04faaba),
git <=
- [Commit-gnuradio] [gnuradio] 05/05: qtgui: remove dependency mentions of PyQWT., git, 2015/04/02
- [Commit-gnuradio] [gnuradio] 03/05: qt-gui: updating range, counter now shows decimals, git, 2015/04/02
- [Commit-gnuradio] [gnuradio] 01/05: qtgui: Initial removal of pyqwt. Replaced with pyqt4., git, 2015/04/02
- [Commit-gnuradio] [gnuradio] 02/05: qtgui: Replaced pyqwt range block with working pyqt version., git, 2015/04/02
- [Commit-gnuradio] [gnuradio] 04/05: qtgui: counter_slider now respond to each other without error, git, 2015/04/02