Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qt-gui: enables use of Qwt 6.2 | Bill Muzika | 2021-11-11 | 1 | -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 Morman | 2021-10-14 | 1 | -1/+0 |
| | | | | | | This reverts commit cf04ca2132d6eff7f807a10141596389afcfbcd5. Signed-off-by: Josh Morman <jmorman@peratonlabs.com> | ||||
* | qt-gui: enables use of Qwt 6.2 | Bill Muzika | 2021-10-11 | 1 | -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|clog | Marcus Müller | 2021-06-17 | 1 | -1/+0 |
| | | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org> | ||||
* | qtgui: Remove manual memory management from ConstellationDisplayPlot | Thomas Habets | 2021-04-06 | 1 | -19/+16 |
| | | | | Signed-off-by: Thomas Habets <thomas@habets.se> | ||||
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 1 | -2/+2 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 1 | -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 sorting | Marcus Müller | 2019-08-09 | 1 | -168/+145 |
| | |||||
* | Use unsigned integers where dealing with indices | Marcus Müller | 2018-08-28 | 1 | -6/+6 |
| | | | | | This is to improve quality of warnings when trying to pass negative indices. | ||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -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 Rondeau | 2013-12-17 | 1 | -1/+6 |
| | |||||
* | qtgui: fixing variable names to make it more like the rest of the code. | Tom Rondeau | 2013-10-29 | 1 | -50/+52 |
| | |||||
* | qtgui: improved handling of scale in histogram plots. | Tom Rondeau | 2013-08-02 | 1 | -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 compiling | Johnathan Corgan | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | qtgui: moving all qtgui headers to install into qtgui directory. | Tom Rondeau | 2013-03-17 | 1 | -1/+1 |
| | |||||
* | qtgui: adding auto scaling to other plotters. | Tom Rondeau | 2013-02-06 | 1 | -0/+32 |
| | |||||
* | qtgui: function names updated so they are (or should be) consistent. | Tom Rondeau | 2013-01-03 | 1 | -3/+3 |
| | |||||
* | qtgui: allowing setting of axes in GRC. | Tom Rondeau | 2012-10-10 | 1 | -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 Rondeau | 2012-07-17 | 1 | -3/+3 |
| | |||||
* | qtgui: wip: some fixes to make updating markers/symbols Qwt5/6 compatible. | Tom Rondeau | 2012-07-15 | 1 | -5/+3 |
| | |||||
* | qtgui: adding a stand-alone constellation plot form with menus. | Tom Rondeau | 2012-07-03 | 1 | -115/+83 |
| | |||||
* | Merge branch 'master' into my_qtsink | Tom Rondeau | 2012-06-24 | 1 | -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 Rondeau | 2012-04-13 | 1 | -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 Foster | 2012-04-18 | 1 | -6/+4 |
| | | | | | | | | didn't maintain compat we could get rid of the whole class. | ||||
* | | qtgui: fix zoomer tracker text callbacks for Qwt 6. | Nick Foster | 2012-04-17 | 1 | -1/+5 |
|/ | |||||
* | qtgui: Fixing slot names that can't be #if'd out for compatibility between ↵ | Tom Rondeau | 2011-10-25 | 1 | -5/+3 |
| | | | | Qwt 5.2 and 6.0. | ||||
* | qtgui: more compatability issues. | Tom Rondeau | 2011-10-16 | 1 | -0/+17 |
| | |||||
* | qtgui: constellation plot working again under qwt6. | Tom Rondeau | 2011-10-16 | 1 | -0/+2 |
| | |||||
* | qtgui: wip: updating qtgui to work with QWT 6 (and trying to maintain ↵ | Tom Rondeau | 2011-10-15 | 1 | -4/+22 |
| | | | | backwards compatability to 5.2). This wip works for just the fft plots. | ||||
* | qtgui: removed all traces of highResTimeFunctions.h | Josh Blum | 2011-06-07 | 1 | -3/+3 |
| | |||||
* | qtgui: removed most of the functions in highResTimeFunctions.h | Josh Blum | 2011-06-07 | 1 | -2/+2 |
| | |||||
* | qtgui: partially switch to gruel high res timer | Josh Blum | 2011-06-07 | 1 | -1/+1 |
| | |||||
* | qtgui: replace timespec with typedef so its easier to replace | Josh Blum | 2011-06-07 | 1 | -2/+2 |
| | |||||
* | gr-qtgui: adding copyright dates to qtgui files. | Tom Rondeau | 2011-04-18 | 1 | -0/+22 |
| | |||||
* | gr-qtgui: adding double-click point selector to main gui widgets. | Mike Cornelius | 2011-04-12 | 1 | -10/+19 |
| | |||||
* | gr-qtgui: cleaning up unnecessary plotting calls. | Tom Rondeau | 2011-04-06 | 1 | -4/+0 |
| | |||||
* | gr-qtgui: restructuring qtgui directory to new layout. | Tom Rondeau | 2011-03-27 | 1 | -0/+193 |