]> git.lyx.org Git - lyx.git/commit
Wrap most of the frontend code up inside namespace lyx::frontend.
authorAngus Leeming <leeming@lyx.org>
Wed, 19 May 2004 15:11:37 +0000 (15:11 +0000)
committerAngus Leeming <leeming@lyx.org>
Wed, 19 May 2004 15:11:37 +0000 (15:11 +0000)
commit2a31934f38d624bef25c0b177852233eee9768f0
treee82bc6b97c69645288c4d64a095907d0d6b144c2
parent3e34d6f23c61268ec3f05e05123205e1584e241f
Wrap most of the frontend code up inside namespace lyx::frontend.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8766 a592a061-630c-0410-9148-cb99ea01b6c8
458 files changed:
src/ChangeLog
src/LaTeXFeatures.C
src/ToolbarBackend.C
src/bufferparams.C
src/bufferparams.h
src/frontends/ChangeLog
src/frontends/Dialogs.C
src/frontends/Dialogs.h
src/frontends/LyXView.C
src/frontends/LyXView.h
src/frontends/controllers/BCView.C
src/frontends/controllers/BCView.h
src/frontends/controllers/BCView.tmpl
src/frontends/controllers/ButtonController.C
src/frontends/controllers/ButtonController.h
src/frontends/controllers/ButtonPolicies.C
src/frontends/controllers/ButtonPolicies.h
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlAboutlyx.C
src/frontends/controllers/ControlAboutlyx.h
src/frontends/controllers/ControlBibtex.C
src/frontends/controllers/ControlBibtex.h
src/frontends/controllers/ControlBox.C
src/frontends/controllers/ControlBox.h
src/frontends/controllers/ControlBranch.C
src/frontends/controllers/ControlBranch.h
src/frontends/controllers/ControlChanges.C
src/frontends/controllers/ControlChanges.h
src/frontends/controllers/ControlCharacter.C
src/frontends/controllers/ControlCharacter.h
src/frontends/controllers/ControlCitation.C
src/frontends/controllers/ControlCitation.h
src/frontends/controllers/ControlCommand.C
src/frontends/controllers/ControlCommand.h
src/frontends/controllers/ControlCommandBuffer.C
src/frontends/controllers/ControlCommandBuffer.h
src/frontends/controllers/ControlDocument.C
src/frontends/controllers/ControlDocument.h
src/frontends/controllers/ControlERT.C
src/frontends/controllers/ControlERT.h
src/frontends/controllers/ControlErrorList.C
src/frontends/controllers/ControlErrorList.h
src/frontends/controllers/ControlExternal.C
src/frontends/controllers/ControlExternal.h
src/frontends/controllers/ControlFloat.C
src/frontends/controllers/ControlFloat.h
src/frontends/controllers/ControlGraphics.C
src/frontends/controllers/ControlGraphics.h
src/frontends/controllers/ControlInclude.C
src/frontends/controllers/ControlInclude.h
src/frontends/controllers/ControlLog.C
src/frontends/controllers/ControlLog.h
src/frontends/controllers/ControlMath.C
src/frontends/controllers/ControlMath.h
src/frontends/controllers/ControlNote.C
src/frontends/controllers/ControlNote.h
src/frontends/controllers/ControlParagraph.C
src/frontends/controllers/ControlParagraph.h
src/frontends/controllers/ControlPreamble.C
src/frontends/controllers/ControlPreamble.h
src/frontends/controllers/ControlPrefs.C
src/frontends/controllers/ControlPrefs.h
src/frontends/controllers/ControlPrint.C
src/frontends/controllers/ControlPrint.h
src/frontends/controllers/ControlRef.C
src/frontends/controllers/ControlRef.h
src/frontends/controllers/ControlSearch.C
src/frontends/controllers/ControlSearch.h
src/frontends/controllers/ControlSendto.C
src/frontends/controllers/ControlSendto.h
src/frontends/controllers/ControlShowFile.C
src/frontends/controllers/ControlShowFile.h
src/frontends/controllers/ControlSpellchecker.C
src/frontends/controllers/ControlSpellchecker.h
src/frontends/controllers/ControlTabular.C
src/frontends/controllers/ControlTabular.h
src/frontends/controllers/ControlTabularCreate.C
src/frontends/controllers/ControlTabularCreate.h
src/frontends/controllers/ControlTexinfo.C
src/frontends/controllers/ControlTexinfo.h
src/frontends/controllers/ControlThesaurus.C
src/frontends/controllers/ControlThesaurus.h
src/frontends/controllers/ControlToc.C
src/frontends/controllers/ControlToc.h
src/frontends/controllers/ControlVSpace.C
src/frontends/controllers/ControlVSpace.h
src/frontends/controllers/ControlWrap.C
src/frontends/controllers/ControlWrap.h
src/frontends/controllers/Dialog.C
src/frontends/controllers/Dialog.h
src/frontends/controllers/Kernel.C
src/frontends/controllers/Kernel.h
src/frontends/controllers/biblio.C
src/frontends/controllers/biblio.h
src/frontends/controllers/character.C
src/frontends/controllers/character.h
src/frontends/controllers/frnt_lang.C
src/frontends/controllers/frnt_lang.h
src/frontends/controllers/helper_funcs.C
src/frontends/controllers/helper_funcs.h
src/frontends/controllers/tex_helpers.C
src/frontends/controllers/tex_helpers.h
src/frontends/gtk/ChangeLog
src/frontends/gtk/Dialogs.C
src/frontends/gtk/GAboutlyx.C
src/frontends/gtk/GAboutlyx.h
src/frontends/gtk/GBC.C
src/frontends/gtk/GBC.h
src/frontends/gtk/GMathDelim.C
src/frontends/gtk/GMathDelim.h
src/frontends/gtk/GMathPanel.C
src/frontends/gtk/GMathPanel.h
src/frontends/gtk/GMenubar.C
src/frontends/gtk/GMenubar.h
src/frontends/gtk/GMiniBuffer.C
src/frontends/gtk/GMiniBuffer.h
src/frontends/gtk/GPainter.C
src/frontends/gtk/GPainter.h
src/frontends/gtk/GPrint.C
src/frontends/gtk/GPrint.h
src/frontends/gtk/GScreen.C
src/frontends/gtk/GScreen.h
src/frontends/gtk/GTableCreate.C
src/frontends/gtk/GTableCreate.h
src/frontends/gtk/GText.C
src/frontends/gtk/GText.h
src/frontends/gtk/GTimeout.C
src/frontends/gtk/GTimeout.h
src/frontends/gtk/GToolbar.C
src/frontends/gtk/GToolbar.h
src/frontends/gtk/GUrl.C
src/frontends/gtk/GUrl.h
src/frontends/gtk/GView.C
src/frontends/gtk/GView.h
src/frontends/gtk/GViewBase.C
src/frontends/gtk/GViewBase.h
src/frontends/gtk/GWorkArea.C
src/frontends/gtk/GWorkArea.h
src/frontends/gtk/LyXScreenFactory.C
src/frontends/gtk/WorkAreaFactory.C
src/frontends/gtk/ghelpers.C
src/frontends/gtk/ghelpers.h
src/frontends/gtk/lyx_gui.C
src/frontends/qt2/ChangeLog
src/frontends/qt2/Dialogs.C
src/frontends/qt2/QAbout.C
src/frontends/qt2/QAbout.h
src/frontends/qt2/QAboutDialog.C
src/frontends/qt2/QAboutDialog.h
src/frontends/qt2/QBibitem.C
src/frontends/qt2/QBibitem.h
src/frontends/qt2/QBibitemDialog.C
src/frontends/qt2/QBibitemDialog.h
src/frontends/qt2/QBibtex.C
src/frontends/qt2/QBibtex.h
src/frontends/qt2/QBibtexDialog.C
src/frontends/qt2/QBibtexDialog.h
src/frontends/qt2/QBox.C
src/frontends/qt2/QBox.h
src/frontends/qt2/QBoxDialog.C
src/frontends/qt2/QBoxDialog.h
src/frontends/qt2/QBranch.C
src/frontends/qt2/QBranch.h
src/frontends/qt2/QBranchDialog.C
src/frontends/qt2/QBranchDialog.h
src/frontends/qt2/QChanges.C
src/frontends/qt2/QChanges.h
src/frontends/qt2/QChangesDialog.C
src/frontends/qt2/QChangesDialog.h
src/frontends/qt2/QCharacter.C
src/frontends/qt2/QCharacter.h
src/frontends/qt2/QCharacterDialog.C
src/frontends/qt2/QCharacterDialog.h
src/frontends/qt2/QCitation.C
src/frontends/qt2/QCitation.h
src/frontends/qt2/QCitationDialog.C
src/frontends/qt2/QCitationDialog.h
src/frontends/qt2/QCommandBuffer.C
src/frontends/qt2/QCommandBuffer.h
src/frontends/qt2/QCommandEdit.C
src/frontends/qt2/QCommandEdit.h
src/frontends/qt2/QDelimiterDialog.C
src/frontends/qt2/QDelimiterDialog.h
src/frontends/qt2/QDialogView.C
src/frontends/qt2/QDialogView.h
src/frontends/qt2/QDocument.C
src/frontends/qt2/QDocument.h
src/frontends/qt2/QDocumentDialog.C
src/frontends/qt2/QDocumentDialog.h
src/frontends/qt2/QERT.C
src/frontends/qt2/QERT.h
src/frontends/qt2/QERTDialog.C
src/frontends/qt2/QERTDialog.h
src/frontends/qt2/QErrorList.C
src/frontends/qt2/QErrorList.h
src/frontends/qt2/QErrorListDialog.C
src/frontends/qt2/QErrorListDialog.h
src/frontends/qt2/QExternal.C
src/frontends/qt2/QExternal.h
src/frontends/qt2/QExternalDialog.C
src/frontends/qt2/QExternalDialog.h
src/frontends/qt2/QFloat.C
src/frontends/qt2/QFloat.h
src/frontends/qt2/QFloatDialog.C
src/frontends/qt2/QFloatDialog.h
src/frontends/qt2/QGraphics.C
src/frontends/qt2/QGraphics.h
src/frontends/qt2/QGraphicsDialog.C
src/frontends/qt2/QGraphicsDialog.h
src/frontends/qt2/QInclude.C
src/frontends/qt2/QInclude.h
src/frontends/qt2/QIncludeDialog.C
src/frontends/qt2/QIncludeDialog.h
src/frontends/qt2/QIndex.C
src/frontends/qt2/QIndex.h
src/frontends/qt2/QIndexDialog.C
src/frontends/qt2/QIndexDialog.h
src/frontends/qt2/QLMenubar.C
src/frontends/qt2/QLMenubar.h
src/frontends/qt2/QLPopupMenu.C
src/frontends/qt2/QLPopupMenu.h
src/frontends/qt2/QLPrintDialog.C
src/frontends/qt2/QLPrintDialog.h
src/frontends/qt2/QLToolbar.C
src/frontends/qt2/QLToolbar.h
src/frontends/qt2/QLog.C
src/frontends/qt2/QLog.h
src/frontends/qt2/QLogDialog.C
src/frontends/qt2/QLogDialog.h
src/frontends/qt2/QMath.C
src/frontends/qt2/QMath.h
src/frontends/qt2/QMathDialog.C
src/frontends/qt2/QMathDialog.h
src/frontends/qt2/QMathMatrixDialog.C
src/frontends/qt2/QMathMatrixDialog.h
src/frontends/qt2/QNote.C
src/frontends/qt2/QNote.h
src/frontends/qt2/QNoteDialog.C
src/frontends/qt2/QNoteDialog.h
src/frontends/qt2/QParagraph.C
src/frontends/qt2/QParagraph.h
src/frontends/qt2/QParagraphDialog.C
src/frontends/qt2/QParagraphDialog.h
src/frontends/qt2/QPrefs.C
src/frontends/qt2/QPrefs.h
src/frontends/qt2/QPrefsDialog.C
src/frontends/qt2/QPrefsDialog.h
src/frontends/qt2/QPrint.C
src/frontends/qt2/QPrint.h
src/frontends/qt2/QRef.C
src/frontends/qt2/QRef.h
src/frontends/qt2/QRefDialog.C
src/frontends/qt2/QRefDialog.h
src/frontends/qt2/QSearch.C
src/frontends/qt2/QSearch.h
src/frontends/qt2/QSearchDialog.C
src/frontends/qt2/QSearchDialog.h
src/frontends/qt2/QSendto.C
src/frontends/qt2/QSendto.h
src/frontends/qt2/QSendtoDialog.C
src/frontends/qt2/QSendtoDialog.h
src/frontends/qt2/QShowFile.C
src/frontends/qt2/QShowFile.h
src/frontends/qt2/QShowFileDialog.C
src/frontends/qt2/QShowFileDialog.h
src/frontends/qt2/QSpellchecker.C
src/frontends/qt2/QSpellchecker.h
src/frontends/qt2/QSpellcheckerDialog.C
src/frontends/qt2/QSpellcheckerDialog.h
src/frontends/qt2/QTabular.C
src/frontends/qt2/QTabular.h
src/frontends/qt2/QTabularCreate.C
src/frontends/qt2/QTabularCreate.h
src/frontends/qt2/QTabularCreateDialog.C
src/frontends/qt2/QTabularCreateDialog.h
src/frontends/qt2/QTabularDialog.C
src/frontends/qt2/QTabularDialog.h
src/frontends/qt2/QTexinfo.C
src/frontends/qt2/QTexinfo.h
src/frontends/qt2/QTexinfoDialog.C
src/frontends/qt2/QTexinfoDialog.h
src/frontends/qt2/QThesaurus.C
src/frontends/qt2/QThesaurus.h
src/frontends/qt2/QThesaurusDialog.C
src/frontends/qt2/QThesaurusDialog.h
src/frontends/qt2/QToc.C
src/frontends/qt2/QToc.h
src/frontends/qt2/QTocDialog.C
src/frontends/qt2/QTocDialog.h
src/frontends/qt2/QURL.C
src/frontends/qt2/QURL.h
src/frontends/qt2/QURLDialog.C
src/frontends/qt2/QURLDialog.h
src/frontends/qt2/QVSpace.C
src/frontends/qt2/QVSpace.h
src/frontends/qt2/QVSpaceDialog.C
src/frontends/qt2/QVSpaceDialog.h
src/frontends/qt2/QWrap.C
src/frontends/qt2/QWrap.h
src/frontends/qt2/QWrapDialog.C
src/frontends/qt2/QWrapDialog.h
src/frontends/qt2/Qt2BC.C
src/frontends/qt2/Qt2BC.h
src/frontends/qt2/QtView.C
src/frontends/qt2/QtView.h
src/frontends/qt2/checkedwidgets.C
src/frontends/qt2/checkedwidgets.h
src/frontends/qt2/lyx_gui.C
src/frontends/xforms/Alert_pimpl.C
src/frontends/xforms/ChangeLog
src/frontends/xforms/Color.C
src/frontends/xforms/Color.h
src/frontends/xforms/ColorHandler.C
src/frontends/xforms/ColorHandler.h
src/frontends/xforms/Dialogs.C
src/frontends/xforms/FontInfo.C
src/frontends/xforms/FontInfo.h
src/frontends/xforms/FormAboutlyx.C
src/frontends/xforms/FormAboutlyx.h
src/frontends/xforms/FormBibitem.C
src/frontends/xforms/FormBibitem.h
src/frontends/xforms/FormBibtex.C
src/frontends/xforms/FormBibtex.h
src/frontends/xforms/FormBox.C
src/frontends/xforms/FormBox.h
src/frontends/xforms/FormBranch.C
src/frontends/xforms/FormBranch.h
src/frontends/xforms/FormBrowser.C
src/frontends/xforms/FormBrowser.h
src/frontends/xforms/FormChanges.C
src/frontends/xforms/FormChanges.h
src/frontends/xforms/FormCharacter.C
src/frontends/xforms/FormCharacter.h
src/frontends/xforms/FormCitation.C
src/frontends/xforms/FormCitation.h
src/frontends/xforms/FormColorpicker.C
src/frontends/xforms/FormColorpicker.h
src/frontends/xforms/FormDialogView.C
src/frontends/xforms/FormDialogView.h
src/frontends/xforms/FormDocument.C
src/frontends/xforms/FormDocument.h
src/frontends/xforms/FormERT.C
src/frontends/xforms/FormERT.h
src/frontends/xforms/FormErrorList.C
src/frontends/xforms/FormErrorList.h
src/frontends/xforms/FormExternal.C
src/frontends/xforms/FormExternal.h
src/frontends/xforms/FormFiledialog.C
src/frontends/xforms/FormFiledialog.h
src/frontends/xforms/FormFloat.C
src/frontends/xforms/FormFloat.h
src/frontends/xforms/FormGraphics.C
src/frontends/xforms/FormGraphics.h
src/frontends/xforms/FormInclude.C
src/frontends/xforms/FormInclude.h
src/frontends/xforms/FormLog.C
src/frontends/xforms/FormLog.h
src/frontends/xforms/FormMathsBitmap.C
src/frontends/xforms/FormMathsBitmap.h
src/frontends/xforms/FormMathsDelim.C
src/frontends/xforms/FormMathsDelim.h
src/frontends/xforms/FormMathsMatrix.C
src/frontends/xforms/FormMathsMatrix.h
src/frontends/xforms/FormMathsPanel.C
src/frontends/xforms/FormMathsPanel.h
src/frontends/xforms/FormMathsSpace.C
src/frontends/xforms/FormMathsSpace.h
src/frontends/xforms/FormMathsStyle.C
src/frontends/xforms/FormMathsStyle.h
src/frontends/xforms/FormNote.C
src/frontends/xforms/FormNote.h
src/frontends/xforms/FormParagraph.C
src/frontends/xforms/FormParagraph.h
src/frontends/xforms/FormPreamble.C
src/frontends/xforms/FormPreamble.h
src/frontends/xforms/FormPreferences.C
src/frontends/xforms/FormPreferences.h
src/frontends/xforms/FormPrint.C
src/frontends/xforms/FormPrint.h
src/frontends/xforms/FormRef.C
src/frontends/xforms/FormRef.h
src/frontends/xforms/FormSearch.C
src/frontends/xforms/FormSearch.h
src/frontends/xforms/FormSendto.C
src/frontends/xforms/FormSendto.h
src/frontends/xforms/FormShowFile.C
src/frontends/xforms/FormShowFile.h
src/frontends/xforms/FormSpellchecker.C
src/frontends/xforms/FormSpellchecker.h
src/frontends/xforms/FormTabular.C
src/frontends/xforms/FormTabular.h
src/frontends/xforms/FormTabularCreate.C
src/frontends/xforms/FormTabularCreate.h
src/frontends/xforms/FormTexinfo.C
src/frontends/xforms/FormTexinfo.h
src/frontends/xforms/FormText.C
src/frontends/xforms/FormText.h
src/frontends/xforms/FormThesaurus.C
src/frontends/xforms/FormThesaurus.h
src/frontends/xforms/FormToc.C
src/frontends/xforms/FormToc.h
src/frontends/xforms/FormUrl.C
src/frontends/xforms/FormUrl.h
src/frontends/xforms/FormVSpace.C
src/frontends/xforms/FormVSpace.h
src/frontends/xforms/FormWrap.C
src/frontends/xforms/FormWrap.h
src/frontends/xforms/LyXKeySymFactory.C
src/frontends/xforms/LyXScreenFactory.C
src/frontends/xforms/RadioButtonGroup.C
src/frontends/xforms/RadioButtonGroup.h
src/frontends/xforms/Tooltips.C
src/frontends/xforms/Tooltips.h
src/frontends/xforms/WorkAreaFactory.C
src/frontends/xforms/XFormsMenubar.C
src/frontends/xforms/XFormsMenubar.h
src/frontends/xforms/XFormsToolbar.C
src/frontends/xforms/XFormsToolbar.h
src/frontends/xforms/XFormsView.C
src/frontends/xforms/XFormsView.h
src/frontends/xforms/XLyXKeySym.C
src/frontends/xforms/XLyXKeySym.h
src/frontends/xforms/XMiniBuffer.C
src/frontends/xforms/XMiniBuffer.h
src/frontends/xforms/XPainter.C
src/frontends/xforms/XPainter.h
src/frontends/xforms/XWorkArea.C
src/frontends/xforms/XWorkArea.h
src/frontends/xforms/checkedwidgets.C
src/frontends/xforms/checkedwidgets.h
src/frontends/xforms/fdesign_base.C
src/frontends/xforms/fdesign_base.h
src/frontends/xforms/forms/fdfix.sh
src/frontends/xforms/forms/fdfixc.sed
src/frontends/xforms/forms/fdfixh.sed
src/frontends/xforms/forms_gettext.C
src/frontends/xforms/forms_gettext.h
src/frontends/xforms/lyx_gui.C
src/frontends/xforms/xfont_loader.C
src/frontends/xforms/xfont_loader.h
src/frontends/xforms/xfont_metrics.C
src/frontends/xforms/xfont_metrics.h
src/frontends/xforms/xformsBC.C
src/frontends/xforms/xformsBC.h
src/frontends/xforms/xformsImage.C
src/frontends/xforms/xformsImage.h
src/frontends/xforms/xformsTimeout.C
src/frontends/xforms/xformsTimeout.h
src/frontends/xforms/xforms_helpers.C
src/frontends/xforms/xforms_helpers.h
src/frontends/xforms/xforms_resize.C
src/frontends/xforms/xforms_resize.h
src/frontends/xforms/xscreen.C
src/frontends/xforms/xscreen.h
src/insets/ChangeLog
src/insets/insetcite.C
src/insets/insetcite.h
src/lyxfunc.C