Am 21.05.2014 10:43, schrieb Gerd Hoffmann: > Hi, > > I'm trying to put the qemu gtk ui into shape. Fixing a bunch of > issues we have, and also make it ready for multihead support. > > Git tree is here: > git://git.kraxel.org/qemu rebase/ui-gtk-next > > please review, > Gerd >
Hi Gerd, I did some tests with Linux und Windows versions of QEMU based on your code. Both compile and work. The "Detach Tab" feature is something which I have missed since a long time (also for SDL), great to see it implemented now. Here are some first results from a short test. I noticed that some issues with the old code still exist: when "Show tabs" is enabled and disabled again, QEMU adds some black scan lines at the top of the VGA screen. This can be easily reproduced. Another small problem is "Zoom To Fit" which sometimes changes the display even if it was optimal before (more difficult to reproduce). "Fullscreen" shows some new issues with your code (tested on a 1024x600 Linux netbook). With Alt+Ctrl+F in non detached compatmonitor0 I get a display which continuously switches from fullscreen to non fullscreen. In detached mode, a fullscreen VGA display shows some white scan lines at the top. It would be nice to have scroll bars when necessary. On my small display it is no longer possible to see the whole compatmonitor0 contents (it's larger than my display, zooming or resizing the window does not work and there are no scroll bars). Regards Stefan
