]> git.lyx.org Git - features.git/commit
Remove InsetGraphics noUnzip parameter
authorGeorg Baum <baum@lyx.org>
Thu, 16 Jul 2015 18:44:47 +0000 (20:44 +0200)
committerGeorg Baum <baum@lyx.org>
Thu, 16 Jul 2015 18:44:47 +0000 (20:44 +0200)
commit0cbcc8a166d0fd798478bddf8c078819f1193bc9
tree49fa4cb0d167555f9e66c8e106590f8c3a5cd928
parentd87ce2c91f9353b55e8a13199e8eb1a713703d5c
Remove InsetGraphics noUnzip parameter

Being able to compile document with zipped .eps files was a useful feature of
the graphicxs package 20 years ago, but the LyX support is no longer relevant:
- The flag is ignored if preview is on
- If pdflatex is used then uncompressing happens during the compilation anyway
- If set, the flag prevents LyX from issuing proper error messages if
something with the image is wrong
- For hard disk capacities from 20 years ago not uncompressing is a useful
feature, but for current hard disk capacities it does not matter
- The external inset does not have it, and if we want to merge both insets
one day we would need to implement it there, which is even more difficult
than in InsetGraphics
28 files changed:
development/FORMAT
lib/doc/EmbeddedObjects.lyx
lib/doc/UserGuide.lyx
lib/doc/id/UserGuide.lyx
lib/lyx2lyx/LyX.py
lib/lyx2lyx/lyx_2_2.py
src/frontends/qt4/GuiGraphics.cpp
src/frontends/qt4/ui/GraphicsUi.ui
src/insets/InsetGraphics.cpp
src/insets/InsetGraphicsParams.cpp
src/insets/InsetGraphicsParams.h
src/tex2lyx/test/CJK.lyx.lyx
src/tex2lyx/test/CJKutf8.lyx.lyx
src/tex2lyx/test/DummyDocument.lyx.lyx
src/tex2lyx/test/Dummy~Document.lyx.lyx
src/tex2lyx/test/XeTeX-polyglossia.lyx.lyx
src/tex2lyx/test/algo2e.lyx.lyx
src/tex2lyx/test/box-color-size-space-align.lyx.lyx
src/tex2lyx/test/test-insets-basic.lyx.lyx
src/tex2lyx/test/test-insets.lyx.lyx
src/tex2lyx/test/test-memoir.lyx.lyx
src/tex2lyx/test/test-modules.lyx.lyx
src/tex2lyx/test/test-refstyle-theorems.lyx.lyx
src/tex2lyx/test/test-scr.lyx.lyx
src/tex2lyx/test/test-structure.lyx.lyx
src/tex2lyx/test/test.lyx.lyx
src/tex2lyx/test/verbatim.lyx.lyx
src/version.h