Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grc-qt: Variable editor: fix several bugs #7357

Merged
merged 1 commit into from
May 21, 2024

Conversation

dl1ksv
Copy link
Contributor

@dl1ksv dl1ksv commented May 20, 2024

Description

The Variable editor in grc-qt is an incomplete port of the Variable editor in grc --gtk

But as all the functionsof the editor like add/delete/enable/disable block are already coded int the Mainwindow it's sufficient to map this functions from the editor by signal and slot mechanism to the correspondend functions in the Mainwindow.

Related Issue

Fixes #7305
Fixes #7306
Fixes #7307

Testing Done

Setup several fg's and edit the variables within the variable editor

Checklist

The Variable editor in grc-qt is an incomplete port of the Variable editor in grc --gtk

But as all the functionsof the editor like  add/delete/enable/disable block are
already coded int the Mainwindow it's sufficient to map this functions from the editor
by signal and slot mechanism to the correspondend functions in the Mainwindow.

Fixes: gnuradio#7305
Fixes: gnuradio#7306
Fixes: gnuradio#7307

Signed-off-by: Volker Schroer <3470424+dl1ksv@users.noreply.github.com>
@willcode willcode added the Backport-3.10 Should be backported to 3.10 label May 21, 2024
@willcode willcode merged commit f360dce into gnuradio:main May 21, 2024
14 of 16 checks passed
@dl1ksv dl1ksv deleted the variable_editor branch May 21, 2024 15:21
@willcode willcode added ported-to-3.10 Has been ported to 3.10 and removed Backport-3.10 Should be backported to 3.10 labels May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Fix GRC-Qt ported-to-3.10 Has been ported to 3.10
Projects
None yet
2 participants