[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. 3
From: |
git repository hosting |
Subject: |
[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. 3.3git-760-g39cb5b8 |
Date: |
Wed, 12 May 2010 04:04:29 +0100 (BST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/gnuradio".
The branch, master has been updated
via 39cb5b8daee27ccca4d1919706910ccff116f45d (commit)
via 55364771aee8933ded7e98bd3c873d767f717cec (commit)
via a13d9fd69606935a075f3033fc0b244a011f792b (commit)
via b682d4bbe98b72e86219f1f303843b4f4f9ed1b7 (commit)
via f20b3e2a48a4b9ae7a8b87b1361749c290d99e39 (commit)
via 89ceb6c846e5b859d8fdef4fef84093f18efd3da (commit)
via a45e2a94328fee03910e9dbfa04b48bf9ba15f61 (commit)
via 8f1340102fa181a470dd5ec89a92bdb33dc3e288 (commit)
via 19550b1be84c96eb92b24c88847e1b0d024b366c (commit)
via 7488244b24a52e6b1a51bcbdb0077e70554c6731 (commit)
via e0df16cf6f62dd0745530955481df8c3eecc9cb2 (commit)
via e93a81a1f346f1fdef218b115c99f547ccd7ad27 (commit)
via f7a73dc6334be8b4ddd0d8308eb1eefa4cad3049 (commit)
via 6606af991b15174cbdbaca738669a21461b0fbe6 (commit)
via f1b71c9525dd56e2c296a2bca4b2db9ed1a320ce (commit)
via 94c92b789da2feec05a8aa417619c5d5c40f1e3f (commit)
via 22a2621d0d11316a1d8562c5fddd03f162c40d36 (commit)
via 66ff2fa5db423851f69e8eb1b3f4f8ccd434facd (commit)
from 1fc7c57f778a9f05ded1d216247242ee13632d03 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 39cb5b8daee27ccca4d1919706910ccff116f45d
Merge: 1fc7c57f778a9f05ded1d216247242ee13632d03
55364771aee8933ded7e98bd3c873d767f717cec
Author: Tom Rondeau <address@hidden>
Date: Tue May 11 21:19:15 2010 -0400
Merge branch 'qtupdate'
commit 55364771aee8933ded7e98bd3c873d767f717cec
Author: Tom Rondeau <address@hidden>
Date: Tue May 11 21:03:38 2010 -0400
Fixing up GUI windows to better scale with gtgui sinks.
commit a13d9fd69606935a075f3033fc0b244a011f792b
Author: Tom Rondeau <address@hidden>
Date: Tue May 11 20:38:06 2010 -0400
Fixing benchmark loopback to work with new v2's of modulators.
commit b682d4bbe98b72e86219f1f303843b4f4f9ed1b7
Author: Tom Rondeau <address@hidden>
Date: Mon May 10 20:20:47 2010 -0400
Fixing benchmark program to work with original dbpsk/dqpsk modulations
again (and saving the version 2 mods for those marked v2).
commit f20b3e2a48a4b9ae7a8b87b1361749c290d99e39
Author: Tom Rondeau <address@hidden>
Date: Mon May 10 20:10:32 2010 -0400
Changes to the examples to fit updates to qtgui.
commit 89ceb6c846e5b859d8fdef4fef84093f18efd3da
Author: Tom Rondeau <address@hidden>
Date: Mon May 10 19:48:41 2010 -0400
Simple code cleanup.
commit a45e2a94328fee03910e9dbfa04b48bf9ba15f61
Author: Tom Rondeau <address@hidden>
Date: Mon May 10 19:47:02 2010 -0400
Remove one of the loop when posting new data; calculations are done the
same time the fft shift and scaling operations happen.
commit 8f1340102fa181a470dd5ec89a92bdb33dc3e288
Author: Tom Rondeau <address@hidden>
Date: Sun May 9 18:25:17 2010 -0400
Minor cleanups.
commit 19550b1be84c96eb92b24c88847e1b0d024b366c
Author: Tom Rondeau <address@hidden>
Date: Sun May 9 13:06:20 2010 -0400
Updating zoom and axis across plots for consistent zoom levels and behavior.
commit 7488244b24a52e6b1a51bcbdb0077e70554c6731
Author: Tom Rondeau <address@hidden>
Date: Sun May 2 15:00:02 2010 -0400
Fixes segfault on close. Using the right objective (d_main_gui) instead of
d_object to delete all of the plotting widgets. As far as Valgrind tells me,
this cleans up my memory leaks although libqt and libqwt still have some of
their own.
This checkin also disables the Waterfall3D plotting. It wasn't working
anyway, but was also causing its own segfault upon deletion. Once it's working
and deleting nicely, it will be re-enabled.
commit e0df16cf6f62dd0745530955481df8c3eecc9cb2
Author: Tom Rondeau <address@hidden>
Date: Sat May 1 20:04:13 2010 -0400
Fixing constellation zoomer's label.
commit e93a81a1f346f1fdef218b115c99f547ccd7ad27
Author: Tom Rondeau <address@hidden>
Date: Sat May 1 19:48:21 2010 -0400
Maxing the x-axis of the time domain plot represent the actual time of the
samples and not just the sample number.
commit f7a73dc6334be8b4ddd0d8308eb1eefa4cad3049
Author: Tom Rondeau <address@hidden>
Date: Sat May 1 19:11:13 2010 -0400
Whoops. Time intervals are specified in seconds, not ms...
commit 6606af991b15174cbdbaca738669a21461b0fbe6
Author: Tom Rondeau <address@hidden>
Date: Sat May 1 19:06:13 2010 -0400
Fixes the replotting update. It's now based on a QTimer so it's in the
event buffer as opposed to a best effort based on a hand-made timer. The
interval between GUI updates is settable through the qtsink_X objects with
set_update_time(newtime). This update makes the plotting much more stable. It
also fixes the time scale of the waterfall plot to actually mean the right
thing.
commit f1b71c9525dd56e2c296a2bca4b2db9ed1a320ce
Author: Tom Rondeau <address@hidden>
Date: Sat May 1 17:36:07 2010 -0400
Fixing displayed pen and x-axis to report the right units and scaling of
frequencies.
commit 94c92b789da2feec05a8aa417619c5d5c40f1e3f
Author: Tom Rondeau <address@hidden>
Date: Sat May 1 17:26:15 2010 -0400
Removing PowerLine since we weren't using it and don't have plans to.
commit 22a2621d0d11316a1d8562c5fddd03f162c40d36
Author: Tom Rondeau <address@hidden>
Date: Sat May 1 17:23:43 2010 -0400
Peak power line now actually tracks the peak power.
commit 66ff2fa5db423851f69e8eb1b3f4f8ccd434facd
Author: Tom Rondeau <address@hidden>
Date: Sat May 1 17:20:49 2010 -0400
Fixes units of pen in frequency plot.
-----------------------------------------------------------------------
Summary of changes:
.../python/digital/benchmark_qt_loopback.py | 31 +-
.../python/digital/benchmark_qt_loopback2.py | 2 +-
.../python/digital/qt_digital_window.py | 232 +++---
.../python/digital/qt_digital_window.ui | 685 +++++++--------
.../python/digital/qt_digital_window2.py | 247 +++---
.../python/digital/qt_digital_window2.ui | 873 ++++++++++----------
gnuradio-examples/python/digital/qt_rx_window.py | 43 +-
gnuradio-examples/python/digital/qt_rx_window.ui | 256 +++----
gnuradio-examples/python/digital/qt_rx_window2.py | 33 +-
gnuradio-examples/python/digital/qt_rx_window2.ui | 237 +++---
gr-qtgui/src/lib/ConstellationDisplayPlot.cc | 41 +-
gr-qtgui/src/lib/ConstellationDisplayPlot.h | 5 +-
gr-qtgui/src/lib/FrequencyDisplayPlot.cc | 110 ++--
gr-qtgui/src/lib/FrequencyDisplayPlot.h | 4 +-
gr-qtgui/src/lib/SpectrumGUIClass.cc | 15 +-
gr-qtgui/src/lib/SpectrumGUIClass.h | 5 +-
gr-qtgui/src/lib/TimeDomainDisplayPlot.cc | 125 ++-
gr-qtgui/src/lib/TimeDomainDisplayPlot.h | 9 +-
gr-qtgui/src/lib/WaterfallDisplayPlot.cc | 123 ++--
gr-qtgui/src/lib/WaterfallDisplayPlot.h | 4 +-
gr-qtgui/src/lib/qtgui_sink_c.cc | 14 +-
gr-qtgui/src/lib/qtgui_sink_c.h | 4 +
gr-qtgui/src/lib/qtgui_sink_f.cc | 14 +-
gr-qtgui/src/lib/qtgui_sink_f.h | 4 +
gr-qtgui/src/lib/spectrumUpdateEvents.cc | 27 +-
gr-qtgui/src/lib/spectrumUpdateEvents.h | 35 +-
gr-qtgui/src/lib/spectrumdisplayform.cc | Bin 27362 -> 27467 bytes
gr-qtgui/src/lib/spectrumdisplayform.h | 7 +-
gr-qtgui/src/lib/spectrumdisplayform.ui | 74 +--
gr-qtgui/src/python/pyqt_example.py | 4 +-
gr-qtgui/src/python/pyqt_example_f.py | 4 +-
gr-qtgui/src/python/qt_digital.py | 10 +-
gr-qtgui/src/python/qt_digital_window.py | 164 +++--
gr-qtgui/src/python/qt_digital_window.ui | 495 ++++++------
gr-qtgui/src/python/usrp2_display.py | 4 +-
35 files changed, 1918 insertions(+), 2022 deletions(-)
hooks/post-receive
--
git://gnuradio.org/gnuradio
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. 3.3git-760-g39cb5b8,
git repository hosting <=