summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/histogram_sink_f_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* qtgui: Replace pyqwidget() with qwidget()David Winter2021-09-031-11/+0
* qtgui: Remove manual memory managementThomas Habets2021-02-261-28/+4
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-1/+1
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-2/+2
* msg_handler: Use lambdas in gr-qtguiJohannes Demel2020-06-041-2/+1
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* clang-tidy in gnuradio-runtime: use empty() instead of size()!=0Marcus Müller2019-08-221-1/+1
* clang-format: Ordering all the includesMarcus Müller2019-08-091-1/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-397/+308
* Use unsigned integers where dealing with indicesMarcus Müller2018-08-281-12/+12
* cleanup: add missing includes + reorder qtgui includes correctlyAndrej Rode2018-03-041-1/+4
* Merge branch 'master' into nextJohnathan Corgan2016-10-171-5/+1
|\
| * qtgui: make sure QSS style is applied to Qt gui even when no plotter is attachedTim O'Shea2016-10-141-5/+1
* | gr-qtgui: Re-introduce some Qt4-specific codePaul Cercueil2016-06-211-0/+4
* | Merge branch 'next' into next-qt5Johnathan Corgan2016-02-211-0/+6
|\|
| * qtgui: add axis labels to raster, constellation, histogram. Fix waterfall ax...Tim O'Shea2016-02-141-0/+6
* | Merge remote-tracking branch 'tom/qt5_next' into next-qt5Johnathan Corgan2015-11-281-4/+0
|\ \ | |/ |/|
| * gr-qtgui: update for Qt5Paul Cercueil2015-10-121-4/+0
* | qtgui: moving to only allow either streaming or message modes.Tom Rondeau2015-10-291-7/+11
* | qtgui: histogram plotter supports PDU message plotting.Tom Rondeau2015-10-291-8/+77
|/
* qtgui: toggle legend off in GRC properties.Tom Rondeau2015-04-041-0/+6
* qtgui: replaced use of local mutex with d_setlock from gr::block.Tom Rondeau2014-07-281-2/+2
* qtgui: bringing in line with required Qt 4.4.Tom Rondeau2014-07-251-0/+2
* qtgui: fixes problem of set name not showing up.Tom Rondeau2014-07-021-0/+3
* gr-qtgui: Use dummy void* return value for pywidget if !ENABLE_PYTHONSylvain Munaut2014-03-151-0/+6
* qtgui: adds ability to set qss style sheet as a preference.Tom Rondeau2014-03-081-0/+7
* qtgui: adds ability to set the graphics style rendering of the qtgui sinks.Tom Rondeau2014-02-241-4/+6
* qtgui: switched from using fft::malloc to volk_malloc.Tom Rondeau2014-01-151-4/+6
* build: fixing various warning from clang.Julien Olivain2014-01-101-1/+1
* qtgui: fixed issue preventing gr-qtgui build if Python-dev is not installed (...Tom Rondeau2013-12-121-0/+2
* qtgui: fixed issue with newer versions of QT.Tom Rondeau2013-11-091-3/+11
* qtgui: fixed histogram autoscaling features. Added example script.Tom Rondeau2013-10-291-0/+6
* qtgui: improved handling of scale in histogram plots.Tom Rondeau2013-08-021-5/+15
* qtgui: Added histogram sink.Tom Rondeau2013-08-021-0/+381