Re: [PATCH] gtk: Add show_tabs=on|off command line option.

2022-07-12 Thread Felix Queißner
Heya! On 27.06.22 18:44, Felix xq Queißner wrote: The patch adds "show_tabs" command line option for GTK ui similar to "grab_on_hover". This option allows tabbed view mode to not have to be enabled by hand at each start of the VM. On 30.06.22 16:09, Hanna Reitz wrote: > [snip] On 30.06.22 1

Re: [Qemu-devel] [PATCH] gtk: Add show_tabs=on|off command line option.

2022-06-23 Thread Felix Queißner
Not sure why it was never picked up That patch certainly needs a re-spin since it won't apply as-is anymore. Want to have a try? I guess the semantics of the code stay the same, but the boilerplate might change a bit? If so, i guess i can give it a try tomorrow and see if i can make it w

Re: [Qemu-devel] [PATCH] gtk: Add show_tabs=on|off command line option.

2022-06-23 Thread Felix Queißner
Heya! The patch adds "show_tabs" command line option for GTK ui similar to "grab_on_hover". This option allows tabbed view mode to not have to be enabled by hand at each start of the VM. It's been a while now, but i was always missing this feature in QEMU and i'd love to see that patch land