summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/ConstellationDisplayPlot.cc
Commit message (Collapse)AuthorAgeFilesLines
* qt-gui: enables use of Qwt 6.2Bill Muzika2021-11-111-0/+1
| | | | | | Adds the typedefs and includes needed to build with Qwt 6.2. Signed-off-by: Bill Muzika <bill.muzika@outlook.com>
* qtgui: revert "qt-gui: enables use of Qwt 6.2"Josh Morman2021-10-141-1/+0
| | | | | | This reverts commit cf04ca2132d6eff7f807a10141596389afcfbcd5. Signed-off-by: Josh Morman <jmorman@peratonlabs.com>
* qt-gui: enables use of Qwt 6.2Bill Muzika2021-10-111-0/+1
| | | | | | Adds the typedefs and includes needed to build with Qwt 6.2. Signed-off-by: Bill Muzika <bill.muzika@outlook.com>
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-171-1/+0
| | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* qtgui: Remove manual memory management from ConstellationDisplayPlotThomas Habets2021-04-061-19/+16
| | | | Signed-off-by: Thomas Habets <thomas@habets.se>
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-2/+2
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* clang-format: Ordering all the includesMarcus Müller2019-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang-format: ordering includes in gnuradio-runtime clang-format: ordering includes in gr-filter clang-format: ordering includes in gr-fft clang-format: ordering includes in gr-audio clang-format: ordering includes in gr-analog clang-format: ordering includes in gr-fec clang-format: ordering includes in gr-wavelet clang-format: ordering includes in gr-zeromq clang-format: ordering includes in gr-vocoder clang-format: ordering includes in gr-video-sdl clang-format: ordering includes in gr-trellis clang-format: ordering includes in gr-blocks clang-format: ordering includes in gr-digital clang-format: ordering includes in gr-uhd clang-format: ordering includes in gr-dtv clang-format: ordering includes in gr-channels clang-format: ordering includes in gr-qtgui clang_format.py: re-enable include reordering
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-168/+145
|
* Use unsigned integers where dealing with indicesMarcus Müller2018-08-281-6/+6
| | | | | This is to improve quality of warnings when trying to pass negative indices.
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-3/+3
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* qtgui: enables use of QWT 6.1.Tom Rondeau2013-12-171-1/+6
|
* qtgui: fixing variable names to make it more like the rest of the code.Tom Rondeau2013-10-291-50/+52
|
* qtgui: improved handling of scale in histogram plots.Tom Rondeau2013-08-021-0/+3
| | | | | | Mouse scroll zooms in/out horizonatally. Added auto-scale feature, can set x-min and max in constructor. Mouse scroll in constellation plot now does both axes at the same time.
* wip, gr-qtgui not compilingJohnathan Corgan2013-04-291-1/+1
|
* qtgui: moving all qtgui headers to install into qtgui directory.Tom Rondeau2013-03-171-1/+1
|
* qtgui: adding auto scaling to other plotters.Tom Rondeau2013-02-061-0/+32
|
* qtgui: function names updated so they are (or should be) consistent.Tom Rondeau2013-01-031-3/+3
|
* qtgui: allowing setting of axes in GRC.Tom Rondeau2012-10-101-10/+11
| | | | | | For time and freq, a y-axis range can be defined. The constellation plot has an x- and y-axis setting. Also made methods more consistent in their names and styles.
* qtgui: fix for constellation to set maker style after style has been created.Tom Rondeau2012-07-171-3/+3
|
* qtgui: wip: some fixes to make updating markers/symbols Qwt5/6 compatible.Tom Rondeau2012-07-151-5/+3
|
* qtgui: adding a stand-alone constellation plot form with menus.Tom Rondeau2012-07-031-115/+83
|
* Merge branch 'master' into my_qtsinkTom Rondeau2012-06-241-12/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-qtgui/include/qtgui_sink_c.h gr-qtgui/include/qtgui_sink_f.h gr-qtgui/include/qtgui_util.h gr-qtgui/lib/ConstellationDisplayPlot.cc gr-qtgui/lib/FrequencyDisplayPlot.cc gr-qtgui/lib/SpectrumGUIClass.cc gr-qtgui/lib/TimeDomainDisplayPlot.cc gr-qtgui/lib/WaterfallDisplayPlot.cc gr-qtgui/lib/qtgui_sink_c.cc gr-qtgui/lib/qtgui_sink_f.cc gr-qtgui/lib/spectrumdisplayform.cc
| * Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-13/+13
| | | | | | | | | | | | this in the future. The sed script was provided by Moritz Fischer.
* | qtgui: fixed dblclick emits, need to set state machine in Qwt 6. if we ↵Nick Foster2012-04-181-6/+4
| | | | | | | | didn't maintain compat we could get rid of the whole class.
* | qtgui: fix zoomer tracker text callbacks for Qwt 6.Nick Foster2012-04-171-1/+5
|/
* qtgui: Fixing slot names that can't be #if'd out for compatibility between ↵Tom Rondeau2011-10-251-5/+3
| | | | Qwt 5.2 and 6.0.
* qtgui: more compatability issues.Tom Rondeau2011-10-161-0/+17
|
* qtgui: constellation plot working again under qwt6.Tom Rondeau2011-10-161-0/+2
|
* qtgui: wip: updating qtgui to work with QWT 6 (and trying to maintain ↵Tom Rondeau2011-10-151-4/+22
| | | | backwards compatability to 5.2). This wip works for just the fft plots.
* qtgui: removed all traces of highResTimeFunctions.hJosh Blum2011-06-071-3/+3
|
* qtgui: removed most of the functions in highResTimeFunctions.hJosh Blum2011-06-071-2/+2
|
* qtgui: partially switch to gruel high res timerJosh Blum2011-06-071-1/+1
|
* qtgui: replace timespec with typedef so its easier to replaceJosh Blum2011-06-071-2/+2
|
* gr-qtgui: adding copyright dates to qtgui files.Tom Rondeau2011-04-181-0/+22
|
* gr-qtgui: adding double-click point selector to main gui widgets.Mike Cornelius2011-04-121-10/+19
|
* gr-qtgui: cleaning up unnecessary plotting calls.Tom Rondeau2011-04-061-4/+0
|
* gr-qtgui: restructuring qtgui directory to new layout.Tom Rondeau2011-03-271-0/+193