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

2022-09-26 Thread Markus Armbruster
Please post revisions in a new thread (not in reply to anything), and with a subject like [PATCH v2]. You can use "git format-patch -v2" to get such subjects. Bryce Mills writes: > The patch adds "show_menubar" command line option for GTK UI similar to > "show_tabs". This option allows to hide

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

2022-09-26 Thread Bryce Mills
The patch adds "show_menubar" command line option for GTK UI similar to "show_tabs". This option allows to hide menu bar initially, it still can be toggled by shortcut and other shortcuts still work. Signed-off-by: Bryce Mills --- qapi/ui.json| 6 +- qemu-options.hx | 3 +++ ui/gtk.c

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

2022-09-26 Thread Markus Armbruster
Bryce Mills writes: > The patch adds "show_menubar" command line option for GTK UI similar to > "show_tabs". This option allows to hide menu bar initially, it still can > be toggled by shortcut and other shortcuts still work. > > (First-time contributor) > > Signed-off-by: Bryce Mills > --- > q

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

2022-09-24 Thread Bryce Mills
The patch adds "show_menubar" command line option for GTK UI similar to "show_tabs". This option allows to hide menu bar initially, it still can be toggled by shortcut and other shortcuts still work. (First-time contributor) Signed-off-by: Bryce Mills --- qapi/ui.json| 6 +- qemu-optio