Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-20 | Merge branch 'maint' | Johnathan Corgan | |
2013-01-18 | Added PaintDC to 'plotter_base' so WX GL sinks will work under Windows. | Balint Seeber | |
Changed 'notebook' SetSelection (deprecated) to ChangeSelection. | |||
2013-01-15 | wxgui: implement persistence without using glAccum | Sylvain Munaut | |
2013-01-15 | wxgui: dead code removal and formatting cleanup | Sylvain Munaut | |
2012-06-16 | cmake: add support for SYSCONFDIR | Chí-Thanh Christopher Nguyễn | |
Set with 'cmake -DSYSCONFDIR=target ...' This fixes http://gnuradio.org/redmine/issues/492 | |||
2012-05-21 | wxgui: allows LEFT click to set a flow-graph variable to the adjusted X ↵ | Marcus Leech | |
value on either the FFT or waterfall display. | |||
2012-05-03 | GRC: patch to allow users to specify max_noutput_items in GRC options block. | Jose Quaresma | |
2012-04-13 | Removed 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. | |||
2012-01-03 | Merge branch 'master' into next | Tom Rondeau | |
2012-01-03 | scheduler: added argument to wxGUI's stdapp that allows a user to specify ↵ | Tom Rondeau | |
the max_noutput_items when building a wxGUI application. | |||
2011-12-08 | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | |
Nick Foster owes Nick Corgan a six-pack of beer! | |||
2011-11-27 | docs: added python doxygen docs to gr-wxgui | Tom Rondeau | |
2011-10-23 | cmake: make python checks optional for cross builds | Josh Blum | |
2011-10-20 | utils: added cmake support for the gr-utils | Josh Blum | |
2011-10-19 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-10-19 | cmake: fix that component depends on component hack | Josh Blum | |
2011-10-18 | Merge branch 'master' into next | Tom Rondeau | |
Conflicts: gnuradio-core/src/lib/general/general.i | |||
2011-10-18 | wxgui: saner defaults to wxgui plotters from issue #450. | Tom Rondeau | |
2011-10-11 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
Conflicts: gr-digital/include/digital_constellation.h | |||
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum | |
2011-10-08 | wxgui: Updating constellation plot to work with gr-digital. | Tom Rondeau | |
2011-07-26 | wxgui: fix to install wxgui python into gnuradio site-packages, not top level | Josh Blum | |
2011-07-20 | gr: squashed cmakelists.txt into one commit | Josh Blum | |
2011-03-01 | grc: work on generator for gui flowgraphs to simplify generation | Josh Blum | |
generator does not differentiate between notebooks and controls, they are all block, but block are now sorted by variables present in the make also adjusted categories listed in the wx and qt widget related blocks | |||
2011-03-01 | grc: moved wxgui blocks and python into gr-wxgui/grc | Josh Blum | |
Prefixed wxgui blocks with WX GUI in the block names. Added category to wxgui variables blocks (not in the main block tree.xml) | |||
2010-11-24 | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | |
Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files. | |||
2010-10-17 | Adds 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-09-14 | Merge branch 'maint' | Eric Blossom | |
* maint: Avoid divide by zero in persistence code when using default args Update config.guess and config.sub in gr-howoto-write-a-block too Update config.guess and config.sub from canonical home Update script to pull config.* from git repo | |||
2010-09-12 | Avoid divide by zero in persistence code when using default args | Eric Blossom | |
2010-07-21 | Merge branch 'maint' | Johnathan Corgan | |
* maint: wxgui: fix to use wx.Colour which is the actual name of the class (wx python wrapper may be missing wx.Color wrapper) | |||
2010-07-21 | wxgui: 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-07-05 | Merge branch 'maint' | Johnathan Corgan | |
2010-07-05 | gr-wxgui: fix non-gl scope sink only updating one channel | Catalin Patulea | |
This fixes a bug where, when using nongl scopesink, only the real part of a complex input is shown. After applying this patch, both Ch1 and Ch2 can be seen on the scope display. | |||
2010-07-05 | Merge 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-28 | Make C++ shared libraries versioned | Johnathan Corgan | |
2010-05-16 | gr-wxgui: adds stripchart trigger mode to graphics sinks | Marcus D Leech | |
2010-05-13 | gr-wxgui: update copyrights | Johnathan Corgan | |
2010-05-13 | gr-wxgui: Renamed "emulate analog" feature to "use persistence" | Johnathan Corgan | |
2010-05-13 | Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into master | Johnathan 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-28 | gr-wxgui: Added additional color table entries | Marcus Leech | |
2010-04-26 | Add analog CRT screen afterglow emulation for gr-wxgui | Martin Dudok van Heel | |
2010-01-06 | Use 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-26 | bug fix for waterfall plotter, | Josh Blum | |
it seems that numpy choose changed | |||
2009-11-03 | gr-wxgui: cleanup for merge | Johnathan Corgan | |
2009-10-29 | Consolidated termsink into one class | Johnathan Corgan | |
2009-10-29 | Basic terminal window that takes raw text on input msgq and appends it | Johnathan Corgan | |
Works, but needs "--line-buffered" mode for GR buffering between blocks | |||
2009-10-29 | Add placeholder panel for console, use old style window size | Johnathan Corgan | |
2009-10-29 | Created skeleton wxgui term window component | Johnathan Corgan | |
2009-10-29 | Merge branch 'flattopwindow' of http://gnuradio.org/git/jblum | Johnathan Corgan | |
Merge-fix: Remove debugging print Merge-fix: Update copyrights * 'flattopwindow' of http://gnuradio.org/git/jblum: Added window option to wxgui fft and waterfall sink. redid cos windows, added flattop and nuttall_cfd | |||
2009-10-28 | Added window option to wxgui fft and waterfall sink. | Josh Blum | |
Added rectangular window function to window.py. Average stays hidden in waterfall, fft, and numbersink wrappers (only avg_alpha shows/hides). Fixed options in waterfall wrapper to model after fft and numbersink average params. |