]> git.lyx.org Git - features.git/commit
Do not close LyX in the commitData process (#9277)
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 6 Apr 2015 11:50:32 +0000 (13:50 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 6 Apr 2015 11:50:32 +0000 (13:50 +0200)
commit7970b840492e43db981b840c7a52eb2478dd0305
tree4c631e50c94f6aa11e4b5ab163fd41b457ac4b0e
parentc46162db23c8ffef050669388750f07b41092ef2
Do not close LyX in the commitData process (#9277)

Since the logout process still can be canceled here, we should only
check that all dirty buffers are saved and that the session state is
recorded.

Please test, particularly on Windows and OSX, that logging out with LyX
running (both with and without dirty buffers) proceeds sensibly and that
the LyX session is correctly restored when you re-login.
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiApplication.h
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/GuiView.h