[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch maint updated (69323c1 -> 1366dc2)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch maint updated (69323c1 -> 1366dc2) |
Date: |
Sun, 16 Feb 2014 21:11:09 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a change to branch maint
in repository gnuradio.
from 69323c1 qtgui: forces min/max sliders for qt_sink waterfall plots
to be horizontal.
new 6bd97e4 Remove "Bytes to Symbols" block from GRC as bytes_to_syms
no longer exists.
new a7d92b8 digital: Fixed example which had invalid default values
after changing HPD
new 9751a5f Removes qt3 leftovers in qtgui code.
new 9fb5487 modtool: added skipping of lib/ and swig/ if sources list
is empty
new e1f860c Merge remote-tracking branch
'mbant/oot-modules-without-cpp-maint' into maint
new 1366dc2 add default OSX homebrew path to FindQwt, last in the
list; should never conflict with other OSs nor MacPorts or Fink
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:
cmake/Modules/FindQwt.cmake | 4 +-
gr-digital/examples/ofdm/rx_ofdm.grc | 518 +++++++++++++--------
gr-digital/grc/digital_block_tree.xml | 1 -
gr-digital/grc/digital_bytes_to_syms.xml | 20 -
gr-qtgui/lib/spectrumdisplayform.ui | 1 -
.../python/modtool/gr-newmod/lib/CMakeLists.txt | 6 +
.../python/modtool/gr-newmod/swig/CMakeLists.txt | 8 +
7 files changed, 329 insertions(+), 229 deletions(-)
delete mode 100644 gr-digital/grc/digital_bytes_to_syms.xml
- [Commit-gnuradio] [gnuradio] branch maint updated (69323c1 -> 1366dc2),
git <=
- [Commit-gnuradio] [gnuradio] 05/06: Merge remote-tracking branch 'mbant/oot-modules-without-cpp-maint' into maint, git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 01/06: modtool: added skipping of lib/ and swig/ if sources list is empty, git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 02/06: Remove "Bytes to Symbols" block from GRC as bytes_to_syms no longer exists., git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 06/06: add default OSX homebrew path to FindQwt, last in the list; should never conflict with other OSs nor MacPorts or Fink, git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 04/06: Removes qt3 leftovers in qtgui code., git, 2014/02/16
- [Commit-gnuradio] [gnuradio] 03/06: digital: Fixed example which had invalid default values after changing HPD, git, 2014/02/16