Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-16 | Fixing up fft and constellation plot to better handle zooming. | Tom Rondeau | |
2011-01-16 | Fixing zooming capabilities. Time axis does not track any longer due to what ↵ | Tom Rondeau | |
looks like a matplotlib bug that resets the xlims after the zoom occurs. | |||
2011-01-15 | Fixing up other plotting tools for data read errors. | Tom Rondeau | |
2011-01-15 | Using .min and .max on scipy arrays instead of min() max(); seems to be more ↵ | Tom Rondeau | |
portable. | |||
2011-01-15 | Fix how the end of a file is handled. | Tom Rondeau | |
2010-12-12 | PFB resampler: fix it this way to avoid the signed/unsigned warning. | Tom Rondeau | |
2010-12-12 | PFB resampler: fixes bug where filter could be looking past the number of ↵ | Tom Rondeau | |
inputs. | |||
2010-10-06 | Merge remote branch 'tom/qtfix' into maint | Johnathan Corgan | |
* tom/qtfix: Finally, the simple fix for the qtgui issues; also, changed the naming scheme output from _moc to .moc files because I think this looks cleaner. Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and the plotting is not that stable even when it does work. This does not change the API. Fixed gitignore to reflect changes in moc/ui file naming. Fixes a lot of warnings by cleaning up namespace issues. Finally, the simple fix for the qtgui issues; also, changed the naming scheme output from _moc to .moc files because I think this looks cleaner. Removing qwtplot3d dependency and fixing a missed include in waterfallGlobalData.h. Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and the plotting is not that stable even when it does work. This does not change the API. | |||
2010-10-06 | Merge Michael Dicken's USB fixes after rebasing on maint | Johnathan Corgan | |
Fixed setting of USB_LIBS for *win* Fix so that non-Darwin OSs use USB_LIBS correctly for linking New way of checking for various LIBUSB names; for legacy version, make sure the symbol 'usb_debug' exists (so-as to not use the 'compat' version). | |||
2010-10-06 | Fixed setting of USB_LIBS for *win* | Michael Dickens | |
2010-10-06 | Fix so that non-Darwin OSs use USB_LIBS correctly for linking | Michael Dickens | |
2010-10-06 | New way of checking for various LIBUSB names; for legacy version, make sure ↵ | Michael Dickens | |
the symbol 'usb_debug' exists (so-as to not use the 'compat' version). | |||
2010-10-05 | Finally, the simple fix for the qtgui issues; also, changed the naming ↵ | Tom Rondeau | |
scheme output from _moc to .moc files because I think this looks cleaner. | |||
2010-10-05 | Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal ↵ | Tom Rondeau | |
with and the plotting is not that stable even when it does work. This does not change the API. | |||
2010-10-05 | Fixed gitignore to reflect changes in moc/ui file naming. | Tom Rondeau | |
2010-10-05 | Fixes a lot of warnings by cleaning up namespace issues. | Tom Rondeau | |
2010-10-05 | Finally, the simple fix for the qtgui issues; also, changed the naming ↵ | Tom Rondeau | |
scheme output from _moc to .moc files because I think this looks cleaner. | |||
2010-10-05 | Removing qwtplot3d dependency and fixing a missed include in ↵ | Tom Rondeau | |
waterfallGlobalData.h. | |||
2010-10-05 | Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal ↵ | Tom Rondeau | |
with and the plotting is not that stable even when it does work. This does not change the API. | |||
2010-09-12 | Avoid divide by zero in persistence code when using default args | Eric Blossom | |
2010-09-12 | Update config.guess and config.sub in gr-howoto-write-a-block too | Eric Blossom | |
2010-09-12 | Update config.guess and config.sub from canonical home | Eric Blossom | |
2010-09-12 | Update script to pull config.* from git repo | Eric Blossom | |
2010-08-04 | usrp2: fixes for gcc 4.5.0 compatibility | Moeller | |
2010-08-04 | formatting change: move break statements | Eric Blossom | |
2010-08-04 | Fix unitialized variable pointed to by compiler warning | Eric Blossom | |
2010-08-03 | Modify all block factories to use gnuradio::get_initial_sptr. | Eric Blossom | |
2010-08-03 | fix scoped_lock that didn't ref mutex | Eric Blossom | |
2010-07-29 | Fixes ./configure to allow grc to build without an X session | Jason Abele | |
Presently, a ./configure in a terminal with no X $DISPLAY will fail to build grc because import gtk fails with RuntimeError exception. This patch fixes this by catching just the ImportError and AssertionErrors we need for python module dependencies. | |||
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 | gr-utils: fix out of tree project generator to properly update tarfile name | Moritz Fischer | |
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-06-21 | grc: fix broken variable config when using bool type | Johann Chiang | |
2010-06-13 | Merge remote branch 'trondeau/qtmake' into maint | Johnathan Corgan | |
* trondeau/qtmake: Fixes gr-qtgui make distcheck failure when QT is not installed. | |||
2010-06-13 | Fixes gr-qtgui make distcheck failure when QT is not installed. | Tom Rondeau | |
2010-06-04 | Merge branch 'fix/wbx_refclock' into maint | Johnathan Corgan | |
* fix/wbx_refclock: Fixed WBX RX PLL enable Refactor WBX and adf4350 to avoid passing usrp pointer Clean up annoying class structure in wbx Fixing wbx to use _refclk_freq() Typo in error message | |||
2010-06-04 | Fixed WBX RX PLL enable | Jason Abele | |
2010-06-04 | Refactor WBX and adf4350 to avoid passing usrp pointer | Jason Abele | |
2010-06-04 | Clean up annoying class structure in wbx | Jason Abele | |
2010-06-04 | Fixing wbx to use _refclk_freq() | Jason Abele | |
2010-06-04 | Typo in error message | Jason Abele | |
2010-06-02 | Update revision to 3.3.0 | Johnathan Corgan | |
2010-06-02 | gcell: make versioned libraries | Johnathan Corgan | |
2010-06-02 | gnuradio-core: fix missing linker flags for boost_program_options | Johnathan Corgan | |
2010-06-02 | howto: fix incorrect include path | Johnathan Corgan | |
2010-06-02 | build: redo GR_GIT for portability | Johnathan Corgan | |
2010-06-01 | build: use date format string instead of -R for portability | Johnathan Corgan | |
2010-06-01 | gnuradio-core: fix typo in doxygen header | Johnathan Corgan | |
2010-06-01 | gr-qtgui: add include file for gcc 4.4.1 | Johnathan Corgan | |
2010-05-30 | Update revision to 3.3.0-rc3 | Johnathan Corgan | |