]> git.lyx.org Git - features.git/commit
The most important change in this changeset is that InsetCollapsable::getLayout
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 13 Jul 2009 15:47:40 +0000 (15:47 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 13 Jul 2009 15:47:40 +0000 (15:47 +0000)
commitd0cb2cc0b7820e500d5d136ccad492ec36984430
tree2609979c4d353699ff504aaea798605aca2ad1fa
parente6f922009f6311b561a1a3fa830f9eb3024d7902
The most important change in this changeset is that InsetCollapsable::getLayout
is commented out, so that the documentclass is queried every time instead of
using the layout_ cache. For now I have kept the setLayout calls, but they are
inoperant.

Other changes:
 * remove non-const usePlainLayout methods
 * move InsetCollapsable::allowSpellCheck and allowMultiPar to InsetText
 * move InsetCollapsable::isFreespacing and forceLTR to Inset

Freespacing support could be moved to insettext, but I have to check who
uses it.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30549 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/Inset.h
src/insets/InsetBranch.h
src/insets/InsetCollapsable.cpp
src/insets/InsetCollapsable.h
src/insets/InsetTabular.h
src/insets/InsetText.h