aboutsummaryrefslogtreecommitdiffstats
path: root/grc (follow)
Commit message (Expand)AuthorAgeFilesLines
* runtime: add GR_PREFS_PATH env variable searchJeff Long2021-03-111-1/+1
* grc: order blocks with GUI Hint firstChristophe Seguinot2021-03-102-1/+12
* grc: validate gui hintsChristophe Seguinot2021-02-171-0/+9
* GRC: Actions with preferences now explicitly default to somethingMarcus Müller2021-02-121-7/+11
* grc/cmake: Align Python and Mako versionsMartin Braun2021-02-111-5/+5
* grc: Deduplicate block pathsMartin Braun2021-02-041-0/+4
* grc: properly handle parametersNotou2021-02-031-2/+2
* grc: Handle bokehgui optionsNotou2021-02-032-1/+6
* grc: Cleanup unused generation codeNotou2021-02-032-13/+1
* grc: Modify bokeh server loopNotou2021-02-031-45/+13
* grc: Let test_generator.py know where to find blocksHåkon Vågsether2021-01-141-2/+5
* grc: Accept file pointer in load_stdlib() (converter/xml.py)Håkon Vågsether2021-01-142-3/+6
* Revert "more qt4 qt5 updates": Can't unceremonously bump deps on maintMarcus Müller2020-12-181-1/+1
* more qt4 qt5 updatesA. Maitland Bottoms2020-12-181-1/+1
* spellingA. Maitland Bottoms2020-11-251-1/+1
* grc: try-except around "gsettings" for when those settings do not existMichael Dickens2020-08-241-3/+6
* grc: fix dark theme detectionSebastian Koslowski2020-08-231-1/+1
* grc: prevent search keystrokes from modifying flowgraph, take twoClayton Smith2020-08-201-1/+2
* grc: prevent search keystrokes from modifying flowgraphClayton Smith2020-08-202-12/+11
* Revert "grc: Unselect all on Ctrl+F"Clayton Smith2020-08-201-1/+0
* grc: do not run stale flowgraphJosh Morman2020-08-141-12/+15
* grc: always perform version check in flow_graph.py.makoJosh Morman2020-06-021-1/+1
* grc: iterate all selected blocks when changing port type (fixes #3500)Sebastian Koslowski2020-06-021-2/+2
* grc: fix for legacy pythonSebastian Koslowski2020-05-251-1/+1
* grc: import print_function in generated flow graphClayton Smith2020-05-241-0/+3
* Revert "grc: Updated core/generator/flow_graph.py.mako"Clayton Smith2020-05-241-1/+0
* grc: fix importing configparser in variable config blockClayton Smith2020-05-221-3/+7
* GRC: Fix color for input boxes in parameter widget for dark themesArpit Gupta2020-05-213-28/+92
* grc: Updated core/generator/flow_graph.py.makoalekhgupta14412020-05-211-0/+1
* grc: fixup: dynamically update namespaces from blocks (#3317)Sebastian Koslowski2020-05-171-4/+6
* grc: dynamically update namespaces from blocksJacob Gilbert2020-05-151-1/+16
* GRC: default to showing of block commentsMarcus Müller2020-05-041-1/+2
* grc: use correct labels in log window context menujapm482020-04-271-2/+2
* grc: Enable strict_undefined to ease Mako template debuggingHåkon Vågsether2020-04-261-1/+1
* gnuradio-companion: add Meta modifier key for macOSDavide Gerhard2020-04-203-2/+30
* Revert "Added switch button for bool types"karel2020-04-082-20/+0
* grc: Module name correction for bokehgui Notou2020-04-081-3/+3
* grc: show file path as tooltip in tab labeljapm482020-04-042-0/+13
* grc: add python snippets to GRCJosh Morman2020-04-018-6/+141
* grc: Added a new menu option under Help for Keyboard-Shortcutsalekhgupta14412020-04-014-5/+53
* grc: option toggle the show id on all blocksJosh Morman2020-03-135-2/+21
* grc: embedded python module show_id flagJosh Morman2020-03-131-1/+4
* grc: Display documentation for blocks without category keyVasil Velichkov2020-02-131-1/+1
* grc: Fix drag style block connection with auto-hide port labelsCMorin2020-01-031-2/+2
* grc: remove deprecated encoding argument from json.loadskarel2020-01-031-2/+2
* grc: embedded python parameter values disappearChris2020-01-031-4/+4
* GRC: testing: can't rely on set ordering; sets are unorderedMarcus Müller2020-01-021-1/+1
* grc: removed the link to wiki page for the block if its an OOT blockMarc L2020-01-021-5/+6
* grc: include comments in flowgraph extent calculation (fixes #2854)Sebastian Koslowski2020-01-022-5/+22
* grc: update namespace properly for nested variablesJosh Morman2020-01-021-2/+2