| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'mergeme/qtgui/use_boost_posix_time' into next | Tom Rondeau | 2011-01-23 | 2 | -19/+21 |
|\ |
|
| * | Removing YYYY-mmm-DD from time displayed on Waterfall plot. | Tom Rondeau | 2011-01-23 | 1 | -0/+10 |
| * | qtgui: use the posix time to_simple_string to simplify label text | Josh Blum | 2011-01-22 | 1 | -15/+5 |
| * | qtgui boost use posix time: | Josh Blum | 2011-01-17 | 2 | -6/+8 |
* | | Merge branch 'mergeme/qtgui/plots_static_const_fix' into next | Tom Rondeau | 2011-01-22 | 4 | -15/+11 |
|\ \ |
|
| * | | qtgui plots static const fixes: | Josh Blum | 2011-01-17 | 4 | -15/+11 |
| |/ |
|
* | | Merge branch 'mergeme/qtgui/plot_waterfall_fix' into next | Tom Rondeau | 2011-01-22 | 1 | -1/+1 |
|\ \ |
|
| * | | qtgui plot waterfall fix | Josh Blum | 2011-01-17 | 1 | -1/+1 |
| |/ |
|
* / | qtgui missing stdint include fix: | Josh Blum | 2011-01-17 | 3 | -0/+3 |
|/ |
|
* | Use load-extension-global instead of load-extension | Eric Blossom | 2010-12-10 | 1 | -1/+1 |
* | Regenerated Makefile.swig.gen's | Eric Blossom | 2010-12-03 | 1 | -5/+5 |
* | Rename libguile- to libguile-gnuradio- to match guile library naming convention. | Eric Blossom | 2010-12-03 | 1 | -1/+1 |
* | Update .gitignore's | Eric Blossom | 2010-11-24 | 1 | -0/+3 |
* | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | 2010-11-24 | 2 | -18/+8 |
* | Removed link to missing .png in an attempt to keep doxygen from crashing | Eric Blossom | 2010-11-24 | 1 | -2/+0 |
* | regenerated | Rob Savoye | 2010-11-19 | 1 | -11/+23 |
* | regenerated | Eric Blossom | 2010-11-16 | 1 | -1/+1 |
* | regenerated | Eric Blossom | 2010-11-10 | 1 | -2/+2 |
* | regenerated | Rob Savoye | 2010-11-10 | 1 | -27/+10 |
* | regenerated | Rob Savoye | 2010-11-10 | 1 | -8/+7 |
* | Remove swig generated python code from C++-only libraries | Eric Blossom | 2010-11-10 | 1 | -2/+1 |
* | additional regenerated files | Eric Blossom | 2010-11-10 | 1 | -2/+5 |
* | add load-extension support | Rob Savoye | 2010-11-10 | 1 | -0/+9 |
* | regenerate | Eric Blossom | 2010-11-10 | 1 | -6/+6 |
* | Rengenerate Makefile.swig.gen's | Eric Blossom | 2010-11-10 | 1 | -2/+3 |
* | add python/*.cc to SOURCES so dependencies work properly. | Rob Savoye | 2010-11-10 | 1 | -1/+2 |
* | regenerated | Rob Savoye | 2010-11-10 | 1 | -216/+25 |
* | Update generated files | Eric Blossom | 2010-11-10 | 1 | -28/+65 |
* | regenerated after changes to .i files | Rob Savoye | 2010-11-10 | 1 | -22/+31 |
* | regenerated after changes to the template | Rob Savoye | 2010-11-10 | 1 | -10/+26 |
* | regenerated from template | Rob Savoye | 2010-11-10 | 1 | -9/+26 |
* | rearrange includes to always be: internal GR, external, with GR. | Michael Dickens | 2010-10-09 | 1 | -2/+2 |
* | Merge branch 'maint' | Johnathan Corgan | 2010-10-06 | 19 | -1233/+93 |
|\ |
|
| * | Finally, the simple fix for the qtgui issues; also, changed the naming scheme... | Tom Rondeau | 2010-10-05 | 1 | -2/+0 |
| * | Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with... | Tom Rondeau | 2010-10-05 | 1 | -0/+1 |
| * | Fixed gitignore to reflect changes in moc/ui file naming. | Tom Rondeau | 2010-10-05 | 1 | -7/+7 |
| * | Fixes a lot of warnings by cleaning up namespace issues. | Tom Rondeau | 2010-10-05 | 8 | -619/+7 |
| * | Finally, the simple fix for the qtgui issues; also, changed the naming scheme... | Tom Rondeau | 2010-10-05 | 2 | -10/+14 |
| * | Removing qwtplot3d dependency and fixing a missed include in waterfallGlobalD... | Tom Rondeau | 2010-10-05 | 1 | -1/+0 |
| * | Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with... | Tom Rondeau | 2010-10-05 | 12 | -596/+66 |
* | | Merge branch 'maint' | Johnathan Corgan | 2010-08-03 | 2 | -4/+4 |
|\| |
|
| * | Modify all block factories to use gnuradio::get_initial_sptr. | Eric Blossom | 2010-08-03 | 2 | -4/+4 |
* | | Merge remote branch 'trondeau/qtclock' | Johnathan Corgan | 2010-07-21 | 1 | -38/+147 |
|\ \
| |/
|/| |
|
| * | From my reading, we should never need to define the timespec struct (so we wi... | Tom Rondeau | 2010-06-29 | 1 | -10/+1 |
| * | Checking for clock_gettime and timespec defined; use gettimeofday if not, but... | Tom Rondeau | 2010-06-27 | 1 | -0/+26 |
| * | Reformatting highResTimeFunction.h for better readibility. | Tom Rondeau | 2010-06-27 | 1 | -38/+130 |
* | | Merge remote branch 'trondeau/qtmake' into maint | Johnathan Corgan | 2010-06-13 | 1 | -2/+3 |
|\ \
| |/
|/| |
|
| * | Fixes gr-qtgui make distcheck failure when QT is not installed. | Tom Rondeau | 2010-06-13 | 1 | -1/+2 |
|/ |
|
* | gr-qtgui: add include file for gcc 4.4.1 | Johnathan Corgan | 2010-06-01 | 1 | -0/+1 |
* | Make C++ shared libraries versioned | Johnathan Corgan | 2010-05-28 | 1 | -1/+1 |