]> git.lyx.org Git - features.git/commit
Rename some macro-related insets
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 5 Jul 2017 12:31:28 +0000 (14:31 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 5 Jul 2017 12:46:34 +0000 (14:46 +0200)
commit29378af4cdf9db7a7d6a72a9df34b8593f73f0e8
treebe05c75777f2b033748a589b6df0aa3c15c8fa37
parentab81c23656b59aa14c41b8acc45f0f3e410ed785
Rename some macro-related insets

These classes should have names that start with "Inset". Renaming done:
MathMacro => InsetMathMacro
MathMacroTemplate => InsetMathMacroTemplate
MathMacroArgument => InsetMathMacroArgument
ArgumentProxy => InsetArgumentProxy
DisplayLabelBox => InsetDisplayLabelBox
CommandInset => InsetMathCommand
74 files changed:
po/ar.po
po/bg.po
po/ca.po
po/cs.po
po/da.po
po/de.po
po/el.po
po/en.po
po/es.po
po/eu.po
po/fi.po
po/fr.po
po/gl.po
po/he.po
po/hu.po
po/ia.po
po/id.po
po/it.po
po/ja.po
po/ko.po
po/nb.po
po/nl.po
po/nn.po
po/pl.po
po/pt_BR.po
po/pt_PT.po
po/ro.po
po/ru.po
po/sk.po
po/sl.po
po/sr.po
po/sv.po
po/tr.po
po/uk.po
po/wa.po
po/zh_CN.po
po/zh_TW.po
src/Buffer.cpp
src/Cursor.cpp
src/CursorSlice.cpp
src/Makefile.am
src/Text3.cpp
src/TextMetrics.cpp
src/factory.cpp
src/insets/Inset.cpp
src/insets/InsetCollapsable.h
src/mathed/CommandInset.cpp [deleted file]
src/mathed/CommandInset.h [deleted file]
src/mathed/InsetMath.h
src/mathed/InsetMathCommand.cpp [new file with mode: 0644]
src/mathed/InsetMathCommand.h [new file with mode: 0644]
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathMacro.cpp [new file with mode: 0644]
src/mathed/InsetMathMacro.h [new file with mode: 0644]
src/mathed/InsetMathMacroArgument.cpp [new file with mode: 0644]
src/mathed/InsetMathMacroArgument.h [new file with mode: 0644]
src/mathed/InsetMathMacroTemplate.cpp [new file with mode: 0644]
src/mathed/InsetMathMacroTemplate.h [new file with mode: 0644]
src/mathed/InsetMathNest.cpp
src/mathed/InsetMathRef.cpp
src/mathed/InsetMathRef.h
src/mathed/MacroTable.cpp
src/mathed/MacroTable.h
src/mathed/MathData.cpp
src/mathed/MathData.h
src/mathed/MathFactory.cpp
src/mathed/MathMacro.cpp [deleted file]
src/mathed/MathMacro.h [deleted file]
src/mathed/MathMacroArgument.cpp [deleted file]
src/mathed/MathMacroArgument.h [deleted file]
src/mathed/MathMacroTemplate.cpp [deleted file]
src/mathed/MathMacroTemplate.h [deleted file]
src/mathed/MathParser.cpp
src/mathed/MathStream.h