[PATCH] UI/GTK: full-screen after wait for hiding of tabs and menu_bar

2024-11-01 Thread Edmund Raile via
Signed-off-by: Edmund Raile --- I'd like to report an issue with GTK UI and suggest a solution for it. When entering full-screen, the tabs and menu_bar need to be hidden. Currently, gd_menu_full_screen() does all of this in-line but since GTK operates asynchronously, this results in: * a

[PATCH v4] ui/gtk-clipboard: async owner_change clipboard_request

2023-12-06 Thread Edmund Raile
: d11ebe2ca257 ("ui/gtk: add clipboard support") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1150 Signed-off-by: Edmund Raile --- Gitlab user kolAflash is to credit for determining that the main issue of the QEMU-UI-GTK clipboard is the call to the blockin

[PATCH] [PATCH v4] ui/gtk-clipboard: async owner_change clipboard_request

2023-12-06 Thread Edmund Raile
: d11ebe2ca257 ("ui/gtk: add clipboard support") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1150 Signed-off-by: Edmund Raile --- Gitlab user kolAflash is to credit for determining that the main issue of the QEMU-UI-GTK clipboard is the call to the blockin

[PATCH v3] ui/gtk-clipboard: async owner_change clipboard_request

2023-10-18 Thread Edmund Raile
: d11ebe2ca257 ("ui/gtk: add clipboard support") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1150 Signed-off-by: Edmund Raile --- Gitlab user kolAflash is to credit for determining that the main issue of the QEMU-UI-GTK clipboard is the call to the blockin

[PATCH for-8.1] vfio/display: Fix missing update to set backing fields

2023-10-14 Thread Edmund Raile
Hi, I can confirm that the patch indeed fixes the issue. Kind regards, Edmund Raile Tested-by: Edmund Raile

[PATCH] qemu-ui-gtk clipboard: fix for freeze-crashes v2

2023-10-14 Thread Edmund Raile
ead instead of replying to my first one. Hopefully I'll get it right this time. Kind regards, Edmund Raile Signed-off-by: Edmund Raile --- include/ui/clipboard.h | 2 ++ ui/gtk-clipboard.c | 34 -- 2 files changed, 22 insertions(+), 14 deletions(-) dif