commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch next updated (a2376be -> 83bcd3d)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (a2376be -> 83bcd3d)
Date: Fri, 3 Apr 2015 19:59:36 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a change to branch next
in repository gnuradio.

      from  a2376be   Merge branch 'master' into next
       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'
       new  83bcd3d   Merge branch 'master' into next

The 14 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-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
 15 files changed, 58 insertions(+), 38 deletions(-)
 rename gr-qtgui/{examples => themes}/alt.qss (94%)
 rename gr-qtgui/{examples => themes}/dark.qss (100%)



reply via email to

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