]> git.lyx.org Git - lyx.git/blobdiff - development/scons/scons_manifest.py
adjust
[lyx.git] / development / scons / scons_manifest.py
index a1995eb0466019dac249b257814c3583a8497bfd..6e2a9c88d59e5a3af4d575e1a14191e9fce51f26 100644 (file)
@@ -41,7 +41,9 @@ src_header_files = Split('''
     Bullet.h
     Changes.h
     Chktex.h
+    CmdDef.h
     Color.h
+    ColorCode.h
     Converter.h
     ConverterCache.h
     CoordCache.h
@@ -60,13 +62,15 @@ src_header_files = Split('''
     FloatList.h
     Floating.h
     Font.h
+    FontEnums.h
+    FontInfo.h
     FontIterator.h
+    FontList.h
     Format.h
     FuncRequest.h
     FuncStatus.h
     Graph.h
     ISpell.h
-    Importer.h
     InsetIterator.h
     InsetList.h
     Intl.h
@@ -77,6 +81,7 @@ src_header_files = Split('''
     Language.h
     Layout.h
     LayoutEnums.h
+    LayoutPtr.h
     Length.h
     Lexer.h
     LyX.h
@@ -108,8 +113,8 @@ src_header_files = Split('''
     TexRow.h
     Text.h
     TextClass.h
-    TextClassPtr.h
     TextClassList.h
+    TextClassPtr.h
     TextMetrics.h
     Thesaurus.h
     TocBackend.h
@@ -121,14 +126,11 @@ src_header_files = Split('''
     Variables.h
     WordLangTuple.h
     buffer_funcs.h
-    callback.h
     debug.h
     factory.h
     gettext.h
-    lengthcommon.h
     lfuns.h
     lyxfind.h
-    lyxlayout_ptr_fwd.h
     output.h
     output_docbook.h
     output_latex.h
@@ -154,6 +156,7 @@ src_pre_files = Split('''
     Bullet.cpp
     Changes.cpp
     Chktex.cpp
+    CmdDef.cpp
     Color.cpp
     Converter.cpp
     ConverterCache.cpp
@@ -171,12 +174,13 @@ src_pre_files = Split('''
     FloatList.cpp
     Floating.cpp
     Font.cpp
+    FontInfo.cpp
     FontIterator.cpp
+    FontList.cpp
     Format.cpp
     FuncRequest.cpp
     FuncStatus.cpp
     Graph.cpp
-    Importer.cpp
     InsetIterator.cpp
     InsetList.cpp
     Intl.cpp
@@ -223,7 +227,6 @@ src_pre_files = Split('''
     VSpace.cpp
     boost.cpp
     buffer_funcs.cpp
-    callback.cpp
     debug.cpp
     factory.cpp
     gettext.cpp
@@ -310,7 +313,6 @@ src_support_header_files = Split('''
     docstring.h
     environment.h
     filetools.h
-    fs_extras.h
     gzstream.h
     limited_stack.h
     lstrings.h
@@ -350,7 +352,6 @@ src_support_files = Split('''
     docstring.cpp
     environment.cpp
     filetools.cpp
-    fs_extras.cpp
     gzstream.cpp
     getcwd.cpp
     kill.cpp
@@ -363,7 +364,6 @@ src_support_files = Split('''
     rename.cpp
     socktools.cpp
     tempname.cpp
-    textutils.cpp
     unicode.cpp
     unlink.cpp
     userinfo.cpp
@@ -470,16 +470,13 @@ src_mathed_header_files = Split('''
     InsetMathAMSArray.h
     InsetMathArray.h
     InsetMathBig.h
-    InsetMathBinom.h
     InsetMathBoldSymbol.h
     InsetMathBox.h
-    InsetMathBoxed.h
     InsetMathBrace.h
     InsetMathCases.h
     InsetMathChar.h
     InsetMathColor.h
     InsetMathComment.h
-    InsetMathDFrac.h
     InsetMathDecoration.h
     InsetMathDelim.h
     InsetMathDiff.h
@@ -487,18 +484,14 @@ src_mathed_header_files = Split('''
     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
-    InsetMathMakebox.h
     InsetMathMatrix.h
     InsetMathNest.h
     InsetMathNumber.h
@@ -516,7 +509,6 @@ src_mathed_header_files = Split('''
     InsetMathString.h
     InsetMathSubstack.h
     InsetMathSymbol.h
-    InsetMathTFrac.h
     InsetMathTabular.h
     InsetMathUnderset.h
     InsetMathUnknown.h
@@ -546,16 +538,13 @@ src_mathed_files = Split('''
     InsetMathAMSArray.cpp
     InsetMathArray.cpp
     InsetMathBig.cpp
-    InsetMathBinom.cpp
     InsetMathBoldSymbol.cpp
     InsetMathBox.cpp
-    InsetMathBoxed.cpp
     InsetMathBrace.cpp
     InsetMathCases.cpp
     InsetMathChar.cpp
     InsetMathColor.cpp
     InsetMathComment.cpp
-    InsetMathDFrac.cpp
     InsetMathDecoration.cpp
     InsetMathDelim.cpp
     InsetMathDiff.cpp
@@ -563,18 +552,14 @@ src_mathed_files = Split('''
     InsetMathEnv.cpp
     InsetMathExFunc.cpp
     InsetMathExInt.cpp
-    InsetMathFBox.cpp
     InsetMathFont.cpp
     InsetMathFontOld.cpp
     InsetMathFrac.cpp
-    InsetMathFracBase.cpp
-    InsetMathFrameBox.cpp
     InsetMathGrid.cpp
     InsetMathHull.cpp
     InsetMathKern.cpp
     InsetMathLefteqn.cpp
     InsetMathLim.cpp
-    InsetMathMakebox.cpp
     InsetMathMatrix.cpp
     InsetMathNest.cpp
     InsetMathNumber.cpp
@@ -592,7 +577,6 @@ src_mathed_files = Split('''
     InsetMathString.cpp
     InsetMathSubstack.cpp
     InsetMathSymbol.cpp
-    InsetMathTFrac.cpp
     InsetMathTabular.cpp
     InsetMathUnderset.cpp
     InsetMathUnknown.cpp
@@ -675,7 +659,6 @@ src_tex2lyx_extra_files = Split('''
 
 
 src_frontends_header_files = Split('''
-    Alert_pimpl.h
     Application.h
     Clipboard.h
     Dialogs.h
@@ -683,16 +666,16 @@ src_frontends_header_files = Split('''
     FontLoader.h
     FontMetrics.h
     Gui.h
+    KeyModifier.h
     KeySymbol.h
     LyXView.h
     NoGuiFontLoader.h
     NoGuiFontMetrics.h
     Painter.h
     Selection.h
-    Toolbars.h
     WorkArea.h
+    WorkAreaManager.h
     alert.h
-    key_state.h
     mouse_state.h
 ''')
 
@@ -700,10 +683,8 @@ src_frontends_header_files = Split('''
 src_frontends_files = Split('''
     Application.cpp
     Dialogs.cpp
-    LyXView.cpp
     Painter.cpp
-    Toolbars.cpp
-    WorkArea.cpp
+    WorkAreaManager.cpp
     alert.cpp
 ''')
 
@@ -714,92 +695,6 @@ src_frontends_extra_files = Split('''
 ''')
 
 
-src_frontends_controllers_header_files = Split('''
-    ButtonPolicy.h
-    ControlBibtex.h
-    ControlBox.h
-    ControlBranch.h
-    ControlChanges.h
-    ControlCharacter.h
-    ControlCitation.h
-    ControlCommand.h
-    ControlCommandBuffer.h
-    ControlDocument.h
-    ControlEmbeddedFiles.h
-    ControlERT.h
-    ControlErrorList.h
-    ControlExternal.h
-    ControlFloat.h
-    ControlGraphics.h
-    ControlInclude.h
-    ControlListings.h
-    ControlLog.h
-    ControlMath.h
-    ControlNote.h
-    ControlParagraph.h
-    ControlPrefs.h
-    ControlPrint.h
-    ControlRef.h
-    ControlSearch.h
-    ControlSendto.h
-    ControlShowFile.h
-    ControlSpellchecker.h
-    ControlTabular.h
-    ControlTabularCreate.h
-    ControlTexinfo.h
-    ControlThesaurus.h
-    ControlToc.h
-    ControlVSpace.h
-    ControlViewSource.h
-    ControlWrap.h
-    Dialog.h
-    frontend_helpers.h
-''')
-
-
-src_frontends_controllers_files = Split('''
-    ButtonPolicy.cpp
-    ControlBibtex.cpp
-    ControlBox.cpp
-    ControlBranch.cpp
-    ControlChanges.cpp
-    ControlCharacter.cpp
-    ControlCitation.cpp
-    ControlCommand.cpp
-    ControlCommandBuffer.cpp
-    ControlDocument.cpp
-    ControlEmbeddedFiles.cpp
-    ControlERT.cpp
-    ControlErrorList.cpp
-    ControlExternal.cpp
-    ControlFloat.cpp
-    ControlGraphics.cpp
-    ControlInclude.cpp
-    ControlListings.cpp
-    ControlLog.cpp
-    ControlMath.cpp
-    ControlNote.cpp
-    ControlParagraph.cpp
-    ControlPrefs.cpp
-    ControlPrint.cpp
-    ControlRef.cpp
-    ControlSearch.cpp
-    ControlSendto.cpp
-    ControlShowFile.cpp
-    ControlSpellchecker.cpp
-    ControlTabular.cpp
-    ControlTabularCreate.cpp
-    ControlTexinfo.cpp
-    ControlThesaurus.cpp
-    ControlToc.cpp
-    ControlVSpace.cpp
-    ControlViewSource.cpp
-    ControlWrap.cpp
-    Dialog.cpp
-    frontend_helpers.cpp
-''')
-
-
 src_frontends_controllers_extra_files = Split('''
     Makefile.am
     pch.h
@@ -821,10 +716,13 @@ src_frontends_controllers_tests_regfiles_extra_files = Split('''
 
 
 src_frontends_qt4_header_files = Split('''
+               ../ButtonPolicy.h
+               ../Dialog.h
     Action.h
     BulletsModule.h
     ButtonController.h
     ColorCache.h
+    CustomizedWidgets.h
     DialogView.h
     DockView.h
     EmptyTable.h
@@ -846,7 +744,6 @@ src_frontends_qt4_header_files = Split('''
     GuiDelimiter.h
     GuiDialog.h
     GuiDocument.h
-    GuiEmbeddedFiles.h
     GuiErrorList.h
     GuiERT.h
     GuiExternal.h
@@ -855,6 +752,7 @@ src_frontends_qt4_header_files = Split('''
     GuiFontLoader.h
     GuiGraphics.h
     GuiGraphicsUi.h
+    GuiHyperlink.h
     GuiImage.h
     GuiImplementation.h
     GuiInclude.h
@@ -862,6 +760,7 @@ src_frontends_qt4_header_files = Split('''
     GuiKeySymbol.h
     GuiListings.h
     GuiLog.h
+    GuiMath.h
     GuiMathMatrix.h
     GuiMenubar.h
     GuiNomencl.h
@@ -885,7 +784,7 @@ src_frontends_qt4_header_files = Split('''
     GuiThesaurus.h
     GuiToc.h
     GuiToolbar.h
-    GuiURL.h
+    GuiToolbars.h
     GuiView.h
     GuiViewSource.h
     GuiVSpace.h
@@ -893,6 +792,7 @@ src_frontends_qt4_header_files = Split('''
     GuiWrap.h
     IconPalette.h
     InsertTableWidget.h
+    LaTeXHighlighter.h
     LengthCombo.h
     LyXFileDialog.h
     PanelStack.h
@@ -905,15 +805,19 @@ src_frontends_qt4_header_files = Split('''
 
 
 src_frontends_qt4_files = Split('''
+               ../ButtonPolicy.cpp
+               ../Dialog.cpp
     Action.cpp
     BulletsModule.cpp
     ButtonController.cpp
     ColorCache.cpp
+    CustomizedWidgets.cpp
     Dialogs.cpp
     EmptyTable.cpp
     FileDialog.cpp
     FloatPlacement.cpp
     GuiAbout.cpp
+    GuiAlert.cpp
     GuiApplication.cpp
     GuiBibitem.cpp
     GuiBibtex.cpp
@@ -929,7 +833,6 @@ src_frontends_qt4_files = Split('''
     GuiDelimiter.cpp
     GuiDialog.cpp
     GuiDocument.cpp
-    GuiEmbeddedFiles.cpp
     GuiErrorList.cpp
     GuiERT.cpp
     GuiExternal.cpp
@@ -938,6 +841,7 @@ src_frontends_qt4_files = Split('''
     GuiFontLoader.cpp
     GuiFontMetrics.cpp
     GuiGraphics.cpp
+    GuiHyperlink.cpp
     GuiImage.cpp
     GuiImplementation.cpp
     GuiInclude.cpp
@@ -945,6 +849,7 @@ src_frontends_qt4_files = Split('''
     GuiKeySymbol.cpp
     GuiListings.cpp
     GuiLog.cpp
+    GuiMath.cpp
     GuiMathMatrix.cpp
     GuiMenubar.cpp
     GuiNomencl.cpp
@@ -968,7 +873,7 @@ src_frontends_qt4_files = Split('''
     GuiThesaurus.cpp
     GuiToc.cpp
     GuiToolbar.cpp
-    GuiURL.cpp
+    GuiToolbars.cpp
     GuiView.cpp
     GuiViewSource.cpp
     GuiVSpace.cpp
@@ -977,12 +882,12 @@ src_frontends_qt4_files = Split('''
     IconPalette.cpp
     InsertTableWidget.cpp
     LengthCombo.cpp
+    LaTeXHighlighter.cpp
     LyXFileDialog.cpp
     PanelStack.cpp
     TocModel.cpp
     TocWidget.cpp
     Validator.cpp
-    alert_pimpl.cpp
     qt_helpers.cpp
 ''')
 
@@ -1011,14 +916,15 @@ src_frontends_qt4_ui_files = Split('''
     CitationUi.ui
     DelimiterUi.ui
     DocumentUi.ui
-    EmbeddedFilesUi.ui
     ERTUi.ui
     ErrorListUi.ui
+    EmbeddedFilesUi.ui
     ExternalUi.ui
     FloatPlacementUi.ui
     FloatUi.ui
     FontUi.ui
     GraphicsUi.ui
+    HyperlinkUi.ui
     IncludeUi.ui
     IndexUi.ui
     LaTeXUi.ui
@@ -1037,7 +943,6 @@ src_frontends_qt4_ui_files = Split('''
     PreambleUi.ui
     PrefColorsUi.ui
     PrefConvertersUi.ui
-    PrefCygwinPathUi.ui
     PrefDateUi.ui
     PrefDisplayUi.ui
     PrefFileformatsUi.ui
@@ -1049,6 +954,7 @@ src_frontends_qt4_ui_files = Split('''
     PrefPlaintextUi.ui
     PrefPrinterUi.ui
     PrefScreenFontsUi.ui
+    PrefShortcutsUi.ui
     PrefSpellcheckerUi.ui
     PrefUi.ui
     PrefsUi.ui
@@ -1056,6 +962,7 @@ src_frontends_qt4_ui_files = Split('''
     RefUi.ui
     SearchUi.ui
     SendtoUi.ui
+    ShortcutUi.ui
     ShowFileUi.ui
     SpellcheckerUi.ui
     TabularCreateUi.ui
@@ -1064,7 +971,6 @@ src_frontends_qt4_ui_files = Split('''
     TextLayoutUi.ui
     ThesaurusUi.ui
     TocUi.ui
-    URLUi.ui
     VSpaceUi.ui
     ViewSourceUi.ui
     WrapUi.ui
@@ -1088,6 +994,7 @@ src_insets_header_files = Split('''
     InsetBranch.h
     InsetCaption.h
     InsetCitation.h
+    InsetCode.h
     InsetCollapsable.h
     InsetCommand.h
     InsetCommandParams.h
@@ -1102,9 +1009,12 @@ src_insets_header_files = Split('''
     InsetGraphics.h
     InsetGraphicsParams.h
     InsetHFill.h
+    InsetHyperlink.h
     InsetInclude.h
     InsetIndex.h
+    InsetInfo.h
     InsetLabel.h
+    InsetLayout.h
     InsetLine.h
     InsetListings.h
     InsetListingsParams.h
@@ -1121,7 +1031,6 @@ src_insets_header_files = Split('''
     InsetTOC.h
     InsetTabular.h
     InsetText.h
-    InsetUrl.h
     InsetVSpace.h
     InsetWrap.h
     MailInset.h
@@ -1157,8 +1066,10 @@ src_insets_files = Split('''
     InsetGraphics.cpp
     InsetGraphicsParams.cpp
     InsetHFill.cpp
+    InsetHyperlink.cpp
     InsetInclude.cpp
     InsetIndex.cpp
+    InsetInfo.cpp
     InsetLabel.cpp
     InsetLine.cpp
     InsetListings.cpp
@@ -1176,7 +1087,6 @@ src_insets_files = Split('''
     InsetTOC.cpp
     InsetTabular.cpp
     InsetText.cpp
-    InsetUrl.cpp
     InsetVSpace.cpp
     InsetWrap.cpp
     MailInset.cpp
@@ -1439,6 +1349,7 @@ lib_fonts_files = Split('''
     cmmi10.ttf
     cmr10.ttf
     cmsy10.ttf
+    esint10.ttf
     eufm10.ttf
     msam10.ttf
     msbm10.ttf
@@ -1506,6 +1417,7 @@ lib_images_files = Split('''
     font-noun.png
     font-sans.png
     footnote-insert.png
+    href-insert.png
     index-insert.png
     label-insert.png
     layout-document.png
@@ -1522,6 +1434,16 @@ lib_images_files = Split('''
     lyx.png
     marginalnote-insert.png
     math-display.png
+    math-macro-add-greedy-optional-param.png
+    math-macro-add-optional-param.png
+    math-macro-add-param.png
+    math-macro-append-greedy-param.png
+    math-macro-make-nonoptional.png
+    math-macro-make-optional.png
+    math-macro-remove-greedy-param.png
+    math-macro-remove-optional-param.png
+    math-macro-remove-param.png
+    math-macro_newmacroname_newcommand.png
     math-matrix.png
     math-mode.png
     math-subscript.png
@@ -1568,7 +1490,6 @@ lib_images_files = Split('''
     undo.png
     unknown.png
     up.png
-    url-insert.png
 ''')
 
 
@@ -2096,6 +2017,10 @@ lib_images_math_extra_files = Split('''
 ''')
 
 
+lib_images_commands_files = Split('''
+''')
+
+
 lib_images_attic_extra_files = Split('''
     dialog-show_mathpanel.png
 ''')
@@ -2120,8 +2045,9 @@ lib_doc_files = Split('''
     Extended.lyx
     FAQ.lyx
     Intro.lyx
-    LaTeXConfig.lyx.in
+    LaTeXConfig.lyx
     Reference.lyx
+    Shortcuts.lyx
     Tutorial.lyx
     UserGuide.lyx
 ''')
@@ -2196,6 +2122,7 @@ lib_doc_de_files = Split('''
 
 
 lib_doc_de_clipart_files = Split('''
+    ERT.png
     ExternesMaterialQt4.png
     FussnoteQt4.png
     GerahmteNotizQt4.png
@@ -2224,6 +2151,7 @@ lib_doc_es_files = Split('''
     Extended.lyx
     Intro.lyx
     Tutorial.lyx
+    UserGuide.lyx
 ''')
 
 
@@ -2263,6 +2191,7 @@ lib_doc_eu_files = Split('''
 
 lib_doc_fr_files = Split('''
     Customization.lyx
+    EmbeddedObjects.lyx
     Extended.lyx
     FAQ.lyx
     Intro.lyx
@@ -2378,7 +2307,6 @@ lib_examples_files = Split('''
     biblioExample.bib
     chess-article.lyx
     chessgame.lyx
-    currency.lyx
     docbook_article.lyx
     europeCV.lyx
     example_lyxified.lyx
@@ -2420,8 +2348,6 @@ lib_examples_de_files = Split('''
     ItemizeBullets.lyx
     Lebenslauf.lyx
     Minipage.lyx
-    TabellenBeispiel.lyx
-    Waehrungen.lyx
     beispiel_gelyxt.lyx
     beispiel_roh.lyx
     mathed.lyx
@@ -2437,8 +2363,6 @@ lib_examples_fa_files = Split('''
 
 lib_examples_fr_files = Split('''
     AlignementDecimal.lyx
-    simplecv.lyx
-    ExemplesTableaux.lyx
     Foils.lyx
     ListesPuces.lyx
     Minipage.lyx
@@ -2446,11 +2370,13 @@ lib_examples_fr_files = Split('''
     exemple_lyxifie.lyx
     mathed.lyx
     multicol.lyx
+    simplecv.lyx
     splash.lyx
 ''')
 
 
 lib_examples_es_files = Split('''
+    ItemizeBullets.lyx
     ejemplo_con_lyx.lyx
     ejemplo_sin_lyx.lyx
     splash.lyx
@@ -2603,7 +2529,12 @@ lib_layouts_files = Split('''
     ijmpd.layout
     iopart.layout
     isprs.layout
+    jarticle.layout
+    jbook.layout
     jgrga.layout
+    jreport.layout
+    jsarticle.layout
+    jsbook.layout
     kluwer.layout
     latex8.layout
     letter.layout
@@ -2636,6 +2567,9 @@ lib_layouts_files = Split('''
     svglobal.layout
     svjog.layout
     svprobth.layout
+    tarticle.layout
+    tbook.layout
+    treport.layout
 ''')
 
 
@@ -2685,16 +2619,15 @@ lib_layouts_inc_files = Split('''
 
 
 lib_layouts_module_files = Split('''
-    lib/layouts/endnotes.module
-    lib/layouts/foottoend.module
-    lib/layouts/hanging.module
-    lib/layouts/logicalmkup.module
-    lib/layouts/theorems-ams.module
-    lib/layouts/theorems-ams-withinsec.module
-    lib/layouts/theorems-std.module
-    lib/layouts/theorems-withinsec.module
-    lib/layouts/theorems-withinchap.module
-    lib/layouts/url.module
+    endnotes.module
+    foottoend.module
+    hanging.module
+    logicalmkup.module
+    theorems-ams.module
+    theorems-ams-withinsec.module
+    theorems-std.module
+    theorems-withinsec.module
+    theorems-withinchap.module
 ''')
 
 lib_scripts_files = Split('''
@@ -2729,6 +2662,7 @@ lib_bind_files = Split('''
     math.bind
     menus.bind
     sciword.bind
+    site.bind
     xemacs.bind
 ''')
 
@@ -2753,6 +2687,11 @@ lib_bind_de_files = Split('''
 ''')
 
 
+lib_commands_files = Split('''
+    default.def
+''')
+
+
 boost_extra_files = Split('''
     LICENSE_1_0.txt
     Makefile.am