summaryrefslogtreecommitdiff
path: root/gr-qtgui/examples/c++
Commit message (Collapse)AuthorAgeFilesLines
* grc: c++ generation add some more cpp templatesVolker Schroer2021-07-192-0/+367
| | | | | | | | | | Add some more cpp templates to gr-qtgui and make use of gui_hint to position the windows. Modify 2 python examples to c++ examples and put them into the example/c++ directory. Signed-off-by: Volker Schroer <3470424+dl1ksv@users.noreply.github.com>
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-1/+1
|
* Update license header to SPDX formatdevnulling2020-01-273-39/+3
|
* qtgui: fix 2 comment typosMichael Dickens2019-11-011-2/+2
|
* clang-format: Ordering all the includesMarcus Müller2019-08-091-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang-format: ordering includes in gnuradio-runtime clang-format: ordering includes in gr-filter clang-format: ordering includes in gr-fft clang-format: ordering includes in gr-audio clang-format: ordering includes in gr-analog clang-format: ordering includes in gr-fec clang-format: ordering includes in gr-wavelet clang-format: ordering includes in gr-zeromq clang-format: ordering includes in gr-vocoder clang-format: ordering includes in gr-video-sdl clang-format: ordering includes in gr-trellis clang-format: ordering includes in gr-blocks clang-format: ordering includes in gr-digital clang-format: ordering includes in gr-uhd clang-format: ordering includes in gr-dtv clang-format: ordering includes in gr-channels clang-format: ordering includes in gr-qtgui clang_format.py: re-enable include reordering
* Tree: clang-format without the include sortingMarcus Müller2019-08-092-112/+101
|
* qtgui: Disallow use of Qt4Martin Braun2018-11-151-6/+2
| | | | | | Qt5 is now required. Note that many applications and examples requiring Qt are currently broken, this does not fix any of them, it just sets up our CMake environment so we can start fixing them.
* blocks/analog: includes for C++ templatesAndrej Rode2018-08-251-1/+1
| | | | | Previously public headers in the form $blockname_XX.h were generated. Now only $blockname.h needs to be included
* analog: replace gengen with C++ templatesAndrej Rode2018-08-251-2/+2
|
* Merge branch 'master' into nextJohnathan Corgan2016-09-201-9/+8
|\ | | | | | | | | Conflicts: gr-qtgui/examples/c++/CMakeLists.txt
| * qtgui: c++ example cmake fixBastian Bloessl2016-09-201-9/+8
| |
* | Merge branch 'next' into next-qt5Johnathan Corgan2016-08-031-1/+0
|\ \ | | | | | | | | | | | | Conflicts: gr-qtgui/grc/CMakeLists.txt
| * | cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-1/+0
| |/ | | | | | | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality.
* | gr-qtgui: Allow build with Qt4 or Qt5 (default)Paul Cercueil2016-06-211-3/+8
| | | | | | | | Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
* | qtgui: Fixes for edit_box_msg to work with QT5.Tom Rondeau2016-04-281-2/+3
|/
* qtgui: added C++-only QTGUI application example.Tom Rondeau2016-04-193-0/+252