Håkon Vågsether

Results 47 comments of Håkon Vågsether

> * [ ] After removing the last-opened flowgraph, a segfault occurs when starting up with `gnuradio-companion` It looks like GRC Gtk is segfaulting, not GRC Qt. Can you confirm...

Does https://github.com/gnuradio/gnuradio/commit/c98d9243c9422325bd25c6d3b549aa534e505456 (current feature-grc-qt branch) fix the issue?

> * [ ] The image is cool, but was not intuitive to me. Lets get more opinions on it after adding the fields above. I'm not a huge fan...

> If every example had a `Title` I'd probably say that the browser should show a list of the flowgraphs by title. As is, it could be a list by...

> For the Block Properties dialog based Examples tab, it's working great so again the feedback is visual. I think the layout of full filepaths is a bit clunky less...

Switched to a tree view: ![example_menu_w_tree](https://github.com/gnuradio/gnuradio/assets/1413378/da9939ed-8c1f-4560-a33f-2fd1b93cf41e) The example browser can now be opened from the right click menu of a block, the block tree, and the File menu

> Opening an OOT supplied example results in a blank canvas (no blocks). > > ``` > Traceback (most recent call last): > File "/home/dkozel/prefixes/grmain/lib/python3.10/site-packages/gnuradio/grc/gui_qt/components/window.py", line 947, in open_example >...

Output from `ag 'prefs::singleton' -A2`: https://gist.github.com/haakov/fc22222caecd78e7f44cf2c940a4a231

> From @willcode in chat > > > A block path editor, allowing multiple paths, could be useful. Haven't thought much about that one though. Hier path, additional block paths,...

> GRC preferences > > * [ ] Add option to start GRC Qt or GTK by default. (Allow override by `--qt` or `--gtk` flags) > > * [ ]...