]> git.lyx.org Git - features.git/commit
Embedding: when an inset with an embedded file is copied to another buffer, the embed...
authorBo Peng <bpeng@lyx.org>
Sat, 15 Mar 2008 04:48:31 +0000 (04:48 +0000)
committerBo Peng <bpeng@lyx.org>
Sat, 15 Mar 2008 04:48:31 +0000 (04:48 +0000)
commit5ffc0d19c1fed59b310658cdefa2f2db71265324
tree0231615a689d585bc0eeb61999d6c74868cba57a
parent0a5b3e9a36a69b10a9e9728913021d4b82eac7c0
Embedding: when an inset with an embedded file is copied to another buffer, the embedded file needs to be copied, to an external file or to the temporary directory of that buffer. Otherwise, pasted insets will become invalid when the source buffer is closed and the embedded files are removed.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23758 a592a061-630c-0410-9148-cb99ea01b6c8
src/EmbeddedFiles.cpp
src/EmbeddedFiles.h
src/insets/InsetBibtex.cpp
src/insets/InsetBibtex.h
src/insets/InsetExternal.cpp
src/insets/InsetExternal.h
src/insets/InsetGraphics.cpp
src/insets/InsetGraphics.h
src/insets/InsetInclude.cpp