2006-09-17 20:40:15 +00:00
|
|
|
src/BufferView.C
|
2003-03-13 10:30:28 +00:00
|
|
|
src/Chktex.C
|
2004-03-25 10:12:44 +00:00
|
|
|
src/CutAndPaste.C
|
2003-04-08 09:05:51 +00:00
|
|
|
src/LColor.C
|
|
|
|
src/LaTeX.C
|
|
|
|
src/MenuBackend.C
|
2005-05-02 13:35:30 +00:00
|
|
|
src/SpellBase.C
|
2003-04-08 09:05:51 +00:00
|
|
|
src/buffer.C
|
2003-06-20 14:03:49 +00:00
|
|
|
src/buffer_funcs.C
|
2003-04-08 09:05:51 +00:00
|
|
|
src/bufferlist.C
|
2003-05-07 12:36:11 +00:00
|
|
|
src/bufferparams.C
|
2005-02-16 16:23:37 +00:00
|
|
|
src/bufferview_funcs.C
|
2004-09-04 12:13:50 +00:00
|
|
|
src/client/debug.C
|
2003-04-08 09:05:51 +00:00
|
|
|
src/converter.C
|
2000-11-14 02:01:57 +00:00
|
|
|
src/debug.C
|
2000-10-06 06:13:46 +00:00
|
|
|
src/exporter.C
|
2003-03-03 23:19:01 +00:00
|
|
|
src/format.C
|
2003-04-08 09:05:51 +00:00
|
|
|
src/frontends/LyXView.C
|
2006-09-06 12:57:17 +00:00
|
|
|
src/frontends/WorkArea.C
|
2001-07-16 10:03:38 +00:00
|
|
|
src/frontends/controllers/ControlAboutlyx.C
|
2001-08-24 14:57:27 +00:00
|
|
|
src/frontends/controllers/ControlBibtex.C
|
2003-10-07 07:42:15 +00:00
|
|
|
src/frontends/controllers/ControlBox.C
|
2006-06-27 10:51:24 +00:00
|
|
|
src/frontends/controllers/ControlDocument.C
|
2006-08-16 09:57:24 +00:00
|
|
|
src/frontends/controllers/ControlErrorList.C
|
2001-03-30 14:28:17 +00:00
|
|
|
src/frontends/controllers/ControlExternal.C
|
|
|
|
src/frontends/controllers/ControlGraphics.C
|
|
|
|
src/frontends/controllers/ControlInclude.C
|
2003-12-09 11:52:55 +00:00
|
|
|
src/frontends/controllers/ControlLog.C
|
2002-11-21 18:33:09 +00:00
|
|
|
src/frontends/controllers/ControlPrefs.C
|
2001-03-28 09:28:48 +00:00
|
|
|
src/frontends/controllers/ControlPrint.C
|
2001-07-13 11:50:39 +00:00
|
|
|
src/frontends/controllers/ControlSpellchecker.C
|
2005-08-21 13:14:34 +00:00
|
|
|
src/frontends/controllers/ControlToc.C
|
2007-04-25 17:15:56 +00:00
|
|
|
src/frontends/controllers/frontend_helpers.cpp
|
2006-03-23 20:11:06 +00:00
|
|
|
src/frontends/qt4/Alert_pimpl.C
|
|
|
|
src/frontends/qt4/BulletsModule.C
|
|
|
|
src/frontends/qt4/Dialogs.C
|
|
|
|
src/frontends/qt4/FileDialog.C
|
2006-06-27 10:51:24 +00:00
|
|
|
src/frontends/qt4/GuiView.C
|
2006-11-19 13:33:18 +00:00
|
|
|
src/frontends/qt4/GuiWorkArea.C
|
2006-03-23 20:11:06 +00:00
|
|
|
src/frontends/qt4/QAbout.C
|
|
|
|
src/frontends/qt4/QBibitem.C
|
|
|
|
src/frontends/qt4/QBibtex.C
|
|
|
|
src/frontends/qt4/QBox.C
|
|
|
|
src/frontends/qt4/QBranch.C
|
|
|
|
src/frontends/qt4/QBranches.C
|
|
|
|
src/frontends/qt4/QChanges.C
|
|
|
|
src/frontends/qt4/QCharacter.C
|
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
|
|
|
src/frontends/qt4/QCitationDialog.C
|
2006-03-23 20:11:06 +00:00
|
|
|
src/frontends/qt4/QCommandBuffer.C
|
|
|
|
src/frontends/qt4/QDelimiterDialog.C
|
|
|
|
src/frontends/qt4/QDocument.C
|
|
|
|
src/frontends/qt4/QERT.C
|
|
|
|
src/frontends/qt4/QExternal.C
|
|
|
|
src/frontends/qt4/QFloat.C
|
|
|
|
src/frontends/qt4/QGraphics.C
|
|
|
|
src/frontends/qt4/QInclude.C
|
|
|
|
src/frontends/qt4/QMathMatrixDialog.C
|
|
|
|
src/frontends/qt4/QNote.C
|
|
|
|
src/frontends/qt4/QParagraph.C
|
|
|
|
src/frontends/qt4/QPrefs.C
|
|
|
|
src/frontends/qt4/QPrint.C
|
|
|
|
src/frontends/qt4/QRef.C
|
|
|
|
src/frontends/qt4/QSearch.C
|
|
|
|
src/frontends/qt4/QSendto.C
|
|
|
|
src/frontends/qt4/QShowFile.C
|
|
|
|
src/frontends/qt4/QSpellchecker.C
|
|
|
|
src/frontends/qt4/QTabular.C
|
|
|
|
src/frontends/qt4/QTabularCreate.C
|
|
|
|
src/frontends/qt4/QTexinfo.C
|
|
|
|
src/frontends/qt4/QThesaurus.C
|
|
|
|
src/frontends/qt4/QVSpace.C
|
|
|
|
src/frontends/qt4/QWrap.C
|
|
|
|
src/frontends/qt4/Qt2BC.h
|
2006-07-03 19:20:25 +00:00
|
|
|
src/frontends/qt4/UrlView.C
|
2006-03-23 20:11:06 +00:00
|
|
|
src/frontends/qt4/validators.C
|
2000-10-06 06:13:46 +00:00
|
|
|
src/gettext.h
|
2000-10-23 12:16:05 +00:00
|
|
|
src/importer.C
|
2007-04-25 01:24:38 +00:00
|
|
|
src/insets/InsetBase.cpp
|
|
|
|
src/insets/InsetBibtex.cpp
|
|
|
|
src/insets/InsetBox.cpp
|
|
|
|
src/insets/InsetBranch.cpp
|
|
|
|
src/insets/InsetCaption.cpp
|
|
|
|
src/insets/InsetCharStyle.cpp
|
|
|
|
src/insets/InsetCommand.cpp
|
|
|
|
src/insets/InsetCommandParams.cpp
|
|
|
|
src/insets/InsetEnv.cpp
|
|
|
|
src/insets/InsetERT.cpp
|
|
|
|
src/insets/InsetExternal.cpp
|
|
|
|
src/insets/InsetFloat.cpp
|
|
|
|
src/insets/InsetFloatList.cpp
|
|
|
|
src/insets/InsetFoot.cpp
|
|
|
|
src/insets/InsetGraphics.cpp
|
|
|
|
src/insets/InsetHFill.cpp
|
|
|
|
src/insets/InsetInclude.cpp
|
|
|
|
src/insets/InsetIndex.cpp
|
|
|
|
src/insets/InsetMarginal.cpp
|
|
|
|
src/insets/InsetNomencl.cpp
|
|
|
|
src/insets/InsetNote.cpp
|
|
|
|
src/insets/InsetOptArg.cpp
|
2007-04-25 16:11:45 +00:00
|
|
|
src/insets/InsetPagebreak.h
|
2007-04-25 01:24:38 +00:00
|
|
|
src/insets/InsetRef.cpp
|
|
|
|
src/insets/InsetTabular.cpp
|
|
|
|
src/insets/InsetText.cpp
|
|
|
|
src/insets/InsetTheorem.cpp
|
|
|
|
src/insets/InsetTOC.cpp
|
|
|
|
src/insets/InsetUrl.cpp
|
|
|
|
src/insets/InsetVSpace.cpp
|
|
|
|
src/insets/InsetWrap.cpp
|
|
|
|
src/insets/RenderGraphic.cpp
|
|
|
|
src/insets/RenderPreview.cpp
|
2003-02-18 17:23:55 +00:00
|
|
|
src/ispell.C
|
2000-10-06 06:13:46 +00:00
|
|
|
src/kbsequence.C
|
2002-11-21 18:33:09 +00:00
|
|
|
src/lengthcommon.C
|
2000-10-06 06:13:46 +00:00
|
|
|
src/lyx_cb.C
|
2003-04-08 09:05:51 +00:00
|
|
|
src/lyx_main.C
|
2001-03-06 10:20:33 +00:00
|
|
|
src/lyxfind.C
|
2000-10-06 06:13:46 +00:00
|
|
|
src/lyxfont.C
|
|
|
|
src/lyxfunc.C
|
2000-11-02 04:48:34 +00:00
|
|
|
src/lyxrc.C
|
2000-10-06 06:13:46 +00:00
|
|
|
src/lyxvc.C
|
2007-04-25 03:01:35 +00:00
|
|
|
src/mathed/InsetFormulaMacro.cpp
|
|
|
|
src/mathed/InsetMathAMSArray.cpp
|
|
|
|
src/mathed/InsetMathCases.cpp
|
|
|
|
src/mathed/InsetMathGrid.cpp
|
|
|
|
src/mathed/InsetMathHull.cpp
|
|
|
|
src/mathed/InsetMathNest.cpp
|
|
|
|
src/mathed/InsetMathRef.cpp
|
|
|
|
src/mathed/InsetMathSplit.cpp
|
|
|
|
src/mathed/InsetMathSubstack.cpp
|
|
|
|
src/mathed/MathMacroTemplate.cpp
|
2003-11-07 15:24:54 +00:00
|
|
|
src/output.C
|
|
|
|
src/output_plaintext.C
|
2000-10-06 06:13:46 +00:00
|
|
|
src/paragraph.C
|
2003-03-03 23:19:01 +00:00
|
|
|
src/rowpainter.C
|
2004-11-25 19:13:07 +00:00
|
|
|
src/support/filefilterlist.C
|
2007-01-26 15:27:32 +00:00
|
|
|
src/support/os_win32.C
|
2005-01-12 12:25:30 +00:00
|
|
|
src/support/package.C.in
|
2005-04-25 11:07:54 +00:00
|
|
|
src/support/userinfo.C
|
2006-06-27 10:51:24 +00:00
|
|
|
src/tex-strings.C
|
2003-04-08 09:05:51 +00:00
|
|
|
src/text.C
|
2001-11-29 11:20:56 +00:00
|
|
|
src/text2.C
|
2002-08-20 19:41:13 +00:00
|
|
|
src/text3.C
|
2005-07-04 10:40:10 +00:00
|
|
|
src/vspace.C
|