summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/qtgui_sink_c.cc
AgeCommit message (Collapse)Author
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2011-11-01qtgui_sink_c : Fix update rate math.Philip Balister
I botched the conversion to gruel high res timers. This patch fixes things. Checked on x86 byt hand adjusting update rate. We should expose the update rate setting to users. Signed-off-by: Philip Balister <philip@opensdr.com>
2011-10-23qtqui-sink : Do not run the FFT unless updating the display.Philip Balister
Signed-off-by: Philip Balister <philip@opensdr.com>
2011-06-07qtgui: removed all traces of highResTimeFunctions.hJosh Blum
2011-06-07qtgui: replace timespec with typedef so its easier to replaceJosh Blum
2011-04-10gr-qtgui: exposing set_update_time to Python.Tom Rondeau
2011-04-10gr-qtgui: removed OpenGL calls; we still link against the QTOPENGL_LIBS ↵Tom Rondeau
because of some dependencies in Qwt.
2011-04-06gr-qtgui: removing references to 3D waterfall plot and changning QtGui API ↵Tom Rondeau
to remove bool that turns it on/off.
2011-04-04gr-qtgui: removing unnecessary mutex and qtevent objects.Tom Rondeau
2011-03-27gr-qtgui: tightening up and cleaning up some memory leaks.Tom Rondeau
2011-03-27gr-qtgui: cleaning up handling of mutexTom Rondeau
2011-03-27gr-qtgui: restructuring qtgui directory to new layout.Tom Rondeau