]> git.lyx.org Git - lyx.git/commit
For Qt4.4 and up: Detach Buffer autosave into a new thread.
authorAbdelrazak Younes <younes@lyx.org>
Sun, 13 Dec 2009 21:00:46 +0000 (21:00 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 13 Dec 2009 21:00:46 +0000 (21:00 +0000)
commit622e3b1e4dacf0d1a502dd022297094583c7d590
treea1e862c6a9ffad6367ca4601f6603f87213d120c
parenta4c7e69d7a45d5ba78c7f13e4ed813b11cf6b415
For Qt4.4 and up: Detach Buffer autosave into a new thread.

* Buffer: new clone() method. When this new autosave method is used the old autoSave() is not of course.

* GuiView: clone the current document buffer and save it in a new thread.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32512 a592a061-630c-0410-9148-cb99ea01b6c8
src/Buffer.cpp
src/Buffer.h
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/GuiView.h