]> git.lyx.org Git - features.git/commit
Make the generation of children's tocs more robust
authorGuillaume Munch <gm@lyx.org>
Fri, 13 Jan 2017 10:06:48 +0000 (11:06 +0100)
committerGuillaume Munch <gm@lyx.org>
Sat, 14 Jan 2017 22:13:14 +0000 (23:13 +0100)
commit3391fed36a574fb729f243888258d1b6d45b0251
treed01e4321740989cf81493d495f896d1ceda9a62c
parent461fda9ca9a8079f235fe6d26031aa6b9c5ff36e
Make the generation of children's tocs more robust

Let the children directly access the TocBuilders, instead of concatenating
after the fact.
40 files changed:
src/Changes.cpp
src/Changes.h
src/Paragraph.cpp
src/Paragraph.h
src/TocBackend.cpp
src/frontends/qt4/Menus.cpp
src/frontends/qt4/TocModel.cpp
src/insets/Inset.h
src/insets/InsetArgument.cpp
src/insets/InsetArgument.h
src/insets/InsetCaption.cpp
src/insets/InsetCaption.h
src/insets/InsetCaptionable.cpp
src/insets/InsetCaptionable.h
src/insets/InsetCitation.cpp
src/insets/InsetCitation.h
src/insets/InsetCollapsable.cpp
src/insets/InsetCollapsable.h
src/insets/InsetExternal.cpp
src/insets/InsetExternal.h
src/insets/InsetGraphics.cpp
src/insets/InsetGraphics.h
src/insets/InsetInclude.cpp
src/insets/InsetInclude.h
src/insets/InsetIndex.cpp
src/insets/InsetIndex.h
src/insets/InsetLabel.cpp
src/insets/InsetLabel.h
src/insets/InsetNomencl.cpp
src/insets/InsetNomencl.h
src/insets/InsetRef.cpp
src/insets/InsetRef.h
src/insets/InsetTabular.cpp
src/insets/InsetTabular.h
src/insets/InsetText.cpp
src/insets/InsetText.h
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathHull.h
src/mathed/MathMacroTemplate.cpp
src/mathed/MathMacroTemplate.h