Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qtgui: only one definition of (internal) TimePrecisionClass | Marcus Müller | 2021-06-19 | 1 | -18/+1 |
| | | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org> | ||||
* | 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: replace use of or macro with || | Josh Blum | 2021-01-27 | 1 | -1/+1 |
| | | | | | | | | This macro is not defined without including ciso646 https://www.cplusplus.com/reference/ciso646/ gnuradio otherwise does not use these macros Signed-off-by: Josh Blum <josh@joshknows.com> | ||||
* | Qt: deprecated QString("").sprintf->asprintf, available since Qt5.5 | Marcus Müller | 2021-01-27 | 1 | -5/+5 |
| | | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org> | ||||
* | Qt: deprecated MidButton->MiddleButton, available since Qt4.7 | Marcus Müller | 2021-01-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org> | ||||
* | build: Remove clang compiler warnings. | Ron Economos | 2021-01-21 | 1 | -3/+0 |
| | | | | Signed-off-by: Ron Economos <w6rz@comcast.net> | ||||
* | qtgui:Added Time Raster Sink Control Axis Configuration | Jeff Long | 2021-01-17 | 1 | -23/+289 |
| | | | | | | | | | | | This update allows a time raster sink's axis minimum, maximum, and label to now be specified in the block configuration options. This allows the block to be formatted to match a waterfall plot in terms of having frequency on the lower axis. Based on PR from ghostop14 <ghostop14@gmail.com> Signed-off-by: Jeff Long <willcode4@gmail.com> | ||||
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 1 | -6/+6 |
| | |||||
* | gr-qtgui: Repair qtgui examples for pybind11. | Ron Economos | 2020-07-22 | 1 | -18/+20 |
| | |||||
* | qtgui: fix deprecated use of QString::sprintf | japm48 | 2020-05-26 | 1 | -2/+2 |
| | | | | Replaced with QString::number(). | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | Remove newlines from exception messages | Thomas Habets | 2020-01-01 | 1 | -2/+2 |
| | |||||
* | 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 | -425/+387 |
| | |||||
* | Use unsigned integers where dealing with indices | Marcus Müller | 2018-08-28 | 1 | -16/+16 |
| | | | | | This is to improve quality of warnings when trying to pass negative indices. | ||||
* | qtgui: time raster plotters support PDU message plotting. | Tom Rondeau | 2015-10-29 | 1 | -1/+3 |
| | |||||
* | qtgui: Modified the qproperties to scale the colorbar title from the .qss file | Bill Clark | 2015-08-28 | 1 | -1/+16 |
| | |||||
* | qtgui: adds an alternative qss file. | Tom Rondeau | 2014-06-26 | 1 | -0/+12 |
| | |||||
* | qtgui: Mostly adds sunset and cool color schemes for waterfall/raster plots. | Tom Rondeau | 2014-06-26 | 1 | -2/+16 |
| | |||||
* | qtgui: enables use of QWT 6.1. | Tom Rondeau | 2013-12-17 | 1 | -1/+12 |
| | |||||
* | qtgui: fixing variable names to make it more like the rest of the code. | Tom Rondeau | 2013-10-29 | 1 | -47/+47 |
| | |||||
* | wip, gr-qtgui not compiling | Johnathan Corgan | 2013-04-29 | 1 | -2/+2 |
| | |||||
* | qtgui: moving all qtgui headers to install into qtgui directory. | Tom Rondeau | 2013-03-17 | 1 | -2/+2 |
| | |||||
* | qtgui: adding time raster static plot tool. | Tom Rondeau | 2013-02-21 | 1 | -0/+30 |
| | |||||
* | qtgui: fixing time raster axis and picker labels. | Tom Rondeau | 2013-02-14 | 1 | -17/+47 |
| | |||||
* | qtgui: adding menu option to change sample rate on all plotters. | Tom Rondeau | 2013-02-14 | 1 | -0/+7 |
| | |||||
* | qtgui: adding a time raster plot (support for bits and floats). | Tom Rondeau | 2013-02-02 | 1 | -0/+503 |