summaryrefslogtreecommitdiff
path: root/gr-qtgui
Commit message (Expand)AuthorAgeFilesLines
* rearrange includes to always be: internal GR, external, with GR.Michael Dickens2010-10-091-2/+2
* Merge branch 'maint'Johnathan Corgan2010-10-0619-1233/+93
|\
| * Finally, the simple fix for the qtgui issues; also, changed the naming scheme...Tom Rondeau2010-10-051-2/+0
| * Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with...Tom Rondeau2010-10-051-0/+1
| * Fixed gitignore to reflect changes in moc/ui file naming.Tom Rondeau2010-10-051-7/+7
| * Fixes a lot of warnings by cleaning up namespace issues.Tom Rondeau2010-10-058-619/+7
| * Finally, the simple fix for the qtgui issues; also, changed the naming scheme...Tom Rondeau2010-10-052-10/+14
| * Removing qwtplot3d dependency and fixing a missed include in waterfallGlobalD...Tom Rondeau2010-10-051-1/+0
| * Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with...Tom Rondeau2010-10-0512-596/+66
* | Merge branch 'maint'Johnathan Corgan2010-08-032-4/+4
|\|
| * Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom2010-08-032-4/+4
* | Merge remote branch 'trondeau/qtclock'Johnathan Corgan2010-07-211-38/+147
|\ \ | |/ |/|
| * From my reading, we should never need to define the timespec struct (so we wi...Tom Rondeau2010-06-291-10/+1
| * Checking for clock_gettime and timespec defined; use gettimeofday if not, but...Tom Rondeau2010-06-271-0/+26
| * Reformatting highResTimeFunction.h for better readibility.Tom Rondeau2010-06-271-38/+130
* | Merge remote branch 'trondeau/qtmake' into maintJohnathan Corgan2010-06-131-2/+3
|\ \ | |/ |/|
| * Fixes gr-qtgui make distcheck failure when QT is not installed.Tom Rondeau2010-06-131-1/+2
|/
* gr-qtgui: add include file for gcc 4.4.1Johnathan Corgan2010-06-011-0/+1
* Make C++ shared libraries versionedJohnathan Corgan2010-05-281-1/+1
* Changes to the examples to fit updates to qtgui.Tom Rondeau2010-05-106-303/+378
* Simple code cleanup.Tom Rondeau2010-05-102-18/+34
* Remove one of the loop when posting new data; calculations are done the same ...Tom Rondeau2010-05-101-18/+24
* Minor cleanups.Tom Rondeau2010-05-091-14/+5
* Updating zoom and axis across plots for consistent zoom levels and behavior.Tom Rondeau2010-05-094-39/+58
* Fixes segfault on close. Using the right objective (d_main_gui) instead of d_...Tom Rondeau2010-05-024-8/+27
* Fixing constellation zoomer's label.Tom Rondeau2010-05-013-9/+10
* Maxing the x-axis of the time domain plot represent the actual time of the sa...Tom Rondeau2010-05-013-19/+84
* Whoops. Time intervals are specified in seconds, not ms...Tom Rondeau2010-05-011-1/+1
* Fixes the replotting update. It's now based on a QTimer so it's in the event ...Tom Rondeau2010-05-0118-145/+114
* Fixing displayed pen and x-axis to report the right units and scaling of freq...Tom Rondeau2010-05-012-18/+40
* Removing PowerLine since we weren't using it and don't have plans to.Tom Rondeau2010-05-013-71/+4
* Peak power line now actually tracks the peak power.Tom Rondeau2010-05-011-1/+2
* Fixes units of pen in frequency plot.Tom Rondeau2010-05-011-2/+10
* Don't distribute generated files in gr-qtguiJohnathan Corgan2009-10-221-3/+4
* Removing ifs to clean up build system. Make no longer rebuilds gr-qtgui if no...Tom2009-10-131-10/+0
* Merge branch 'master' into syncTom2009-10-061-1/+1
|\
| * Fix to restore ability to run 'make distcheck' from a VPATHJohnathan Corgan2009-10-031-1/+1
* | Updating display for better viewing on small screensTom2009-10-061-282/+275
|/
* Added git ignore files auto created from svn:ignore properties.git2009-08-144-0/+19
* Adding function to be able to set the size of the points in the constellation...trondeau2009-08-1111-1/+40
* Cleaning up Qt code. This mostly reformats the code to be more consistent wit...trondeau2009-08-1113-747/+972
* Significantly improved performance of the Qt Gui sinks. This removes a number...trondeau2009-08-1011-161/+184
* Adding a check box to cancel DC offsettrondeau2009-07-173-12/+139
* Fixing USRP2 dispaly program and minor tweaks to USRP program.trondeau2009-07-072-119/+184
* Merging trondeau/qt branch r11231:11360. This merge improves the usability an...trondeau2009-07-0622-178/+771
* Add missing files to distribution tarball.jcorgan2009-06-301-0/+4
* Fixing a bug and adding the output of pyuic for qt_digital example.trondeau2009-06-182-1/+118
* Two words that seem necessaryn4hy2009-06-181-1/+1
* Passing new function definition to SWIG for access in Python.trondeau2009-06-171-0/+3
* Merging trondeau/qtdigital branch r11210-11215 to add some QT GUI's to the di...trondeau2009-06-176-101/+138