[bt-devel] [ bibletime-Bugs-2895205 ] Cannot exit fullscreen mode

SourceForge.net noreply at sourceforge.net
Thu Nov 12 23:08:42 MST 2009


Bugs item #2895205, was opened at 2009-11-10 06:17
Message generated for change (Settings changed) made by gholmlund
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100954&aid=2895205&group_id=954

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Frontend / Window related
Group: new bug
>Status: Closed
Resolution: Fixed
Priority: 6
Private: No
Submitted By: agnathan (danielholmlund)
Assigned to: Gary  Holmlund (gholmlund)
Summary: Cannot exit fullscreen mode

Initial Comment:
I am running Bibletime svnr1767 on WindowsXP

After entering fullscreen mode I am unable to leave it.  Instead of F5 toggling between fullscreen and not fullscreen, it seems to only go to fullscreen.

Not even closing and reopening Bibletime help to get back into non-fullscreen mode.

----------------------------------------------------------------------

Comment By: Gary  Holmlund (gholmlund)
Date: 2009-11-12 22:08

Message:
Because of differences in handling the window frame setting the window
geometry is not platform independent. It is not simple like using the
resize() function which we were doing. QT 4.2 introduced new functions to
correctly handle this. The are the saveGeometry() and restoreGeometry()
functions. I switch to using these functions. The information from these
functions is save in our startup session and any user saved sessions.

----------------------------------------------------------------------

Comment By: Eeli Kaikkonen (eelik)
Date: 2009-11-10 06:27

Message:
This is probably a bug in Qt. I remember stucking in a similar situation.
After you have get to a state where it SHOULD be non-fullscreen, can you
open the Windows window menu, Resize, grab a corner of the window and
resize? IIRC the window was actually in non-fullscreen state even though it
didn't work correctly.

Developer note: we have to verify this under all Windows platforms and
disable the fullscreen feature if necessary until this works.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100954&aid=2895205&group_id=954



More information about the bt-devel mailing list