| Commit message (Expand) | Author | Age | Files | Lines |
* | qtgui: add pybind bindings for eye_sink | Josh Morman | 2020-06-04 | 7 | -2/+847 |
* | msg_handler: Use lambdas in gr-qtgui | Johannes Demel | 2020-06-04 | 13 | -31/+21 |
* | qtgui: fix typo and enum in qtgui_sink.yml | Josh Morman | 2020-06-04 | 1 | -2/+2 |
* | qtgui: add parent parameter to make function in yaml | Josh Morman | 2020-06-04 | 10 | -11/+21 |
* | qtgui: add pybind11 bindings | Josh Morman | 2020-06-04 | 66 | -18/+6213 |
* | pybind: removal of swig components | Josh Morman | 2020-06-04 | 3 | -158/+0 |
* | qtgui: fix deprecated use of QString::sprintf | japm48 | 2020-05-26 | 2 | -3/+3 |
* | qtgui: fix deprecated use of QPixmap::grabWidget | japm48 | 2020-05-26 | 2 | -2/+2 |
* | qtgui: fix deprecated use of QFontMetrics::width | japm48 | 2020-05-26 | 2 | -1/+10 |
* | qtgui: fix deprecated use of QString::null | japm48 | 2020-05-26 | 2 | -2/+2 |
* | qtgui: Apply unit of frequency sink to mouseover | Martin Braun | 2020-05-22 | 1 | -2/+7 |
* | qtgui: Add eye sink widget | Christophe Seguinot | 2020-05-19 | 22 | -6/+6100 |
* | qtgui: add vertical slider support | Josh Morman | 2020-05-14 | 2 | -16/+25 |
* | Fixed UI Issue Where Mouse Clicks Did Not Change Frequency | ghostop14 | 2020-05-11 | 1 | -4/+27 |
* | Update qtgui_chooser.block.yml | Volker Schroer | 2020-05-11 | 1 | -4/+0 |
* | qtgui: replace stderr logging by calls to GR's logging facilties | Marcus Müller | 2020-04-13 | 1 | -8/+8 |
* | Remove VOLK as a submodule | Martin Braun | 2020-04-11 | 2 | -2/+1 |
* | Fixed typo in azeplot in gr_qtgui | sidkapoor97 | 2020-04-11 | 1 | -1/+1 |
* | qtgui: Remove boost::lexical_cast for parsing | Thomas Habets | 2020-04-11 | 2 | -13/+13 |
* | qtgui: RangeWidget - implement Eng & EngSlider (#3163) | Sec | 2020-04-09 | 1 | -0/+120 |
* | #3281 remove extra line of whitespace | sidkapoor97 | 2020-04-09 | 1 | -1/+0 |
* | Changes for #3281 qtgui:matplotlib dependency | sidkapoor97 | 2020-04-09 | 2 | -9/+12 |
* | #3281 qtgui: matplotlib dependency | sidkapoor97 | 2020-04-09 | 1 | -2/+1 |
* | Switch from boost pointers to std C++11 pointers | Thomas Habets | 2020-04-01 | 16 | -16/+16 |
* | RangeWidget: avoid double-changes | Stefan `Sec` Zehl | 2020-03-29 | 1 | -2/+10 |
* | gr-qtgui: Incorporate new GUI controls | ghostop14 | 2020-02-19 | 63 | -4/+8049 |
* | grc: Fix C++ code generation | Terry May | 2020-02-18 | 1 | -1/+27 |
* | qtgui: update waterfall sink fft size argument name to match frequency sink | Sec | 2020-01-31 | 1 | -2/+2 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 137 | -1781/+137 |
* | gr-qtgui: always true check | Valerii Zapodovnikov | 2020-01-24 | 1 | -1/+1 |
* | examples: fixup cmake files to include all examples | devnulling | 2020-01-22 | 1 | -1/+2 |
* | qtgui: Replace "is not" with "!=" to get rid of warning | Håkon Vågsether | 2020-01-11 | 1 | -1/+1 |
* | Fix all formatting issues | Martin Braun | 2020-01-10 | 12 | -19/+13 |
* | Replace many `const` variables with `constexpr` | Thomas Habets | 2020-01-04 | 1 | -4/+4 |
* | QT: Add margin around QT widgets | devnulling | 2020-01-04 | 8 | -0/+10 |
* | Remove newlines from exception messages | Thomas Habets | 2020-01-01 | 9 | -33/+33 |
* | Use 'const' on more member variables | Thomas Habets | 2019-12-04 | 12 | -12/+12 |
* | Merge pull request #2778 from dl1ksv/patch-18 | mormj | 2019-11-22 | 1 | -2/+6 |
|\ |
|
| * | Reintroduce default setting in qtgui_chooser | Volker Schroer | 2019-08-30 | 1 | -2/+6 |
* | | qtgui: fix 2 comment typos | Michael Dickens | 2019-11-01 | 1 | -2/+2 |
* | | cmake: Remove find package for pythonlibs in gr-qtgui | Brennan Ashton | 2019-11-01 | 1 | -2/+0 |
* | | edit_msg_box not useable without setting an unneeded key. | Volker Schroer | 2019-09-28 | 1 | -1/+1 |
* | | qtgui: time sink config options for float message | Josh Morman | 2019-09-28 | 2 | -66/+132 |
* | | qtgui: do not override parent function | Bastian Bloessl | 2019-09-05 | 4 | -48/+0 |
* | | qtgui: use std::move for return values | Bastian Bloessl | 2019-09-05 | 2 | -4/+4 |
* | | delete unused variables | Bastian Bloessl | 2019-09-05 | 4 | -7/+0 |
|/ |
|
* | Make Id visible in Tab_widget | Volker Schroer | 2019-08-29 | 1 | -1/+1 |
* | Fix memset clearing non-trivial type gr_complex warnings in gcc-8 | Anders Kalør | 2019-08-22 | 3 | -14/+17 |
* | clang-tidy in gnuradio-runtime: use empty() instead of size()!=0 | Marcus Müller | 2019-08-22 | 19 | -33/+33 |
* | Use emplace_back(params) instead of push_back(type(params)) | Marcus Müller | 2019-08-22 | 2 | -2/+2 |