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
|
2003-04-08 09:05:51 +00:00
|
|
|
src/frontends/controllers/biblio.C
|
|
|
|
src/frontends/controllers/character.C
|
2002-04-30 10:19:24 +00:00
|
|
|
src/frontends/controllers/frnt_lang.C
|
2001-03-30 14:28:17 +00:00
|
|
|
src/frontends/controllers/helper_funcs.C
|
2006-08-16 09:57:24 +00:00
|
|
|
src/frontends/controllers/tex_helpers.C
|
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/QBoxDialog.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/QDocumentDialog.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/QMath.C
|
|
|
|
src/frontends/qt4/QMathDialog.C
|
|
|
|
src/frontends/qt4/QMathMatrixDialog.C
|
|
|
|
src/frontends/qt4/QNote.C
|
|
|
|
src/frontends/qt4/QParagraph.C
|
|
|
|
src/frontends/qt4/QPrefs.C
|
|
|
|
src/frontends/qt4/QPrefsDialog.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
|
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/QTocDialog.C
|
2006-03-23 20:11:06 +00:00
|
|
|
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
|
2004-01-26 17:00:09 +00:00
|
|
|
src/insets/insetbase.C
|
2003-04-08 09:05:51 +00:00
|
|
|
src/insets/insetbibtex.C
|
2003-10-07 07:42:15 +00:00
|
|
|
src/insets/insetbox.C
|
2003-08-17 11:28:23 +00:00
|
|
|
src/insets/insetbranch.C
|
2001-03-12 11:22:26 +00:00
|
|
|
src/insets/insetcaption.C
|
2003-11-21 11:38:17 +00:00
|
|
|
src/insets/insetcharstyle.C
|
2003-03-17 16:25:00 +00:00
|
|
|
src/insets/insetenv.C
|
2000-10-06 06:13:46 +00:00
|
|
|
src/insets/insetert.C
|
|
|
|
src/insets/insetexternal.C
|
|
|
|
src/insets/insetfloat.C
|
2001-05-04 10:36:36 +00:00
|
|
|
src/insets/insetfloatlist.C
|
2000-10-06 06:13:46 +00:00
|
|
|
src/insets/insetfoot.C
|
|
|
|
src/insets/insetgraphics.C
|
2006-10-21 08:35:47 +00:00
|
|
|
src/insets/insethfill.C
|
2000-10-06 06:13:46 +00:00
|
|
|
src/insets/insetinclude.C
|
|
|
|
src/insets/insetindex.C
|
|
|
|
src/insets/insetmarginal.C
|
2006-11-04 18:12:57 +00:00
|
|
|
src/insets/insetnomencl.C
|
2001-07-20 09:57:23 +00:00
|
|
|
src/insets/insetnote.C
|
2002-08-23 09:05:32 +00:00
|
|
|
src/insets/insetoptarg.C
|
2006-11-25 17:13:49 +00:00
|
|
|
src/insets/insetpagebreak.h
|
2001-01-24 13:52:04 +00:00
|
|
|
src/insets/insetref.C
|
2000-10-06 06:13:46 +00:00
|
|
|
src/insets/insettabular.C
|
|
|
|
src/insets/insettext.C
|
|
|
|
src/insets/insettheorem.C
|
|
|
|
src/insets/insettoc.C
|
|
|
|
src/insets/inseturl.C
|
2003-11-28 17:38:39 +00:00
|
|
|
src/insets/insetvspace.C
|
2002-09-10 16:04:10 +00:00
|
|
|
src/insets/insetwrap.C
|
2003-10-10 21:08:55 +00:00
|
|
|
src/insets/render_graphic.C
|
2003-10-27 07:05:07 +00:00
|
|
|
src/insets/render_preview.C
|
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
|
2006-09-17 20:40:15 +00:00
|
|
|
src/mathed/InsetFormulaMacro.C
|
|
|
|
src/mathed/InsetMathAMSArray.C
|
|
|
|
src/mathed/InsetMathCases.C
|
|
|
|
src/mathed/InsetMathGrid.C
|
|
|
|
src/mathed/InsetMathHull.C
|
|
|
|
src/mathed/InsetMathNest.C
|
|
|
|
src/mathed/InsetMathRef.C
|
|
|
|
src/mathed/InsetMathSplit.C
|
|
|
|
src/mathed/InsetMathSubstack.C
|
|
|
|
src/mathed/MathMacroTemplate.C
|
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
|