summaryrefslogtreecommitdiff
path: root/gr-qtgui
AgeCommit message (Collapse)Author
2010-10-09rearrange includes to always be: internal GR, external, with GR.Michael Dickens
2010-10-06Merge branch 'maint'Johnathan Corgan
* maint: 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). 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-05Finally, 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-05Removing 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-05Fixed gitignore to reflect changes in moc/ui file naming.Tom Rondeau
2010-10-05Fixes a lot of warnings by cleaning up namespace issues.Tom Rondeau
2010-10-05Finally, 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-05Removing qwtplot3d dependency and fixing a missed include in ↵Tom Rondeau
waterfallGlobalData.h.
2010-10-05Removing 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-08-03Merge branch 'maint'Johnathan Corgan
2010-08-03Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom
2010-07-21Merge remote branch 'trondeau/qtclock'Johnathan Corgan
* trondeau/qtclock: From my reading, we should never need to define the timespec struct (so we will wait until this bites me). Checking for clock_gettime and timespec defined; use gettimeofday if not, but put it into a timespec structure. Reformatting highResTimeFunction.h for better readibility.
2010-06-29From my reading, we should never need to define the timespec struct (so we ↵Tom Rondeau
will wait until this bites me).
2010-06-27Checking for clock_gettime and timespec defined; use gettimeofday if not, ↵Tom Rondeau
but put it into a timespec structure.
2010-06-27Reformatting highResTimeFunction.h for better readibility.Tom Rondeau
2010-06-13Merge remote branch 'trondeau/qtmake' into maintJohnathan Corgan
* trondeau/qtmake: Fixes gr-qtgui make distcheck failure when QT is not installed.
2010-06-13Fixes gr-qtgui make distcheck failure when QT is not installed.Tom Rondeau
2010-06-01gr-qtgui: add include file for gcc 4.4.1Johnathan Corgan
2010-05-28Make C++ shared libraries versionedJohnathan Corgan
2010-05-10Changes to the examples to fit updates to qtgui.Tom Rondeau
2010-05-10Simple code cleanup.Tom Rondeau
2010-05-10Remove one of the loop when posting new data; calculations are done the same ↵Tom Rondeau
time the fft shift and scaling operations happen.
2010-05-09Minor cleanups.Tom Rondeau
2010-05-09Updating zoom and axis across plots for consistent zoom levels and behavior.Tom Rondeau
2010-05-02Fixes segfault on close. Using the right objective (d_main_gui) instead of ↵Tom Rondeau
d_object to delete all of the plotting widgets. As far as Valgrind tells me, this cleans up my memory leaks although libqt and libqwt still have some of their own. This checkin also disables the Waterfall3D plotting. It wasn't working anyway, but was also causing its own segfault upon deletion. Once it's working and deleting nicely, it will be re-enabled.
2010-05-01Fixing constellation zoomer's label.Tom Rondeau
2010-05-01Maxing the x-axis of the time domain plot represent the actual time of the ↵Tom Rondeau
samples and not just the sample number.
2010-05-01Whoops. Time intervals are specified in seconds, not ms...Tom Rondeau
2010-05-01Fixes the replotting update. It's now based on a QTimer so it's in the event ↵Tom Rondeau
buffer as opposed to a best effort based on a hand-made timer. The interval between GUI updates is settable through the qtsink_X objects with set_update_time(newtime). This update makes the plotting much more stable. It also fixes the time scale of the waterfall plot to actually mean the right thing.
2010-05-01Fixing displayed pen and x-axis to report the right units and scaling of ↵Tom Rondeau
frequencies.
2010-05-01Removing PowerLine since we weren't using it and don't have plans to.Tom Rondeau
2010-05-01Peak power line now actually tracks the peak power.Tom Rondeau
2010-05-01Fixes units of pen in frequency plot.Tom Rondeau
2009-10-22Don't distribute generated files in gr-qtguiJohnathan Corgan
The output of the moc compiler will contain generated paths which are only valid on the system at compilation time. Instead, let these get regenerated on the user's system. The moc compiler is part of libqt4-dev, which is already a build dependency.
2009-10-13Removing ifs to clean up build system. Make no longer rebuilds gr-qtgui if ↵Tom
no changes are made and also passes 'make distcheck'.
2009-10-06Merge branch 'master' into syncTom
Conflicts: gr-utils/src/python/gr_plot_qt.py gr-utils/src/python/pyqt_plot.py gr-utils/src/python/pyqt_plot.ui
2009-10-06Updating display for better viewing on small screensTom
2009-10-03Fix to restore ability to run 'make distcheck' from a VPATHJohnathan Corgan
2009-08-14Added git ignore files auto created from svn:ignore properties.git
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
2009-08-11Adding function to be able to set the size of the points in the ↵trondeau
constellation plot. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11573 221aa14e-8319-0410-a670-987f0aec2ac5
2009-08-11Cleaning up Qt code. This mostly reformats the code to be more consistent ↵trondeau
with our style. It also changes the layout to use Qt layouts for proper resizing of the GUI. Only the QwtPlots need to be resized manually. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11572 221aa14e-8319-0410-a670-987f0aec2ac5
2009-08-10Significantly improved performance of the Qt Gui sinks. This removes a ↵trondeau
number of redundant loops and memcopies by combining operations and reduces the CPU load greatly to run much more smoothly. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11559 221aa14e-8319-0410-a670-987f0aec2ac5
2009-07-17Adding a check box to cancel DC offsettrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11451 221aa14e-8319-0410-a670-987f0aec2ac5
2009-07-07Fixing USRP2 dispaly program and minor tweaks to USRP program.trondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11375 221aa14e-8319-0410-a670-987f0aec2ac5
2009-07-06Merging trondeau/qt branch r11231:11360. This merge improves the usability ↵trondeau
and examples of the QT-based interface. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11361 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-30Add missing files to distribution tarball.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11317 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-18Fixing a bug and adding the output of pyuic for qt_digital example.trondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11230 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-18Two words that seem necessaryn4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11229 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-17Passing new function definition to SWIG for access in Python.trondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11225 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-17Merging trondeau/qtdigital branch r11210-11215 to add some QT GUI's to the ↵trondeau
digital examples for better visualization and understanding of the signals and performance. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11216 221aa14e-8319-0410-a670-987f0aec2ac5