]> git.lyx.org Git - lyx.git/commit
Embedding: After another round of EmbeddedFiles changes, embedded figures should...
authorBo Peng <bpeng@lyx.org>
Mon, 7 Jan 2008 03:34:21 +0000 (03:34 +0000)
committerBo Peng <bpeng@lyx.org>
Mon, 7 Jan 2008 03:34:21 +0000 (03:34 +0000)
commitc9a7e8c4169e7f45b9bfa6859fe6765adb0bc3a7
tree85e0b8d6e31d09b9abcd59aaa470a99840a0c7ee
parent53673d6acc31161ed0ab2eaaa1f291547b666bf4
Embedding: After another round of EmbeddedFiles changes, embedded figures should more or less work now.
* src/insets/InsetExternal.cpp: fix compiling. (Does not work yet)
* src/insets/InsetGraphics.cpp: use latexFilename to produce output.
* src/insets/InsetGraphicsParams.cpp: use availableFile to show preview.
* src/EmbeddedFiles.h|cpp: More things are moved from EmbeddedFiles to EmbeddedFile
* src/frontends/qt4/GuiGraphics.cpp: remove embeddable-related operations.
* src/support/FileName.h: make isReadableFile virtual

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22410 a592a061-630c-0410-9148-cb99ea01b6c8
src/EmbeddedFiles.cpp
src/EmbeddedFiles.h
src/frontends/qt4/GuiGraphics.cpp
src/insets/InsetExternal.cpp
src/insets/InsetGraphics.cpp
src/insets/InsetGraphicsParams.cpp
src/support/FileName.h