]> git.lyx.org Git - lyx.git/commit
Collapsable -> Collapsible (part 2)
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 16 Oct 2017 08:12:21 +0000 (10:12 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 16 Oct 2017 08:12:21 +0000 (10:12 +0200)
commitc466baaa5b99e44ea25616556bd0918197f4b54c
tree454ae8de749e6c2f4fbd4498492672ad46647578
parent648ddd25eca045f34569405aca15c5d638bbb723
Collapsable -> Collapsible (part 2)

The current spelling is not strictly wrong, but flagged as unusual or
historical by some authorities. It is also found fault with many
spell checkers. Thus we decided to move to the more standard "-ible"
form once and for all.

See #10678 for discussion

This part covers the most tricky part: the internal naming.
Translations and layouts will follow.

This will all also all be backported to 2.3.x, for the sake of backwards
compatibility (cherry-picking).
53 files changed:
lib/doc/Customization.lyx
lib/doc/de/Customization.lyx
lib/doc/es/Customization.lyx
lib/doc/fr/Customization.lyx
lib/doc/ja/Customization.lyx
lib/scripts/layout2layout.py
lib/ui/stdcontext.inc
src/Color.cpp
src/ColorCode.h
src/CutAndPaste.cpp
src/Makefile.am
src/Text2.cpp
src/Text3.cpp
src/TextClass.cpp
src/factory.cpp
src/frontends/qt4/GuiERT.cpp
src/insets/Inset.cpp
src/insets/Inset.h
src/insets/InsetArgument.cpp
src/insets/InsetArgument.h
src/insets/InsetBox.cpp
src/insets/InsetBox.h
src/insets/InsetBranch.cpp
src/insets/InsetBranch.h
src/insets/InsetCaption.cpp
src/insets/InsetCaptionable.cpp
src/insets/InsetCaptionable.h
src/insets/InsetCode.h
src/insets/InsetCollapsable.cpp [deleted file]
src/insets/InsetCollapsable.h [deleted file]
src/insets/InsetCollapsible.cpp [new file with mode: 0644]
src/insets/InsetCollapsible.h [new file with mode: 0644]
src/insets/InsetCommand.cpp
src/insets/InsetERT.cpp
src/insets/InsetERT.h
src/insets/InsetFlex.cpp
src/insets/InsetFlex.h
src/insets/InsetFoot.cpp
src/insets/InsetFootlike.cpp
src/insets/InsetFootlike.h
src/insets/InsetIPAMacro.cpp
src/insets/InsetIPAMacro.h
src/insets/InsetIndex.cpp
src/insets/InsetIndex.h
src/insets/InsetInfo.cpp
src/insets/InsetInfo.h
src/insets/InsetListingsParams.cpp
src/insets/InsetListingsParams.h
src/insets/InsetNote.cpp
src/insets/InsetNote.h
src/insets/InsetPhantom.cpp
src/insets/InsetPhantom.h
src/insets/InsetScript.cpp