]> 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 3fec72119fc9ec15151efe50ce973b3be8632d87..3301ebb34b63b3b523e5c65d8b360dd156349440 100644 (file)
@@ -100,12 +100,12 @@ src_support_header_files = Split('''
     docstring.h
     environment.h
     ExceptionMessage.h
-    filefilterlist.h
-    filename.h
+    FileFilterList.h
+    FileName.h
     filetools.h
-    forkedcall.h
-    forkedcallqueue.h
-    forkedcontr.h
+    Forkedcall.h
+    ForkedCallQueue.h
+    ForkedcallsController.h
     fs_extras.h
     limited_stack.h
     lstrings.h
@@ -115,15 +115,15 @@ src_support_header_files = Split('''
     lyxtime.h
     os.h
     os_win32.h
-    package.h
-    path.h
+    Package.h
+    Path.h
     qstring_helpers.h
     socktools.h
     std_istream.h
     std_ostream.h
-    systemcall.h
+    Systemcall.h
     textutils.h
-    translator.h
+    Translator.h
     types.h
     unicode.h
     userinfo.h
@@ -131,39 +131,39 @@ src_support_header_files = Split('''
 
 
 src_support_files = Split('''
-    FileMonitor.C
-    abort.C
-    chdir.C
-    convert.C
-    copy.C
-    docstream.C
-    docstring.C
-    environment.C
-    filefilterlist.C
-    filename.C
-    filetools.C
-    forkedcall.C
-    forkedcallqueue.C
-    forkedcontr.C
-    fs_extras.C
-    getcwd.C
-    kill.C
-    lstrings.C
-    lyxsum.C
-    lyxtime.C
-    mkdir.C
-    os.C
-    package.C
-    path.C
-    qstring_helpers.C
-    rename.C
-    socktools.C
-    systemcall.C
-    tempname.C
-    textutils.C
-    unicode.C
-    unlink.C
-    userinfo.C
+    FileMonitor.cpp
+    abort.cpp
+    chdir.cpp
+    convert.cpp
+    copy.cpp
+    docstream.cpp
+    docstring.cpp
+    environment.cpp
+    FileFilterList.cpp
+    FileName.cpp
+    filetools.cpp
+    Forkedcall.cpp
+    ForkedCallQueue.cpp
+    ForkedcallsController.cpp
+    fs_extras.cpp
+    getcwd.cpp
+    kill.cpp
+    lstrings.cpp
+    lyxsum.cpp
+    lyxtime.cpp
+    mkdir.cpp
+    os.cpp
+    Package.cpp
+    Path.cpp
+    qstring_helpers.cpp
+    rename.cpp
+    socktools.cpp
+    Systemcall.cpp
+    tempname.cpp
+    textutils.cpp
+    unicode.cpp
+    unlink.cpp
+    userinfo.cpp
 ''')
 
 
@@ -229,12 +229,12 @@ src_mathed_header_files = Split('''
     InsetMathXYMatrix.h
     MathAtom.h
     MathAutoCorrect.h
-    MathArray.h
+    MathData.h
     MathExtern.h
     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
@@ -306,11 +310,11 @@ src_mathed_files = Split('''
     InsetMathXYMatrix.cpp
     MathAtom.cpp
     MathAutoCorrect.cpp
-    MathArray.cpp
+    MathData.cpp
     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.C
-    ExternalTemplate.C
-    ExternalTransforms.C
+    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
@@ -439,8 +444,7 @@ src_frontends_header_files = Split('''
     FontLoader.h
     FontMetrics.h
     Gui.h
-    LyXKeySym.h
-    LyXKeySymFactory.h
+    KeySymbol.h
     LyXView.h
     Menubar.h
     Painter.h
@@ -454,14 +458,14 @@ src_frontends_header_files = Split('''
 
 
 src_frontends_files = Split('''
-    Alert.C
-    Application.C
-    Dialogs.C
-    LyXView.C
-    Painter.C
-    Timeout.C
-    Toolbars.C
-    WorkArea.C
+    alert.cpp
+    Application.cpp
+    Dialogs.cpp
+    LyXView.cpp
+    Painter.cpp
+    Timeout.cpp
+    Toolbars.cpp
+    WorkArea.cpp
 ''')
 
 
@@ -498,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
@@ -543,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
@@ -731,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
@@ -744,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
@@ -778,7 +780,7 @@ src_frontends_qt4_header_files = Split('''
     QLPrintDialog.h
     QLToolbar.h
     QLog.h
-    QLyXKeySym.h
+    QKeySymbol.h
     QMathMatrixDialog.h
     QNomencl.h
     QNote.h
@@ -821,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
@@ -836,7 +838,7 @@ src_frontends_qt4_files = Split('''
     GuiView.cpp
     GuiWorkArea.cpp
     InsertTableWidget.cpp
-    LyXKeySymFactory.cpp
+    KeySymbol.cpp
     QAbout.cpp
     QBibitem.cpp
     QBibtex.cpp
@@ -859,6 +861,7 @@ src_frontends_qt4_files = Split('''
     QFloatDialog.cpp
     QGraphics.cpp
     QGraphicsDialog.cpp
+    QKeySymbol.cpp
     QInclude.cpp
     QIndex.cpp
     QLImage.cpp
@@ -868,7 +871,6 @@ src_frontends_qt4_files = Split('''
     QLPrintDialog.cpp
     QLToolbar.cpp
     QLog.cpp
-    QLyXKeySym.cpp
     QMathMatrixDialog.cpp
     QNomencl.cpp
     QNote.cpp
@@ -910,46 +912,56 @@ src_frontends_qt4_files = Split('''
 
 src_client_header_files = Split('''
     debug.h
-    messages.h
+    Messages.h
 ''')
 
 
 src_client_files = Split('''
-    boost.C
-    client.C
-    debug.C
-    gettext.C
-    messages.C
+    boost.cpp
+    client.cpp
+    debug.cpp
+    gettext.cpp
+    Messages.cpp
 ''')
 
 
 src_tex2lyx_header_files = Split('''
     Spacing.h
-    context.h
-    lyxfont.h
+    Context.h
+    Font.h
     tex2lyx.h
-    texparser.h
+    Parser.h
+''')
+
+
+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('''
-    FloatList.C
-    Floating.C
-    boost.C
-    context.C
-    counters.C
-    gettext.C
-    lengthcommon.C
-    lyxfont.C
-    lyxlayout.C
-    lyxlex.C
-    lyxtextclass.C
-    math.C
-    preamble.C
-    table.C
-    tex2lyx.C
-    texparser.C
-    text.C
+    boost.cpp
+    Context.cpp
+    gettext.cpp
+    lengthcommon.cpp
+    Font.cpp
+    math.cpp
+    preamble.cpp
+    table.cpp
+    tex2lyx.cpp
+    Parser.cpp
+    text.cpp
 ''')
 
 
@@ -968,223 +980,215 @@ src_header_files = Split('''
     FontIterator.h
     FuncStatus.h
     InsetList.h
-    LColor.h
     LaTeX.h
     LaTeXFeatures.h
     LyXAction.h
     MenuBackend.h
     ParagraphList.h
-    ParagraphList_fwd.h
     ParagraphParameters.h
     PrinterParams.h
     RowList_fwd.h
-    Sectioning.h
+    Section.h
     Spacing.h
     SpellBase.h
     Thesaurus.h
     TocBackend.h
     ToolbarBackend.h
-    UpdateFlags.h
+    update_flags.h
     Variables.h
     WordLangTuple.h
-    aspell_local.h
-    author.h
-    box.h
-    buffer.h
+    ASpell_local.h
+    Author.h
+    Box.h
+    Buffer.h
     buffer_funcs.h
-    bufferlist.h
-    bufferparams.h
+    BufferList.h
+    BufferParams.h
     bufferview_funcs.h
-    changes.h
-    converter.h
-    coordcache.h
-    counters.h
-    cursor.h
-    cursor_slice.h
+    Changes.h
+    Converter.h
+    CoordCache.h
+    Counters.h
+    Cursor.h
+    CursorSlice.h
     debug.h
-    dimension.h
-    dispatchresult.h
-    dociterator.h
-    encoding.h
-    errorlist.h
-    exporter.h
+    Dimension.h
+    DispatchResult.h
+    DocIterator.h
+    Encoding.h
+    ErrorList.h
+    Exporter.h
     factory.h
-    format.h
-    funcrequest.h
+    Font.h
+    Format.h
+    FuncRequest.h
     gettext.h
-    graph.h
-    importer.h
-    insetiterator.h
-    intl.h
-    ispell.h
-    kbmap.h
-    kbsequence.h
-    language.h
-    layout.h
+    Graph.h
+    Importer.h
+    InsetIterator.h
+    Intl.h
+    ISpell.h
+    KeyMap.h
+    KeySequence.h
+    Language.h
     lengthcommon.h
     lfuns.h
-    lyx_cb.h
-    lyx_main.h
+    callback.h
+    LyX.h
     lyx_sty.h
     lyxfind.h
-    lyxfont.h
-    lyxfunc.h
-    lyxgluelength.h
-    lyxlayout.h
+    LyXFunc.h
+    Layout.h
     lyxlayout_ptr_fwd.h
-    lyxlength.h
-    lyxlex.h
-    lyxrc.h
-    lyxrow.h
-    lyxserver.h
-    lyxsocket.h
-    lyxtext.h
-    lyxtextclass.h
-    lyxtextclasslist.h
-    lyxvc.h
-    messages.h
-    metricsinfo.h
-    mover.h
+    Length.h
+    Lexer.h
+    LyXRC.h
+    Row.h
+    Server.h
+    ServerSocket.h
+    LyXText.h
+    TextClass.h
+    TextClassList.h
+    LyXVC.h
+    Messages.h
+    MetricsInfo.h
+    Mover.h
     output.h
     output_docbook.h
     output_latex.h
     output_plaintext.h
-    outputparams.h
+    OutputParams.h
     paper.h
-    paragraph.h
+    Paragraph.h
     paragraph_funcs.h
     ParagraphMetrics.h
-    pariterator.h
-    pspell.h
+    ParIterator.h
+    PSpell.h
     rowpainter.h
-    session.h
+    Session.h
     sgml.h
-    tabular.h
     tex-accent.h
     tex-strings.h
-    texrow.h
+    TexRow.h
     TextMetrics.h
     toc.h
-    trans.h
-    trans_decl.h
-    trans_mgr.h
-    undo.h
-    vc-backend.h
+    Trans.h
+    KmodInfo.h
+    TransState.h
+    Undo.h
+    VCBackend.h
     version.h
-    vspace.h
+    VSpace.h
 ''')
 
 
 src_pre_files = Split('''
-    Bidi.C
-    BranchList.C
-    BufferView.C
-    Bullet.C
-    Chktex.C
-    Color.C
-    ConverterCache.C
-    CutAndPaste.C
-    DepTable.C
-    FloatList.C
-    Floating.C
-    FontIterator.C
-    FuncStatus.C
-    InsetList.C
-    LColor.C
-    LaTeX.C
-    LaTeXFeatures.C
-    LyXAction.C
-    MenuBackend.C
-    ParagraphParameters.C
-    Spacing.C
-    TocBackend.C
-    ToolbarBackend.C
-    author.C
-    boost.C
-    buffer.C
-    buffer_funcs.C
-    bufferlist.C
-    bufferparams.C
-    bufferview_funcs.C
-    changes.C
-    converter.C
-    coordcache.C
-    counters.C
-    cursor.C
-    cursor_slice.C
-    debug.C
-    dociterator.C
-    encoding.C
-    errorlist.C
-    exporter.C
-    factory.C
-    format.C
-    funcrequest.C
-    gettext.C
-    graph.C
-    importer.C
-    insetiterator.C
-    intl.C
-    kbmap.C
-    kbsequence.C
-    language.C
-    lengthcommon.C
-    lyx_cb.C
-    lyx_main.C
-    lyx_sty.C
-    lyxfind.C
-    lyxfont.C
-    lyxfunc.C
-    lyxgluelength.C
-    lyxlayout.C
-    lyxlength.C
-    lyxlex.C
-    lyxrc.C
-    lyxrow.C
-    lyxserver.C
-    lyxsocket.C
-    lyxtextclass.C
-    lyxtextclasslist.C
-    lyxvc.C
-    messages.C
-    metricsinfo.C
-    mover.C
-    output.C
-    output_docbook.C
-    output_latex.C
-    output_plaintext.C
-    outputparams.C
-    paragraph.C
-    paragraph_funcs.C
-    ParagraphMetrics.C
-    pariterator.C
-    rowpainter.C
-    session.C
-    sgml.C
-    tex-accent.C
-    tex-strings.C
-    texrow.C
-    text.C
-    text2.C
-    text3.C
-    TextMetrics.C
-    toc.C
-    trans.C
-    trans_mgr.C
-    undo.C
-    vc-backend.C
-    version.C
-    vspace.C
+    Bidi.cpp
+    BranchList.cpp
+    BufferView.cpp
+    Bullet.cpp
+    Chktex.cpp
+    Color.cpp
+    ConverterCache.cpp
+    CutAndPaste.cpp
+    DepTable.cpp
+    FloatList.cpp
+    Floating.cpp
+    FontIterator.cpp
+    FuncStatus.cpp
+    InsetList.cpp
+    LaTeX.cpp
+    LaTeXFeatures.cpp
+    LyXAction.cpp
+    MenuBackend.cpp
+    ParagraphParameters.cpp
+    Spacing.cpp
+    TocBackend.cpp
+    ToolbarBackend.cpp
+    Author.cpp
+    boost.cpp
+    Buffer.cpp
+    buffer_funcs.cpp
+    BufferList.cpp
+    BufferParams.cpp
+    bufferview_funcs.cpp
+    Changes.cpp
+    Converter.cpp
+    CoordCache.cpp
+    Counters.cpp
+    Cursor.cpp
+    CursorSlice.cpp
+    debug.cpp
+    DocIterator.cpp
+    Encoding.cpp
+    ErrorList.cpp
+    Exporter.cpp
+    factory.cpp
+    Font.cpp
+    Format.cpp
+    FuncRequest.cpp
+    gettext.cpp
+    Graph.cpp
+    Importer.cpp
+    InsetIterator.cpp
+    Intl.cpp
+    KeyMap.cpp
+    KeySequence.cpp
+    Language.cpp
+    lengthcommon.cpp
+    callback.cpp
+    LyX.cpp
+    lyx_sty.cpp
+    lyxfind.cpp
+    LyXFunc.cpp
+    Layout.cpp
+    Length.cpp
+    Lexer.cpp
+    LyXRC.cpp
+    Row.cpp
+    Server.cpp
+    ServerSocket.cpp
+    TextClass.cpp
+    TextClassList.cpp
+    LyXVC.cpp
+    Messages.cpp
+    MetricsInfo.cpp
+    Mover.cpp
+    output.cpp
+    output_docbook.cpp
+    output_latex.cpp
+    output_plaintext.cpp
+    OutputParams.cpp
+    Paragraph.cpp
+    paragraph_funcs.cpp
+    ParagraphMetrics.cpp
+    ParIterator.cpp
+    rowpainter.cpp
+    Session.cpp
+    sgml.cpp
+    tex-accent.cpp
+    tex-strings.cpp
+    TexRow.cpp
+    text.cpp
+    text2.cpp
+    text3.cpp
+    TextMetrics.cpp
+    toc.cpp
+    Trans.cpp
+    TransState.cpp
+    Undo.cpp
+    VCBackend.cpp
+    version.cpp
+    VSpace.cpp
 ''')
 
 
 src_post_files = Split('''
-    tabular.C
-    dimension.C
-    PrinterParams.C
-    box.C
-    Thesaurus.C
-    SpellBase.C
+    Dimension.cpp
+    PrinterParams.cpp
+    Box.cpp
+    Thesaurus.cpp
+    SpellBase.cpp
 ''')