]> git.lyx.org Git - features.git/commit
New class InsetCaptionable
authorGuillaume Munch <gm@lyx.org>
Wed, 2 Sep 2015 18:53:13 +0000 (19:53 +0100)
committerGuillaume Munch <gm@lyx.org>
Tue, 15 Sep 2015 14:25:33 +0000 (15:25 +0100)
commit9b7ccbfc8016398705583d6973395dfb46dceb8f
tree864ba29349634a86cb6a0668e8411f19e6475edb
parent94e992c5ed71c8b3fbb131e6269f9a1a6cd6ab16
New class InsetCaptionable

This generalises the new use of TocBuilder (97e8101) to listings and wraps and
removes some duplicate code.

Make sure that we will never write an empty float type again in the future
(#9760)
14 files changed:
src/Makefile.am
src/frontends/qt4/TocModel.cpp
src/frontends/qt4/TocModel.h
src/insets/InsetCaptionable.cpp [new file with mode: 0644]
src/insets/InsetCaptionable.h [new file with mode: 0644]
src/insets/InsetCollapsable.cpp
src/insets/InsetCollapsable.h
src/insets/InsetFloat.cpp
src/insets/InsetFloat.h
src/insets/InsetListings.cpp
src/insets/InsetListings.h
src/insets/InsetListingsParams.h
src/insets/InsetWrap.cpp
src/insets/InsetWrap.h