Siddharth Kapoor
Siddharth Kapoor
@arokem should the transformation matrix (rotation, shear,etc) be 3x3 or 4x4? because the 3x3 implementation can be extended for 4x4 matrices, I read the source codes for geometry.py, and most...
@arokem is this issue still useful?
@noc0lour aren't the low pass window taps being generated by `variable_low_pass_filter_taps.block.yml` I believe the master branch doesn't have `variable_low_pass_filter_taps.xml` file, it's in maint 3.7 branch
@robkooper can you please specify which file to look upto for references and maybe an outline of content to be added and I can then start working for the same....
So maybe we can have an option like "save selected as .grc file" in thr File menu is what you mean? Along with a shortcut key maybe
I believe this will be edited in the grc/gui/actions.py [1] under Old Actions also references #3145 [1] https://github.com/gnuradio/gnuradio/blob/master/grc/gui/Actions.py
Yes I wanted to @mormj I tried going through related issues and PRs
@mormj I tried making changes to gui/Actions.py and gui/Applications.py, I needed help with the `keypresses=["Middle Mouse button"]` `FLOW_GRAPH_CLOSE_MIDDLE_MOUSE = actions.register("app.flowgraph.close", label='_Close using the middle mouse', tooltip='Close the current flow graph...
@mormj I am not clear on how to test that feature, I tried editing the script and installing gnu radio from source but encountered some errors. any help on testing...