]> git.lyx.org Git - features.git/commit
rename LColor into Color
authorAndré Pönitz <poenitz@gmx.net>
Thu, 26 Apr 2007 17:34:20 +0000 (17:34 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Thu, 26 Apr 2007 17:34:20 +0000 (17:34 +0000)
commit5008ee540f84715cd10e87f3fa0cd5dc7b974784
tree26761e0f77e660eee72dafd283da7d0e8e6c5185
parent06baeac0646a2d63145ff3b18a3180ca69c6b288
rename LColor into Color

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18046 a592a061-630c-0410-9148-cb99ea01b6c8
95 files changed:
src/BranchList.cpp
src/BranchList.h
src/BufferParams.cpp
src/Color.cpp [new file with mode: 0644]
src/Color.h [new file with mode: 0644]
src/LColor.cpp [deleted file]
src/LColor.h [deleted file]
src/LaTeXFeatures.cpp
src/LyX.cpp
src/LyXFont.cpp
src/LyXFont.h
src/LyXFunc.cpp
src/LyXRC.cpp
src/LyXText.h
src/Makefile.am
src/MetricsInfo.cpp
src/Paragraph.cpp
src/TextMetrics.cpp
src/bufferview_funcs.cpp
src/color.cpp
src/factory.cpp
src/frontends/Application.h
src/frontends/Painter.cpp
src/frontends/Painter.h
src/frontends/WorkArea.cpp
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlCharacter.cpp
src/frontends/controllers/ControlCharacter.h
src/frontends/controllers/ControlDocument.cpp
src/frontends/controllers/ControlPrefs.cpp
src/frontends/controllers/ControlPrefs.h
src/frontends/controllers/frontend_helpers.cpp
src/frontends/controllers/frontend_helpers.h
src/frontends/qt4/ChangeLog
src/frontends/qt4/ColorCache.cpp
src/frontends/qt4/ColorCache.h
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiApplication.h
src/frontends/qt4/GuiWorkArea.cpp
src/frontends/qt4/QCharacter.cpp
src/frontends/qt4/QLPainter.cpp
src/frontends/qt4/QLPainter.h
src/frontends/qt4/QPrefs.cpp
src/frontends/qt4/QPrefs.h
src/graphics/PreviewLoader.cpp
src/insets/InsetBase.cpp
src/insets/InsetBase.h
src/insets/InsetBox.cpp
src/insets/InsetBranch.cpp
src/insets/InsetCaption.cpp
src/insets/InsetCharStyle.cpp
src/insets/InsetCollapsable.cpp
src/insets/InsetERT.cpp
src/insets/InsetFloat.cpp
src/insets/InsetFootlike.cpp
src/insets/InsetLine.cpp
src/insets/InsetNewline.cpp
src/insets/InsetNote.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/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
src/text.cpp
src/text2.cpp