| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Changes to the examples to fit updates to qtgui. | Tom Rondeau | 2010-05-10 | 6 | -303/+378 |
* | Simple code cleanup. | Tom Rondeau | 2010-05-10 | 2 | -18/+34 |
* | Remove one of the loop when posting new data; calculations are done the same ... | Tom Rondeau | 2010-05-10 | 1 | -18/+24 |
* | Minor cleanups. | Tom Rondeau | 2010-05-09 | 1 | -14/+5 |
* | Updating zoom and axis across plots for consistent zoom levels and behavior. | Tom Rondeau | 2010-05-09 | 4 | -39/+58 |
* | Fixes segfault on close. Using the right objective (d_main_gui) instead of d_... | Tom Rondeau | 2010-05-02 | 4 | -8/+27 |
* | Fixing constellation zoomer's label. | Tom Rondeau | 2010-05-01 | 3 | -9/+10 |
* | Maxing the x-axis of the time domain plot represent the actual time of the sa... | Tom Rondeau | 2010-05-01 | 3 | -19/+84 |
* | Whoops. Time intervals are specified in seconds, not ms... | Tom Rondeau | 2010-05-01 | 1 | -1/+1 |
* | Fixes the replotting update. It's now based on a QTimer so it's in the event ... | Tom Rondeau | 2010-05-01 | 18 | -145/+114 |
* | Fixing displayed pen and x-axis to report the right units and scaling of freq... | Tom Rondeau | 2010-05-01 | 2 | -18/+40 |
* | Removing PowerLine since we weren't using it and don't have plans to. | Tom Rondeau | 2010-05-01 | 3 | -71/+4 |
* | Peak power line now actually tracks the peak power. | Tom Rondeau | 2010-05-01 | 1 | -1/+2 |
* | Fixes units of pen in frequency plot. | Tom Rondeau | 2010-05-01 | 1 | -2/+10 |
* | Don't distribute generated files in gr-qtgui | Johnathan Corgan | 2009-10-22 | 1 | -3/+4 |
* | Removing ifs to clean up build system. Make no longer rebuilds gr-qtgui if no... | Tom | 2009-10-13 | 1 | -10/+0 |
* | Merge branch 'master' into sync | Tom | 2009-10-06 | 1 | -1/+1 |
|\ |
|
| * | Fix to restore ability to run 'make distcheck' from a VPATH | Johnathan Corgan | 2009-10-03 | 1 | -1/+1 |
* | | Updating display for better viewing on small screens | Tom | 2009-10-06 | 1 | -282/+275 |
|/ |
|
* | Added git ignore files auto created from svn:ignore properties. | git | 2009-08-14 | 4 | -0/+19 |
* | Adding function to be able to set the size of the points in the constellation... | trondeau | 2009-08-11 | 11 | -1/+40 |
* | Cleaning up Qt code. This mostly reformats the code to be more consistent wit... | trondeau | 2009-08-11 | 13 | -747/+972 |
* | Significantly improved performance of the Qt Gui sinks. This removes a number... | trondeau | 2009-08-10 | 11 | -161/+184 |
* | Adding a check box to cancel DC offset | trondeau | 2009-07-17 | 3 | -12/+139 |
* | Fixing USRP2 dispaly program and minor tweaks to USRP program. | trondeau | 2009-07-07 | 2 | -119/+184 |
* | Merging trondeau/qt branch r11231:11360. This merge improves the usability an... | trondeau | 2009-07-06 | 22 | -178/+771 |
* | Add missing files to distribution tarball. | jcorgan | 2009-06-30 | 1 | -0/+4 |
* | Fixing a bug and adding the output of pyuic for qt_digital example. | trondeau | 2009-06-18 | 2 | -1/+118 |
* | Two words that seem necessary | n4hy | 2009-06-18 | 1 | -1/+1 |
* | Passing new function definition to SWIG for access in Python. | trondeau | 2009-06-17 | 1 | -0/+3 |
* | Merging trondeau/qtdigital branch r11210-11215 to add some QT GUI's to the di... | trondeau | 2009-06-17 | 6 | -101/+138 |