]> git.lyx.org Git - features.git/commit
Add a Buffer::fully_loaded member function, returning true only when
authorAngus Leeming <leeming@lyx.org>
Wed, 22 Oct 2003 13:15:18 +0000 (13:15 +0000)
committerAngus Leeming <leeming@lyx.org>
Wed, 22 Oct 2003 13:15:18 +0000 (13:15 +0000)
commit78046794ccfce3a20751e00b35295c290853afd6
tree604d911e29474a8b66034f3e0af3a65547f83ea8
parentcf536b5db7c9f31425dae3ef339be6aa74fc03ce
Add a Buffer::fully_loaded member function, returning true only when
the file has been loaded fully. Used to prevent the premature generation
of previews and by the citation inset to prevent computation of
the natbib-style label.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7953 a592a061-630c-0410-9148-cb99ea01b6c8
src/ChangeLog
src/buffer.C
src/buffer.h
src/factory.C
src/graphics/ChangeLog
src/graphics/PreviewLoader.C
src/insets/ChangeLog
src/insets/insetcite.C
src/insets/insetcite.h