| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-02-05 | 9 | -6/+273 |
|\ |
|
| * | gruel: fixing PMT naming issues with new PMT utilities. | Tom Rondeau | 2013-02-05 | 3 | -31/+31 |
| * | Merge branch 'master' into next | Tom Rondeau | 2013-02-05 | 8 | -3/+246 |
| |\ |
|
| | * | Merge branch 'pmt_to_python' | Tom Rondeau | 2013-02-05 | 8 | -2/+245 |
| | |\ |
|
| | | * | core: added tag to python converters | Martin Braun | 2013-02-01 | 4 | -0/+109 |
| | | * | pmt: added python converters | Martin Braun | 2013-02-01 | 4 | -2/+136 |
| * | | | Merge branch 'master' into next | Tom Rondeau | 2013-02-05 | 1 | -3/+27 |
| |\| | |
|
| | * | | Merge branch 'maint' | Tom Rondeau | 2013-02-05 | 1 | -3/+27 |
| | |\ \
| | | |/
| | |/| |
|
| | | * | build: disable certain Boost versions we know are buggy to fix Issue #513. | Tom Rondeau | 2013-02-05 | 1 | -3/+27 |
* | | | | build: generated headers naming issue fixed. | Tom Rondeau | 2013-02-05 | 5 | -7/+7 |
* | | | | ctrlport: fixing interface to rpcbasic_register_variable for new API to other... | Tom Rondeau | 2013-02-04 | 1 | -3/+2 |
* | | | | ctrlport: removed obsolete files. | Tom Rondeau | 2013-02-04 | 3 | -861/+0 |
* | | | | ctrlport: adding back old (almost) style API for controlport. | Tom Rondeau | 2013-02-04 | 1 | -0/+99 |
|/ / / |
|
* | | | qtgui: set default nconnections to 1 for time raster plots. | Tom Rondeau | 2013-02-03 | 2 | -2/+2 |
* | | | qtgui: fixed intensity bar for time raster plots. | Tom Rondeau | 2013-02-03 | 2 | -0/+8 |
* | | | qtgui: updated documentation in doxygen manual about qtgui plotters. | Tom Rondeau | 2013-02-03 | 1 | -2/+43 |
* | | | qtgui: adding QA code for time raster plot. | Tom Rondeau | 2013-02-03 | 1 | -0/+8 |
* | | | qtgui: added time raster GRC block to the block tree. | Tom Rondeau | 2013-02-03 | 1 | -0/+1 |
* | | | qtgui: making sure all qtgui files have copyright notice. | Tom Rondeau | 2013-02-03 | 16 | -10/+142 |
* | | | qtgui: adding a time raster plot (support for bits and floats). | Tom Rondeau | 2013-02-02 | 24 | -0/+3373 |
* | | | ctrlport: updated all blocks using controlport to use new style of setup_rpc. | Tom Rondeau | 2013-01-23 | 13 | -88/+113 |
* | | | ctrlport: Changed RPC setup call to only require block's alias and not all of... | Tom Rondeau | 2013-01-23 | 6 | -25/+70 |
* | | | core: exporting the block registry (for RPC setup). | Tom Rondeau | 2013-01-23 | 1 | -2/+3 |
* | | | qtgui: prevent us from being able to set line width to 0 in the plotters. | Tom Rondeau | 2013-01-22 | 1 | -2/+3 |
* | | | qtgui: fixed stem plot marker style update. | Tom Rondeau | 2013-01-22 | 1 | -2/+2 |
* | | | Merge branch 'qtplotters' into next | Tom Rondeau | 2013-01-22 | 66 | -2112/+2902 |
|\ \ \ |
|
| * | | | qtgui: fixed waterfall update time to be related to the sample rate. | Tom Rondeau | 2013-01-22 | 2 | -1/+6 |
| * | | | qtgui: Updated plotting tools for more control through the GUI interface. | Tom Rondeau | 2013-01-22 | 25 | -81/+654 |
| * | | | qtgui: Major changes to qtgui sink interfaces to allow more tunable control t... | Tom Rondeau | 2013-01-22 | 33 | -129/+767 |
| * | | | qtgui: added method to disable right-click menu. | Tom Rondeau | 2013-01-20 | 27 | -6/+75 |
| * | | | qtgui: added checkbox to time plotting apps to toggle stem plot on/off. | Tom Rondeau | 2013-01-20 | 16 | -26/+59 |
| * | | | qtgui: added ability to toggle time plots into stem plots. | Tom Rondeau | 2013-01-20 | 10 | -1/+58 |
| * | | | qtgui: updated constellation and spectrogram plotting tools. | Tom Rondeau | 2013-01-20 | 8 | -662/+311 |
| * | | | qtgui: psd plot cleanup. | Tom Rondeau | 2013-01-19 | 2 | -2/+3 |
| * | | | qtgui: expose set_intensity_range for spectrogram gui to GR block. | Tom Rondeau | 2013-01-19 | 6 | -0/+20 |
| * | | | qtgui: make default nconnections in qtgui plots 1. | Tom Rondeau | 2013-01-19 | 7 | -7/+7 |
| * | | | qtgui: waterfall plots can take multiple signals. | Tom Rondeau | 2013-01-19 | 13 | -37/+152 |
| * | | | qtgui: improved PSD plotting tools to use more complete and complex base clas... | Tom Rondeau | 2013-01-19 | 11 | -123/+184 |
| * | | | qtgui: updated PSD plots with base class to more easily expand. | Tom Rondeau | 2013-01-16 | 6 | -708/+275 |
| * | | | qtgui: making an even more generic set of plotting tools. | Tom Rondeau | 2013-01-15 | 2 | -89/+187 |
| * | | | qtgui: wip: working on improving PSD plotters. | Tom Rondeau | 2013-01-15 | 5 | -12/+73 |
| * | | | qtgui: adding features to QT-based time plotters. | Tom Rondeau | 2013-01-15 | 8 | -635/+395 |
| * | | | qtgui: added auto-scale checkbox to time plot. | Tom Rondeau | 2013-01-15 | 2 | -6/+50 |
| * | | | qtgui: added ability to clear waterfall plot data from GR block. | Tom Rondeau | 2013-01-15 | 11 | -0/+39 |
* | | | | Merge branch 'master' into next | Johnathan Corgan | 2013-01-20 | 1 | -4/+2 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Merge branch 'maint' | Johnathan Corgan | 2013-01-20 | 1 | -4/+2 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | volk: the profiler is no longer strictly unix | Josh Blum | 2013-01-20 | 1 | -2/+2 |
| | * | | volk: remove bad find_package missing components, this is declared in top level | Josh Blum | 2013-01-20 | 1 | -2/+0 |
* | | | | Merge branch 'master' into next | Johnathan Corgan | 2013-01-20 | 3 | -3/+7 |
|\| | | |
|
| * | | | Merge branch 'maint' | Johnathan Corgan | 2013-01-20 | 3 | -3/+7 |
| |\| | |
|