On Dec 2, 2006, at 12:44 PM, Peter Kümmel wrote:
Andre Poenitz wrote:
On Thu, Nov 30, 2006 at 12:21:41AM +0100, Enrico Forestieri wrote:
On Wed, Nov 29, 2006 at 04:56:48PM +0100, Peter Kümmel wrote:
Bennett Helm wrote:
[...]
I'm trying again with current svn, but session isn't working
for me:
everything below [session info] in the session file has been
deleted,
and nothing I do brings it back -- including deleting the
session file
and having it regenerated.
This may be related to two other problems I'm having that have
recently
cropped up:
Yes, I think the crash prevents the correct creation of 'session'.
No, I don't think so. I see this on linux, solaris and cygwin, too.
Everything below [session info] is missing.
Seemingly, GuiView::closeEvent() isn't called. I don't know why,
though.
I don't know whether it matters in this context, but Qt's
closeEvent is
only called when clicking on that little x on the window, not when
the
application shuts down.
Andre'
This could be the reason for the problems on the Mac. On Windows we
also
get the event when calling close.
That does seem to be it: I don't have either problem (session not
saving or quitting without asking to save an edited document) when I
click on the "x" -- actually the red stop light in Mac.
Bennett