summaryrefslogtreecommitdiff
path: root/gr-wxgui/src/python/waterfall_window.py
Commit message (Collapse)AuthorAgeFilesLines
* gr-wxgui: adds stripchart trigger mode to graphics sinksMarcus D Leech2010-05-161-0/+7
|
* use clean numbers for waterfall ref and rangeJosh Blum2009-10-091-6/+7
|
* registered key to hide/show control panel in wxgui windowsJosh Blum2009-10-091-0/+2
|
* waterfall and fft use a common autoscale functionJosh Blum2009-09-021-9/+3
|
* fixed fft reordingjblum2009-07-171-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11450 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged wxgui/forms branch r11124:11183jblum2009-06-131-48/+68
| | | | | | | | | | | | | | | | | | The forms module is set of wxgui forms wrapped in pubsub aware convenience classes. The forms module will be used by the wxgui window classes (fft, scope, waterfall...) The forms module will be used in grc generated flowgraphs. The forms module will be used by future gui apps (usrp siggen...). Tasks: Moved forms module into wxgui. Modified *_window classes to use the forms module. Added features to forms as required. Removed pubsub aware forms in common.py. Switched grc to use the forms module in wxgui. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11184 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10463:10658 from jblum/gui_guts into trunk. Trunk passes distcheck.jcorgan2009-03-201-79/+71
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10660 221aa14e-8319-0410-a670-987f0aec2ac5
* check for samples before autoscale, avoids potential error conditionjblum2008-10-101-0/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9767 221aa14e-8319-0410-a670-987f0aec2ac5
* config properties and rates for gl sinksjblum2008-09-221-1/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9637 221aa14e-8319-0410-a670-987f0aec2ac5
* Replaced """! with """. Exclamation mark showed in doxygen docs. jblum2008-09-101-5/+5
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9549 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged changeset r9241:9289 from jblum/glwxgui into trunk. Adds OpenGL ↵jcorgan2008-08-141-0/+301
versions of fftsink, waterfallsink, and scopesink, and new constsink. See README.gl for use. (Josh Blum) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9290 221aa14e-8319-0410-a670-987f0aec2ac5