Håkon Vågsether

Results 10 issues of Håkon Vågsether

**What happened?** `meson setup build` fails with the following error: `subprojects/cppzmq/meson.build:456:0: ERROR: Sandbox violation: Tried to grab file catch_with_main.cpp outside current (sub)project.` The error disappears after downgrading Meson from 0.63...

Build Issue
GR 4.0
meson

### What happened? I was saving several screenshots of a flowgraph using the Screen Capture (Ctrl + P) function. After saving a few screenshots I noticed the filter dropdown menu...

Bug
GRC
good first issue

:sparkles: This is the Qt version of GRC :sparkles: Not quite ready for merge, keeping this as a draft PR to track changes to core GRC. ### Core-GUI interconnection I've...

This PR changes two things about gr_modtool's newmod templates: 1. Change the top-level CMakeLists.txt so that OOT install MANIFEST.md to `$PREFIX/share/gnuradio/manifests/abcdef/MANIFEST-1.2.3git.md` (in gr-abcdef's case), so that [GRC Qt's OOT](https://github.com/gnuradio/gnuradio/issues/7123) browser...

CMake
modtool
GRC-Qt

The `feature-grc-qt` branch is periodically rebased on current `main`, causing the version-pinning approach to fail. Specifying `Qt5Svg_DIR` fixes the following error: ``` The link interface of target "Qt5::QSvgPlugin" contains: Qt5::Svg...

### What happened? I am running GRC on a 2880x1800 14-inch laptop. I have set `Xft.dpi = 144` in my .Xresources, which I believe leads to a scaling factor of...

Low
GRC
help wanted
good first issue
investigation
GRC-Qt

Draft PR to keep track of the effort related to https://github.com/gnuradio/gnuradio/issues/7708

## Description Don't run test_compiler and test_cpp, just generate. See https://github.com/gnuradio/gnuradio/issues/7828 Note: Maybe we should have a signal generator that generates only a limited amount of samples, so that it'll...

GRC
QA

## Description GRC Qt uses qtpy to support different flavors of PyQt/PySide. qtpy uses PyQt5 as default, but we want it to rather use PyQt6, if it's installed. ## Related...

clarification needed
Don't Merge
GRC-Qt

### Feature Description I noticed gr-fec/examples/ber_test.grc is the only XML in-tree example (exception: some flowgraphs in in GRC). We should probably update it to YAML ### Feature Urgency low (just...

Feature Request