X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Fscons%2Fscons_manifest.py;h=d2e028446a140c05f64c2485282823193426c1ea;hb=36ee8cdd52b24b223da5a91be82a485ff9d7a169;hp=deffbf644c0f20382592065513f80a8f2507e347;hpb=9b61b40e40787804d24c37bdd8edf92cd57b76b0;p=lyx.git diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index deffbf644c..d2e028446a 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -28,6 +28,7 @@ TOP_extra_files = Split(''' src_header_files = Split(''' + AppleSpellChecker.h AspellChecker.h Author.h BiblioInfo.h @@ -60,6 +61,7 @@ src_header_files = Split(''' Dimension.h DispatchResult.h DocIterator.h + EnchantChecker.h Encoding.h ErrorList.h Exporter.h @@ -95,7 +97,6 @@ src_header_files = Split(''' LyX.h LyXAction.h lyxfind.h - LyXFunc.h LyXRC.h LyXVC.h MetricsInfo.h @@ -106,6 +107,7 @@ src_header_files = Split(''' output_latex.h output_plaintext.h output_xhtml.h + OutputEnums.h OutputParams.h paper.h ParIterator.h @@ -114,10 +116,10 @@ src_header_files = Split(''' ParagraphMetrics.h ParagraphParameters.h PDFOptions.h + PersonalWordList.h PrinterParams.h Row.h rowpainter.h - Section.h Server.h ServerSocket.h Session.h @@ -135,7 +137,6 @@ src_header_files = Split(''' update_flags.h VCBackend.h VSpace.h - Variables.h version.h WordLangTuple.h WordList.h @@ -198,7 +199,6 @@ src_pre_files = Split(''' LyX.cpp LyXAction.cpp lyxfind.cpp - LyXFunc.cpp LyXRC.cpp LyXVC.cpp MetricsInfo.cpp @@ -214,6 +214,7 @@ src_pre_files = Split(''' Paragraph.cpp ParagraphMetrics.cpp ParagraphParameters.cpp + PersonalWordList.cpp Row.cpp rowpainter.cpp Server.cpp @@ -249,11 +250,11 @@ src_post_files = Split(''' src_extra_src_files = Split(''' + AppleSpellChecker.cpp AspellChecker.cpp + EnchantChecker.cpp HunspellChecker.cpp main.cpp - Section.cpp - Variables.cpp ''') @@ -284,6 +285,7 @@ src_client_extra_files = Split(''' src_support_header_files = Split(''' + bind.h convert.h copied_ptr.h debug.h @@ -297,6 +299,7 @@ src_support_header_files = Split(''' filetools.h foreach.h ForkedCalls.h + functional.h gettext.h gzstream.h lassert.h @@ -306,14 +309,16 @@ src_support_header_files = Split(''' lyxlib.h lyxtime.h Messages.h + numpunct_lyx_char_type.h os.h os_win32.h Package.h Path.h + ProgressInterface.h qstring_helpers.h RandomAccessList.h - SignalSlot.h - SignalSlotPrivate.h + regex.h + shared_ptr.h socktools.h Systemcall.h SystemcallPrivate.h @@ -348,8 +353,6 @@ src_support_files = Split(''' Package.cpp Path.cpp qstring_helpers.cpp - SignalSlot.cpp - SignalSlotPrivate.cpp socktools.cpp Systemcall.cpp Timeout.cpp @@ -360,7 +363,8 @@ src_support_files = Split(''' src_support_extra_header_files = Split(''' - + AppleSpeller.h + AppleSpeller.m ''') @@ -376,6 +380,7 @@ src_support_extra_src_files = Split(''' src_support_extra_files = Split(''' Makefile.am pch.h + mythes/license.readme ''') @@ -446,6 +451,7 @@ src_mathed_header_files = Split(''' InsetMathComment.h InsetMathDecoration.h InsetMathDelim.h + InsetMathDiagram.h InsetMathDiff.h InsetMathDots.h InsetMathEnsureMath.h @@ -518,6 +524,7 @@ src_mathed_files = Split(''' InsetMathComment.cpp InsetMathDecoration.cpp InsetMathDelim.cpp + InsetMathDiagram.cpp InsetMathDiff.cpp InsetMathDots.cpp InsetMathEnsureMath.cpp @@ -651,7 +658,6 @@ src_frontends_header_files = Split(''' FontMetrics.h KeyModifier.h KeySymbol.h - LyXView.h mouse_state.h Painter.h Selection.h @@ -720,6 +726,7 @@ src_frontends_qt4_header_files = Split(''' GuiCommandBuffer.h GuiCommandEdit.h GuiCompare.h + GuiCompareHistory.h GuiCompleter.h GuiDelimiter.h GuiDialog.h @@ -727,7 +734,6 @@ src_frontends_qt4_header_files = Split(''' GuiErrorList.h GuiERT.h GuiExternal.h - GuiFloat.h GuiFontExample.h GuiFontLoader.h GuiGraphics.h @@ -742,10 +748,11 @@ src_frontends_qt4_header_files = Split(''' GuiInfo.h GuiKeySymbol.h GuiLabel.h + GuiLine.h GuiListings.h GuiLog.h GuiMathMatrix.h - GuiNomencl.h + GuiNomenclature.h GuiNote.h GuiPainter.h GuiParagraph.h @@ -754,6 +761,8 @@ src_frontends_qt4_header_files = Split(''' GuiPrint.h GuiPrintindex.h GuiPrintNomencl.h + GuiProgress.h + GuiProgressView.h GuiRef.h GuiSearch.h GuiSelection.h @@ -775,7 +784,10 @@ src_frontends_qt4_header_files = Split(''' GuiWorkArea.h GuiWrap.h IconPalette.h + InGuiThread.h InsertTableWidget.h + InsetParamsDialog.h + InsetParamsWidget.h LaTeXHighlighter.h LayoutBox.h LengthCombo.h @@ -818,6 +830,7 @@ src_frontends_qt4_files = Split(''' GuiCommandBuffer.cpp GuiCommandEdit.cpp GuiCompare.cpp + GuiCompareHistory.cpp GuiCompleter.cpp GuiDelimiter.cpp GuiDialog.cpp @@ -825,7 +838,6 @@ src_frontends_qt4_files = Split(''' GuiErrorList.cpp GuiERT.cpp GuiExternal.cpp - GuiFloat.cpp GuiFontExample.cpp GuiFontLoader.cpp GuiFontMetrics.cpp @@ -840,10 +852,11 @@ src_frontends_qt4_files = Split(''' GuiInfo.cpp GuiKeySymbol.cpp GuiLabel.cpp + GuiLine.cpp GuiListings.cpp GuiLog.cpp GuiMathMatrix.cpp - GuiNomencl.cpp + GuiNomenclature.cpp GuiNote.cpp GuiPainter.cpp GuiParagraph.cpp @@ -852,6 +865,8 @@ src_frontends_qt4_files = Split(''' GuiPrint.cpp GuiPrintindex.cpp GuiPrintNomencl.cpp + GuiProgress.cpp + GuiProgressView.cpp GuiRef.cpp GuiSearch.cpp GuiSelection.cpp @@ -873,7 +888,10 @@ src_frontends_qt4_files = Split(''' GuiWorkArea.cpp GuiWrap.cpp IconPalette.cpp + InGuiThread.cpp InsertTableWidget.cpp + InsetParamsDialog.cpp + InsetParamsWidget.cpp LengthCombo.cpp LaTeXHighlighter.cpp LayoutBox.cpp @@ -898,7 +916,6 @@ src_frontends_qt4_extra_files = Split(''' src_frontends_qt4_ui_files = Split(''' AboutUi.ui - AskForTextUi.ui BibitemUi.ui BiblioUi.ui BibtexAddUi.ui @@ -911,7 +928,9 @@ src_frontends_qt4_ui_files = Split(''' ChangesUi.ui CharacterUi.ui CitationUi.ui + ColorUi.ui CompareUi.ui + CompareHistoryUi.ui DelimiterUi.ui DocumentUi.ui ERTUi.ui @@ -919,7 +938,6 @@ src_frontends_qt4_ui_files = Split(''' ExternalUi.ui FindAndReplaceUi.ui FloatPlacementUi.ui - FloatUi.ui FontUi.ui GraphicsUi.ui HSpaceUi.ui @@ -928,13 +946,17 @@ src_frontends_qt4_ui_files = Split(''' IndexUi.ui IndicesUi.ui InfoUi.ui + InsetParamsUi.ui LabelUi.ui LaTeXUi.ui LanguageUi.ui + LineUi.ui ListingsUi.ui ListingsSettingsUi.ui + LocalLayoutUi.ui LogUi.ui MarginsUi.ui + MasterChildUi.ui MathMatrixUi.ui MathsUi.ui ModulesUi.ui @@ -950,7 +972,6 @@ src_frontends_qt4_ui_files = Split(''' PrefColorsUi.ui PrefCompletionUi.ui PrefConvertersUi.ui - PrefDateUi.ui PrefDisplayUi.ui PrefEditUi.ui PrefFileformatsUi.ui @@ -958,8 +979,8 @@ src_frontends_qt4_ui_files = Split(''' PrefInputUi.ui PrefLanguageUi.ui PrefLatexUi.ui + PrefOutputUi.ui PrefPathsUi.ui - PrefPlaintextUi.ui PrefPrinterUi.ui PrefScreenFontsUi.ui PrefShortcutsUi.ui @@ -969,6 +990,7 @@ src_frontends_qt4_ui_files = Split(''' PrintUi.ui PrintindexUi.ui PrintNomenclUi.ui + ProgressViewUi.ui RefUi.ui SearchUi.ui SendtoUi.ui @@ -990,7 +1012,6 @@ src_frontends_qt4_ui_files = Split(''' src_frontends_qt4_ui_extra_files = Split(''' - compile_uic.sh Makefile.am ''') @@ -1000,6 +1021,7 @@ src_insets_header_files = Split(''' ExternalTemplate.h ExternalTransforms.h Inset.h + InsetArgument.h InsetBibitem.h InsetBibtex.h InsetBox.h @@ -1033,10 +1055,11 @@ src_insets_header_files = Split(''' InsetNewpage.h InsetNomencl.h InsetNote.h - InsetOptArg.h InsetPhantom.h + InsetPreview.h InsetQuotes.h InsetRef.h + InsetScript.h InsetSpace.h InsetSpecialChar.h InsetTOC.h @@ -1056,6 +1079,7 @@ src_insets_files = Split(''' ExternalTemplate.cpp ExternalTransforms.cpp Inset.cpp + InsetArgument.cpp InsetBibitem.cpp InsetBibtex.cpp InsetBox.cpp @@ -1088,10 +1112,11 @@ src_insets_files = Split(''' InsetNewpage.cpp InsetNomencl.cpp InsetNote.cpp - InsetOptArg.cpp InsetPhantom.cpp + InsetPreview.cpp InsetQuotes.cpp InsetRef.cpp + InsetScript.cpp InsetSpace.cpp InsetSpecialChar.cpp InsetTOC.cpp @@ -1208,6 +1233,7 @@ po_extra_files = Split(''' de.po en@boldquot.header en@quot.header + el.po en.po es.po eu.po @@ -1241,6 +1267,7 @@ po_extra_files = Split(''' Rules-quot sk.po sl.po + sr.po sv.po tr.po uk.po @@ -1319,14 +1346,19 @@ lib_templates_files = Split(''' aastex.lyx ACM-siggraph.lyx ACM-sigplan.lyx + AEA.lyx + agutex.lyx agu_article.lyx apa.lyx beamer-conference-ornate-20min.lyx de_beamer-conference-ornate-20min.lyx dinbrief.lyx docbook_article.lyx + ectaart.lyx elsarticle.lyx + es_beamer-conference-ornate-20min.lyx fr_beamer-conference-ornate-20min.lyx + frletter.lyx g-brief-de.lyx g-brief-en.lyx g-brief2.lyx @@ -1340,6 +1372,7 @@ lib_templates_files = Split(''' koma-letter2.lyx latex8.lyx letter.lyx + lettre.lyx README.new_templates revtex.lyx revtex4.lyx @@ -1352,6 +1385,18 @@ lib_templates_files = Split(''' ''') +lib_templates_thesis_files = Split(''' + Acknowledgments.lyx + Appendix.lyx + alpha.bst + chapter-1.lyx + chapter-2.lyx + Summary.lyx + thesis.lyx + thesisExample.bib +''') + + lib_ui_files = Split(''' classic.ui default.ui @@ -1372,6 +1417,7 @@ lib_fonts_files = Split(''' msam10.ttf msbm10.ttf ReadmeBaKoMa4LyX.txt + rsfs10.ttf wasy10.ttf ''') @@ -1389,28 +1435,35 @@ lib_images_files = Split(''' buffer-close.png buffer-export.png buffer-export_dvi.png + buffer-export_dvi3.png buffer-export_latex.png buffer-export_pdf.png buffer-export_pdf2.png buffer-export_pdf3.png buffer-export_pdf4.png + buffer-export_pdf5.png buffer-export_ps.png buffer-export_text.png buffer-new.png buffer-reload.png + buffer-toggle-output-sync.png buffer-update.png buffer-update_dvi.png + buffer-update_dvi3.png buffer-update_pdf.png buffer-update_pdf2.png buffer-update_pdf3.png buffer-update_pdf4.png + buffer-update_pdf5.png buffer-update_ps.png buffer-view.png buffer-view_dvi.png + buffer-view_dvi3.png buffer-view_pdf.png buffer-view_pdf2.png buffer-view_pdf3.png buffer-view_pdf4.png + buffer-view_pdf5.png buffer-view_ps.png buffer-write-as.png buffer-write.png @@ -1456,6 +1509,7 @@ lib_images_files = Split(''' href-insert.png hidetab.png index-insert.png + info-insert_buffer_vcs-revision.png label-insert.png layout-document.png layout-paragraph.png @@ -1498,17 +1552,24 @@ lib_images_files = Split(''' psnfss4.png redo.png reload.png + script-insert_subscript.png + script-insert_superscript.png split-view_horizontal.png split-view_vertical.png standard.png + tabular-feature_align-decimal.png tabular-feature_m-align-center.png tabular-feature_m-align-left.png tabular-feature_m-align-right.png + tabular-feature_m-valign-bottom.png + tabular-feature_m-valign-middle.png + tabular-feature_m-valign-top.png tabular-feature_append-column.png tabular-feature_append-row.png tabular-feature_delete-column.png tabular-feature_delete-row.png tabular-feature_multicolumn.png + tabular-feature_multirow.png tabular-feature_set-all-lines.png tabular-feature_set-border-lines.png tabular-feature_set-longtabular.png @@ -1521,9 +1582,6 @@ lib_images_files = Split(''' tabular-feature_toggle-rotate-cell.png tabular-feature_toggle-rotate-tabular.png tabular-feature_unset-all-lines.png - tabular-feature_m-valign-bottom.png - tabular-feature_m-valign-middle.png - tabular-feature_m-valign-top.png tabular-insert.png thesaurus-entry.png toolbar-toggle_math.png @@ -1534,6 +1592,8 @@ lib_images_files = Split(''' up.png update-others.png url-insert.png + vc-compare.png + vc-compare_0.png vc-check-in.png vc-check-out.png vc-locking-toggle.png @@ -1646,6 +1706,7 @@ lib_images_math_files = Split(''' diagdown.png diagup.png diamond.png + diamond2.png diamondsuit.png digamma.png div.png @@ -2142,7 +2203,6 @@ lib_doc_clipart_files = Split(''' macrobox.png MacroToolbar.png macrouse.png - mbox.png mobius.eps platypus.eps referenceQt4.png @@ -2207,6 +2267,11 @@ lib_doc_da_files = Split(''' ''') +lib_doc_el_files = Split(''' + Intro.lyx +''') + + lib_doc_es_files = Split(''' Customization.lyx DocumentoPostizo1.lyx @@ -2297,7 +2362,9 @@ lib_doc_hu_files = Split(''' lib_doc_id_files = Split(''' Intro.lyx + Shortcuts.lyx Tutorial.lyx + UserGuide.lyx ''') @@ -2324,6 +2391,11 @@ lib_doc_it_clipart_files = Split(''' lib_doc_ja_files = Split(''' Additional.lyx + Customization.lyx + DummyDocument1.lyx + DummyDocument2.lyx + EmbeddedObjects.lyx + Formula-numbering.lyx Intro.lyx LaTeXConfig.lyx Math.lyx @@ -2334,10 +2406,12 @@ lib_doc_ja_files = Split(''' lib_doc_ja_clipart_files = Split(''' + ChildDocumentQt4.png + ERT.png + ExternalMaterialQt4.png floatQt4.png footnoteQt4.png referenceQt4.png - ERT.png ToolbarEnvBox.png ''') @@ -2442,12 +2516,14 @@ lib_examples_files = Split(''' europeCV.lyx example_lyxified.lyx example_raw.lyx + FeynmanDiagrams.lyx Foils.lyx iecc05.fen iecc07.fen iecc12.fen ItemizeBullets.lyx landslide.lyx + lilypond.lyx linguistics.lyx listerrors.lyx Literate.lyx @@ -2505,6 +2581,24 @@ lib_examples_de_files = Split(''' ''') +lib_examples_el_files = Split(''' + splash.lyx +''') + + +lib_examples_es_files = Split(''' + Braille.lyx + ejemplo_con_lyx.lyx + ejemplo_sin_lyx.lyx + ItemizeBullets.lyx + linguistics.lyx + multicol.lyx + splash.lyx + tufte-book.lyx + tufte-handout.lyx +''') + + lib_examples_fa_files = Split(''' splash.lyx ''') @@ -2516,7 +2610,9 @@ lib_examples_fr_files = Split(''' exemple_brut.lyx exemple_lyxifie.lyx exemple-powerdot.lyx + FeynmanDiagrams.lyx Foils.lyx + linguistics.lyx ListesPuces.lyx multicol.lyx seminar.lyx @@ -2527,17 +2623,6 @@ lib_examples_fr_files = Split(''' ''') -lib_examples_es_files = Split(''' - Braille.lyx - ejemplo_con_lyx.lyx - ejemplo_sin_lyx.lyx - ItemizeBullets.lyx - linguistics.lyx - multicol.lyx - splash.lyx -''') - - lib_examples_eu_files = Split(''' adibide_gordina.lyx adibide_lyx-atua.lyx @@ -2579,7 +2664,11 @@ lib_examples_it_files = Split(''' lib_examples_ja_files = Split(''' Braille.lyx + linguistics.lyx + multicol.lyx splash.lyx + xyfigure.png + xypic.lyx ''') @@ -2612,6 +2701,11 @@ lib_examples_ru_files = Split(''' ''') +lib_examples_sk_files = Split(''' + splash.lyx +''') + + lib_examples_sl_files = Split(''' primer_lyxan.lyx primer_surov.lyx @@ -2619,7 +2713,8 @@ lib_examples_sl_files = Split(''' ''') -lib_examples_sk_files = Split(''' +lib_examples_sr_files = Split(''' + Braille.lyx splash.lyx ''') @@ -2649,9 +2744,11 @@ lib_lyx2lyx_files = Split(''' lyx_1_5.py lyx_1_6.py lyx_2_0.py + lyx2lyx_tools.py parser_tools.py profiling.py test_parser_tools.py + unicode_symbols.py ''') @@ -2667,6 +2764,8 @@ lib_layouts_files = Split(''' aastex.layout achemso.layout acmsiggraph.layout + AEA.layout + agutex.layout agu-dtd.layout agums.layout amsart.layout @@ -2681,6 +2780,7 @@ lib_layouts_files = Split(''' broadway.layout chess.layout cl2emult.layout + customHeadersFooters.module dinbrief.layout docbook-book.layout docbook-chapter.layout @@ -2688,18 +2788,20 @@ lib_layouts_files = Split(''' docbook.layout doublecol-new.layout dtk.layout + ectaart.layout egs.layout elsart.layout elsarticle.layout entcs.layout + enumitem.module europecv.layout extarticle.layout extbook.layout extletter.layout extreport.layout foils.layout - g-brief-de.layout - g-brief-en.layout + frletter.layout + g-brief.layout g-brief2.layout heb-article.layout heb-letter.layout @@ -2719,6 +2821,7 @@ lib_layouts_files = Split(''' kluwer.layout latex8.layout letter.layout + lettre.layout literate-article.layout literate-book.layout literate-report.layout @@ -2789,6 +2892,7 @@ lib_layouts_inc_files = Split(''' numrevtex.inc scrclass.inc stdcharstyles.inc + stdciteformats.inc stdclass.inc stdcounters.inc stdcustom.inc @@ -2797,6 +2901,7 @@ lib_layouts_inc_files = Split(''' stdlayouts.inc stdletter.inc stdlists.inc + stdrefprefix.inc stdsections.inc stdstarsections.inc stdstruct.inc @@ -2809,6 +2914,7 @@ lib_layouts_inc_files = Split(''' theorems-order.inc theorems-proof.inc theorems-proof-std.inc + theorems-refprefix.inc theorems-starred.inc theorems-starred-equivalents.inc ''') @@ -2819,9 +2925,11 @@ lib_layouts_module_files = Split(''' endnotes.module eqs-within-sections.module figs-within-sections.module + fixltx2e.module foottoend.module hanging.module initials.module + lilypond.module linguistics.module logicalmkup.module minimalistic.module @@ -2835,6 +2943,7 @@ lib_layouts_module_files = Split(''' theorems-bytype.module theorems-chap-bytype.module theorems-chap.module + theorems-named.module theorems-sec-bytype.module theorems-sec.module theorems-starred.module @@ -2842,6 +2951,7 @@ lib_layouts_module_files = Split(''' ''') lib_scripts_files = Split(''' + bash_completion clean_dvi.py convertDefault.py csv2lyx.py @@ -2851,12 +2961,18 @@ lib_scripts_files = Split(''' fig2pdftex.py fig2pstex.py fig_copy.py + include_bib.py layout2layout.py legacy_lyxpreview2ppm.py listerrors lyxpreview2bitmap.py + lyxpreview-lytex2bitmap.py lyxpreview-platex2bitmap.py lyxpreview_tools.py + lyxsweave.R + prefs2prefs.py + prefs2prefs_lfuns.py + prefs2prefs_prefs.py TeXFiles.py tex_copy.py ''')