| Commit message (Expand) | Author | Age | Files | Lines |
* | qtgui: added check_topology to check d_nconnections and actual connections. | Tom Rondeau | 2012-12-20 | 18 | -0/+72 |
* | Merge branch 'master' into next | Tom Rondeau | 2012-12-12 | 1 | -2/+0 |
|\ |
|
| * | Merge branch 'maint' | Tom Rondeau | 2012-12-12 | 1 | -2/+0 |
| |\ |
|
| | * | build: removing core_swig from GR_SWIG_TARGET_DEPS. Seems to have been the ca... | Tom Rondeau | 2012-12-12 | 1 | -2/+0 |
| * | | qtgui: adds parameter in qtgui sink's GRC block to set the update rate. | Julien Olivain | 2012-12-11 | 1 | -0/+7 |
| |/ |
|
* | | qtgui: Python.h must be included first (it's even in the Python documentation... | Tom Rondeau | 2012-12-03 | 9 | -18/+9 |
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-14 | 1 | -7/+7 |
|\| |
|
| * | gr: same change for common PYTHON test paths | Josh Blum | 2012-11-14 | 1 | -7/+7 |
| * | gr: set a common GR_TEST_TARGET_DEPS for all module unit tests | Josh Blum | 2012-11-14 | 1 | -1/+1 |
* | | qtgui: Fixed some build issues and made sure all qtgui examples work. | Tom Rondeau | 2012-11-12 | 11 | -17/+46 |
* | | Merge branch 'qtgui_stylesheets' into next | Tom Rondeau | 2012-11-12 | 12 | -145/+811 |
|\ \ |
|
| * | | qtgui: fixed a few bugs under qwt6. Made checks around the symbol pointers. | Tom Rondeau | 2012-11-12 | 1 | -13/+28 |
| * | | qtgui: Adding hooks to allow appearance customization with stylesheets. | Ben Reynwar | 2012-10-16 | 12 | -147/+798 |
* | | | Merge branch 'next' into next_analog | Tom Rondeau | 2012-11-10 | 2 | -0/+49 |
|\ \ \ |
|
| * | | | qtgui: adding ability to save a qtgui sink. | Tom Rondeau | 2012-11-07 | 2 | -0/+49 |
* | | | | analog: fixing up GRC and other examples to use gr-analog for sig and noise s... | Tom Rondeau | 2012-11-10 | 1 | -85/+97 |
* | | | | analog: Removing reference to gr.sig_source_X and gr.noise_source_X where pos... | Tom Rondeau | 2012-11-06 | 9 | -39/+94 |
|/ / / |
|
* | | | qtgui: adding a save and exit menu to qtgui-based static plotting tools. | Tom Rondeau | 2012-11-04 | 1 | -3/+48 |
* | | | qtgui: fixed static plot tools for new set_line_label name change. | Tom Rondeau | 2012-11-04 | 11 | -12/+12 |
* | | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-04 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | gr: added python -B everywhere for clean source tree | Josh Blum | 2012-11-04 | 1 | -1/+1 |
| * | | qtgui: fixed qtgui time sink to take the bandwidth parameter to set x-axis co... | Tom Rondeau | 2012-10-12 | 2 | -0/+2 |
* | | | qtgui: fixing qtgui time plot to use sample rate names instead of bandwidth/f... | Tom Rondeau | 2012-10-12 | 9 | -34/+50 |
* | | | qtgui: allowing setting of axes in GRC. | Tom Rondeau | 2012-10-10 | 28 | -89/+182 |
* | | | qtgui: adds ability to set a plot's title. | Tom Rondeau | 2012-10-09 | 23 | -3/+57 |
* | | | qtgui: updating some function names for more accuracy and to allow an actual ... | Tom Rondeau | 2012-10-09 | 28 | -90/+175 |
| |/
|/| |
|
* | | qtgui: adding menu option to qtgui sinks to set transparency (alpha) value on... | Tom Rondeau | 2012-10-03 | 5 | -0/+103 |
* | | qtgui: fix log10 ambiguous overload in DisplayPlot | Josh Blum | 2012-09-07 | 1 | -2/+2 |
* | | Examples: Fixed minor bugs in examples and blks2impl from namespace changes. | Ben Reynwar | 2012-09-04 | 5 | -10/+10 |
* | | Merge remote branch 'reynwar/comments_next' into next | Johnathan Corgan | 2012-08-28 | 1 | -0/+4 |
|\ \ |
|
| * \ | Merged comments branch into comments_next branch. | Ben Reynwar | 2012-08-10 | 1 | -0/+4 |
| |\ \ |
|
| | * | | Merge branch 'master' into comments | Ben Reynwar | 2012-08-08 | 1 | -0/+2 |
| | |\| |
|
| | * | | docs: Adding/editing top-level docstrings. | Ben Reynwar | 2012-05-21 | 1 | -0/+4 |
* | | | | docs: fixed doxygen markup issues. | Tom Rondeau | 2012-08-28 | 4 | -6/+12 |
|/ / / |
|
* | | | qtgui: fix to time plotter to find core py file. | Tom Rondeau | 2012-07-29 | 4 | -4/+16 |
* | | | qtgui: fixing other menu behavior with qwt5. | Tom Rondeau | 2012-07-29 | 1 | -4/+12 |
* | | | qtgui: when displaying name, remove full path and only use file name. | Tom Rondeau | 2012-07-29 | 11 | -12/+23 |
* | | | qtgui: fix to work with Qwt5. | Tom Rondeau | 2012-07-29 | 1 | -1/+7 |
* | | | qtgui: QA code reflects change in waterfall plot API. | Tom Rondeau | 2012-07-29 | 1 | -2/+2 |
* | | | qtgui: removing missed debug lines. | Tom Rondeau | 2012-07-29 | 1 | -4/+0 |
* | | | qtgui: small fixes to qt_digital app. | Tom Rondeau | 2012-07-29 | 1 | -27/+23 |
* | | | qtgui: introduces new static plot tools for different data types. | Tom Rondeau | 2012-07-29 | 18 | -9/+2185 |
* | | | qtgui: floating point PSD sink handles fftshift. | Tom Rondeau | 2012-07-29 | 1 | -0/+8 |
* | | | qtgui: fixing up apps for static displaying of samples. | Tom Rondeau | 2012-07-28 | 8 | -155/+328 |
* | | | qtgui: waterfall plot couldn't really handle multiple signals. | Tom Rondeau | 2012-07-28 | 9 | -66/+63 |
* | | | qtgui: set number of samples to plot in time sinks from GR block. | Tom Rondeau | 2012-07-28 | 6 | -6/+24 |
* | | | qtgui: created menu item to set color map of waterfall plots. | Tom Rondeau | 2012-07-24 | 9 | -12/+170 |
* | | | qtgui: fixes to waterfall plots. | Tom Rondeau | 2012-07-24 | 6 | -10/+81 |
* | | | qtgui: fixing up sinks to make sure buffers are properly zeroed and right num... | Tom Rondeau | 2012-07-24 | 5 | -4/+19 |
* | | | qtgui: fixing namespace to reflect new implementation style. | Tom Rondeau | 2012-07-24 | 7 | -8/+7 |