]> git.gag.com Git - debian/gnuradio/commit
Merge branch 'patches/marcus/stripchart'
authorJohnathan Corgan <jcorgan@corganenterprises.com>
Mon, 5 Jul 2010 17:43:40 +0000 (10:43 -0700)
committerJohnathan Corgan <jcorgan@corganenterprises.com>
Mon, 5 Jul 2010 17:43:40 +0000 (10:43 -0700)
commit41c222c05eb0e3f36cf5a0e328eead58e77e3a8b
treec8d25fdcd4be89ff24cfd2e5b1a7562ae7d8c7dc
parent8a4ef7ce3c1028454a357b38b1ddb0af0b54d604
parentdc79a11cb809b33f397603e7641b155120be9ee8
Merge branch 'patches/marcus/stripchart'

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
gr-wxgui/src/python/scope_window.py
gr-wxgui/src/python/scopesink_gl.py