X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Fscons%2Fscons_manifest.py;h=bba4c29cdf65f9cb03de8e23aca96a8ffdb39add;hb=04a171cac68cded95b1c4018d26ca50cb191ffa4;hp=8c92a83224ab73f9b20083c60e44d183a11a5973;hpb=412294445532a67e71c4fe9c924c657990c214bf;p=lyx.git diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 8c92a83224..bba4c29cdf 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -44,6 +44,7 @@ src_header_files = Split(''' Citation.h CmdDef.h Color.h + ColorSet.h ColorCode.h CompletionList.h Converter.h @@ -71,7 +72,7 @@ src_header_files = Split(''' FuncRequest.h FuncStatus.h Graph.h - ISpell.h + IndicesList.h InsetIterator.h InsetList.h Intl.h @@ -83,6 +84,7 @@ src_header_files = Split(''' Layout.h LayoutEnums.h LayoutFile.h + LayoutModuleList.h Length.h Lexer.h LyX.h @@ -101,14 +103,13 @@ src_header_files = Split(''' ParagraphParameters.h PDFOptions.h PrinterParams.h - PSpell.h Row.h Section.h Server.h ServerSocket.h Session.h Spacing.h - SpellBase.h + SpellChecker.h TexRow.h Text.h TextClass.h @@ -172,6 +173,7 @@ src_pre_files = Split(''' FuncRequest.cpp FuncStatus.cpp Graph.cpp + IndicesList.cpp InsetIterator.cpp InsetList.cpp Intl.cpp @@ -182,6 +184,7 @@ src_pre_files = Split(''' Language.cpp Layout.cpp LayoutFile.cpp + LayoutModuleList.cpp Length.cpp Lexer.cpp LyX.cpp @@ -235,7 +238,6 @@ src_post_files = Split(''' Dimension.cpp ModuleList.cpp PrinterParams.cpp - SpellBase.cpp Thesaurus.cpp boost.cpp ''') @@ -243,8 +245,6 @@ src_post_files = Split(''' src_extra_src_files = Split(''' ASpell.cpp - ISpell.cpp - PSpell.cpp Section.cpp Variables.cpp main.cpp @@ -272,7 +272,7 @@ src_client_files = Split(''' src_client_extra_files = Split(''' Makefile.am - lyxclient.man + lyxclient.1in pch.h ''') @@ -289,6 +289,7 @@ src_support_header_files = Split(''' SignalSlot.h SignalSlotPrivate.h Systemcall.h + SystemcallPrivate.h Timeout.h Translator.h convert.h @@ -316,6 +317,7 @@ src_support_header_files = Split(''' types.h unicode.h userinfo.h + mythes/mythes.hxx ''') @@ -347,6 +349,7 @@ src_support_files = Split(''' socktools.cpp unicode.cpp userinfo.cpp + mythes/mythes.cxx ''') @@ -462,6 +465,7 @@ src_mathed_header_files = Split(''' InsetMathScript.h InsetMathSize.h InsetMathSpace.h + InsetMathSpecialChar.h InsetMathSplit.h InsetMathSqrt.h InsetMathStackrel.h @@ -485,6 +489,7 @@ src_mathed_header_files = Split(''' MathMacroArgument.h MathMacroTemplate.h MathParser.h + MathParser_flags.h MathStream.h MathSupport.h ReplaceData.h @@ -532,6 +537,7 @@ src_mathed_files = Split(''' InsetMathScript.cpp InsetMathSize.cpp InsetMathSpace.cpp + InsetMathSpecialChar.cpp InsetMathSplit.cpp InsetMathSqrt.cpp InsetMathStackrel.cpp @@ -584,12 +590,12 @@ src_tex2lyx_header_files = Split(''' src_tex2lyx_files = Split(''' + boost.cpp Context.cpp Font.cpp - Parser.cpp - boost.cpp gettext.cpp math.cpp + Parser.cpp preamble.cpp table.cpp tex2lyx.cpp @@ -605,27 +611,34 @@ src_tex2lyx_copied_header_files = Split(''' src_tex2lyx_copied_files = Split(''' Color.cpp Counters.cpp + Encoding.cpp FloatList.cpp Floating.cpp Layout.cpp + lengthcommon.cpp Lexer.cpp + ModuleList.cpp TextClass.cpp insets/InsetLayout.cpp - lengthcommon.cpp ''') src_tex2lyx_extra_files = Split(''' Makefile.am pch.h - test-insets.tex - test-structure.tex - test.ltx - tex2lyx.man + tex2lyx.1in + test/box-color-size-space-align.tex + test/DummyDocument.tex + test/foo.eps + test/foo.png + test/test-insets.tex + test/test.ltx + test/test-structure.tex ''') src_frontends_header_files = Split(''' + alert.h Application.h Clipboard.h FontLoader.h @@ -633,12 +646,11 @@ src_frontends_header_files = Split(''' KeyModifier.h KeySymbol.h LyXView.h + mouse_state.h Painter.h Selection.h WorkArea.h WorkAreaManager.h - alert.h - mouse_state.h ''') @@ -685,6 +697,7 @@ src_frontends_qt4_header_files = Split(''' DockView.h EmptyTable.h FileDialog.h + FindAndReplace.h FloatPlacement.h GuiAbout.h GuiApplication.h @@ -717,6 +730,8 @@ src_frontends_qt4_header_files = Split(''' GuiIdListModel.h GuiImage.h GuiInclude.h + GuiIndex.h + GuiIndices.h GuiInfo.h GuiKeySymbol.h GuiLabel.h @@ -727,8 +742,10 @@ src_frontends_qt4_header_files = Split(''' GuiNote.h GuiPainter.h GuiParagraph.h + GuiPhantom.h GuiPrefs.h GuiPrint.h + GuiPrintindex.h GuiRef.h GuiSearch.h GuiSelection.h @@ -774,6 +791,7 @@ src_frontends_qt4_files = Split(''' ColorCache.cpp CustomizedWidgets.cpp EmptyTable.cpp + FindAndReplace.cpp FileDialog.cpp FloatPlacement.cpp GuiAbout.cpp @@ -807,6 +825,8 @@ src_frontends_qt4_files = Split(''' GuiIdListModel.cpp GuiImage.cpp GuiInclude.cpp + GuiIndex.cpp + GuiIndices.cpp GuiInfo.cpp GuiKeySymbol.cpp GuiLabel.cpp @@ -817,8 +837,10 @@ src_frontends_qt4_files = Split(''' GuiNote.cpp GuiPainter.cpp GuiParagraph.cpp + GuiPhantom.cpp GuiPrefs.cpp GuiPrint.cpp + GuiPrintindex.cpp GuiRef.cpp GuiSearch.cpp GuiSelection.cpp @@ -881,6 +903,7 @@ src_frontends_qt4_ui_files = Split(''' ERTUi.ui ErrorListUi.ui ExternalUi.ui + FindAndReplaceUi.ui FloatPlacementUi.ui FloatUi.ui FontUi.ui @@ -888,6 +911,8 @@ src_frontends_qt4_ui_files = Split(''' HSpaceUi.ui HyperlinkUi.ui IncludeUi.ui + IndexUi.ui + IndicesUi.ui InfoUi.ui LabelUi.ui LaTeXUi.ui @@ -897,12 +922,15 @@ src_frontends_qt4_ui_files = Split(''' MarginsUi.ui MathMatrixUi.ui MathsUi.ui + ModulesUi.ui NomenclUi.ui NoteUi.ui NumberingUi.ui + OutputUi.ui PageLayoutUi.ui ParagraphUi.ui PDFSupportUi.ui + PhantomUi.ui PreambleUi.ui PrefColorsUi.ui PrefCompletionUi.ui @@ -924,6 +952,7 @@ src_frontends_qt4_ui_files = Split(''' PrefUi.ui PrefsUi.ui PrintUi.ui + PrintindexUi.ui RefUi.ui SearchUi.ui SendtoUi.ui @@ -937,6 +966,7 @@ src_frontends_qt4_ui_files = Split(''' TextLayoutUi.ui ThesaurusUi.ui TocUi.ui + ToggleWarningUi.ui VSpaceUi.ui ViewSourceUi.ui WrapUi.ui @@ -988,6 +1018,7 @@ src_insets_header_files = Split(''' InsetNomencl.h InsetNote.h InsetOptArg.h + InsetPhantom.h InsetQuotes.h InsetRef.h InsetSpace.h @@ -1042,6 +1073,7 @@ src_insets_files = Split(''' InsetNomencl.cpp InsetNote.cpp InsetOptArg.cpp + InsetPhantom.cpp InsetQuotes.cpp InsetRef.cpp InsetSpace.cpp @@ -1176,6 +1208,7 @@ po_extra_files = Split(''' he.po hu.po insert-header.sin + id.po it.po ja.po ko.po @@ -1267,22 +1300,23 @@ lib_kbd_files = Split(''' lib_templates_files = Split(''' - IEEEtran.lyx - README.new_templates aa.lyx aastex.lyx + ACM-siggraph.lyx + ACM-sigplan.lyx agu_article.lyx apa.lyx beamer-conference-ornate-20min.lyx de_beamer-conference-ornate-20min.lyx dinbrief.lyx docbook_article.lyx - elsart.lyx + elsarticle.lyx fr_beamer-conference-ornate-20min.lyx g-brief-de.lyx g-brief-en.lyx g-brief2.lyx hollywood.lyx + IEEEtran.lyx ijmpc.lyx ijmpd.lyx iop-article.lyx @@ -1291,6 +1325,7 @@ lib_templates_files = Split(''' koma-letter2.lyx latex8.lyx letter.lyx + README.new_templates revtex.lyx revtex4.lyx slides.lyx @@ -1327,22 +1362,35 @@ lib_images_files = Split(''' amssymb.png banner.png bookmark-goto.png + bookmark-goto_0.png bookmark-save.png box-insert.png break-line.png buffer-close.png + buffer-export.png buffer-export_dvi.png buffer-export_latex.png + buffer-export_pdf.png buffer-export_pdf2.png + buffer-export_pdf3.png + buffer-export_pdf4.png buffer-export_ps.png buffer-export_text.png buffer-new.png buffer-reload.png + buffer-update.png buffer-update_dvi.png + buffer-update_pdf.png buffer-update_pdf2.png + buffer-update_pdf3.png + buffer-update_pdf4.png buffer-update_ps.png + buffer-view.png buffer-view_dvi.png + buffer-view_pdf.png buffer-view_pdf2.png + buffer-view_pdf3.png + buffer-view_pdf4.png buffer-view_ps.png buffer-write-as.png buffer-write.png @@ -1405,6 +1453,8 @@ lib_images_files = Split(''' vc-register.png vc-revert.png marginalnote-insert.png + master-buffer-update.png + master-buffer-view.png math-display.png math-macro-add-greedy-optional-param.png math-macro-add-optional-param.png @@ -1434,28 +1484,29 @@ lib_images_files = Split(''' split-view_horizontal.png split-view_vertical.png standard.png - tabular-feature_align-center.png - tabular-feature_align-left.png - tabular-feature_align-right.png + tabular-feature_m-align-center.png + tabular-feature_m-align-left.png + tabular-feature_m-align-right.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_set-all-lines.png + tabular-feature_set-border-lines.png tabular-feature_set-longtabular.png tabular-feature_set-rotate-cell.png - tabular-feature_toggle-rotate-cell.png tabular-feature_set-rotate-tabular.png - tabular-feature_toggle-rotate-tabular.png tabular-feature_toggle-line-bottom.png tabular-feature_toggle-line-left.png tabular-feature_toggle-line-right.png tabular-feature_toggle-line-top.png + tabular-feature_toggle-rotate-cell.png + tabular-feature_toggle-rotate-tabular.png tabular-feature_unset-all-lines.png - tabular-feature_valign-bottom.png - tabular-feature_valign-middle.png - tabular-feature_valign-top.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 @@ -1604,7 +1655,10 @@ lib_images_math_files = Split(''' eta.png eth.png exists.png + export-others.png fallingdotseq.png + fint.png + fintop.png flat.png font.png forall.png @@ -1656,6 +1710,10 @@ lib_images_math_files = Split(''' kappa.png lambda.png lambda2.png + landdownint.png + landdownintop.png + landupint.png + landupintop.png langle.png lbrace.png lbrace_rbrace.png @@ -1924,6 +1982,7 @@ lib_images_math_files = Split(''' underset.png uparrow.png uparrow2.png + update-others.png updownarrow.png updownarrow2.png upharpoonleft.png @@ -1958,6 +2017,7 @@ lib_images_math_files = Split(''' veebar.png vert.png vert2.png + view-others.png vphantom.png wedge.png widehat.png @@ -2019,7 +2079,6 @@ lib_doc_files = Split(''' DummyTextDocument.txt EmbeddedObjects.lyx Extended.lyx - FAQ.lyx Formula-numbering.lyx Intro.lyx LaTeXConfig.lyx @@ -2058,6 +2117,7 @@ lib_doc_clipart_files = Split(''' footnoteQt4.png labelQt4.png macrobox.png + MacroToolbar.png macrouse.png mbox.png mobius.eps @@ -2071,10 +2131,7 @@ lib_doc_clipart_files = Split(''' lib_doc_extra_files = Split(''' Makefile.am - Makefile.depend README.Documentation - depend.py - doc_toc.py ''') @@ -2095,7 +2152,6 @@ lib_doc_de_files = Split(''' DummyTextDocument.txt EmbeddedObjects.lyx Extended.lyx - FAQ.lyx Formelnummerierung.lyx Intro.lyx Math.lyx @@ -2126,15 +2182,16 @@ lib_doc_da_files = Split(''' lib_doc_es_files = Split(''' + Customization.lyx DocumentoPostizo1.lyx DocumentoPostizo2.lyx DocumentoTextoPostizo.txt EmbeddedObjects.lyx Extended.lyx - FAQ.lyx Formula-numbering.lyx Intro.lyx Math.lyx + Shortcuts.lyx Tutorial.lyx UserGuide.lyx ''') @@ -2160,7 +2217,6 @@ lib_doc_es_clipart_files = Split(''' lib_doc_eu_files = Split(''' Customization.lyx Extended.lyx - FAQ.lyx Intro.lyx Tutorial.lyx UserGuide.lyx @@ -2174,10 +2230,10 @@ lib_doc_fr_files = Split(''' DocumentTexteBidon.txt EmbeddedObjects.lyx Extended.lyx - FAQ.lyx Formula-numbering.lyx Intro.lyx Math.lyx + Shortcuts.lyx Tutorial.lyx UserGuide.lyx ''') @@ -2195,7 +2251,7 @@ lib_doc_fr_clipart_files = Split(''' ''') -lib_doc_gl_extra_files = Split(''' +lib_doc_gl_files = Split(''' Intro.lyx Tutorial.lyx ''') @@ -2213,6 +2269,19 @@ lib_doc_hu_files = Split(''' ''') +lib_doc_id_files = Split(''' + Intro.lyx + Tutorial.lyx +''') + + +lib_doc_id_clipart_files = Split(''' + id-contrib.png + id-footnote.png + id-lingkungan.png +''') + + lib_doc_it_files = Split(''' Customization.lyx Intro.lyx @@ -2228,7 +2297,7 @@ lib_doc_it_clipart_files = Split(''' lib_doc_ja_files = Split(''' - FAQ.lyx + Extended.lyx Intro.lyx LaTeXConfig.lyx Shortcuts.lyx @@ -2276,7 +2345,6 @@ lib_doc_ro_files = Split(''' lib_doc_ru_files = Split(''' - FAQ.lyx Intro.lyx Tutorial.lyx ''') @@ -2311,15 +2379,9 @@ lib_doc_uk_clipart_files = Split(''' lib_examples_files = Split(''' - Braille.lyx - CV-image.eps - CV-image.png - Foils.lyx - ItemizeBullets.lyx - Literate.lyx - Minipage.lyx aa_sample.lyx aas_sample.lyx + achemso.lyx addressExample.adr amsart-test.lyx amsbook-test.lyx @@ -2337,29 +2399,39 @@ lib_examples_files = Split(''' beamer-knight4.png beamerlyxexample1.lyx biblioExample.bib + Braille.lyx chess-article.lyx chessgame.lyx + CV-image.eps + CV-image.png docbook_article.lyx europeCV.lyx example_lyxified.lyx example_raw.lyx + Foils.lyx iecc05.fen iecc07.fen iecc12.fen + ItemizeBullets.lyx landslide.lyx linguistics.lyx listerrors.lyx - listings.lyx + Literate.lyx modernCV.lyx multicol.lyx noweb2lyx.lyx powerdot-example.lyx + recipebook.lyx script_form.lyx + seminar.lyx serial_letter1.lyx serial_letter2.lyx serial_letter3.lyx simplecv.lyx splash.lyx + sweave.lyx + xyfigure.png + xypic.lyx ''') @@ -2381,12 +2453,13 @@ lib_examples_da_files = Split(''' lib_examples_de_files = Split(''' + beispiel_gelyxt.lyx + beispiel_roh.lyx + Braille.lyx Dezimal.lyx ItemizeBullets.lyx Lebenslauf.lyx - Minipage.lyx - beispiel_gelyxt.lyx - beispiel_roh.lyx + linguistics.lyx multicol.lyx serienbrief1.lyx serienbrief2.lyx @@ -2404,7 +2477,6 @@ lib_examples_fr_files = Split(''' AlignementDecimal.lyx Foils.lyx ListesPuces.lyx - Minipage.lyx exemple_brut.lyx exemple_lyxifie.lyx multicol.lyx @@ -2414,9 +2486,12 @@ lib_examples_fr_files = Split(''' lib_examples_es_files = Split(''' - ItemizeBullets.lyx + Braille.lyx ejemplo_con_lyx.lyx ejemplo_sin_lyx.lyx + ItemizeBullets.lyx + linguistics.lyx + multicol.lyx splash.lyx ''') @@ -2428,7 +2503,7 @@ lib_examples_eu_files = Split(''' ''') -lib_examples_gl_extra_files = Split(''' +lib_examples_gl_files = Split(''' exemplo_bruto.lyx exemplo_lyxificado.lyx splash.lyx @@ -2449,6 +2524,11 @@ lib_examples_hu_files = Split(''' ''') +lib_examples_id_files = Split(''' + splash.lyx +''') + + lib_examples_it_files = Split(''' ItemizeBullets.lyx splash.lyx @@ -2496,6 +2576,11 @@ lib_examples_sl_files = Split(''' ''') +lib_examples_uk_files = Split(''' + splash.lyx +''') + + lib_lyx2lyx_files = Split(''' LyX.py generate_encoding_info.py @@ -2515,6 +2600,7 @@ lib_lyx2lyx_files = Split(''' lyx_1_4.py lyx_1_5.py lyx_1_6.py + lyx_2_0.py parser_tools.py profiling.py test_parser_tools.py @@ -2528,10 +2614,11 @@ lib_lyx2lyx_extra_files = Split(''' lib_layouts_files = Split(''' - IEEEtran.layout aa.layout aapaper.layout aastex.layout + achemso.layout + acmsiggraph.layout agu-dtd.layout agums.layout amsart.layout @@ -2554,6 +2641,7 @@ lib_layouts_files = Split(''' dtk.layout egs.layout elsart.layout + elsarticle.layout entcs.layout europecv.layout extarticle.layout @@ -2567,6 +2655,7 @@ lib_layouts_files = Split(''' heb-article.layout heb-letter.layout hollywood.layout + IEEEtran.layout ijmpc.layout ijmpd.layout iopart.layout @@ -2594,6 +2683,7 @@ lib_layouts_files = Split(''' mwrep.layout paper.layout powerdot.layout + recipebook.layout report.layout revtex.layout revtex4.layout @@ -2605,6 +2695,7 @@ lib_layouts_files = Split(''' scrreprt.layout seminar.layout siamltex.layout + sigplanconf.layout simplecv.layout singlecol.layout slides.layout @@ -2675,6 +2766,8 @@ lib_layouts_module_files = Split(''' linguistics.module logicalmkup.module minimalistic.module + noweb.module + sweave.module theorems-ams-extended.module theorems-ams.module theorems-chap.module