]> git.lyx.org Git - lyx.git/blobdiff - development/scons/scons_manifest.py
Add a cache for converted image files. This needs to be enabled in the
[lyx.git] / development / scons / scons_manifest.py
index be61a3ff07b5bbb83d12be934498acfa9df1a1e7..9c789ade40a625b6265bd28a6bf8948046c00059 100644 (file)
@@ -96,11 +96,13 @@ src_support_header_files = Split('''
     copied_ptr.h
     cow_ptr.h
     debugstream.h
+    docstream.h
     docstring.h
     environment.h
     filefilterlist.h
     filename.h
     filetools.h
+    fontutils.h
     forkedcall.h
     forkedcallqueue.h
     forkedcontr.h
@@ -133,11 +135,13 @@ src_support_files = Split('''
     chdir.C
     convert.C
     copy.C
+    docstream.C
     docstring.C
     environment.C
     filefilterlist.C
     filename.C
     filetools.C
+    fontutils.C
     forkedcall.C
     forkedcallqueue.C
     forkedcontr.C
@@ -162,159 +166,154 @@ src_support_files = Split('''
 
 
 src_mathed_header_files = Split('''
-    command_inset.h
-    formulamacro.h
-    math_amsarrayinset.h
-    math_arrayinset.h
-    math_atom.h
-    math_autocorrect.h
-    math_biginset.h
-    math_binominset.h
-    math_boldsymbolinset.h
-    math_boxedinset.h
-    math_boxinset.h
-    math_braceinset.h
-    math_casesinset.h
-    math_charinset.h
-    math_colorinset.h
-    math_commentinset.h
-    math_data.h
-    math_decorationinset.h
-    math_deliminset.h
-    math_dfracinset.h
-    math_diffinset.h
-    math_diminset.h
-    math_dotsinset.h
-    math_envinset.h
-    math_exfuncinset.h
-    math_exintinset.h
-    math_extern.h
-    math_factory.h
-    math_fboxinset.h
-    math_fontinset.h
-    math_fontoldinset.h
-    math_fracbase.h
-    math_fracinset.h
-    math_frameboxinset.h
-    math_gridinfo.h
-    math_gridinset.h
-    math_hullinset.h
-    math_inset.h
-    math_kerninset.h
-    math_lefteqninset.h
-    math_liminset.h
-    math_macro.h
-    math_macroarg.h
-    math_macrotable.h
-    math_macrotemplate.h
-    math_makeboxinset.h
-    math_mathmlstream.h
-    math_matrixinset.h
-    math_mboxinset.h
-    math_nestinset.h
-    math_numberinset.h
-    math_oversetinset.h
-    math_parinset.h
-    math_parser.h
-    math_phantominset.h
-    math_replace.h
-    math_rootinset.h
-    math_scriptinset.h
-    math_sizeinset.h
-    math_spaceinset.h
-    math_splitinset.h
-    math_sqrtinset.h
-    math_stackrelinset.h
-    math_streamstr.h
-    math_stringinset.h
-    math_substackinset.h
-    math_support.h
-    math_symbolinset.h
-    math_tabularinset.h
-    math_tfracinset.h
-    math_undersetinset.h
-    math_unknowninset.h
-    math_xarrowinset.h
-    math_xyarrowinset.h
-    math_xymatrixinset.h
-    ref_inset.h
-    textpainter.h
+    InsetMath.h
+    InsetMathAMSArray.h
+    InsetMathArray.h
+    InsetMathBig.h
+    InsetMathBinom.h
+    InsetMathBoldSymbol.h
+    InsetMathBox.h
+    InsetMathBoxed.h
+    InsetMathBrace.h
+    InsetMathCases.h
+    InsetMathChar.h
+    InsetMathColor.h
+    InsetMathCommand.h
+    InsetMathComment.h
+    InsetMathDFrac.h
+    InsetMathDecoration.h
+    InsetMathDelim.h
+    InsetMathDiff.h
+    InsetMathDim.h
+    InsetMathDots.h
+    InsetMathEnv.h
+    InsetMathExFunc.h
+    InsetMathExInt.h
+    InsetMathFBox.h
+    InsetMathFont.h
+    InsetMathFontOld.h
+    InsetMathFrac.h
+    InsetMathFracBase.h
+    InsetMathFrameBox.h
+    InsetMathGrid.h
+    InsetMathHull.h
+    InsetMathKern.h
+    InsetMathLefteqn.h
+    InsetMathLim.h
+    InsetMathMacro.h
+    InsetMathMakebox.h
+    InsetMathMatrix.h
+    InsetMathNest.h
+    InsetMathNumber.h
+    InsetMathOverset.h
+    InsetMathPar.h
+    InsetMathPhantom.h
+    InsetMathRef.h
+    InsetMathRoot.h
+    InsetMathScript.h
+    InsetMathSize.h
+    InsetMathSpace.h
+    InsetMathSplit.h
+    InsetMathSqrt.h
+    InsetMathStackrel.h
+    InsetMathString.h
+    InsetMathSubstack.h
+    InsetMathSymbol.h
+    InsetMathTFrac.h
+    InsetMathTabular.h
+    InsetMathUnderset.h
+    InsetMathUnknown.h
+    InsetMathXArrow.h
+    InsetMathXYMatrix.h
+    MathAtom.h
+    MathAutoCorrect.h
+    MathData.h
+    MathExtern.h
+    MathFactory.h
+    MathGridInfo.h
+    MathMacroArgument.h
+    MathMacroTable.h
+    MathMacroTemplate.h
+    MathParser.h
+    MathReplace.h
+    MathStream.h
+    MathSupport.h
+    TextPainter.h
 ''')
 
 
 src_mathed_files = Split('''
-    command_inset.C
-    math_amsarrayinset.C
-    math_arrayinset.C
-    math_atom.C
-    math_autocorrect.C
-    math_biginset.C
-    math_binominset.C
-    math_boldsymbolinset.C
-    math_boxedinset.C
-    math_boxinset.C
-    math_braceinset.C
-    math_casesinset.C
-    math_charinset.C
-    math_colorinset.C
-    math_commentinset.C
-    math_data.C
-    math_decorationinset.C
-    math_deliminset.C
-    math_dfracinset.C
-    math_diffinset.C
-    math_diminset.C
-    math_dotsinset.C
-    math_envinset.C
-    math_exfuncinset.C
-    math_exintinset.C
-    math_extern.C
-    math_factory.C
-    math_fboxinset.C
-    math_fontinset.C
-    math_fontoldinset.C
-    math_fracbase.C
-    math_fracinset.C
-    math_frameboxinset.C
-    math_gridinset.C
-    math_hullinset.C
-    math_inset.C
-    math_kerninset.C
-    math_lefteqninset.C
-    math_liminset.C
-    math_macro.C
-    math_macroarg.C
-    math_macrotable.C
-    math_macrotemplate.C
-    math_makeboxinset.C
-    math_mathmlstream.C
-    math_matrixinset.C
-    math_nestinset.C
-    math_numberinset.C
-    math_oversetinset.C
-    math_parinset.C
-    math_parser.C
-    math_phantominset.C
-    math_rootinset.C
-    math_scriptinset.C
-    math_sizeinset.C
-    math_spaceinset.C
-    math_splitinset.C
-    math_sqrtinset.C
-    math_stackrelinset.C
-    math_streamstr.C
-    math_stringinset.C
-    math_substackinset.C
-    math_support.C
-    math_symbolinset.C
-    math_tabularinset.C
-    math_tfracinset.C
-    math_undersetinset.C
-    math_unknowninset.C
-    math_xarrowinset.C
-    math_xymatrixinset.C
-    ref_inset.C
-    textpainter.C
+    InsetMath.C
+    InsetMathAMSArray.C
+    InsetMathArray.C
+    InsetMathBig.C
+    InsetMathBinom.C
+    InsetMathBoldSymbol.C
+    InsetMathBox.C
+    InsetMathBoxed.C
+    InsetMathBrace.C
+    InsetMathCases.C
+    InsetMathChar.C
+    InsetMathColor.C
+    InsetMathCommand.C
+    InsetMathComment.C
+    InsetMathDFrac.C
+    InsetMathDecoration.C
+    InsetMathDelim.C
+    InsetMathDiff.C
+    InsetMathDim.C
+    InsetMathDots.C
+    InsetMathEnv.C
+    InsetMathExFunc.C
+    InsetMathExInt.C
+    InsetMathFBox.C
+    InsetMathFont.C
+    InsetMathFontOld.C
+    InsetMathFrac.C
+    InsetMathFracBase.C
+    InsetMathFrameBox.C
+    InsetMathGrid.C
+    InsetMathHull.C
+    InsetMathKern.C
+    InsetMathLefteqn.C
+    InsetMathLim.C
+    InsetMathMacro.C
+    InsetMathMakebox.C
+    InsetMathMatrix.C
+    InsetMathNest.C
+    InsetMathNumber.C
+    InsetMathOverset.C
+    InsetMathPar.C
+    InsetMathPhantom.C
+    InsetMathRef.C
+    InsetMathRoot.C
+    InsetMathScript.C
+    InsetMathSize.C
+    InsetMathSpace.C
+    InsetMathSplit.C
+    InsetMathSqrt.C
+    InsetMathStackrel.C
+    InsetMathString.C
+    InsetMathSubstack.C
+    InsetMathSymbol.C
+    InsetMathTFrac.C
+    InsetMathTabular.C
+    InsetMathUnderset.C
+    InsetMathUnknown.C
+    InsetMathXArrow.C
+    InsetMathXYMatrix.C
+    MathAtom.C
+    MathAutoCorrect.C
+    MathData.C
+    MathExtern.C
+    MathFactory.C
+    MathMacroArgument.C
+    MathMacroTable.C
+    MathMacroTemplate.C
+    MathParser.C
+    MathStream.C
+    MathSupport.C
+    TextPainter.C
 ''')
 
 
@@ -351,6 +350,7 @@ src_insets_header_files = Split('''
     insetline.h
     insetmarginal.h
     insetnewline.h
+    insetnomencl.h
     insetnote.h
     insetoptarg.h
     insetpagebreak.h
@@ -406,6 +406,7 @@ src_insets_files = Split('''
     insetline.C
     insetmarginal.C
     insetnewline.C
+    insetnomencl.C
     insetnote.C
     insetoptarg.C
     insetpagebreak.C
@@ -431,8 +432,12 @@ src_frontends_header_files = Split('''
     Alert_pimpl.h
     Application.h
     Clipboard.h
+    NoGuiFontLoader.h
+    NoGuiFontMetrics.h
     Dialogs.h
     FileDialog.h
+    FontLoader.h
+    FontMetrics.h
     Gui.h
     LyXKeySym.h
     LyXKeySymFactory.h
@@ -443,12 +448,8 @@ src_frontends_header_files = Split('''
     Timeout.h
     Toolbars.h
     WorkArea.h
-    font_metrics.h
-    guiapi.h
     key_state.h
-    lyx_gui.h
     mouse_state.h
-    nullpainter.h
 ''')
 
 
@@ -461,8 +462,6 @@ src_frontends_files = Split('''
     Timeout.C
     Toolbars.C
     WorkArea.C
-    guiapi.C
-    nullpainter.C
 ''')
 
 
@@ -594,378 +593,6 @@ src_frontends_controllers_files = Split('''
 ''')
 
 
-src_frontends_qt3_ui_files = Split('''
-    BiblioModuleBase.ui
-    BranchesModuleBase.ui
-    BulletsModuleBase.ui
-    FontModuleBase.ui
-    LaTeXModuleBase.ui
-    LanguageModuleBase.ui
-    MarginsModuleBase.ui
-    MathsModuleBase.ui
-    NumberingModuleBase.ui
-    PageLayoutModuleBase.ui
-    PreambleModuleBase.ui
-    QAboutDialogBase.ui
-    QAskForTextDialog.ui
-    QBibitemDialogBase.ui
-    QBibtexAddDialogBase.ui
-    QBibtexDialogBase.ui
-    QBoxDialogBase.ui
-    QBranchDialogBase.ui
-    QChangesDialogBase.ui
-    QCharacterDialogBase.ui
-    QCitationDialogBase.ui
-    QCitationFindDialogBase.ui
-    QDelimiterDialogBase.ui
-    QDocumentDialogBase.ui
-    QERTDialogBase.ui
-    QErrorListDialogBase.ui
-    QExternalDialogBase.ui
-    QFloatDialogBase.ui
-    QGraphicsDialogBase.ui
-    QIncludeDialogBase.ui
-    QIndexDialogBase.ui
-    QLogDialogBase.ui
-    QMathDialogBase.ui
-    QMathMatrixDialogBase.ui
-    QNoteDialogBase.ui
-    QParagraphDialogBase.ui
-    QPrefAsciiModule.ui
-    QPrefColorsModule.ui
-    QPrefConvertersModule.ui
-    QPrefCopiersModule.ui
-    QPrefCygwinPathModule.ui
-    QPrefDateModule.ui
-    QPrefDisplayModule.ui
-    QPrefFileformatsModule.ui
-    QPrefIdentityModule.ui
-    QPrefKeyboardModule.ui
-    QPrefLanguageModule.ui
-    QPrefLatexModule.ui
-    QPrefPathsModule.ui
-    QPrefPrinterModule.ui
-    QPrefScreenFontsModule.ui
-    QPrefSpellcheckerModule.ui
-    QPrefUIModule.ui
-    QPrefsDialogBase.ui
-    QPrintDialogBase.ui
-    QRefDialogBase.ui
-    QSearchDialogBase.ui
-    QSendtoDialogBase.ui
-    QShowFileDialogBase.ui
-    QSpellcheckerDialogBase.ui
-    QTabularCreateDialogBase.ui
-    QTabularDialogBase.ui
-    QTexinfoDialogBase.ui
-    QThesaurusDialogBase.ui
-    QTocDialogBase.ui
-    QURLDialogBase.ui
-    QVSpaceDialogBase.ui
-    QViewSourceDialogBase.ui
-    QWrapDialogBase.ui
-    TextLayoutModuleBase.ui
-''')
-
-
-src_frontends_qt3_moc_files = Split('''
-    BulletsModule.C
-    emptytable.C
-    floatplacement.C
-    FileDialog_private.C
-    iconpalette.C
-    lengthcombo.C
-    panelstack.C
-    QAboutDialog.C
-    QBibitemDialog.C
-    QBibtexDialog.C
-    QBoxDialog.C
-    QBranchDialog.C
-    QBrowseBox.C
-    QChangesDialog.C
-    QCharacterDialog.C
-    QCitationDialog.C
-    QCommandBuffer.C
-    QCommandEdit.C
-    QContentPane.C
-    QDelimiterDialog.C
-    QDocumentDialog.C
-    QErrorListDialog.C
-    QERTDialog.C
-    QExternalDialog.C
-    QFloatDialog.C
-    QGraphicsDialog.C
-    QIncludeDialog.C
-    QIndexDialog.C
-    QLogDialog.C
-    QViewSourceDialog.C
-    QLPopupMenu.C
-    QLPrintDialog.C
-    QMathDialog.C
-    QMathMatrixDialog.C
-    QNoteDialog.C
-    QParagraphDialog.C
-    QPrefsDialog.C
-    QRefDialog.C
-    QSearchDialog.C
-    QSendtoDialog.C
-    qsetborder.C
-    QShowFileDialog.C
-    QSpellcheckerDialog.C
-    QDialogView.C
-    QTabularCreateDialog.C
-    QTabularDialog.C
-    QTexinfoDialog.C
-    QThesaurusDialog.C
-    QTocDialog.C
-    qttableview.C
-    QtView.C
-    QURLDialog.C
-    QVSpaceDialog.C
-    QWrapDialog.C
-    QLToolbar.C
-    socket_callback.C
-    validators.C
-''')
-
-
-src_frontends_qt3_header_files = Split('''
-    BulletsModule.h
-    FileDialog_private.h
-    GuiApplication.h
-    GuiClipboard.h
-    GuiImplementation.h
-    GuiSelection.h
-    GuiWorkArea.h
-    QAbout.h
-    QAboutDialog.h
-    QBibitem.h
-    QBibitemDialog.h
-    QBibtex.h
-    QBibtexDialog.h
-    QBox.h
-    QBoxDialog.h
-    QBranch.h
-    QBranchDialog.h
-    QBrowseBox.h
-    QChanges.h
-    QChangesDialog.h
-    QCharacter.h
-    QCharacterDialog.h
-    QCitation.h
-    QCitationDialog.h
-    QCommandBuffer.h
-    QCommandEdit.h
-    QContentPane.h
-    QDelimiterDialog.h
-    QDialogView.h
-    QDocument.h
-    QDocumentDialog.h
-    QERT.h
-    QERTDialog.h
-    QErrorList.h
-    QErrorListDialog.h
-    QExternal.h
-    QExternalDialog.h
-    QFloat.h
-    QFloatDialog.h
-    QGraphics.h
-    QGraphicsDialog.h
-    QInclude.h
-    QIncludeDialog.h
-    QIndex.h
-    QIndexDialog.h
-    QLImage.h
-    QLMenubar.h
-    QLPainter.h
-    QLPopupMenu.h
-    QLPrintDialog.h
-    QLToolbar.h
-    QLog.h
-    QLogDialog.h
-    QLyXKeySym.h
-    QMath.h
-    QMathDialog.h
-    QMathMatrixDialog.h
-    QNote.h
-    QNoteDialog.h
-    QParagraph.h
-    QParagraphDialog.h
-    QPrefs.h
-    QPrefsDialog.h
-    QPrint.h
-    QRef.h
-    QRefDialog.h
-    QSearch.h
-    QSearchDialog.h
-    QSendto.h
-    QSendtoDialog.h
-    QShowFile.h
-    QShowFileDialog.h
-    QSpellchecker.h
-    QSpellcheckerDialog.h
-    QTabular.h
-    QTabularCreate.h
-    QTabularCreateDialog.h
-    QTabularDialog.h
-    QTexinfo.h
-    QTexinfoDialog.h
-    QThesaurus.h
-    QThesaurusDialog.h
-    QToc.h
-    QTocDialog.h
-    QURL.h
-    QURLDialog.h
-    QVSpace.h
-    QVSpaceDialog.h
-    QViewSource.h
-    QViewSourceDialog.h
-    QWorkArea.h
-    QWrap.h
-    QWrapDialog.h
-    Qt2BC.h
-    QtLyXView.h
-    QtView.h
-    checkedwidgets.h
-    emptytable.h
-    floatplacement.h
-    iconpalette.h
-    lcolorcache.h
-    lengthcombo.h
-    panelstack.h
-    qcoloritem.h
-    qfont_loader.h
-    qfontexample.h
-    qlkey.h
-    qscreen.h
-    qsetborder.h
-    qtTimeout.h
-    qt_helpers.h
-    qttableview.h
-    socket_callback.h
-    validators.h
-''')
-
-
-src_frontends_qt3_files = Split('''
-    Alert_pimpl.C
-    BulletsModule.C
-    Dialogs.C
-    FileDialog.C
-    FileDialog_private.C
-    GuiApplication.C
-    GuiClipboard.C
-    GuiSelection.C
-    LyXKeySymFactory.C
-    QAbout.C
-    QAboutDialog.C
-    QBibitem.C
-    QBibitemDialog.C
-    QBibtex.C
-    QBibtexDialog.C
-    QBox.C
-    QBoxDialog.C
-    QBranch.C
-    QBranchDialog.C
-    QBrowseBox.C
-    QChanges.C
-    QChangesDialog.C
-    QCharacter.C
-    QCharacterDialog.C
-    QCitation.C
-    QCitationDialog.C
-    QCommandBuffer.C
-    QCommandEdit.C
-    QContentPane.C
-    QDelimiterDialog.C
-    QDialogView.C
-    QDocument.C
-    QDocumentDialog.C
-    QERT.C
-    QERTDialog.C
-    QErrorList.C
-    QErrorListDialog.C
-    QExternal.C
-    QExternalDialog.C
-    QFloat.C
-    QFloatDialog.C
-    QGraphics.C
-    QGraphicsDialog.C
-    QInclude.C
-    QIncludeDialog.C
-    QIndex.C
-    QIndexDialog.C
-    QLImage.C
-    QLMenubar.C
-    QLPainter.C
-    QLPopupMenu.C
-    QLPrintDialog.C
-    QLToolbar.C
-    QLog.C
-    QLogDialog.C
-    QLyXKeySym.C
-    QMath.C
-    QMathDialog.C
-    QMathMatrixDialog.C
-    QNote.C
-    QNoteDialog.C
-    QParagraph.C
-    QParagraphDialog.C
-    QPrefs.C
-    QPrefsDialog.C
-    QPrint.C
-    QRef.C
-    QRefDialog.C
-    QSearch.C
-    QSearchDialog.C
-    QSendto.C
-    QSendtoDialog.C
-    QShowFile.C
-    QShowFileDialog.C
-    QSpellchecker.C
-    QSpellcheckerDialog.C
-    QTabular.C
-    QTabularCreate.C
-    QTabularCreateDialog.C
-    QTabularDialog.C
-    QTexinfo.C
-    QTexinfoDialog.C
-    QThesaurus.C
-    QThesaurusDialog.C
-    QToc.C
-    QTocDialog.C
-    QURL.C
-    QURLDialog.C
-    QVSpace.C
-    QVSpaceDialog.C
-    QViewSource.C
-    QViewSourceDialog.C
-    QWorkArea.C
-    QWrap.C
-    QWrapDialog.C
-    Qt2BC.C
-    QtView.C
-    checkedwidgets.C
-    emptytable.C
-    floatplacement.C
-    iconpalette.C
-    lcolorcache.C
-    lengthcombo.C
-    lyx_gui.C
-    panelstack.C
-    qcoloritem.C
-    qfont_loader.C
-    qfont_metrics.C
-    qfontexample.C
-    qscreen.C
-    qsetborder.C
-    qtTimeout.C
-    qt_helpers.C
-    qttableview.C
-    socket_callback.C
-    validators.C
-''')
-
 
 src_frontends_qt4_ui_files = Split('''
     BiblioUi.ui
@@ -1002,6 +629,7 @@ src_frontends_qt4_ui_files = Split('''
     QLogUi.ui
     QMathMatrixUi.ui
     QMathUi.ui
+    QNomenclUi.ui
     QNoteUi.ui
     QParagraphUi.ui
     QPrefAsciiUi.ui
@@ -1046,6 +674,8 @@ src_frontends_qt4_moc_files = Split('''
     emptytable.C
     FileDialog_private.C
     FloatPlacement.C
+    GuiApplication.C
+    GuiImplementation.C
     iconpalette.C
     lengthcombo.C
     InsertTableWidget.C
@@ -1079,6 +709,8 @@ src_frontends_qt4_moc_files = Split('''
     QLPrintDialog.C
     QMathDialog.C
     QMathMatrixDialog.C
+    QNomencl.C
+    QNomenclDialog.C
     QNoteDialog.C
     QParagraphDialog.C
     QPrefsDialog.C
@@ -1112,9 +744,9 @@ src_frontends_qt4_header_files = Split('''
     BulletsModule.h
     ColorCache.h
     FileDialog_private.h
-    FontLoader.h
     GuiApplication.h
     GuiClipboard.h
+    GuiFontLoader.h
     GuiImplementation.h
     GuiSelection.h
     GuiView.h
@@ -1171,6 +803,8 @@ src_frontends_qt4_header_files = Split('''
     QMath.h
     QMathDialog.h
     QMathMatrixDialog.h
+    QNomencl.h
+    QNomenclDialog.h
     QNote.h
     QNoteDialog.h
     QParagraph.h
@@ -1232,9 +866,10 @@ src_frontends_qt4_files = Split('''
     Dialogs.C
     FileDialog.C
     FileDialog_private.C
-    FontLoader.C
     GuiApplication.C
     GuiClipboard.C
+    GuiFontLoader.C
+    GuiFontMetrics.C
     GuiImplementation.C
     GuiSelection.C
     GuiView.C
@@ -1290,6 +925,8 @@ src_frontends_qt4_files = Split('''
     QMath.C
     QMathDialog.C
     QMathMatrixDialog.C
+    QNomencl.C
+    QNomenclDialog.C
     QNote.C
     QNoteDialog.C
     QParagraph.C
@@ -1332,9 +969,7 @@ src_frontends_qt4_files = Split('''
     FloatPlacement.C
     iconpalette.C
     lengthcombo.C
-    lyx_gui.C
     panelstack.C
-    qfont_metrics.C
     qfontexample.C
     qsetborder.C
     qtTimeout.C
@@ -1346,7 +981,6 @@ src_frontends_qt4_files = Split('''
 
 src_client_header_files = Split('''
     debug.h
-    gettext.h
     messages.h
 ''')
 
@@ -1363,8 +997,8 @@ src_client_files = Split('''
 src_tex2lyx_header_files = Split('''
     Spacing.h
     context.h
-    gettext.h
     lyxfont.h
+    messages.h
     tex2lyx.h
     texparser.h
 ''')
@@ -1384,6 +1018,7 @@ src_tex2lyx_files = Split('''
     lyxlex_pimpl.C
     lyxtextclass.C
     math.C
+    messages.C
     preamble.C
     table.C
     tex2lyx.C
@@ -1399,6 +1034,7 @@ src_header_files = Split('''
     Bullet.h
     Chktex.h
     Color.h
+    ConverterCache.h
     CutAndPaste.h
     DepTable.h
     FloatList.h
@@ -1475,7 +1111,6 @@ src_header_files = Split('''
     lyxlex_pimpl.h
     lyxrc.h
     lyxrow.h
-    lyxrow_funcs.h
     lyxserver.h
     lyxsocket.h
     lyxtext.h
@@ -1521,6 +1156,7 @@ src_pre_files = Split('''
     Bullet.C
     Chktex.C
     Color.C
+    ConverterCache.C
     CutAndPaste.C
     DepTable.C
     FloatList.C
@@ -1581,7 +1217,6 @@ src_pre_files = Split('''
     lyxlex_pimpl.C
     lyxrc.C
     lyxrow.C
-    lyxrow_funcs.C
     lyxserver.C
     lyxsocket.C
     lyxtextclass.C
@@ -1629,7 +1264,6 @@ src_post_files = Split('''
 
 
 lib_files = Split('''
-    lyxrc.example
     CREDITS
     chkconfig.ltx
     external_templates
@@ -1700,6 +1334,16 @@ lib_examples_files = Split('''
     aas_sample.lyx
     amsart-test.lyx
     amsbook-test.lyx
+    beamer-icsi-logo.pdf
+    beamer-knight1-mask.png
+    beamer-knight1.png
+    beamer-knight2-mask.png
+    beamer-knight2.png
+    beamer-knight3-mask.png
+    beamer-knight3.png
+    beamer-knight4-mask.png
+    beamer-knight4.png
+    beamerlyxexample1.lyx
     ca_splash.lyx
     chess-article.lyx
     chessgame.lyx
@@ -1772,6 +1416,8 @@ lib_examples_files = Split('''
 
 
 lib_images_files = Split('''
+    all-changes-reject.xpm
+    all-changes-accept.xpm
     amssymb.xpm
     banner.ppm
     bookmark-goto.xpm
@@ -1791,6 +1437,12 @@ lib_images_files = Split('''
     buffer-write-as.xpm
     buffer-write.xpm
     build-program.xpm
+    change-accept.xpm
+    change-next.xpm
+    change-reject.xpm
+    changes-merge.xpm
+    changes-output.xpm
+    changes-track.xpm
     copy.xpm
     cut.xpm
     depth-decrement.xpm
@@ -1835,7 +1487,9 @@ lib_images_files = Split('''
     math-mode.xpm
     math-subscript.xpm
     math-superscript.xpm
+    nomencl-insert.xpm
     note-insert.xpm
+    note-next.xpm
     paste.xpm
     psnfss1.xpm
     psnfss2.xpm
@@ -2419,6 +2073,7 @@ lib_layouts_files = Split('''
     amsmaths.inc
     apa.layout
     article.layout
+    beamer.layout
     book.layout
     broadway.layout
     chess.layout