summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/const_sink_c_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-48/+14
* 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/+1
* 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-2/+2
* clang-format: Ordering all the includesMarcus Müller2019-08-091-1/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-467/+389
* const_sink_c_impl.cc: Address Coverity issue 1396500.Philip Balister2018-11-021-1/+1
* Use unsigned integers where dealing with indicesMarcus Müller2018-08-281-12/+12
* cleanup: add missing includes + reorder qtgui includes correctlyAndrej Rode2018-03-041-0/+1
* Merge branch 'master' into nextJohnathan Corgan2017-01-121-3/+2
|\
| * qtgui: Fix SIGSEGV for tag trigger with constellation sinkAndy Walls2017-01-121-3/+2
* | 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-2/+2
* | qtgui: constellation plotter supports PDU message plotting.Tom Rondeau2015-10-291-5/+70
|/
* qtgui: toggle legend off in GRC properties.Tom Rondeau2015-04-041-0/+6
* qtgui: fixed comment.Tom Rondeau2014-10-231-1/+1
* Merge branch 'maint'Tom Rondeau2014-07-281-3/+4
|\
| * qtgui: fixed a bug in the constellation plots that didn't allow us to reduce ...Tom Rondeau2014-07-281-3/+4
* | Merge branch 'maint'Tom Rondeau2014-07-251-0/+2
|\|
| * qtgui: bringing in line with required Qt 4.4.Tom Rondeau2014-07-251-0/+2
* | qtgui: adding ability to set grid on/off from grc properties dialog boxes for...Tom Rondeau2014-07-111-0/+6
|/
* qtgui: fixes problem of set name not showing up.Tom Rondeau2014-07-021-0/+4
* qtgui: adding a trigger for the constellation plots. Probably most useful wit...Tom Rondeau2014-04-241-70/+202
* 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-8/+12
* 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
* fft: moved include dir to gnuradio/fftJohnathan Corgan2013-04-291-1/+1
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-4/+4
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-4/+4
* qtgui: these can be closed from two directions (block or qwidget), this close...Tom Rondeau2013-02-271-0/+3
* qtgui: allows setting of update rate in GRC for all QTGUI plotters.Tom Rondeau2013-02-141-1/+1
* qtgui: allowing autoscale to be turned on/off from GR app.Tom Rondeau2013-02-131-0/+6
* qtgui: Major changes to qtgui sink interfaces to allow more tunable control t...Tom Rondeau2013-01-221-4/+53
* qtgui: added method to disable right-click menu.Tom Rondeau2013-01-201-0/+6
* qtgui: added check_topology to check d_nconnections and actual connections.Tom Rondeau2012-12-201-0/+6
* qtgui: allowing setting of axes in GRC.Tom Rondeau2012-10-101-3/+15
* qtgui: adds ability to set a plot's title.Tom Rondeau2012-10-091-2/+0