[Kwintv] Fullscreen problems

George Staikos kwintv@mail.kde.org
Thu, 30 Jan 2003 23:07:22 -0500


Hi Rich,

   I spent time debugging the fullscreen code tonight but I really don't 
understand what is happening.  The best I can guess is that it is a Qt bug.  
Here are the problems I see:

1) showFullScreen() makes the window move to (0,0) but take the size of 
QApplication::desktop()->screenGeometry(QPoint(0,0)).size().  Even if I 
explicitly put a move() call in there, it doesn't help.

2) showFullScreen() doesn't hide Kicker for me.  I can resize it but it stays 
behind kicker.  Also, resize() after frame->showFullScreen() doesn't result 
in a resize event going to the video plugin so the video stream doesn't use 
the whole screen.

If I remove the showFullScreen() call then it goes "almost" full screen to the 
right screen too.  Just the border and frame are still there.

What do you think?  Qt problem?  kwin problem?

-- 

George Staikos