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 | 8 | -2038/+0 |
| | |||||
* | Merge branch 'master' into next | Johnathan Corgan | 2013-01-20 | 1 | -0/+2 |
|\ | |||||
| * | Merge branch 'maint' | Johnathan Corgan | 2013-01-20 | 1 | -0/+2 |
| |\ | |||||
| | * | Added PaintDC to 'plotter_base' so WX GL sinks will work under Windows. | Balint Seeber | 2013-01-18 | 1 | -0/+2 |
| | | | | | | | | | | | | Changed 'notebook' SetSelection (deprecated) to ChangeSelection. | ||||
* | | | Merge branch 'master' into next | Johnathan Corgan | 2013-01-15 | 1 | -34/+32 |
|\| | | |||||
| * | | wxgui: implement persistence without using glAccum | Sylvain Munaut | 2013-01-15 | 1 | -16/+19 |
| |/ | |||||
| * | wxgui: dead code removal and formatting cleanup | Sylvain Munaut | 2013-01-15 | 1 | -36/+31 |
| | | |||||
* | | docs: Changed arguments in python docstrings to new formatting style. | Ben Reynwar | 2012-08-14 | 6 | -75/+167 |
|/ | |||||
* | wxgui: allows LEFT click to set a flow-graph variable to the adjusted X ↵ | Marcus Leech | 2012-05-21 | 5 | -2/+34 |
| | | | | 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 | 5 | -507/+507 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | 2011-12-08 | 2 | -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 Blum | 2010-07-21 | 1 | -1/+1 |
| | | | | wrapper may be missing wx.Color wrapper) | ||||
* | gr-wxgui: update copyrights | Johnathan Corgan | 2010-05-13 | 2 | -2/+2 |
| | |||||
* | gr-wxgui: Renamed "emulate analog" feature to "use persistence" | Johnathan Corgan | 2010-05-13 | 2 | -10/+10 |
| | |||||
* | Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into master | Johnathan Corgan | 2010-05-13 | 2 | -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-wxgui | Martin Dudok van Heel | 2010-04-26 | 2 | -1/+36 |
| | | |||||
* | | 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 | ||||
* | point label transpareny, horizontal offset, and toggle on/off capability | Josh Blum | 2009-10-08 | 2 | -3/+9 |
| | |||||
* | 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. | ||||
* | Added git ignore files auto created from svn:ignore properties. | git | 2009-08-14 | 1 | -0/+3 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Merged r11309:11357 from grc branch. | jblum | 2009-07-06 | 1 | -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 plotters | jblum | 2009-03-30 | 1 | -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. | jcorgan | 2009-03-20 | 8 | -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. | jblum | 2008-09-10 | 3 | -39/+39 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9549 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | patched channel plotter -> Stefan Brüns | jblum | 2008-09-02 | 1 | -1/+2 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9484 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | replaced semaphore with primitive lock, adjusted drawing bounds | jblum | 2008-09-02 | 2 | -12/+13 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9482 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | plotter: require double buffering | jblum | 2008-08-19 | 1 | -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 ↵ | jcorgan | 2008-08-14 | 6 | -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 |