aboutsummaryrefslogtreecommitdiffstats
path: root/gr-qtgui (follow)
Commit message (Expand)AuthorAgeFilesLines
* qtgui: bounds checking and pow of 2 check for freq/waterfall sinksVolker Schroer2022-01-117-5/+36
* qtgui: initial value of autoscalex definedJosh Morman2022-01-111-1/+1
* gr-qtgui: Frequency sink freezes the running flowgraphVolker Schroer2022-01-0811-279/+52
* gr-qtgui: add missing fftsize entry in freqcontrolpanelVolker Schroer2021-12-203-2/+1
* qtgui: add bounds checks to calculation of d_fft_size_combo indexClayton Smith2021-12-201-0/+2
* cmake: change how test files are build when cross compilingPhilip Balister2021-12-031-1/+4
* qtgui: pep8 formattingJosh Morman2021-11-2433-479/+654
* qtgui range: setRange() requires intJeff Long2021-11-221-4/+4
* qt-gui: enables use of Qwt 6.2Bill Muzika2021-11-1113-11/+71
* qtgui: revert "qt-gui: enables use of Qwt 6.2"Josh Morman2021-10-1413-65/+11
* ber_sink_b: Make qwidget() part of the APIDavid Winter2021-10-124-1/+11
* qt-gui: enables use of Qwt 6.2Bill Muzika2021-10-1113-11/+65
* gr-qtgui: Use no_quotes function in some qtgui blocksVolker Schroer2021-10-057-16/+12
* qtgui: remove vestigal parameter in fft cotrJosh Morman2021-10-041-1/+1
* qtgui: remove int type from number_sink block yamlJeff Long2021-09-271-2/+2
* modules: include boost/format where usedMarcus Müller2021-09-076-0/+6
* qtgui: Replace pyqwidget() with qwidget()David Winter2021-09-03118-723/+95
* gr-qtgui: Add double quotes to cpp_opts keys with colons.Ron Economos2021-07-275-9/+9
* classic modules: use common precompiled headersMarcus Müller2021-07-191-0/+4
* grc: c++ generation add some more cpp templatesVolker Schroer2021-07-198-15/+474
* grc: introduce gui_hint for cpp code generationVolker Schroer2021-07-1910-75/+117
* gr-channels: fix "hide" expressions in yml filesJeff Long2021-07-161-2/+2
* qtgui: Make check_set_qss publicDavid Winter2021-07-141-1/+1
* qtgui: bugfix - display tags on the last sampleJason Uher2021-07-142-2/+2
* global: automatically remove unused boost includesMarcus Müller2021-06-222-4/+0
* gr-qtgui, cpp generation: use option attributes to generate enumsVolker Schroer2021-06-213-5/+15
* gr-qtgui: cpp generation:position windows correctly depending on gui_hintVolker Schroer2021-06-214-2/+20
* qt-gui: use the cpp enums for wintype and trigger_typeVolker Schroer2021-06-213-5/+5
* rebaseVolker Schroer2021-06-214-5/+4
* qtgui: only one definition of (internal) TimePrecisionClassMarcus Müller2021-06-195-73/+27
* qtgui: remove spurious volk includesMarcus Müller2021-06-194-4/+0
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-1723-23/+0
* gr-qtgui: fix invalid pointerVolker Schroer2021-06-012-8/+1
* Fix vector margin for non-frequency data0xloem2021-05-271-3/+4
* qtgui: Use pmt.from_double() instead of pmt.from_float()Jeff Long2021-05-136-10/+10
* qtgui: lib: Remove ssize_t for portability.Ryan Volz2021-04-171-6/+4
* qtgui: Use ranged constructor instead of resize&copyThomas Habets2021-04-061-5/+3
* qtgui: Remove manual memory management from VectorDisplayPlotThomas Habets2021-04-062-50/+52
* qtgui: Remove manual memory management from TimeDomainDisplayPlotThomas Habets2021-04-062-29/+24
* qtgui: Remove manual memory management from timerasterGlobalDataThomas Habets2021-04-062-22/+12
* qtgui: Remove manual memory management from waterfallGlobalDataThomas Habets2021-04-062-24/+20
* qtgui: Simplify a return statementThomas Habets2021-04-061-3/+1
* qtgui: Remove manual memory management from SpectrumGUIClassThomas Habets2021-04-062-58/+37
* qtgui: Remove manual memory management from spectrumdisplayformThomas Habets2021-04-062-81/+62
* qtgui: Remove manual memory management from EyeDisplayPlotThomas Habets2021-04-062-29/+23
* qtgui: Remove manual memory management from ConstellationDisplayPlotThomas Habets2021-04-062-21/+18
* gr-qtgui: Remove unused variables.Ron Economos2021-03-197-8/+0
* gr-blocks: remove pdu blocksJacob Gilbert2021-03-181-15/+15
* qtgui: Fix segfaulting overflow in waterfallThomas Habets2021-03-164-35/+46
* qtgui: Fix segfaulting overflowThomas Habets2021-03-161-9/+12