summaryrefslogtreecommitdiff
path: root/gr-wxgui/src/python/plotter
AgeCommit message (Collapse)Author
2013-04-11wxgui: Fixes to solve issues using GL sinks on OS XBalint Seeber
plotter/plotter_base.py: Create explicit OpenGL context, check if window is shown before realising context & only create PaintDC is paint triggered by WM message (OS paint event) Added SetSizeHints to WX sink windows so sizing occurs correctly
2013-01-20Merge branch 'maint'Johnathan Corgan
2013-01-18Added PaintDC to 'plotter_base' so WX GL sinks will work under Windows.Balint Seeber
Changed 'notebook' SetSelection (deprecated) to ChangeSelection.
2013-01-15wxgui: implement persistence without using glAccumSylvain Munaut
2013-01-15wxgui: dead code removal and formatting cleanupSylvain Munaut
2012-05-21wxgui: allows LEFT click to set a flow-graph variable to the adjusted X ↵Marcus Leech
value on either the FFT or waterfall display.
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-12-08Removed autotools, gr-waveform, some cleanupJohnathan Corgan
Nick Foster owes Nick Corgan a six-pack of beer!
2010-07-21wxgui: fix to use wx.Colour which is the actual name of the class (wx python ↵Josh Blum
wrapper may be missing wx.Color wrapper)
2010-05-13gr-wxgui: update copyrightsJohnathan Corgan
2010-05-13gr-wxgui: Renamed "emulate analog" feature to "use persistence"Johnathan Corgan
2010-05-13Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into masterJohnathan Corgan
* 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
2010-04-26Add analog CRT screen afterglow emulation for gr-wxguiMartin Dudok van Heel
2010-01-06Use numpy to do color table lookup.Josh Blum
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!
2009-12-26bug fix for waterfall plotter,Josh Blum
it seems that numpy choose changed
2009-10-08point label transpareny, horizontal offset, and toggle on/off capabilityJosh Blum
2009-09-02Fix so that the waterfall texture is initialized with a buffer of the same size.Josh Blum
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.
2009-08-14Added git ignore files auto created from svn:ignore properties.git
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
2009-07-06Merged r11309:11357 from grc branch.jblum
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
2009-03-30option to enforce padding aspect ratio in grid plottersjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10714 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-20Merged r10463:10658 from jblum/gui_guts into trunk. Trunk passes distcheck.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10660 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-10Replaced """! with """. Exclamation mark showed in doxygen docs. jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9549 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-02patched channel plotter -> Stefan Brünsjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9484 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-02replaced semaphore with primitive lock, adjusted drawing boundsjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9482 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-19plotter: require double bufferingjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9333 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-14Merged changeset r9241:9289 from jblum/glwxgui into trunk. Adds OpenGL ↵jcorgan
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