aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove co-author's name from documentationmaint-3.8JaredD2022-03-301-2/+1
* Set patch level to "git".Jeff Long2022-01-291-1/+1
* qtgui: Initialize _updateTime variableClayton Smith2022-01-271-1/+1
* filter: use compatible names for bus parametersJosh Morman2022-01-272-2/+2
* Default value for Priority parameter for Python Snippet block added in order to avoiding None value for it that leads to block parameter errorArmin Ghani2022-01-271-0/+1
* grc: don't blacklist default fg idJosh Morman2022-01-153-2/+3
* Release v3.8.5.0v3.8.5.0Jeff Long2022-01-091-1/+1
* Vocoder: SWIG needs a workaround for dealing with C99 keyword _ComplexMarcus Müller2021-12-271-0/+48
* Release Candidate v3.8.5.0-rc1v3.8.5.0-rc1Jeff Long2021-12-192-2/+48
* gr-dtv: Add energy normalization for DVB-S2X constellations.masw2021-12-171-0/+53
* digital: remove yml files for non-existant qam mod/demod blocksJeff Long2021-12-072-145/+0
* filter: remove pyqwt and qt4 from filter_designJosh Morman2021-12-052-90/+93
* filter: fix typo in grc yml for band reject filter set_taps callbackJeff Long2021-12-041-1/+1
* qtgui range: setRange() requires intJeff Long2021-11-301-4/+4
* qt-gui: enables use of Qwt 6.2Bill Muzika2021-11-1413-11/+71
* Revert "gr-runtime: Change hier_block2.py __getattr__ to avoid recursive loop in exception"Jeff Long2021-11-131-7/+2
* Fix issue 4595 qa_agc Assertion Error.John Sallay2021-11-041-1/+4
* Remove broken buildbot links in README badge lineNick Østergaard2021-11-041-1/+1
* grc: block comment font size incorrect, ignoring config fileChris2021-11-041-26/+20
* grc: Dependent variables sometimes fail to evaluateVolker Schroer2021-11-042-3/+7
* gr-runtime: Change hier_block2.py __getattr__ to avoid recursive loop in exceptionMatt Mills2021-11-041-2/+7
* qtgui: RangeWidget - implement Eng & EngSlider (#3163)Sec2021-10-231-0/+120
* grc: Move menu init debug log to MainWindow.pyMark Pentler2021-10-222-11/+1
* GRC: be tolerant against Gtk.init_check failure, which seems to be flimsyMarcus Müller2021-10-221-4/+8
* GRC: don't rely on GUI to inform about failure to initialize GUIMarcus Müller2021-10-221-4/+10
* grc: Include scale factor when computing drawing area size.Ryan Volz2021-10-221-1/+5
* gr-digital: Repair packet based example flow graphs.Ron Economos2021-10-226-37/+112
* gr-digital: Fix Header/Payload Demux block .yml file.Ron Economos2021-10-221-1/+1
* polar_channel_construction: fix print usageDoron Behar2021-10-221-2/+2
* grc: typo in Connection.pyJeff Long2021-10-141-1/+1
* grc: Don't fail when type lookup fails by defaulting to an empty set.Ryan Volz2021-10-141-1/+3
* grc: Look up type aliases as a set instead of a single value.Ryan Volz2021-10-142-20/+18
* grc: Add aliases for "sc16==short" and "sc8==byte".Ryan Volz2021-10-141-0/+4
* ci: sync CI test structure with master/maint-3.9Martin Braun2021-10-111-52/+50
* grc: Fix category and module tooltipsClayton Smith2021-10-101-1/+1
* qtgui: remove int type from number_sink block yamlJeff Long2021-10-101-2/+2
* Release 3.8.4.0v3.8.4.0Jeff Long2021-09-302-2/+2
* Prepare for v3.8.3.2-rc1v3.8.4.0-rc1Jeff Long2021-09-132-2/+63
* digital: replace likelyhood with likelihoodRohan Sharma2021-09-131-2/+2
* Revert "grc: Add no_quotes() convenience function (callable from templates)"Jeff Long2021-09-071-11/+0
* grc: Add no_quotes() convenience function (callable from templates)Håkon Vågsether2021-09-071-0/+11
* gr-fft: add "shift" param to logpwrfft blockJeff Long2021-08-232-4/+11
* audio/jack: to_string is no longer part of boost:: NS, instead use std::Marcus Müller2021-08-232-2/+2
* gr-video-sdl: Fix reversal of U and V channels on sink blocks. …Jeff Long2021-08-232-2/+2
* grc: fix the evaluation of interdependent variablesVolker Schroer2021-08-072-1/+1
* gr-uhd: fix input filename in freq hopping examplesAdrien Michel2021-08-051-1/+1
* digital: remove non-existing msg output from chunks_to_symbols block yamlMarcus Müller2021-07-271-3/+0
* Matrix interleaver including qa test and exampleJared Dulmage2021-07-228-0/+542
* modtool: Change handled exception to ModuleNotFoundErrorJeff Long2021-07-211-1/+8
* grc: allow short and byte as valid types in an enumJeff Long2021-07-193-3/+3