]> git.lyx.org Git - lyx.git/blobdiff - development/scons/scons_manifest.py
* rich text item delegate to draw the layout filter as underline
[lyx.git] / development / scons / scons_manifest.py
index aad3f259a180cc999a9f0aa47e2222991bc37f57..9b6f6d784349ec0dbdfa0c8a3d1e533f25b56657 100644 (file)
@@ -30,6 +30,7 @@ TOP_extra_files = Split('''
 src_header_files = Split('''
     ASpell_local.h
     Author.h
+    BaseClassList.h
     BiblioInfo.h
     Bidi.h
     Box.h
@@ -90,7 +91,6 @@ src_header_files = Split('''
     LyXRC.h
     LyXVC.h
     MenuBackend.h
-    Messages.h
     MetricsInfo.h
     ModuleList.h
     Mover.h
@@ -113,7 +113,6 @@ src_header_files = Split('''
     TexRow.h
     Text.h
     TextClass.h
-    TextClassList.h
     TextMetrics.h
     Thesaurus.h
     TocBackend.h
@@ -125,9 +124,7 @@ src_header_files = Split('''
     Variables.h
     WordLangTuple.h
     buffer_funcs.h
-    debug.h
     factory.h
-    gettext.h
     lfuns.h
     lyxfind.h
     output.h
@@ -140,11 +137,13 @@ src_header_files = Split('''
     sgml.h
     update_flags.h
     version.h
+    WordList.h
 ''')
 
 
 src_pre_files = Split('''
     Author.cpp
+    BaseClassList.cpp
     BiblioInfo.cpp
     Bidi.cpp
     BranchList.cpp
@@ -197,7 +196,6 @@ src_pre_files = Split('''
     LyXRC.cpp
     LyXVC.cpp
     MenuBackend.cpp
-    Messages.cpp
     MetricsInfo.cpp
     Mover.cpp
     OutputParams.cpp
@@ -216,7 +214,6 @@ src_pre_files = Split('''
     Text2.cpp
     Text3.cpp
     TextClass.cpp
-    TextClassList.cpp
     TextMetrics.cpp
     TocBackend.cpp
     ToolbarBackend.cpp
@@ -226,9 +223,7 @@ src_pre_files = Split('''
     VSpace.cpp
     boost.cpp
     buffer_funcs.cpp
-    debug.cpp
     factory.cpp
-    gettext.cpp
     lengthcommon.cpp
     lyxfind.cpp
     output.cpp
@@ -239,6 +234,7 @@ src_pre_files = Split('''
     rowpainter.cpp
     sgml.cpp
     version.cpp
+    WordList.cpp
 ''')
 
 
@@ -295,37 +291,34 @@ src_support_header_files = Split('''
     FileFilterList.h
     FileMonitor.h
     FileName.h
-    ForkedCallQueue.h
-    Forkedcall.h
-    ForkedcallsController.h
+    ForkedCalls.h
+    Messages.h
     Package.h
     Path.h
     RandomAccessList.h
+    SignalSlot.h
+    SignalSlotPrivate.h
     Systemcall.h
     Timeout.h
     Translator.h
     convert.h
     copied_ptr.h
-    cow_ptr.h
-    debugstream.h
+    debug.h
     docstream.h
     docstring.h
     environment.h
     filetools.h
-    fs_extras.h
+    gettext.h
     gzstream.h
     limited_stack.h
     lstrings.h
     lyxalgo.h
     lyxlib.h
-    lyxmanip.h
     lyxtime.h
     os.h
     os_win32.h
     qstring_helpers.h
     socktools.h
-    std_istream.h
-    std_ostream.h
     textutils.h
     types.h
     unicode.h
@@ -337,37 +330,29 @@ src_support_files = Split('''
     FileFilterList.cpp
     FileMonitor.cpp
     FileName.cpp
-    ForkedCallQueue.cpp
-    Forkedcall.cpp
-    ForkedcallsController.cpp
+    ForkedCalls.cpp
+    Messages.cpp
     Package.cpp
     Path.cpp
+    SignalSlot.cpp
+    SignalSlotPrivate.cpp
     Systemcall.cpp
     Timeout.cpp
-    abort.cpp
-    chdir.cpp
     convert.cpp
-    copy.cpp
+    debug.cpp
     docstream.cpp
     docstring.cpp
     environment.cpp
     filetools.cpp
-    fs_extras.cpp
     gzstream.cpp
-    getcwd.cpp
+    gettext.cpp
     kill.cpp
     lstrings.cpp
     lyxsum.cpp
     lyxtime.cpp
-    mkdir.cpp
     os.cpp
-    qstring_helpers.cpp
-    rename.cpp
     socktools.cpp
-    tempname.cpp
-    textutils.cpp
     unicode.cpp
-    unlink.cpp
     userinfo.cpp
 ''')
 
@@ -438,7 +423,6 @@ src_graphics_header_files = Split('''
     GraphicsLoader.h
     GraphicsParams.h
     GraphicsTypes.h
-    LoaderQueue.h
     PreviewImage.h
     PreviewLoader.h
     Previews.h
@@ -453,7 +437,6 @@ src_graphics_files = Split('''
     GraphicsLoader.cpp
     GraphicsParams.cpp
     GraphicsTypes.cpp
-    LoaderQueue.cpp
     PreviewImage.cpp
     PreviewLoader.cpp
     Previews.cpp
@@ -474,7 +457,6 @@ src_mathed_header_files = Split('''
     InsetMathBig.h
     InsetMathBoldSymbol.h
     InsetMathBox.h
-    InsetMathBoxed.h
     InsetMathBrace.h
     InsetMathCases.h
     InsetMathChar.h
@@ -487,17 +469,14 @@ src_mathed_header_files = Split('''
     InsetMathEnv.h
     InsetMathExFunc.h
     InsetMathExInt.h
-    InsetMathFBox.h
     InsetMathFont.h
     InsetMathFontOld.h
     InsetMathFrac.h
-    InsetMathFrameBox.h
     InsetMathGrid.h
     InsetMathHull.h
     InsetMathKern.h
     InsetMathLefteqn.h
     InsetMathLim.h
-    InsetMathMakebox.h
     InsetMathMatrix.h
     InsetMathNest.h
     InsetMathNumber.h
@@ -546,7 +525,6 @@ src_mathed_files = Split('''
     InsetMathBig.cpp
     InsetMathBoldSymbol.cpp
     InsetMathBox.cpp
-    InsetMathBoxed.cpp
     InsetMathBrace.cpp
     InsetMathCases.cpp
     InsetMathChar.cpp
@@ -559,17 +537,14 @@ src_mathed_files = Split('''
     InsetMathEnv.cpp
     InsetMathExFunc.cpp
     InsetMathExInt.cpp
-    InsetMathFBox.cpp
     InsetMathFont.cpp
     InsetMathFontOld.cpp
     InsetMathFrac.cpp
-    InsetMathFrameBox.cpp
     InsetMathGrid.cpp
     InsetMathHull.cpp
     InsetMathKern.cpp
     InsetMathLefteqn.cpp
     InsetMathLim.cpp
-    InsetMathMakebox.cpp
     InsetMathMatrix.cpp
     InsetMathNest.cpp
     InsetMathNumber.cpp
@@ -647,6 +622,11 @@ src_tex2lyx_files = Split('''
 ''')
 
 
+src_tex2lyx_copied_header_files = Split('''
+    insets/InsetLayout.h
+''')
+
+
 src_tex2lyx_copied_files = Split('''
     Color.cpp
     Counters.cpp
@@ -655,6 +635,7 @@ src_tex2lyx_copied_files = Split('''
     Layout.cpp
     Lexer.cpp
     TextClass.cpp
+    insets/InsetLayout.cpp
 ''')
 
 
@@ -669,19 +650,13 @@ src_tex2lyx_extra_files = Split('''
 
 
 src_frontends_header_files = Split('''
-    Alert_pimpl.h
     Application.h
     Clipboard.h
-    Dialogs.h
-    FileDialog.h
     FontLoader.h
     FontMetrics.h
-    Gui.h
     KeyModifier.h
     KeySymbol.h
     LyXView.h
-    NoGuiFontLoader.h
-    NoGuiFontMetrics.h
     Painter.h
     Selection.h
     WorkArea.h
@@ -692,13 +667,7 @@ src_frontends_header_files = Split('''
 
 
 src_frontends_files = Split('''
-    Application.cpp
-    Dialogs.cpp
-    LyXView.cpp
-    Painter.cpp
-    WorkArea.cpp
     WorkAreaManager.cpp
-    alert.cpp
 ''')
 
 
@@ -729,9 +698,8 @@ src_frontends_controllers_tests_regfiles_extra_files = Split('''
 
 
 src_frontends_qt4_header_files = Split('''
-               ../ButtonPolicy.h
-               ../Dialog.h
-               ../frontend_helpers.h
+       ButtonPolicy.h
+       Dialog.h
     Action.h
     BulletsModule.h
     ButtonController.h
@@ -740,6 +708,7 @@ src_frontends_qt4_header_files = Split('''
     DialogView.h
     DockView.h
     EmptyTable.h
+    FileDialog.h
     FloatPlacement.h
     GuiAbout.h
     GuiApplication.h
@@ -755,6 +724,7 @@ src_frontends_qt4_header_files = Split('''
     GuiClipboard.h
     GuiCommandBuffer.h
     GuiCommandEdit.h
+    GuiCompleter.h
     GuiDelimiter.h
     GuiDialog.h
     GuiDocument.h
@@ -767,16 +737,15 @@ src_frontends_qt4_header_files = Split('''
     GuiGraphics.h
     GuiGraphicsUi.h
     GuiHyperlink.h
+    GuiIdListModel.h
     GuiImage.h
-    GuiImplementation.h
     GuiInclude.h
-    GuiIndex.h
     GuiKeySymbol.h
+    GuiLabel.h
     GuiListings.h
     GuiLog.h
     GuiMath.h
     GuiMathMatrix.h
-    GuiMenubar.h
     GuiNomencl.h
     GuiNote.h
     GuiPainter.h
@@ -792,6 +761,7 @@ src_frontends_qt4_header_files = Split('''
     GuiSetBorder.h
     GuiShowFile.h
     GuiSpellchecker.h
+    GuiSymbols.h
     GuiTabularCreate.h
     GuiTabular.h
     GuiTexinfo.h
@@ -809,6 +779,7 @@ src_frontends_qt4_header_files = Split('''
     LaTeXHighlighter.h
     LengthCombo.h
     LyXFileDialog.h
+    Menus.h
     PanelStack.h
     TocModel.h
     TocWidget.h
@@ -819,19 +790,19 @@ src_frontends_qt4_header_files = Split('''
 
 
 src_frontends_qt4_files = Split('''
-               ../ButtonPolicy.cpp
-               ../Dialog.cpp
-               ../frontend_helpers.cpp
+       ButtonPolicy.cpp
+       Dialog.cpp
     Action.cpp
     BulletsModule.cpp
     ButtonController.cpp
     ColorCache.cpp
     CustomizedWidgets.cpp
-    Dialogs.cpp
+    DialogView.cpp
     EmptyTable.cpp
     FileDialog.cpp
     FloatPlacement.cpp
     GuiAbout.cpp
+    GuiAlert.cpp
     GuiApplication.cpp
     GuiBibitem.cpp
     GuiBibtex.cpp
@@ -844,6 +815,7 @@ src_frontends_qt4_files = Split('''
     GuiClipboard.cpp
     GuiCommandBuffer.cpp
     GuiCommandEdit.cpp
+    GuiCompleter.cpp
     GuiDelimiter.cpp
     GuiDialog.cpp
     GuiDocument.cpp
@@ -856,16 +828,15 @@ src_frontends_qt4_files = Split('''
     GuiFontMetrics.cpp
     GuiGraphics.cpp
     GuiHyperlink.cpp
+    GuiIdListModel.cpp 
     GuiImage.cpp
-    GuiImplementation.cpp
     GuiInclude.cpp
-    GuiIndex.cpp
     GuiKeySymbol.cpp
+    GuiLabel.cpp
     GuiListings.cpp
     GuiLog.cpp
     GuiMath.cpp
     GuiMathMatrix.cpp
-    GuiMenubar.cpp
     GuiNomencl.cpp
     GuiNote.cpp
     GuiPainter.cpp
@@ -881,6 +852,7 @@ src_frontends_qt4_files = Split('''
     GuiSetBorder.cpp
     GuiShowFile.cpp
     GuiSpellchecker.cpp
+    GuiSymbols.cpp
     GuiTabular.cpp
     GuiTabularCreate.cpp
     GuiTexinfo.cpp
@@ -898,11 +870,11 @@ src_frontends_qt4_files = Split('''
     LengthCombo.cpp
     LaTeXHighlighter.cpp
     LyXFileDialog.cpp
+    Menus.cpp
     PanelStack.cpp
     TocModel.cpp
     TocWidget.cpp
     Validator.cpp
-    alert_pimpl.cpp
     qt_helpers.cpp
 ''')
 
@@ -941,7 +913,7 @@ src_frontends_qt4_ui_files = Split('''
     GraphicsUi.ui
     HyperlinkUi.ui
     IncludeUi.ui
-    IndexUi.ui
+    LabelUi.ui
     LaTeXUi.ui
     LanguageUi.ui
     ListingsUi.ui
@@ -962,7 +934,7 @@ src_frontends_qt4_ui_files = Split('''
     PrefDisplayUi.ui
     PrefFileformatsUi.ui
     PrefIdentityUi.ui
-    PrefKeyboardUi.ui
+    PrefInputUi.ui
     PrefLanguageUi.ui
     PrefLatexUi.ui
     PrefPathsUi.ui
@@ -980,6 +952,7 @@ src_frontends_qt4_ui_files = Split('''
     ShortcutUi.ui
     ShowFileUi.ui
     SpellcheckerUi.ui
+    SymbolsUi.ui
     TabularCreateUi.ui
     TabularUi.ui
     TexinfoUi.ui
@@ -1029,15 +1002,16 @@ src_insets_header_files = Split('''
     InsetIndex.h
     InsetInfo.h
     InsetLabel.h
+    InsetLayout.h
     InsetLine.h
     InsetListings.h
     InsetListingsParams.h
     InsetMarginal.h
     InsetNewline.h
+    InsetNewpage.h
     InsetNomencl.h
     InsetNote.h
     InsetOptArg.h
-    InsetPagebreak.h
     InsetQuotes.h
     InsetRef.h
     InsetSpace.h
@@ -1085,15 +1059,16 @@ src_insets_files = Split('''
     InsetIndex.cpp
     InsetInfo.cpp
     InsetLabel.cpp
+    InsetLayout.cpp
     InsetLine.cpp
     InsetListings.cpp
     InsetListingsParams.cpp
     InsetMarginal.cpp
     InsetNewline.cpp
+    InsetNewpage.cpp
     InsetNomencl.cpp
     InsetNote.cpp
     InsetOptArg.cpp
-    InsetPagebreak.cpp
     InsetQuotes.cpp
     InsetRef.cpp
     InsetSpace.cpp
@@ -1378,6 +1353,7 @@ lib_images_files = Split('''
     banner.png
     bookmark-goto.png
     bookmark-save.png
+    box-insert.png
     break-line.png
     buffer-close.png
     buffer-export_dvi.png
@@ -1432,6 +1408,7 @@ lib_images_files = Split('''
     font-sans.png
     footnote-insert.png
     href-insert.png
+    hidetab.png
     index-insert.png
     label-insert.png
     layout-document.png
@@ -1448,6 +1425,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
@@ -1457,6 +1444,7 @@ lib_images_files = Split('''
     note-next.png
     paste.png
     promote.png
+    pin.png
     psnfss1.png
     psnfss2.png
     psnfss3.png
@@ -1494,6 +1482,7 @@ lib_images_files = Split('''
     undo.png
     unknown.png
     up.png
+    url-insert.png
 ''')
 
 
@@ -1926,7 +1915,7 @@ lib_images_math_files = Split('''
     swarrow.png
     tau.png
     textrm_AA.png
-    textrm_Oe.png
+    textrm_O.png
     therefore.png
     theta.png
     theta2.png
@@ -2048,8 +2037,10 @@ lib_doc_files = Split('''
     EmbeddedObjects.lyx
     Extended.lyx
     FAQ.lyx
+    Formula-numbering.lyx
     Intro.lyx
     LaTeXConfig.lyx
+    Math.lyx
     Reference.lyx
     Shortcuts.lyx
     Tutorial.lyx
@@ -2119,7 +2110,9 @@ lib_doc_de_files = Split('''
     EmbeddedObjects.lyx
     Extended.lyx
     FAQ.lyx
+    Formelnummerierung.lyx
     Intro.lyx
+    Math.lyx
     Tutorial.lyx
     UserGuide.lyx
 ''')
@@ -2153,18 +2146,15 @@ lib_doc_es_files = Split('''
     DocumentoTextoPostizo.txt
     EmbeddedObjects.lyx
     Extended.lyx
+    FAQ.lyx
+    Formula-numbering.lyx
     Intro.lyx
+    Math.lyx
     Tutorial.lyx
     UserGuide.lyx
 ''')
 
 
-lib_doc_es_biblio_files = Split('''
-    alphadin.bst
-    LyXDocs.bib
-''')
-
-
 lib_doc_es_clipart_files = Split('''
     ComentNotaImagenQt4.png
     CuadroMinipagQt4.png
@@ -2195,14 +2185,34 @@ lib_doc_eu_files = Split('''
 
 lib_doc_fr_files = Split('''
     Customization.lyx
+    DocumentBidon1.lyx
+    DocumentBidon2.lyx
+    DocumentTexteBidon.txt
+    EmbeddedObjects.lyx
     Extended.lyx
     FAQ.lyx
+    Formula-numbering.lyx
     Intro.lyx
+    Math.lyx
     Tutorial.lyx
     UserGuide.lyx
 ''')
 
 
+lib_doc_fr_clipart_files = Split('''
+    BoxInsetDefaultQt4.png
+    ChildDocumentQt4.png
+    CommentNoteImageQt4.png
+    FramedNoteImageQt4.png
+    GreyedOutNoteImageQt4.png
+    LyXNoteImageQt4.png
+    ShadedNoteImageQt4.png
+    floatQt4.png
+    footnoteQt4.png
+    labelQt4.png
+''')
+
+
 lib_doc_gl_extra_files = Split('''
     Intro.lyx
     Tutorial.lyx
@@ -2284,6 +2294,7 @@ lib_doc_sv_files = Split('''
 
 
 lib_examples_files = Split('''
+    Braille.lyx
     CV-image.eps
     CV-image.png
     Foils.lyx
@@ -2292,6 +2303,7 @@ lib_examples_files = Split('''
     Minipage.lyx
     aa_sample.lyx
     aas_sample.lyx
+    addressExample.adr
     amsart-test.lyx
     amsbook-test.lyx
     armenian-article.lyx
@@ -2318,14 +2330,17 @@ lib_examples_files = Split('''
     iecc07.fen
     iecc12.fen
     landslide.lyx
+    linguistics.lyx
     listerrors.lyx
     listings.lyx
-    mathed.lyx
     modernCV.lyx
     multicol.lyx
     noweb2lyx.lyx
     powerdot-example.lyx
     script_form.lyx
+    serial_letter1.lyx
+    serial_letter2.lyx
+    serial_letter3.lyx
     simplecv.lyx
     splash.lyx
 ''')
@@ -2353,8 +2368,10 @@ lib_examples_de_files = Split('''
     Minipage.lyx
     beispiel_gelyxt.lyx
     beispiel_roh.lyx
-    mathed.lyx
     multicol.lyx
+    serienbrief1.lyx
+    serienbrief2.lyx
+    serienbrief3.lyx
     splash.lyx
 ''')
 
@@ -2366,13 +2383,11 @@ lib_examples_fa_files = Split('''
 
 lib_examples_fr_files = Split('''
     AlignementDecimal.lyx
-    ExemplesTableaux.lyx
     Foils.lyx
     ListesPuces.lyx
     Minipage.lyx
     exemple_brut.lyx
     exemple_lyxifie.lyx
-    mathed.lyx
     multicol.lyx
     simplecv.lyx
     splash.lyx
@@ -2383,6 +2398,7 @@ lib_examples_es_files = Split('''
     ItemizeBullets.lyx
     ejemplo_con_lyx.lyx
     ejemplo_sin_lyx.lyx
+    mathed.lyx
     splash.lyx
 ''')
 
@@ -2421,6 +2437,11 @@ lib_examples_it_files = Split('''
 ''')
 
 
+lib_examples_ja_files = Split('''
+    splash.lyx
+''')
+
+
 lib_examples_nl_files = Split('''
     multicol.lyx
     opsommingstekens.lyx
@@ -2495,8 +2516,6 @@ lib_layouts_files = Split('''
     aastex.layout
     agu-dtd.layout
     agums.layout
-    amsart-plain.layout
-    amsart-seq.layout
     amsart.layout
     amsbook.layout
     apa.layout
@@ -2586,9 +2605,6 @@ lib_layouts_inc_files = Split('''
     agu_stdtitle.inc
     aguplus.inc
     amsdefs.inc
-    amsmaths-plain.inc
-    amsmaths-seq.inc
-    amsmaths.inc
     db_lyxmacros.inc
     db_stdcharstyles.inc
     db_stdclass.inc
@@ -2605,8 +2621,10 @@ lib_layouts_inc_files = Split('''
     numreport.inc
     numrevtex.inc
     scrclass.inc
+    stdcharstyles.inc
     stdclass.inc
     stdcounters.inc
+    stdcustom.inc
     stdfloats.inc
     stdinsets.inc
     stdlayouts.inc
@@ -2619,20 +2637,27 @@ lib_layouts_inc_files = Split('''
     svjour.inc
     theorems.inc
     theorems-ams.inc
+    theorems-order.inc
+    theorems-proof.inc
+    theorems-starred.inc
+    theorems-starred-equivalents.inc
 ''')
 
 
 lib_layouts_module_files = Split('''
+    braille.module
     endnotes.module
     foottoend.module
     hanging.module
+    linguistics.module
     logicalmkup.module
+    minimalistic.module
+    theorems-ams-extended.module
     theorems-ams.module
-    theorems-ams-withinsec.module
+    theorems-chap.module
+    theorems-sec.module
+    theorems-starred.module
     theorems-std.module
-    theorems-withinsec.module
-    theorems-withinchap.module
-    url.module
 ''')
 
 lib_scripts_files = Split('''
@@ -2779,24 +2804,6 @@ boost_libs_filesystem_src_extra_files = Split('''
 ''')
 
 
-boost_libs_iostreams_extra_files = Split('''
-    Makefile.am
-''')
-
-
-boost_libs_iostreams_src_files = Split('''
-    file_descriptor.cpp
-    mapped_file.cpp
-    zlib.cpp
-''')
-
-
-boost_libs_iostreams_src_extra_files = Split('''
-    Makefile.am
-    pch.h
-''')
-
-
 development_Win32_packaging_installer = Split('''
     license.rtf
     lyx.nsi