commit 29378af4cdf9db7a7d6a72a9df34b8593f73f0e8
Author: Jean-Marc Lasgouttes <[email protected]>
Date: Wed Jul 5 14:31:28 2017 +0200
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
po/ar.po | 16 +-
po/bg.po | 16 +-
po/ca.po | 16 +-
po/cs.po | 16 +-
po/da.po | 16 +-
po/de.po | 16 +-
po/el.po | 16 +-
po/en.po | 16 +-
po/es.po | 16 +-
po/eu.po | 16 +-
po/fi.po | 16 +-
po/fr.po | 16 +-
po/gl.po | 16 +-
po/he.po | 16 +-
po/hu.po | 16 +-
po/ia.po | 16 +-
po/id.po | 16 +-
po/it.po | 16 +-
po/ja.po | 16 +-
po/ko.po | 16 +-
po/nb.po | 16 +-
po/nl.po | 16 +-
po/nn.po | 16 +-
po/pl.po | 16 +-
po/pt_BR.po | 16 +-
po/pt_PT.po | 16 +-
po/ro.po | 16 +-
po/ru.po | 16 +-
po/sk.po | 16 +-
po/sl.po | 16 +-
po/sr.po | 16 +-
po/sv.po | 16 +-
po/tr.po | 16 +-
po/uk.po | 16 +-
po/wa.po | 16 +-
po/zh_CN.po | 16 +-
po/zh_TW.po | 16 +-
src/Buffer.cpp | 6 +-
src/Cursor.cpp | 10 +-
src/CursorSlice.cpp | 2 +-
src/Makefile.am | 16 +-
src/Text3.cpp | 6 +-
src/TextMetrics.cpp | 2 +-
src/factory.cpp | 4 +-
src/insets/Inset.cpp | 2 +-
src/insets/InsetCollapsable.h | 2 +-
src/mathed/CommandInset.cpp | 78 --
src/mathed/CommandInset.h | 65 --
src/mathed/InsetMath.h | 12 +-
src/mathed/InsetMathCommand.cpp | 78 ++
src/mathed/InsetMathCommand.h | 65 ++
src/mathed/InsetMathHull.cpp | 8 +-
src/mathed/InsetMathMacro.cpp | 1331 +++++++++++++++++++++++++++++++
src/mathed/InsetMathMacro.h | 216 +++++
src/mathed/InsetMathMacroArgument.cpp | 97 +++
src/mathed/InsetMathMacroArgument.h | 70 ++
src/mathed/InsetMathMacroTemplate.cpp | 1413 +++++++++++++++++++++++++++++++++
src/mathed/InsetMathMacroTemplate.h | 192 +++++
src/mathed/InsetMathNest.cpp | 10 +-
src/mathed/InsetMathRef.cpp | 8 +-
src/mathed/InsetMathRef.h | 4 +-
src/mathed/MacroTable.cpp | 18 +-
src/mathed/MacroTable.h | 6 +-
src/mathed/MathData.cpp | 34 +-
src/mathed/MathData.h | 2 +-
src/mathed/MathFactory.cpp | 14 +-
src/mathed/MathMacro.cpp | 1331 -------------------------------
src/mathed/MathMacro.h | 216 -----
src/mathed/MathMacroArgument.cpp | 97 ---
src/mathed/MathMacroArgument.h | 70 --
src/mathed/MathMacroTemplate.cpp | 1413 ---------------------------------
src/mathed/MathMacroTemplate.h | 192 -----
src/mathed/MathParser.cpp | 24 +-
src/mathed/MathStream.h | 4 +-
74 files changed, 3855 insertions(+), 3855 deletions(-)