]> git.lyx.org Git - features.git/commit
* Add a DEFAULT state to InsetGraphicsParams::DisplayType.
authorAngus Leeming <leeming@lyx.org>
Fri, 1 Feb 2002 18:53:50 +0000 (18:53 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 1 Feb 2002 18:53:50 +0000 (18:53 +0000)
commite173216d0aed9ea76bbd0d2916d77259a4b93223
treee58807a868fef6029f257bec243eb7f0a56d0e63
parent14f1b208db911b0e3d9cf13dd015c50a9964b945
* Add a DEFAULT state to InsetGraphicsParams::DisplayType.
* InsetGraphics::updateInset will interogate lyxrc.display_graphics if
params.display == DEFAULT.
* Ensure that the "default" display is read to and written from file correctly.

Next to do: pass a GraphicsParams struct to the GraphicsCache when adding
an image rather tahn just the filename and use this to decide exactly
how to display the image. Will therefore be able to strip out the
lyxrc stuff from ImageLoader et al.

Angus

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3476 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/xforms/ChangeLog
src/frontends/xforms/FormGraphics.C
src/insets/ChangeLog
src/insets/insetgraphics.C
src/insets/insetgraphicsParams.C
src/insets/insetgraphicsParams.h