Age | Commit message (Expand) | Author |
2010-11-24 | Update .gitignore's | Eric Blossom |
2010-11-24 | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom |
2010-11-24 | Removed link to missing .png in an attempt to keep doxygen from crashing | Eric Blossom |
2010-11-19 | regenerated | Rob Savoye |
2010-11-16 | regenerated | Eric Blossom |
2010-11-10 | regenerated | Eric Blossom |
2010-11-10 | regenerated | Rob Savoye |
2010-11-10 | regenerated | Rob Savoye |
2010-11-10 | Remove swig generated python code from C++-only libraries | Eric Blossom |
2010-11-10 | additional regenerated files | Eric Blossom |
2010-11-10 | add load-extension support | Rob Savoye |
2010-11-10 | regenerate | Eric Blossom |
2010-11-10 | Rengenerate Makefile.swig.gen's | Eric Blossom |
2010-11-10 | add python/*.cc to SOURCES so dependencies work properly. | Rob Savoye |
2010-11-10 | regenerated | Rob Savoye |
2010-11-10 | Update generated files | Eric Blossom |
2010-11-10 | regenerated after changes to .i files | Rob Savoye |
2010-11-10 | regenerated after changes to the template | Rob Savoye |
2010-11-10 | regenerated from template | Rob Savoye |
2010-10-09 | rearrange includes to always be: internal GR, external, with GR. | Michael Dickens |
2010-10-06 | Merge branch 'maint' | Johnathan Corgan |
2010-10-05 | Finally, the simple fix for the qtgui issues; also, changed the naming scheme... | Tom Rondeau |
2010-10-05 | Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with... | Tom Rondeau |
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 scheme... | Tom Rondeau |
2010-10-05 | Removing qwtplot3d dependency and fixing a missed include in waterfallGlobalD... | Tom Rondeau |
2010-10-05 | Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with... | Tom Rondeau |
2010-08-03 | Merge branch 'maint' | Johnathan Corgan |
2010-08-03 | Modify all block factories to use gnuradio::get_initial_sptr. | Eric Blossom |
2010-07-21 | Merge remote branch 'trondeau/qtclock' | Johnathan Corgan |
2010-06-29 | From my reading, we should never need to define the timespec struct (so we wi... | Tom Rondeau |
2010-06-27 | Checking for clock_gettime and timespec defined; use gettimeofday if not, but... | Tom Rondeau |
2010-06-27 | Reformatting highResTimeFunction.h for better readibility. | Tom Rondeau |
2010-06-13 | Merge remote branch 'trondeau/qtmake' into maint | Johnathan Corgan |
2010-06-13 | Fixes gr-qtgui make distcheck failure when QT is not installed. | Tom Rondeau |
2010-06-01 | gr-qtgui: add include file for gcc 4.4.1 | Johnathan Corgan |
2010-05-28 | Make C++ shared libraries versioned | Johnathan Corgan |
2010-05-10 | Changes to the examples to fit updates to qtgui. | Tom Rondeau |
2010-05-10 | Simple code cleanup. | Tom Rondeau |
2010-05-10 | Remove one of the loop when posting new data; calculations are done the same ... | Tom Rondeau |
2010-05-09 | Minor cleanups. | Tom Rondeau |
2010-05-09 | Updating zoom and axis across plots for consistent zoom levels and behavior. | Tom Rondeau |
2010-05-02 | Fixes segfault on close. Using the right objective (d_main_gui) instead of d_... | Tom Rondeau |
2010-05-01 | Fixing constellation zoomer's label. | Tom Rondeau |
2010-05-01 | Maxing the x-axis of the time domain plot represent the actual time of the sa... | Tom Rondeau |
2010-05-01 | Whoops. Time intervals are specified in seconds, not ms... | Tom Rondeau |
2010-05-01 | Fixes the replotting update. It's now based on a QTimer so it's in the event ... | Tom Rondeau |
2010-05-01 | Fixing displayed pen and x-axis to report the right units and scaling of freq... | Tom Rondeau |
2010-05-01 | Removing PowerLine since we weren't using it and don't have plans to. | Tom Rondeau |