]> git.lyx.org Git - features.git/commit
- Simplify prefs, graphics and external display options which are now true or false.
authorAbdelrazak Younes <younes@lyx.org>
Fri, 13 Jun 2008 07:34:55 +0000 (07:34 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 13 Jun 2008 07:34:55 +0000 (07:34 +0000)
commit4a1be58591ea5a7431d9426abb27d8b946c634cb
tree4fb2c841a8c65cbb883f64d0642afd058148cb7d
parent2c44c3d0318467a8994edaacb52528b05878c0e1
- Simplify prefs, graphics and external display options which are now true or false.
- the display combo in the prefs, external and graphics dialogs are gone
- the lyxrc display_graphics option now overrides any local inset display option
- The external template format has a new tag: Preview
- format incremented to 337

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25245 a592a061-630c-0410-9148-cb99ea01b6c8
26 files changed:
development/FORMAT
lib/external_templates
lib/lyx2lyx/lyx_1_6.py
src/Buffer.cpp
src/LyXRC.cpp
src/LyXRC.h
src/frontends/qt4/GuiExternal.cpp
src/frontends/qt4/GuiGraphics.cpp
src/frontends/qt4/GuiImage.cpp
src/frontends/qt4/GuiPrefs.cpp
src/frontends/qt4/ui/ExternalUi.ui
src/frontends/qt4/ui/GraphicsUi.ui
src/frontends/qt4/ui/PrefDisplayUi.ui
src/graphics/GraphicsLoader.cpp
src/graphics/GraphicsLoader.h
src/graphics/GraphicsParams.cpp
src/graphics/GraphicsParams.h
src/graphics/GraphicsTypes.cpp
src/graphics/GraphicsTypes.h
src/insets/ExternalTemplate.cpp
src/insets/ExternalTemplate.h
src/insets/InsetExternal.cpp
src/insets/InsetExternal.h
src/insets/InsetGraphicsParams.cpp
src/insets/InsetGraphicsParams.h
src/insets/RenderGraphic.cpp