summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/edit_box_msg_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* modules: include boost/format where usedMarcus Müller2021-09-071-0/+1
* qtgui: Replace pyqwidget() with qwidget()David Winter2021-09-031-11/+0
* gr-qtgui: fix invalid pointerVolker Schroer2021-06-011-1/+0
* qtgui: Remove manual memory managementThomas Habets2021-02-261-8/+0
* 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-1/+1
* qtgui: fix deprecated use of QFontMetrics::widthjapm482020-05-261-0/+4
* qtgui: Remove boost::lexical_cast for parsingThomas Habets2020-04-111-9/+9
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* delete unused variablesBastian Bloessl2019-09-051-1/+0
* clang-tidy in gnuradio-runtime: use empty() instead of size()!=0Marcus Müller2019-08-221-2/+2
* Use emplace_back(params) instead of push_back(type(params))Marcus Müller2019-08-221-1/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-395/+352
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-4/+2
|\
| * cleanup: add missing includes + reorder qtgui includes correctlyAndrej Rode2018-03-041-0/+2
| * Merge branch 'master' into nextJohnathan Corgan2016-10-171-5/+1
| |\
| * | qtgui: Fixes for edit_box_msg to work with QT5.Tom Rondeau2016-04-281-4/+0
* | | qtgui: remove unnecessary call to pmt::intern at runtimeMarcus Müller2018-02-231-4/+5
| |/ |/|
* | qtgui: make sure QSS style is applied to Qt gui even when no plotter is attachedTim O'Shea2016-10-141-5/+1
|/
* qtgui: Adds a QTGUI edit box block that emits a message when changed.Tom Rondeau2016-04-261-0/+571