]> git.lyx.org Git - lyx.git/blobdiff - development/scons/scons_manifest.py
This commit moves system font initialization and restoration to new support/fontutils...
[lyx.git] / development / scons / scons_manifest.py
index 89504ad813ead63e114c281fbe4533c83a9b7426..9289f6741d311afa5d61a217866da103dab337f2 100644 (file)
@@ -75,10 +75,10 @@ boost_libs_regex_src_files = Split('''
 
 
 boost_libs_filesystem_src_files = Split('''
-    convenience.cpp
     exception.cpp
-    operations_posix_windows.cpp
-    path_posix_windows.cpp
+    operations.cpp
+    path.cpp
+    portability.cpp
 ''')
 
 
@@ -101,6 +101,7 @@ src_support_header_files = Split('''
     filefilterlist.h
     filename.h
     filetools.h
+    fontutils.h
     forkedcall.h
     forkedcallqueue.h
     forkedcontr.h
@@ -133,10 +134,12 @@ src_support_files = Split('''
     chdir.C
     convert.C
     copy.C
+    docstring.C
     environment.C
     filefilterlist.C
     filename.C
     filetools.C
+    fontutils.C
     forkedcall.C
     forkedcallqueue.C
     forkedcontr.C
@@ -161,159 +164,156 @@ 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
+    MathMLStream.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
+    MathMLStream.C
+    MathMacroArgument.C
+    MathMacroTable.C
+    MathMacroTemplate.C
+    MathParser.C
+    MathStream.C
+    MathSupport.C
+    TextPainter.C
 ''')
 
 
@@ -428,6 +428,8 @@ src_insets_files = Split('''
 src_frontends_header_files = Split('''
     Alert.h
     Alert_pimpl.h
+       Application_pimpl.h
+    Application.h
     Clipboard.h
     Dialogs.h
     FileDialog.h
@@ -452,6 +454,7 @@ src_frontends_header_files = Split('''
 
 src_frontends_files = Split('''
     Alert.C
+    Application.C
     Dialogs.C
     LyXView.C
     Painter.C
@@ -668,8 +671,8 @@ src_frontends_qt3_ui_files = Split('''
 src_frontends_qt3_moc_files = Split('''
     BulletsModule.C
     emptytable.C
-    FileDialog_private.C
     floatplacement.C
+    FileDialog_private.C
     iconpalette.C
     lengthcombo.C
     panelstack.C
@@ -729,6 +732,7 @@ src_frontends_qt3_moc_files = Split('''
 src_frontends_qt3_header_files = Split('''
     BulletsModule.h
     FileDialog_private.h
+    GuiApplication.h
     GuiClipboard.h
     GuiImplementation.h
     GuiSelection.h
@@ -849,6 +853,7 @@ src_frontends_qt3_files = Split('''
     Dialogs.C
     FileDialog.C
     FileDialog_private.C
+    GuiApplication.C
     GuiClipboard.C
     GuiSelection.C
     LyXKeySymFactory.C
@@ -966,6 +971,7 @@ src_frontends_qt4_ui_files = Split('''
     BiblioUi.ui
     BranchesUi.ui
     BulletsUi.ui
+    FloatPlacementUi.ui
     FontUi.ui
     LaTeXUi.ui
     LanguageUi.ui
@@ -1039,7 +1045,7 @@ src_frontends_qt4_moc_files = Split('''
     BulletsModule.C
     emptytable.C
     FileDialog_private.C
-    floatplacement.C
+    FloatPlacement.C
     iconpalette.C
     lengthcombo.C
     InsertTableWidget.C
@@ -1102,12 +1108,12 @@ src_frontends_qt4_moc_files = Split('''
 
 src_frontends_qt4_header_files = Split('''
     Action.h
-    Application.h
     BiblioModuleBase.h
     BulletsModule.h
     ColorCache.h
     FileDialog_private.h
     FontLoader.h
+    GuiApplication.h
     GuiClipboard.h
     GuiImplementation.h
     GuiSelection.h
@@ -1204,7 +1210,7 @@ src_frontends_qt4_header_files = Split('''
     UrlView.h
     checkedwidgets.h
     emptytable.h
-    floatplacement.h
+    FloatPlacement.h
     iconpalette.h
     lengthcombo.h
     panelstack.h
@@ -1221,13 +1227,13 @@ src_frontends_qt4_header_files = Split('''
 src_frontends_qt4_files = Split('''
     Action.C
     Alert_pimpl.C
-    Application.C
     BulletsModule.C
     ColorCache.C
     Dialogs.C
     FileDialog.C
     FileDialog_private.C
     FontLoader.C
+    GuiApplication.C
     GuiClipboard.C
     GuiImplementation.C
     GuiSelection.C
@@ -1323,7 +1329,7 @@ src_frontends_qt4_files = Split('''
     UrlView.C
     checkedwidgets.C
     emptytable.C
-    floatplacement.C
+    FloatPlacement.C
     iconpalette.C
     lengthcombo.C
     lyx_gui.C
@@ -1390,7 +1396,6 @@ src_header_files = Split('''
     Bidi.h
     BranchList.h
     BufferView.h
-    BufferView_pimpl.h
     Bullet.h
     Chktex.h
     Color.h
@@ -1483,7 +1488,6 @@ src_header_files = Split('''
     output.h
     output_docbook.h
     output_latex.h
-    output_linuxdoc.h
     output_plaintext.h
     outputparams.h
     paper.h
@@ -1514,7 +1518,6 @@ src_pre_files = Split('''
     Bidi.C
     BranchList.C
     BufferView.C
-    BufferView_pimpl.C
     Bullet.C
     Chktex.C
     Color.C
@@ -1590,7 +1593,6 @@ src_pre_files = Split('''
     output.C
     output_docbook.C
     output_latex.C
-    output_linuxdoc.C
     output_plaintext.C
     outputparams.C
     paragraph.C
@@ -1747,7 +1749,6 @@ lib_examples_files = Split('''
     it_ItemizeBullets.lyx
     it_splash.lyx
     landslide.lyx
-    linuxdoc_manpage.lyx
     listerrors.lyx
     mathed.lyx
     multicol.lyx
@@ -2038,12 +2039,14 @@ lib_images_math_files = Split('''
     heartsuit.xpm
     hookleftarrow.xpm
     hookrightarrow.xpm
+    hphantom.xpm
     hslash.xpm
     imath.xpm
     in.xpm
     infty.xpm
     int.xpm
     intercal.xpm
+    intop.xpm
     iota.xpm
     jmath.xpm
     kappa.xpm
@@ -2168,6 +2171,7 @@ lib_images_math_files = Split('''
     nwarrow.xpm
     odot.xpm
     oint.xpm
+    ointop.xpm
     omega.xpm
     omega2.xpm
     ominus.xpm
@@ -2183,6 +2187,7 @@ lib_images_math_files = Split('''
     parallel.xpm
     partial.xpm
     perp.xpm
+    phantom.xpm
     phi.xpm
     phi2.xpm
     pi.xpm
@@ -2329,6 +2334,7 @@ lib_images_math_files = Split('''
     vec.xpm
     vee.xpm
     veebar.xpm
+    vphantom.xpm
     wedge.xpm
     widehat.xpm
     widetilde.xpm
@@ -2453,7 +2459,6 @@ lib_layouts_files = Split('''
     kluwer.layout
     latex8.layout
     letter.layout
-    linuxdoc.layout
     literate-article.layout
     literate-book.layout
     literate-report.layout
@@ -2540,7 +2545,6 @@ lib_templates_files = Split('''
     koma-letter2.lyx
     latex8.lyx
     letter.lyx
-    linuxdoc_article.lyx
     revtex.lyx
     revtex4.lyx
     slides.lyx
@@ -2598,6 +2602,7 @@ lib_doc_files = Split('''
     he_Intro.lyx
     he_Tutorial.lyx
     hu_Intro.lyx
+    hu_Tutorial.lyx
     Intro.lyx
     it_Customization.lyx
     it_Intro.lyx
@@ -2653,3 +2658,15 @@ lib_lyx2lyx_files = Split('''
     test_parser_tools.py
 ''')
 
+win32_bakoma_fonts = Split('''
+    Readme.txt   
+    Licence.txt  
+    cmex10.ttf  
+    cmr10.ttf   
+    eufm10.ttf  
+    msbm10.ttf
+    cmmi10.ttf  
+    cmsy10.ttf  
+    msam10.ttf  
+    wasy10.ttf
+''')