summaryrefslogtreecommitdiff
path: root/gr-qtgui
Commit message (Expand)AuthorAgeFilesLines
* qtgui: add pybind bindings for eye_sinkJosh Morman2020-06-047-2/+847
* msg_handler: Use lambdas in gr-qtguiJohannes Demel2020-06-0413-31/+21
* qtgui: fix typo and enum in qtgui_sink.ymlJosh Morman2020-06-041-2/+2
* qtgui: add parent parameter to make function in yamlJosh Morman2020-06-0410-11/+21
* qtgui: add pybind11 bindingsJosh Morman2020-06-0466-18/+6213
* pybind: removal of swig componentsJosh Morman2020-06-043-158/+0
* qtgui: fix deprecated use of QString::sprintfjapm482020-05-262-3/+3
* qtgui: fix deprecated use of QPixmap::grabWidgetjapm482020-05-262-2/+2
* qtgui: fix deprecated use of QFontMetrics::widthjapm482020-05-262-1/+10
* qtgui: fix deprecated use of QString::nulljapm482020-05-262-2/+2
* qtgui: Apply unit of frequency sink to mouseoverMartin Braun2020-05-221-2/+7
* qtgui: Add eye sink widgetChristophe Seguinot2020-05-1922-6/+6100
* qtgui: add vertical slider supportJosh Morman2020-05-142-16/+25
* Fixed UI Issue Where Mouse Clicks Did Not Change Frequencyghostop142020-05-111-4/+27
* Update qtgui_chooser.block.ymlVolker Schroer2020-05-111-4/+0
* qtgui: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-131-8/+8
* Remove VOLK as a submoduleMartin Braun2020-04-112-2/+1
* Fixed typo in azeplot in gr_qtguisidkapoor972020-04-111-1/+1
* qtgui: Remove boost::lexical_cast for parsingThomas Habets2020-04-112-13/+13
* qtgui: RangeWidget - implement Eng & EngSlider (#3163)Sec2020-04-091-0/+120
* #3281 remove extra line of whitespacesidkapoor972020-04-091-1/+0
* Changes for #3281 qtgui:matplotlib dependencysidkapoor972020-04-092-9/+12
* #3281 qtgui: matplotlib dependencysidkapoor972020-04-091-2/+1
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-0116-16/+16
* RangeWidget: avoid double-changesStefan `Sec` Zehl2020-03-291-2/+10
* gr-qtgui: Incorporate new GUI controlsghostop142020-02-1963-4/+8049
* grc: Fix C++ code generationTerry May2020-02-181-1/+27
* qtgui: update waterfall sink fft size argument name to match frequency sinkSec2020-01-311-2/+2
* Update license header to SPDX formatdevnulling2020-01-27137-1781/+137
* gr-qtgui: always true checkValerii Zapodovnikov2020-01-241-1/+1
* examples: fixup cmake files to include all examplesdevnulling2020-01-221-1/+2
* qtgui: Replace "is not" with "!=" to get rid of warningHåkon Vågsether2020-01-111-1/+1
* Fix all formatting issuesMartin Braun2020-01-1012-19/+13
* Replace many `const` variables with `constexpr`Thomas Habets2020-01-041-4/+4
* QT: Add margin around QT widgetsdevnulling2020-01-048-0/+10
* Remove newlines from exception messagesThomas Habets2020-01-019-33/+33
* Use 'const' on more member variablesThomas Habets2019-12-0412-12/+12
* Merge pull request #2778 from dl1ksv/patch-18mormj2019-11-221-2/+6
|\
| * Reintroduce default setting in qtgui_chooserVolker Schroer2019-08-301-2/+6
* | qtgui: fix 2 comment typosMichael Dickens2019-11-011-2/+2
* | cmake: Remove find package for pythonlibs in gr-qtguiBrennan Ashton2019-11-011-2/+0
* | edit_msg_box not useable without setting an unneeded key.Volker Schroer2019-09-281-1/+1
* | qtgui: time sink config options for float messageJosh Morman2019-09-282-66/+132
* | qtgui: do not override parent functionBastian Bloessl2019-09-054-48/+0
* | qtgui: use std::move for return valuesBastian Bloessl2019-09-052-4/+4
* | delete unused variablesBastian Bloessl2019-09-054-7/+0
|/
* Make Id visible in Tab_widgetVolker Schroer2019-08-291-1/+1
* Fix memset clearing non-trivial type gr_complex warnings in gcc-8Anders Kalør2019-08-223-14/+17
* clang-tidy in gnuradio-runtime: use empty() instead of size()!=0Marcus Müller2019-08-2219-33/+33
* Use emplace_back(params) instead of push_back(type(params))Marcus Müller2019-08-222-2/+2