summaryrefslogtreecommitdiff
path: root/gr-wxgui/src/python/plotter
Commit message (Collapse)AuthorAgeFilesLines
* wxgui: changed wxgui directory to be more 3.7-like (src/python -> python).Tom Rondeau2013-02-118-2038/+0
|
* Merge branch 'master' into nextJohnathan Corgan2013-01-201-0/+2
|\
| * Merge branch 'maint'Johnathan Corgan2013-01-201-0/+2
| |\
| | * Added PaintDC to 'plotter_base' so WX GL sinks will work under Windows.Balint Seeber2013-01-181-0/+2
| | | | | | | | | | | | Changed 'notebook' SetSelection (deprecated) to ChangeSelection.
* | | Merge branch 'master' into nextJohnathan Corgan2013-01-151-34/+32
|\| |
| * | wxgui: implement persistence without using glAccumSylvain Munaut2013-01-151-16/+19
| |/
| * wxgui: dead code removal and formatting cleanupSylvain Munaut2013-01-151-36/+31
| |
* | docs: Changed arguments in python docstrings to new formatting style.Ben Reynwar2012-08-146-75/+167
|/
* wxgui: allows LEFT click to set a flow-graph variable to the adjusted X ↵Marcus Leech2012-05-215-2/+34
| | | | value on either the FFT or waterfall display.
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-135-507/+507
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-43/+0
| | | | Nick Foster owes Nick Corgan a six-pack of beer!
* wxgui: fix to use wx.Colour which is the actual name of the class (wx python ↵Josh Blum2010-07-211-1/+1
| | | | wrapper may be missing wx.Color wrapper)
* gr-wxgui: update copyrightsJohnathan Corgan2010-05-132-2/+2
|
* gr-wxgui: Renamed "emulate analog" feature to "use persistence"Johnathan Corgan2010-05-132-10/+10
|
* Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into masterJohnathan Corgan2010-05-132-1/+36
|\ | | | | | | | | | | | | | | | | * nldudok1/gr-wxgui_emulate_analog: Add analog CRT screen afterglow emulation for gr-wxgui Conflicts: gr-wxgui/src/python/fftsink_gl.py gr-wxgui/src/python/fftsink_nongl.py
| * Add analog CRT screen afterglow emulation for gr-wxguiMartin Dudok van Heel2010-04-262-1/+36
| |
* | Use numpy to do color table lookup.Josh Blum2010-01-061-9/+8
| | | | | | | | | | | | You can index a numpy array with another numpy array to get an array of looked-up values. I did not know that numpy could do that!
* | bug fix for waterfall plotter,Josh Blum2009-12-261-5/+9
|/ | | | it seems that numpy choose changed
* point label transpareny, horizontal offset, and toggle on/off capabilityJosh Blum2009-10-082-3/+9
|
* Fix so that the waterfall texture is initialized with a buffer of the same size.Josh Blum2009-09-021-1/+1
| | | | | If the fft size was a non power of two, the buffer would be a different size. This would cause a segfault. Particularly because fft_window was throwing out a bin.
* Added git ignore files auto created from svn:ignore properties.git2009-08-141-0/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11309:11357 from grc branch.jblum2009-07-061-0/+1
| | | | | | | | Adds notebook cabability to grc and its wxgui windows/controls. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11358 221aa14e-8319-0410-a670-987f0aec2ac5
* option to enforce padding aspect ratio in grid plottersjblum2009-03-301-0/+32
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10714 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10463:10658 from jblum/gui_guts into trunk. Trunk passes distcheck.jcorgan2009-03-208-445/+858
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10660 221aa14e-8319-0410-a670-987f0aec2ac5
* Replaced """! with """. Exclamation mark showed in doxygen docs. jblum2008-09-103-39/+39
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9549 221aa14e-8319-0410-a670-987f0aec2ac5
* patched channel plotter -> Stefan Brünsjblum2008-09-021-1/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9484 221aa14e-8319-0410-a670-987f0aec2ac5
* replaced semaphore with primitive lock, adjusted drawing boundsjblum2008-09-022-12/+13
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9482 221aa14e-8319-0410-a670-987f0aec2ac5
* plotter: require double bufferingjblum2008-08-191-3/+5
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9333 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged changeset r9241:9289 from jblum/glwxgui into trunk. Adds OpenGL ↵jcorgan2008-08-146-0/+1460
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