]> git.lyx.org Git - features.git/blobdiff - development/scons/scons_manifest.py
* development/scons/scons_manifest.py: fix LyXFont => Font
[features.git] / development / scons / scons_manifest.py
index 48316073856dd86be3b3dd0b5d646e4e72e5b01d..3301ebb34b63b3b523e5c65d8b360dd156349440 100644 (file)
@@ -153,7 +153,7 @@ src_support_files = Split('''
     lyxtime.cpp
     mkdir.cpp
     os.cpp
-    package.C
+    Package.cpp
     Path.cpp
     qstring_helpers.cpp
     rename.cpp
@@ -234,7 +234,7 @@ src_mathed_header_files = Split('''
     MathFactory.h
     MathGridInfo.h
     MathMacroArgument.h
-    MathMacroTable.h
+    MacroTable.h
     MathMacroTemplate.h
     MathParser.h
     ReplaceData.h
@@ -243,6 +243,10 @@ src_mathed_header_files = Split('''
     TextPainter.h
 ''')
 
+src_mathed_extra_files = Split('''
+    InsetFormulaMacro.h
+    InsetFormulaMacro.cpp
+''')
 
 src_mathed_files = Split('''
     InsetMath.cpp
@@ -310,7 +314,7 @@ src_mathed_files = Split('''
     MathExtern.cpp
     MathFactory.cpp
     MathMacroArgument.cpp
-    MathMacroTable.cpp
+    MacroTable.cpp
     MathMacroTemplate.cpp
     MathParser.cpp
     MathStream.cpp
@@ -324,7 +328,6 @@ src_insets_header_files = Split('''
     ExternalTemplate.h
     ExternalTransforms.h
     Inset.h
-    InsetBase.h
     InsetBibitem.h
     InsetBibtex.h
     InsetBox.h
@@ -335,7 +338,7 @@ src_insets_header_files = Split('''
     InsetCollapsable.h
     InsetCommand.h
     InsetCommandParams.h
-    InsetEnv.h
+    InsetEnvironment.h
     InsetERT.h
     InsetExternal.h
     InsetFloat.h
@@ -361,7 +364,6 @@ src_insets_header_files = Split('''
     InsetSpecialChar.h
     InsetTabular.h
     InsetText.h
-    InsetTheorem.h
     InsetTOC.h
     InsetUrl.h
     InsetVSpace.h
@@ -373,13 +375,16 @@ src_insets_header_files = Split('''
     RenderPreview.h
 ''')
 
+src_inests_extra_files = Split('''
+    InsetTheorem.h
+    InsetTheorem.cpp
+''')
 
 src_insets_files = Split('''
     ExternalSupport.cpp
     ExternalTemplate.cpp
     ExternalTransforms.cpp
     Inset.cpp
-    InsetBase.cpp
     InsetBibitem.cpp
     InsetBibtex.cpp
     InsetBox.cpp
@@ -390,7 +395,7 @@ src_insets_files = Split('''
     InsetCollapsable.cpp
     InsetCommand.cpp
     InsetCommandParams.cpp
-    InsetEnv.cpp
+    InsetEnvironment.cpp
     InsetERT.cpp
     InsetExternal.cpp
     InsetFloat.cpp
@@ -428,7 +433,7 @@ src_insets_files = Split('''
 
 
 src_frontends_header_files = Split('''
-    Alert.h
+    alert.h
     Alert_pimpl.h
     Application.h
     Clipboard.h
@@ -453,7 +458,7 @@ src_frontends_header_files = Split('''
 
 
 src_frontends_files = Split('''
-    Alert.cpp
+    alert.cpp
     Application.cpp
     Dialogs.cpp
     LyXView.cpp
@@ -497,7 +502,7 @@ src_graphics_files = Split('''
 src_frontends_controllers_header_files = Split('''
     BCView.h
     ButtonController.h
-    ButtonPolicies.h
+    ButtonPolicy.h
     ControlAboutlyx.h
     ControlBibtex.h
     ControlBox.h
@@ -542,7 +547,7 @@ src_frontends_controllers_header_files = Split('''
 src_frontends_controllers_files = Split('''
     BCView.cpp
     ButtonController.cpp
-    ButtonPolicies.cpp
+    ButtonPolicy.cpp
     ControlAboutlyx.cpp
     ControlBibtex.cpp
     ControlBox.cpp
@@ -730,7 +735,6 @@ src_frontends_qt4_moc_files = Split('''
 
 src_frontends_qt4_header_files = Split('''
     Action.h
-    BiblioModuleBase.h
     BulletsModule.h
     ColorCache.h
     DockView.h
@@ -743,13 +747,12 @@ src_frontends_qt4_header_files = Split('''
     GuiView.h
     GuiWorkArea.h
     InsertTableWidget.h
-    About.h
+    QAbout.h
     QBibitem.h
     QBibtex.h
     QBox.h
     QBranch.h
     QBranches.h
-    QBrowseBox.h
     QChanges.h
     QCharacter.h
     QCharacter.h
@@ -820,7 +823,7 @@ src_frontends_qt4_header_files = Split('''
 
 src_frontends_qt4_files = Split('''
     Action.cpp
-    Alert_pimpl.cpp
+    alert_pimpl.cpp
     BulletsModule.cpp
     ColorCache.cpp
     Dialogs.cpp
@@ -925,24 +928,34 @@ src_client_files = Split('''
 src_tex2lyx_header_files = Split('''
     Spacing.h
     Context.h
-    LyXFont.h
+    Font.h
     tex2lyx.h
     Parser.h
 ''')
 
 
-src_tex2lyx_files = Split('''
+src_tex2lyx_copied_header_files = Split('''
+    Layout.h
+    TextClass.h
+    Lexer.h
+''')
+
+src_tex2lyx_copied_files = Split('''
     FloatList.cpp
     Floating.cpp
+    Counters.cpp
+    Layout.cpp
+    TextClass.cpp
+    Lexer.cpp
+''')
+
+
+src_tex2lyx_files = Split('''
     boost.cpp
     Context.cpp
-    Counters.cpp
     gettext.cpp
     lengthcommon.cpp
-    LyXFont.cpp
-    Lexer.cpp
-    LyXLayout.cpp
-    LyXTextClass.cpp
+    Font.cpp
     math.cpp
     preamble.cpp
     table.cpp
@@ -981,7 +994,7 @@ src_header_files = Split('''
     Thesaurus.h
     TocBackend.h
     ToolbarBackend.h
-    UpdateFlags.h
+    update_flags.h
     Variables.h
     WordLangTuple.h
     ASpell_local.h
@@ -1006,6 +1019,7 @@ src_header_files = Split('''
     ErrorList.h
     Exporter.h
     factory.h
+    Font.h
     Format.h
     FuncRequest.h
     gettext.h
@@ -1017,26 +1031,24 @@ src_header_files = Split('''
     KeyMap.h
     KeySequence.h
     Language.h
-    layout.h
     lengthcommon.h
     lfuns.h
-    lyx_cb.h
+    callback.h
     LyX.h
     lyx_sty.h
     lyxfind.h
-    LyXFont.h
     LyXFunc.h
-    LyXLayout.h
+    Layout.h
     lyxlayout_ptr_fwd.h
     Length.h
     Lexer.h
     LyXRC.h
     Row.h
-    LyXServer.h
-    LyXServerSocket.h
+    Server.h
+    ServerSocket.h
     LyXText.h
-    LyXTextClass.h
-    LyXTextClassList.h
+    TextClass.h
+    TextClassList.h
     LyXVC.h
     Messages.h
     MetricsInfo.h
@@ -1112,6 +1124,7 @@ src_pre_files = Split('''
     ErrorList.cpp
     Exporter.cpp
     factory.cpp
+    Font.cpp
     Format.cpp
     FuncRequest.cpp
     gettext.cpp
@@ -1123,21 +1136,20 @@ src_pre_files = Split('''
     KeySequence.cpp
     Language.cpp
     lengthcommon.cpp
-    lyx_cb.cpp
+    callback.cpp
     LyX.cpp
     lyx_sty.cpp
     lyxfind.cpp
-    LyXFont.cpp
     LyXFunc.cpp
-    LyXLayout.cpp
+    Layout.cpp
     Length.cpp
     Lexer.cpp
     LyXRC.cpp
     Row.cpp
-    LyXServer.cpp
-    LyXServerSocket.cpp
-    LyXTextClass.cpp
-    LyXTextClassList.cpp
+    Server.cpp
+    ServerSocket.cpp
+    TextClass.cpp
+    TextClassList.cpp
     LyXVC.cpp
     Messages.cpp
     MetricsInfo.cpp
@@ -1166,7 +1178,7 @@ src_pre_files = Split('''
     TransState.cpp
     Undo.cpp
     VCBackend.cpp
-    version.C
+    version.cpp
     VSpace.cpp
 ''')