summaryrefslogtreecommitdiff
path: root/gr-wxgui/src/python/scope_window.py
AgeCommit message (Collapse)Author
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.
2010-10-17Adds a new parameter "y_axis_label" to scopesink2 and the GRC .xml file that ↵Marcus Leech
contains the string for the Y axis label. It defaults to 'Counts' to be consistent with the old version.
2010-07-05Merge branch 'patches/marcus/stripchart'Johnathan Corgan
Conflicts: gr-wxgui/src/python/scope_window.py * Adds new scope window trigger, TRIG_MODE_STRIPCHART * Allows config file selection of whether background window sinks still run * Allows config file selection of default trigger mode * Allows config file selection of default waterfall sink color mode [wxgui] #Setting this to true prevents the window sinks from stopping when they #are not displayed, as when they are in a notebook with a hidden tab. run_always = False # Default scope trigger mode. # # 0 = Freerun # 1 = Auto (default) # 2 = Normal # 3 = Stripchart trig_mode = 1 # Default waterfall sink color mode. Valid choices are 'rgb1', 'rbg2', # 'rgb3', or 'gray' waterfall_color = rgb1
2010-05-16gr-wxgui: adds stripchart trigger mode to graphics sinksMarcus D Leech
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-28gr-wxgui: Added additional color table entriesMarcus Leech
2010-04-26Add analog CRT screen afterglow emulation for gr-wxguiMartin Dudok van Heel
2009-10-18added v offset option to scopeJosh Blum
2009-10-09registered key to hide/show control panel in wxgui windowsJosh Blum
2009-06-13Merged wxgui/forms branch r11124:11183jblum
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
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
2009-01-28fixed 2 scaling bugs in scopesinkjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10329 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-22config properties and rates for gl sinksjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9637 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-08-14more backwards compadibility, marker for scope/xy plotterjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9293 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