[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (6ff4e45 -> 8939e2e)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (6ff4e45 -> 8939e2e) |
Date: |
Fri, 3 Apr 2015 19:59:33 +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 6ff4e45 Merge remote-tracking branch 'nowls/cmake_volk_cross_fix'
new 64a2f10 qtgui: Fixed bug that did not allow multiple range
objects in a single flow graph
new bd7a435 qtgui: Fixed template errors
new c79c4ff qtqui: fixed grc block creation code
new 92cecef Merge pull request #2 from SaikWolf/pyqwt-removal
new 3dcb5b9 gr-audio: use generic int types instead of gr_int*
new 5c56ab7 do not use deprecated gr_int* types
new 7288f02 Merge remote-tracking branch 'pinkavaj/clear-int-00'
new 9f9d89c qtgui: fixed slider tracking and scrolling
new 7c6946e qtgui: range control -> jump to nearest step with left
click
new 8f5a8e7 qtgui: range comment cleanup
new 151756b Merge remote-tracking branch
'saikwolf/qtgui_range_improvements'
new 3689666 qtgui: Adding a themes directory and install qss files
there.
new 8939e2e Merge remote-tracking branch 'tom/qtgui/themes_support'
The 13 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:
CMakeLists.txt | 1 +
gnuradio-runtime/include/gnuradio/fxpt.h | 19 ++++++++++---------
gnuradio-runtime/include/gnuradio/fxpt_vco.h | 2 +-
gnuradio-runtime/lib/math/qa_fxpt.cc | 6 +++---
gr-analog/lib/frequency_modulator_fc_impl.cc | 2 +-
gr-atsc/include/gnuradio/atsc/field_sync_demux.h | 4 ++--
gr-audio/lib/alsa/alsa_sink.cc | 8 ++++----
gr-audio/lib/alsa/alsa_source.cc | 8 ++++----
gr-pager/lib/flex_parse_impl.cc | 4 ++--
gr-qtgui/CMakeLists.txt | 12 ++++++++++++
gr-qtgui/examples/CMakeLists.txt | 2 --
gr-qtgui/gr-qtgui.conf | 2 +-
gr-qtgui/grc/qtgui_range.xml | 5 +++--
gr-qtgui/python/qtgui/range.py | 16 ++++++++++------
gr-qtgui/{examples => themes}/alt.qss | 9 ++++++---
gr-qtgui/{examples => themes}/dark.qss | 0
16 files changed, 60 insertions(+), 40 deletions(-)
rename gr-qtgui/{examples => themes}/alt.qss (94%)
rename gr-qtgui/{examples => themes}/dark.qss (100%)
- [Commit-gnuradio] [gnuradio] branch master updated (6ff4e45 -> 8939e2e),
git <=
- [Commit-gnuradio] [gnuradio] 03/13: qtgui: Fixed bug that did not allow multiple range objects in a single flow graph, git, 2015/04/03
- [Commit-gnuradio] [gnuradio] 09/13: qtgui: range control -> jump to nearest step with left click, git, 2015/04/03
- [Commit-gnuradio] [gnuradio] 12/13: Merge remote-tracking branch 'saikwolf/qtgui_range_improvements', git, 2015/04/03
- [Commit-gnuradio] [gnuradio] 13/13: Merge remote-tracking branch 'tom/qtgui/themes_support', git, 2015/04/03
- [Commit-gnuradio] [gnuradio] 10/13: qtgui: range comment cleanup, git, 2015/04/03
- [Commit-gnuradio] [gnuradio] 02/13: do not use deprecated gr_int* types, git, 2015/04/03
- [Commit-gnuradio] [gnuradio] 05/13: qtqui: fixed grc block creation code, git, 2015/04/03
- [Commit-gnuradio] [gnuradio] 04/13: qtgui: Fixed template errors, git, 2015/04/03
- [Commit-gnuradio] [gnuradio] 11/13: Merge remote-tracking branch 'pinkavaj/clear-int-00', git, 2015/04/03
- [Commit-gnuradio] [gnuradio] 08/13: qtgui: Adding a themes directory and install qss files there., git, 2015/04/03