summaryrefslogtreecommitdiff
path: root/gr-qtgui/src/lib/spectrumUpdateEvents.cc
Commit message (Collapse)AuthorAgeFilesLines
* gr-qtgui: restructuring qtgui directory to new layout.Tom Rondeau2011-03-271-180/+0
|
* Simple code cleanup.Tom Rondeau2010-05-101-7/+12
|
* Fixes the replotting update. It's now based on a QTimer so it's in the event ↵Tom Rondeau2010-05-011-8/+0
| | | | 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.
* Merging qtdevel2 branch -r10565:10849. This adds a lot of fixes and ↵trondeau2009-04-151-27/+79
| | | | | | capabilities to the qtgui package. Most importantly, it allows interaction between PyQt and the C++ Qt routines in the gnuradio library. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10850 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging qtgui branch-r9068:9837: this ads a qtgui_sink_c and qtgui_sink_f ↵trondeau2008-10-251-0/+131
that displays the time, PSD, and spectrogram plots of a signal put into it. It requires qt4, qwt, and qwtplot3d and has not been tested on OSX. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9853 221aa14e-8319-0410-a670-987f0aec2ac5