| Commit message (Expand) | Author | Age | Files | Lines |
* | Default value for Priority parameter for Python Snippet block added in order ... | Armin Ghani | 2022-01-17 | 1 | -0/+1 |
* | grc: don't blacklist default fg id | Josh Morman | 2022-01-06 | 3 | -2/+3 |
* | cmake: replace deprecated distutils | Volker Schroer | 2021-12-20 | 4 | -4/+4 |
* | grc: modify and cleanup bokeh server loop | Notou | 2021-12-07 | 2 | -54/+15 |
* | grc: pep8 formatting | Josh Morman | 2021-11-24 | 77 | -608/+999 |
* | grc: Dependent variables sometimes fail to evaluate | Volker Schroer | 2021-10-27 | 2 | -3/+7 |
* | grc: Move menu init debug log to MainWindow.py | Mark Pentler | 2021-10-22 | 2 | -11/+1 |
* | GRC: be tolerant against Gtk.init_check failure, which seems to be flimsy | Marcus Müller | 2021-10-21 | 1 | -4/+8 |
* | GRC: don't rely on GUI to inform about failure to initialize GUI | Marcus Müller | 2021-10-21 | 1 | -4/+10 |
* | grc: Removed unused code in gnuradio/platform.py | Adarsh Singh | 2021-10-14 | 1 | -7/+1 |
* | grc: typo in Connection.py | Jeff Long | 2021-10-14 | 1 | -1/+1 |
* | grc: Don't fail when type lookup fails by defaulting to an empty set. | Ryan Volz | 2021-10-14 | 1 | -1/+3 |
* | grc: Look up type aliases as a set instead of a single value. | Ryan Volz | 2021-10-12 | 2 | -20/+18 |
* | grc: added shortcuts zoom in/out/reset | Jeff Dumps | 2021-10-11 | 5 | -10/+50 |
* | grc: block comment font size incorrect, ignoring config file | Chris | 2021-10-11 | 1 | -23/+19 |
* | grc: Write "ID", not "Id" | Håkon Vågsether | 2021-10-11 | 2 | -2/+2 |
* | grc: Add aliases for "sc16==short" and "sc8==byte". | Ryan Volz | 2021-10-05 | 1 | -0/+4 |
* | grc: Fix category and module tooltips | Clayton Smith | 2021-10-01 | 1 | -1/+1 |
* | grc: Include scale factor when computing drawing area size. | Ryan Volz | 2021-09-30 | 1 | -1/+5 |
* | grc: Implement grcc --output switch for hierarchical blocks | JaredD | 2021-09-27 | 6 | -33/+50 |
* | grc: Raise error for unfilled parameters | Solomon Tan | 2021-09-27 | 1 | -1/+1 |
* | grc: Add no_quotes() convenience function (callable from templates) | Håkon Vågsether | 2021-09-07 | 1 | -0/+11 |
* | grc: generate cpp hier code switch to std::shared_ptr | Volker Schroer | 2021-09-02 | 1 | -1/+1 |
* | grc cpp generation: Establish the possibility to add find packages | Volker Schroer | 2021-09-02 | 5 | -2/+29 |
* | grc: Fix cpp hier param yaml template | Solomon Tan | 2021-08-23 | 1 | -5/+5 |
* | grc/cmake: Improve pyyaml check | Martin Braun | 2021-08-23 | 1 | -1/+1 |
* | grc: fix the evaluation of interdependent variables | Volker Schroer | 2021-08-07 | 2 | -1/+1 |
* | grc: allow short and byte as valid types in an enum | Jeff Long | 2021-07-19 | 2 | -2/+2 |
* | cmake: correct minimum version checking for Mako | Jeff Long | 2021-07-19 | 1 | -2/+3 |
* | grc: introduce gui_hint for cpp code generation | Volker Schroer | 2021-07-19 | 3 | -16/+35 |
* | GRC: Test: Relax the checking of the metainfo file | Marcus Müller | 2021-07-19 | 1 | -2/+2 |
* | grc: update disabled blocks if they depend on others | Volker Schroer | 2021-07-19 | 1 | -1/+2 |
* | grc: Fix desync when dragging block | David Winter | 2021-07-09 | 1 | -4/+10 |
* | grc: generating a simple cpp qt-gui flowgraph fails | Volker Schroer | 2021-06-21 | 2 | -0/+4 |
* | grc: Update flowgraph vars controlled by vars | Solomon Tan | 2021-06-19 | 1 | -1/+1 |
* | global: remove iostream from all files not use cout|cerr|cin|clog | Marcus Müller | 2021-06-17 | 1 | -1/+0 |
* | grc: use new cache filename to avoid confusion with earlier caches | Marcus Müller | 2021-06-04 | 1 | -1/+2 |
* | GRC: cache now time-dependent, version-sensitive | Marcus Müller | 2021-06-04 | 2 | -9/+35 |
* | grc: cache: remove unused function | Marcus Müller | 2021-06-04 | 1 | -9/+0 |
* | grc: cache: remove useless import | Marcus Müller | 2021-06-04 | 1 | -2/+0 |
* | grc: handle variables of type raw correctly | Volker Schroer | 2021-06-01 | 3 | -17/+3 |
* | grc: fix Wrong order in the generated .py caused by uncorrect function withou... | Christophe Seguinot | 2021-06-01 | 1 | -8/+0 |
* | GRC: Distinguishing colors for deprecated blocks | Marcus Müller | 2021-06-01 | 2 | -10/+38 |
* | GRC: core Block: deprecated property | Marcus Müller | 2021-06-01 | 1 | -7/+29 |
* | grc: fix dark theme name not affecting colors | Chuang Zhu | 2021-06-01 | 1 | -3/+3 |
* | grc: fix dark theme on ParamWidgets | Chuang Zhu | 2021-06-01 | 1 | -1/+1 |
* | grc: Be more informative when missing "options" block. | Ryan Volz | 2021-06-01 | 1 | -1/+14 |
* | grc: Fix vector length bug | Solomon Tan | 2021-05-24 | 2 | -1/+2 |
* | grc: exclude examples test from make test | Josh Morman | 2021-05-20 | 2 | -1/+2 |
* | grc: Test all in-tree examples | Håkon Vågsether | 2021-05-20 | 1 | -0/+67 |