tonkv / qdevelop

Automatically exported from code.google.com/p/qdevelop
0 stars 0 forks source link

Improved save and restore of MainWindow position, size and state. #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have made some changes how QDevelop stores and loads it's window
state, as I don't like the current way: QDevelop starts "pseudo"
maximized instead of maximized.
Instead my implementation does only store the window position and size
when not maximized or fullscreen and stores the maximizes state as
needed. On the Windows plattform it uses an easyer approach that is
said not to work on *nix/mac.
My implementation could be improved so that it stores the window
position and size not only on exit but also on resize (only if not
going maximized/minimized/fullscreen). If you have an idea how to do
this, please notify me, as I would like to implement this in my own
project.

-Jens

Original issue reported on code.google.com by jens.re...@gmail.com on 10 Feb 2007 at 12:19

Attachments:

GoogleCodeExporter commented 8 years ago
I committed your fix in revision 179. THANKS, THAT WAS REALLY ANNOYING! 

:)

Original comment by cucoma...@gmail.com on 20 Jul 2007 at 6:51