José Matos wrote:
I have noticed the following problems with qt4 and sessions:
1)If I exit lyx using File->Quit then the information regarding height and
width is lost.
If I destroy the window going to the right upper corner and pressing X there
(destroy) the it works, the information is collected.
This is because the session stuff is implemented in
GuiView::closeEvent() which is not triggered when File->Quit is called.
I'll try to find a solution.
Another problem is how that session management needs to be updated with
multiple-views.
2)Another small problem with kde I can maximize the window fully, horizontally
or vertically (the corresponds to pressing the maximizing icon with one of
the three mouse buttons). LyX always assume that the window was maximized to
full size.
There's only one maximize state possible indeed... I don't think I'll
have time for that.
Abdel.