]> git.lyx.org Git - features.git/commit
Move Color::color enum to ColorCode.h
authorAbdelrazak Younes <younes@lyx.org>
Thu, 25 Oct 2007 12:41:02 +0000 (12:41 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 25 Oct 2007 12:41:02 +0000 (12:41 +0000)
commiteea79637c78bb9916031924eca7b305cfb8e83df
treeb306d788a18dab5372234f84ca4fb96cdf9c8649
parent1f07a7f929d34b0d64d839d5d7963ed60e04b5a3
Move Color::color enum to ColorCode.h

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21198 a592a061-630c-0410-9148-cb99ea01b6c8
90 files changed:
src/BranchList.cpp
src/BufferParams.cpp
src/BufferView.cpp
src/Color.cpp
src/Color.h
src/ColorCode.h [new file with mode: 0644]
src/Font.cpp
src/Font.h
src/LaTeXFeatures.cpp
src/LyX.cpp
src/LyXFunc.cpp
src/LyXRC.cpp
src/Makefile.am
src/MetricsInfo.cpp
src/Paragraph.cpp
src/Text.cpp
src/Text.h
src/Text2.cpp
src/TextClass.cpp
src/TextClass.h
src/TextMetrics.cpp
src/factory.cpp
src/frontends/Application.h
src/frontends/Painter.cpp
src/frontends/Painter.h
src/frontends/WorkArea.cpp
src/frontends/qt4/ColorCache.cpp
src/frontends/qt4/ColorCache.h
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiApplication.h
src/frontends/qt4/GuiCharacter.cpp
src/frontends/qt4/GuiCharacter.h
src/frontends/qt4/GuiDocument.cpp
src/frontends/qt4/GuiFontLoader.h
src/frontends/qt4/GuiPainter.cpp
src/frontends/qt4/GuiPainter.h
src/frontends/qt4/GuiPrefs.cpp
src/frontends/qt4/GuiPrefs.h
src/frontends/qt4/GuiWorkArea.cpp
src/graphics/PreviewLoader.cpp
src/insets/Inset.cpp
src/insets/Inset.h
src/insets/InsetBox.cpp
src/insets/InsetBranch.cpp
src/insets/InsetBranch.h
src/insets/InsetCaption.cpp
src/insets/InsetCollapsable.cpp
src/insets/InsetCollapsable.h
src/insets/InsetERT.cpp
src/insets/InsetFlex.cpp
src/insets/InsetFloat.cpp
src/insets/InsetLine.cpp
src/insets/InsetListings.cpp
src/insets/InsetNewline.cpp
src/insets/InsetOptArg.cpp
src/insets/InsetPagebreak.cpp
src/insets/InsetSpace.cpp
src/insets/InsetSpecialChar.cpp
src/insets/InsetTabular.cpp
src/insets/InsetText.cpp
src/insets/InsetText.h
src/insets/InsetTheorem.cpp
src/insets/InsetVSpace.cpp
src/insets/InsetWrap.cpp
src/insets/RenderButton.cpp
src/insets/RenderGraphic.cpp
src/insets/RenderPreview.cpp
src/mathed/InsetFormulaMacro.cpp
src/mathed/InsetMath.cpp
src/mathed/InsetMathBoxed.cpp
src/mathed/InsetMathBrace.cpp
src/mathed/InsetMathColor.cpp
src/mathed/InsetMathColor.h
src/mathed/InsetMathDFrac.cpp
src/mathed/InsetMathFBox.cpp
src/mathed/InsetMathFrac.cpp
src/mathed/InsetMathFrameBox.cpp
src/mathed/InsetMathGrid.cpp
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathNest.cpp
src/mathed/InsetMathPhantom.cpp
src/mathed/InsetMathRoot.cpp
src/mathed/InsetMathSpace.cpp
src/mathed/InsetMathSqrt.cpp
src/mathed/InsetMathTFrac.cpp
src/mathed/InsetMathXYArrow.cpp
src/mathed/MathData.cpp
src/mathed/MathMacroTemplate.cpp
src/mathed/MathSupport.cpp
src/rowpainter.cpp