Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wxgui: changed wxgui directory to be more 3.7-like (src/python -> python). | Tom Rondeau | 2013-02-11 | 1 | -294/+0 |
| | |||||
* | docs: Changed arguments in python docstrings to new formatting style. | Ben Reynwar | 2012-08-14 | 1 | -11/+27 |
| | |||||
* | wxgui: allows LEFT click to set a flow-graph variable to the adjusted X ↵ | Marcus Leech | 2012-05-21 | 1 | -0/+8 |
| | | | | value on either the FFT or waterfall display. | ||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 1 | -1/+1 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | Use numpy to do color table lookup. | Josh Blum | 2010-01-06 | 1 | -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 Blum | 2009-12-26 | 1 | -5/+9 |
| | | | | it seems that numpy choose changed | ||||
* | Fix so that the waterfall texture is initialized with a buffer of the same size. | Josh Blum | 2009-09-02 | 1 | -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. | ||||
* | Merged r10463:10658 from jblum/gui_guts into trunk. Trunk passes distcheck. | jcorgan | 2009-03-20 | 1 | -61/+46 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10660 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Replaced """! with """. Exclamation mark showed in doxygen docs. | jblum | 2008-09-10 | 1 | -11/+11 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9549 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | replaced semaphore with primitive lock, adjusted drawing bounds | jblum | 2008-09-02 | 1 | -3/+3 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9482 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Merged changeset r9241:9289 from jblum/glwxgui into trunk. Adds OpenGL ↵ | jcorgan | 2008-08-14 | 1 | -0/+282 |
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 |