]> git.lyx.org Git - lyx.git/blobdiff - development/scons/scons_manifest.py
scons_manifest.py: add AppleSpellChecker
[lyx.git] / development / scons / scons_manifest.py
index 4f3528a50bd0c2ce132551d9b588884e3a50fb21..efe68cef5917d0612386700abab9683432cbcb8a 100644 (file)
@@ -28,6 +28,7 @@ TOP_extra_files = Split('''
 
 
 src_header_files = Split('''
+    AppleSpellChecker.h
     AspellChecker.h
     Author.h
     BiblioInfo.h
@@ -142,6 +143,8 @@ src_header_files = Split('''
 
 
 src_pre_files = Split('''
+    AppleSpellChecker.cpp
+    AspellChecker.cpp
     Author.cpp
     Bidi.cpp
     BranchList.cpp
@@ -281,6 +284,9 @@ src_client_extra_files = Split('''
 
 
 src_support_header_files = Split('''
+    AppleSpeller.h
+    AppleSpeller.m
+    bind.h
     convert.h
     copied_ptr.h
     debug.h
@@ -303,6 +309,7 @@ src_support_header_files = Split('''
     lyxlib.h
     lyxtime.h
     Messages.h
+    numpunct_lyx_char_type.h
     os.h
     os_win32.h
     Package.h
@@ -310,6 +317,8 @@ src_support_header_files = Split('''
     ProgressInterface.h
     qstring_helpers.h
     RandomAccessList.h
+    regex.h
+    shared_ptr.h
     socktools.h
     Systemcall.h
     SystemcallPrivate.h
@@ -910,6 +919,7 @@ src_frontends_qt4_ui_files = Split('''
     ChangesUi.ui
     CharacterUi.ui
     CitationUi.ui
+    ColorUi.ui
     CompareUi.ui
     DelimiterUi.ui
     DocumentUi.ui
@@ -950,7 +960,6 @@ src_frontends_qt4_ui_files = Split('''
     PrefColorsUi.ui
     PrefCompletionUi.ui
     PrefConvertersUi.ui
-    PrefDateUi.ui
     PrefDisplayUi.ui
     PrefEditUi.ui
     PrefFileformatsUi.ui
@@ -958,8 +967,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
@@ -1000,6 +1009,7 @@ src_insets_header_files = Split('''
     ExternalTemplate.h
     ExternalTransforms.h
     Inset.h
+    InsetArgument.h
     InsetBibitem.h
     InsetBibtex.h
     InsetBox.h
@@ -1033,7 +1043,6 @@ src_insets_header_files = Split('''
     InsetNewpage.h
     InsetNomencl.h
     InsetNote.h
-    InsetOptArg.h
     InsetPhantom.h
     InsetPreview.h
     InsetQuotes.h
@@ -1057,6 +1066,7 @@ src_insets_files = Split('''
     ExternalTemplate.cpp
     ExternalTransforms.cpp
     Inset.cpp
+    InsetArgument.cpp
     InsetBibitem.cpp
     InsetBibtex.cpp
     InsetBox.cpp
@@ -1089,7 +1099,6 @@ src_insets_files = Split('''
     InsetNewpage.cpp
     InsetNomencl.cpp
     InsetNote.cpp
-    InsetOptArg.cpp
     InsetPhantom.cpp
     InsetPreview.cpp
     InsetQuotes.cpp
@@ -1322,6 +1331,7 @@ lib_templates_files = Split('''
     aastex.lyx
     ACM-siggraph.lyx
     ACM-sigplan.lyx
+    AEA.lyx
     agu_article.lyx
     apa.lyx
     beamer-conference-ornate-20min.lyx
@@ -1329,6 +1339,7 @@ lib_templates_files = Split('''
     dinbrief.lyx
     docbook_article.lyx
     elsarticle.lyx
+    es_beamer-conference-ornate-20min.lyx
     fr_beamer-conference-ornate-20min.lyx
     g-brief-de.lyx
     g-brief-en.lyx
@@ -1412,6 +1423,7 @@ lib_images_files = Split('''
     buffer-export_text.png
     buffer-new.png
     buffer-reload.png
+    buffer-toggle-output-sync.png
     buffer-update.png
     buffer-update_dvi.png
     buffer-update_pdf.png
@@ -1516,9 +1528,13 @@ lib_images_files = Split('''
     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
@@ -1537,9 +1553,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
@@ -2226,6 +2239,11 @@ lib_doc_da_files = Split('''
 ''')
 
 
+lib_doc_el_files = Split('''
+    Intro.lyx
+''')
+
+
 lib_doc_es_files = Split('''
     Customization.lyx
     DocumentoPostizo1.lyx
@@ -2343,6 +2361,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
@@ -2353,10 +2376,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
 ''')
 
@@ -2524,6 +2549,25 @@ lib_examples_de_files = Split('''
 ''')
 
 
+lib_examples_el_files = Split('''
+    splash.lyx
+''')
+
+
+lib_examples_es_files = Split('''
+    beamer-conference-ornate20min.lyx
+    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
 ''')
@@ -2547,20 +2591,6 @@ lib_examples_fr_files = Split('''
 ''')
 
 
-lib_examples_es_files = Split('''
-    beamer-conference-ornate20min.lyx
-    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_eu_files = Split('''
     adibide_gordina.lyx
     adibide_lyx-atua.lyx
@@ -2602,7 +2632,11 @@ lib_examples_it_files = Split('''
 
 lib_examples_ja_files = Split('''
     Braille.lyx
+    linguistics.lyx
+    multicol.lyx
     splash.lyx
+    xyfigure.png
+    xypic.lyx
 ''')
 
 
@@ -2690,6 +2724,7 @@ lib_layouts_files = Split('''
     aastex.layout
     achemso.layout
     acmsiggraph.layout
+    AEA.layout
     agu-dtd.layout
     agums.layout
     amsart.layout
@@ -2866,6 +2901,7 @@ lib_layouts_module_files = Split('''
 ''')
 
 lib_scripts_files = Split('''
+    bash_completion
     clean_dvi.py
     convertDefault.py
     csv2lyx.py