lyx_mirror/src/mathed
Georg Baum b02242bfaf Rework InsetCommandParams interface and file storage
* src/insets/insetcommandparams.[Ch]:
	(operator[]): New, access a parameter
	(clear): New, clear all parameters
	(info_): New, stire info about this command
	(cmdname): Rename to name_
	(contents, options, sec_options): Replace with params_. Parameters
	are now stored as docstring.
	(findInfo): New factor for command info for all commands
	(read, write): Use new syntax
	(parameter set and get methods): reimplemenmt for new parameter storage

	* src/insets/insetcommand.h
	(getParam): New, get a parameter
	(setParam): New, set a parameter
	(parameter set and get methods): Adjust to InsetCommandParams changes

	* src/insets/insetbibitem.[Ch]
	(write): Remove, not needed anymore
	(directWrite): ditto

	* src/insets/insetbibitem.C
	(InsetBibitem::read): Use InsetCommand::read

	* src/insets/insetref.C
	(InsetRef::latex): Use new InsetCommandParams interface

	* src/mathed/InsetMathHull.C
	(InsetMathHull::doDispatch): ditto

	* src/text3.C
	(LyXText::dispatch): ditto

	* src/factory.C
	(createInset): Create InsetCommandParams with command name
	(readInset): ditto
	(readInset): Remove error message for bibitem, since bibitem is
	now a normal command inset

	* src/buffer.C: Bump file format number

	* src/frontends/controllers/ControlCommand.[Ch]
	(ControlCommand): take an additional command name parameter

	* src/text.C
	(readParToken): Remove code for \bibitem

	* lib/lyx2lyx/LyX.py: Bump latest file format number

	* lib/lyx2lyx/lyx_1_5.py
	(convert_bibitem, convert_commandparams): new, convert to new format
	(revert_commandparams): new, convert to old format

	* development/FORMAT: document new format

	* many other files: Adjust to the changes above


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15357 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-17 21:07:16 +00:00
..
BUGS
ChangeLog fix bug 2234 2006-03-16 15:05:47 +00:00
InsetFormulaMacro.C Introduce wide streams. This fixes the remaining problems of plain text 2006-10-11 19:40:50 +00:00
InsetFormulaMacro.h Introduce wide streams. This fixes the remaining problems of plain text 2006-10-11 19:40:50 +00:00
InsetMath.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMath.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathAMSArray.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathAMSArray.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathArray.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathArray.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathBig.C This commit cleans up everything related to singleton. The other important change is that lyx::dispatch() and lyx::getStatus become _the_ official way to use LyXFunc equivalent methods. 2006-10-11 17:24:46 +00:00
InsetMathBig.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathBinom.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathBinom.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathBoldSymbol.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathBoldSymbol.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathBox.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathBox.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathBoxed.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathBoxed.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathBrace.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathBrace.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathCases.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathCases.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathChar.C This commit cleans up everything related to singleton. The other important change is that lyx::dispatch() and lyx::getStatus become _the_ official way to use LyXFunc equivalent methods. 2006-10-11 17:24:46 +00:00
InsetMathChar.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathColor.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathColor.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathCommand.C Introduce wide streams. This fixes the remaining problems of plain text 2006-10-11 19:40:50 +00:00
InsetMathCommand.h Introduce wide streams. This fixes the remaining problems of plain text 2006-10-11 19:40:50 +00:00
InsetMathComment.C More unicode conversion 2006-10-17 14:46:45 +00:00
InsetMathComment.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathDecoration.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathDecoration.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathDelim.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathDelim.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathDFrac.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathDFrac.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathDiff.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathDiff.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathDim.C In order to support multiple LyXView each BufferView needs its own CoordCache. This is what's implemented in this commit. 2006-10-13 16:44:44 +00:00
InsetMathDim.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathDots.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathDots.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathEnv.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathEnv.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathExFunc.C More unicode conversion 2006-10-17 14:46:45 +00:00
InsetMathExFunc.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathExInt.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathExInt.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathFBox.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathFBox.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathFont.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathFont.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathFontOld.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathFontOld.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathFrac.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathFrac.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathFracBase.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathFracBase.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathFrameBox.C More unicode conversion 2006-10-17 14:46:45 +00:00
InsetMathFrameBox.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathGrid.C In order to support multiple LyXView each BufferView needs its own CoordCache. This is what's implemented in this commit. 2006-10-13 16:44:44 +00:00
InsetMathGrid.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathHull.C Rework InsetCommandParams interface and file storage 2006-10-17 21:07:16 +00:00
InsetMathHull.h More unicode conversion 2006-10-17 14:46:45 +00:00
InsetMathKern.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathKern.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathLefteqn.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathLefteqn.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathLim.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathLim.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathMacro.C This commit fixes a crash when accessing a math inset. This was due to an invalid CursorSlice::text() null pointer accessed in InsetMathNest::cursorPos(): 2006-10-17 16:23:27 +00:00
InsetMathMacro.h This commit fixes a crash when accessing a math inset. This was due to an invalid CursorSlice::text() null pointer accessed in InsetMathNest::cursorPos(): 2006-10-17 16:23:27 +00:00
InsetMathMakebox.C More unicode conversion 2006-10-17 14:46:45 +00:00
InsetMathMakebox.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathMatrix.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathMatrix.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathMBox.C This commit fixes a crash when accessing a math inset. This was due to an invalid CursorSlice::text() null pointer accessed in InsetMathNest::cursorPos(): 2006-10-17 16:23:27 +00:00
InsetMathMBox.h This commit fixes a crash when accessing a math inset. This was due to an invalid CursorSlice::text() null pointer accessed in InsetMathNest::cursorPos(): 2006-10-17 16:23:27 +00:00
InsetMathNest.C This commit fixes a crash when accessing a math inset. This was due to an invalid CursorSlice::text() null pointer accessed in InsetMathNest::cursorPos(): 2006-10-17 16:23:27 +00:00
InsetMathNest.h This commit fixes a crash when accessing a math inset. This was due to an invalid CursorSlice::text() null pointer accessed in InsetMathNest::cursorPos(): 2006-10-17 16:23:27 +00:00
InsetMathNumber.C More unicode conversion 2006-10-17 14:46:45 +00:00
InsetMathNumber.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathOverset.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathOverset.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathPar.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathPar.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathPhantom.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathPhantom.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathRef.C Introduce wide streams. This fixes the remaining problems of plain text 2006-10-11 19:40:50 +00:00
InsetMathRef.h Introduce wide streams. This fixes the remaining problems of plain text 2006-10-11 19:40:50 +00:00
InsetMathRoot.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathRoot.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathScript.C In order to support multiple LyXView each BufferView needs its own CoordCache. This is what's implemented in this commit. 2006-10-13 16:44:44 +00:00
InsetMathScript.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathSize.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathSize.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathSpace.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathSpace.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathSplit.C Support lgathered and rgathered math environments 2006-10-03 19:45:43 +00:00
InsetMathSplit.h Parse optional arguments of aligned, gathered and alignedat 2006-10-02 20:01:30 +00:00
InsetMathSqrt.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathSqrt.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathStackrel.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathStackrel.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathString.C More unicode conversion 2006-10-17 14:46:45 +00:00
InsetMathString.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathSubstack.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathSubstack.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathSymbol.C More unicode conversion 2006-10-17 14:46:45 +00:00
InsetMathSymbol.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathTabular.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathTabular.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathTFrac.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathTFrac.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathUnderset.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathUnderset.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathUnknown.C More unicode conversion 2006-10-17 14:46:45 +00:00
InsetMathUnknown.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathXArrow.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathXArrow.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathXYArrow.C More unicode conversion 2006-10-17 14:46:45 +00:00
InsetMathXYArrow.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathXYMatrix.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
InsetMathXYMatrix.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
Makefile.am rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
MathAtom.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
MathAtom.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
MathAutoCorrect.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
MathAutoCorrect.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
MathData.C Adjust the FIXME texts and Delete commented out setXY() call following Andre comments about it: 2006-10-16 09:08:05 +00:00
MathData.h In order to support multiple LyXView each BufferView needs its own CoordCache. This is what's implemented in this commit. 2006-10-13 16:44:44 +00:00
MathExtern.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
MathExtern.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
MathFactory.C This commit saves the need to check for lyx::use_gui in a number of places. 2006-10-15 21:47:29 +00:00
MathFactory.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
MathGridInfo.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
MathMacroArgument.C More unicode conversion 2006-10-17 14:46:45 +00:00
MathMacroArgument.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
MathMacroTable.C More unicode conversion 2006-10-17 14:46:45 +00:00
MathMacroTable.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
MathMacroTemplate.C This commit cleans up everything related to singleton. The other important change is that lyx::dispatch() and lyx::getStatus become _the_ official way to use LyXFunc equivalent methods. 2006-10-11 17:24:46 +00:00
MathMacroTemplate.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
MathMLStream.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
MathMLStream.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
MathParser.C More unicode conversion 2006-10-17 14:46:45 +00:00
MathParser.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
MathReplace.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
MathStream.C rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
MathStream.h rename mathed/math_xinset into mathed/InsetMathX 2006-09-17 09:14:18 +00:00
MathSupport.C More unicode conversion 2006-10-17 14:46:45 +00:00
MathSupport.h This commit fixes a crash when accessing a math inset. This was due to an invalid CursorSlice::text() null pointer accessed in InsetMathNest::cursorPos(): 2006-10-17 16:23:27 +00:00
pch.h some support for pch 2004-08-15 21:45:30 +00:00
README Whitespace, only whitespace... 2004-04-20 08:51:15 +00:00
texify
TextPainter.C Introduce wide streams. This fixes the remaining problems of plain text 2006-10-11 19:40:50 +00:00
TextPainter.h Adjust the FIXME texts and Delete commented out setXY() call following Andre comments about it: 2006-10-16 09:08:05 +00:00

Inset 'Xyz' is implemented by 'MathXyzInset' in 'math_xyzinset.[hC]'


Inset hierarchy:

                                   MathInset
                                (abstract base)

                         /            |               \

              Dim                  Char               Symbol, Space, ...
         (thing that need       (for things formerly
          the width_/ascent_     known as characters)
          /descent_ cache)

          /             \

       Nest              Dots,  Func, ...
  (for thing with
   nested content)

        |         \

      Grid        Decoration   Delim   Frac  Macro  Root  Script  Sqrt

      /   \

 Array    Hull
         (base for eqnarray/align/...)