From: Bo Peng Date: Wed, 25 Apr 2007 18:04:04 +0000 (+0000) Subject: Rename .C => .cpp for files in src/frontends/controllers, step 1 X-Git-Tag: 1.6.10~10079 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=98ebb778411f39db1d144234b5b8bb944c3c05b2;p=features.git Rename .C => .cpp for files in src/frontends/controllers, step 1 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17999 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/cmake/src/tex2lyx/CMakeLists.txt b/development/cmake/src/tex2lyx/CMakeLists.txt index 455b93e7d0..5fd3df8078 100644 --- a/development/cmake/src/tex2lyx/CMakeLists.txt +++ b/development/cmake/src/tex2lyx/CMakeLists.txt @@ -18,7 +18,7 @@ set(LINKED_FILES ) set(tex2lyx_sources - ${TOP_SRC_DIR}/src/tex2lyx/boost.C + ${TOP_SRC_DIR}/src/tex2lyx/boost.cpp ${TOP_SRC_DIR}/src/tex2lyx/context.C ${TOP_SRC_DIR}/src/tex2lyx/gettext.C ${TOP_SRC_DIR}/src/tex2lyx/lengthcommon.C diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 1cd0f5ede7..9d0542164b 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -541,46 +541,46 @@ src_frontends_controllers_header_files = Split(''' src_frontends_controllers_files = Split(''' - BCView.C - ButtonController.C - ButtonPolicies.C - ControlAboutlyx.C - ControlBibtex.C - ControlBox.C - ControlBranch.C - ControlChanges.C - ControlCharacter.C - ControlCitation.C - ControlCommand.C - ControlCommandBuffer.C - ControlDocument.C - ControlERT.C - ControlErrorList.C - ControlExternal.C - ControlFloat.C - ControlGraphics.C - ControlInclude.C - ControlLog.C - ControlMath.C - ControlNote.C - ControlParagraph.C - ControlPrefs.C - ControlPrint.C - ControlRef.C - ControlSearch.C - ControlSendto.C - ControlShowFile.C - ControlSpellchecker.C - ControlTabular.C - ControlTabularCreate.C - ControlTexinfo.C - ControlThesaurus.C - ControlToc.C - ControlVSpace.C - ControlViewSource.C - ControlWrap.C - Dialog.C - Kernel.C + BCView.cpp + ButtonController.cpp + ButtonPolicies.cpp + ControlAboutlyx.cpp + ControlBibtex.cpp + ControlBox.cpp + ControlBranch.cpp + ControlChanges.cpp + ControlCharacter.cpp + ControlCitation.cpp + ControlCommand.cpp + ControlCommandBuffer.cpp + ControlDocument.cpp + ControlERT.cpp + ControlErrorList.cpp + ControlExternal.cpp + ControlFloat.cpp + ControlGraphics.cpp + ControlInclude.cpp + ControlLog.cpp + ControlMath.cpp + ControlNote.cpp + ControlParagraph.cpp + ControlPrefs.cpp + ControlPrint.cpp + ControlRef.cpp + ControlSearch.cpp + ControlSendto.cpp + ControlShowFile.cpp + ControlSpellchecker.cpp + ControlTabular.cpp + ControlTabularCreate.cpp + ControlTexinfo.cpp + ControlThesaurus.cpp + ControlToc.cpp + ControlVSpace.cpp + ControlViewSource.cpp + ControlWrap.cpp + Dialog.cpp + Kernel.cpp frontend_helpers.cpp ''') diff --git a/po/POTFILES.in b/po/POTFILES.in index fe4e714438..be1703a653 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -17,19 +17,19 @@ src/exporter.C src/format.C src/frontends/LyXView.C src/frontends/WorkArea.C -src/frontends/controllers/ControlAboutlyx.C -src/frontends/controllers/ControlBibtex.C -src/frontends/controllers/ControlBox.C -src/frontends/controllers/ControlDocument.C -src/frontends/controllers/ControlErrorList.C -src/frontends/controllers/ControlExternal.C -src/frontends/controllers/ControlGraphics.C -src/frontends/controllers/ControlInclude.C -src/frontends/controllers/ControlLog.C -src/frontends/controllers/ControlPrefs.C -src/frontends/controllers/ControlPrint.C -src/frontends/controllers/ControlSpellchecker.C -src/frontends/controllers/ControlToc.C +src/frontends/controllers/ControlAboutlyx.cpp +src/frontends/controllers/ControlBibtex.cpp +src/frontends/controllers/ControlBox.cpp +src/frontends/controllers/ControlDocument.cpp +src/frontends/controllers/ControlErrorList.cpp +src/frontends/controllers/ControlExternal.cpp +src/frontends/controllers/ControlGraphics.cpp +src/frontends/controllers/ControlInclude.cpp +src/frontends/controllers/ControlLog.cpp +src/frontends/controllers/ControlPrefs.cpp +src/frontends/controllers/ControlPrint.cpp +src/frontends/controllers/ControlSpellchecker.cpp +src/frontends/controllers/ControlToc.cpp src/frontends/controllers/frontend_helpers.cpp src/frontends/qt4/Alert_pimpl.C src/frontends/qt4/BulletsModule.C diff --git a/src/Makefile.am b/src/Makefile.am index 2efdd67c80..0afb2f98ea 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -115,7 +115,7 @@ lyx_SOURCES = \ WordLangTuple.h \ author.C \ author.h \ - boost.C \ + boost.cpp \ box.h \ box.C \ buffer.C \ diff --git a/src/boost.C b/src/boost.C index ff420ec555..76e2fc4719 100644 --- a/src/boost.C +++ b/src/boost.C @@ -1,5 +1,5 @@ /** - * \file boost.C + * \file boost.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/client/Makefile.am b/src/client/Makefile.am index e3f2d95aa1..420eea9caa 100644 --- a/src/client/Makefile.am +++ b/src/client/Makefile.am @@ -19,7 +19,7 @@ lyxclient_LDADD = \ $(BOOST_LIBS) $(LIBICONV) $(INTLLIBS) @LIBS@ $(SOCKET_LIBS) lyxclient_SOURCES = \ - boost.C \ + boost.cpp \ client.C \ debug.C \ debug.h \ diff --git a/src/client/boost.C b/src/client/boost.C index c83ebfa8be..73ce72766f 100644 --- a/src/client/boost.C +++ b/src/client/boost.C @@ -1,5 +1,5 @@ /** - * \file boost.C + * \file boost.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/BCView.C b/src/frontends/controllers/BCView.C index cbfe78f976..4979c0d458 100644 --- a/src/frontends/controllers/BCView.C +++ b/src/frontends/controllers/BCView.C @@ -1,5 +1,5 @@ /** - * \file BCView.C + * \file BCView.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ButtonController.C b/src/frontends/controllers/ButtonController.C index 56ea29b919..5c7d625664 100644 --- a/src/frontends/controllers/ButtonController.C +++ b/src/frontends/controllers/ButtonController.C @@ -1,5 +1,5 @@ /** - * \file ButtonController.C + * \file ButtonController.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ButtonPolicies.C b/src/frontends/controllers/ButtonPolicies.C index fe7fa81307..c14b0729b2 100644 --- a/src/frontends/controllers/ButtonPolicies.C +++ b/src/frontends/controllers/ButtonPolicies.C @@ -1,5 +1,5 @@ /** - * \file ButtonPolicies.C + * \file ButtonPolicies.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlAboutlyx.C b/src/frontends/controllers/ControlAboutlyx.C index edae750007..2580fbae18 100644 --- a/src/frontends/controllers/ControlAboutlyx.C +++ b/src/frontends/controllers/ControlAboutlyx.C @@ -1,5 +1,5 @@ /** - * \file ControlAboutlyx.C + * \file ControlAboutlyx.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlBibtex.C b/src/frontends/controllers/ControlBibtex.C index 3761a35320..1d13cf3d60 100644 --- a/src/frontends/controllers/ControlBibtex.C +++ b/src/frontends/controllers/ControlBibtex.C @@ -1,5 +1,5 @@ /** - * \file ControlBibtex.C + * \file ControlBibtex.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlBox.C b/src/frontends/controllers/ControlBox.C index 380b1c4e5c..afa06a3c0d 100644 --- a/src/frontends/controllers/ControlBox.C +++ b/src/frontends/controllers/ControlBox.C @@ -1,5 +1,5 @@ /** - * \file ControlBox.C + * \file ControlBox.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlBranch.C b/src/frontends/controllers/ControlBranch.C index abfdb69f24..520ff2202c 100644 --- a/src/frontends/controllers/ControlBranch.C +++ b/src/frontends/controllers/ControlBranch.C @@ -1,5 +1,5 @@ /** - * \file ControlBranch.C + * \file ControlBranch.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlChanges.C b/src/frontends/controllers/ControlChanges.C index 4a1e574581..59305ad341 100644 --- a/src/frontends/controllers/ControlChanges.C +++ b/src/frontends/controllers/ControlChanges.C @@ -1,5 +1,5 @@ /** - * \file ControlChanges.C + * \file ControlChanges.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlCharacter.C b/src/frontends/controllers/ControlCharacter.C index 8624891ad6..5bf1556307 100644 --- a/src/frontends/controllers/ControlCharacter.C +++ b/src/frontends/controllers/ControlCharacter.C @@ -1,5 +1,5 @@ /** - * \file ControlCharacter.C + * \file ControlCharacter.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlCitation.C b/src/frontends/controllers/ControlCitation.C index 9466011bd4..be5ebf8404 100644 --- a/src/frontends/controllers/ControlCitation.C +++ b/src/frontends/controllers/ControlCitation.C @@ -1,5 +1,5 @@ /** - * \file ControlCitation.C + * \file ControlCitation.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlCommand.C b/src/frontends/controllers/ControlCommand.C index ff6d603e70..13cf85abe6 100644 --- a/src/frontends/controllers/ControlCommand.C +++ b/src/frontends/controllers/ControlCommand.C @@ -1,5 +1,5 @@ /** - * \file ControlCommand.C + * \file ControlCommand.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlCommandBuffer.C b/src/frontends/controllers/ControlCommandBuffer.C index ef4bcb6a28..9631034693 100644 --- a/src/frontends/controllers/ControlCommandBuffer.C +++ b/src/frontends/controllers/ControlCommandBuffer.C @@ -1,5 +1,5 @@ /** - * \file ControlCommandBuffer.C + * \file ControlCommandBuffer.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlDocument.C b/src/frontends/controllers/ControlDocument.C index e19b22f1f4..70648a401a 100644 --- a/src/frontends/controllers/ControlDocument.C +++ b/src/frontends/controllers/ControlDocument.C @@ -1,5 +1,5 @@ /** - * \file ControlDocument.C + * \file ControlDocument.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlERT.C b/src/frontends/controllers/ControlERT.C index a809f7795e..52f1ea1dd0 100644 --- a/src/frontends/controllers/ControlERT.C +++ b/src/frontends/controllers/ControlERT.C @@ -1,5 +1,5 @@ /** - * \file ControlERT.C + * \file ControlERT.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlErrorList.C b/src/frontends/controllers/ControlErrorList.C index a93bf9c797..c45631916a 100644 --- a/src/frontends/controllers/ControlErrorList.C +++ b/src/frontends/controllers/ControlErrorList.C @@ -1,5 +1,5 @@ /** - * \file ControlErrorList.C + * \file ControlErrorList.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlExternal.C b/src/frontends/controllers/ControlExternal.C index a416bc424b..369a23e2b0 100644 --- a/src/frontends/controllers/ControlExternal.C +++ b/src/frontends/controllers/ControlExternal.C @@ -1,5 +1,5 @@ /** - * \file ControlExternal.C + * \file ControlExternal.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlFloat.C b/src/frontends/controllers/ControlFloat.C index 305346177d..cc3cc652f6 100644 --- a/src/frontends/controllers/ControlFloat.C +++ b/src/frontends/controllers/ControlFloat.C @@ -1,5 +1,5 @@ /** - * \file ControlFloat.C + * \file ControlFloat.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlGraphics.C b/src/frontends/controllers/ControlGraphics.C index d835ab69e0..b07a5e062e 100644 --- a/src/frontends/controllers/ControlGraphics.C +++ b/src/frontends/controllers/ControlGraphics.C @@ -1,5 +1,5 @@ /** - * \file ControlGraphics.C + * \file ControlGraphics.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlInclude.C b/src/frontends/controllers/ControlInclude.C index e1d24c435f..6677db2f84 100644 --- a/src/frontends/controllers/ControlInclude.C +++ b/src/frontends/controllers/ControlInclude.C @@ -1,5 +1,5 @@ /** - * \file ControlInclude.C + * \file ControlInclude.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlLog.C b/src/frontends/controllers/ControlLog.C index 45f0413f23..ba1a5350bc 100644 --- a/src/frontends/controllers/ControlLog.C +++ b/src/frontends/controllers/ControlLog.C @@ -1,5 +1,5 @@ /** - * \file ControlLog.C + * \file ControlLog.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlMath.C b/src/frontends/controllers/ControlMath.C index b19180c0b2..d30562c3ae 100644 --- a/src/frontends/controllers/ControlMath.C +++ b/src/frontends/controllers/ControlMath.C @@ -1,5 +1,5 @@ /** - * \file ControlMath.C + * \file ControlMath.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlNote.C b/src/frontends/controllers/ControlNote.C index f5e4043035..c7969e00f6 100644 --- a/src/frontends/controllers/ControlNote.C +++ b/src/frontends/controllers/ControlNote.C @@ -1,5 +1,5 @@ /** - * \file ControlNote.C + * \file ControlNote.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlParagraph.C b/src/frontends/controllers/ControlParagraph.C index 47f83b3d0d..79c9bef56a 100644 --- a/src/frontends/controllers/ControlParagraph.C +++ b/src/frontends/controllers/ControlParagraph.C @@ -1,5 +1,5 @@ /** - * \file ControlParagraph.C + * \file ControlParagraph.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlPrefs.C b/src/frontends/controllers/ControlPrefs.C index 7f2d4e1983..73fb1920d4 100644 --- a/src/frontends/controllers/ControlPrefs.C +++ b/src/frontends/controllers/ControlPrefs.C @@ -1,5 +1,5 @@ /** - * \file ControlPrefs.C + * \file ControlPrefs.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlPrint.C b/src/frontends/controllers/ControlPrint.C index 84064d5ac3..a9ea05f75e 100644 --- a/src/frontends/controllers/ControlPrint.C +++ b/src/frontends/controllers/ControlPrint.C @@ -1,5 +1,5 @@ /** - * \file ControlPrint.C + * \file ControlPrint.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlRef.C b/src/frontends/controllers/ControlRef.C index 7b1b836546..e0a886b072 100644 --- a/src/frontends/controllers/ControlRef.C +++ b/src/frontends/controllers/ControlRef.C @@ -1,5 +1,5 @@ /** - * \file ControlRef.C + * \file ControlRef.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlSearch.C b/src/frontends/controllers/ControlSearch.C index f42f300967..c70610967a 100644 --- a/src/frontends/controllers/ControlSearch.C +++ b/src/frontends/controllers/ControlSearch.C @@ -1,5 +1,5 @@ /** - * \file ControlSearch.C + * \file ControlSearch.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlSendto.C b/src/frontends/controllers/ControlSendto.C index 83570dc198..371b34a17e 100644 --- a/src/frontends/controllers/ControlSendto.C +++ b/src/frontends/controllers/ControlSendto.C @@ -1,5 +1,5 @@ /** - * \file ControlSendto.C + * \file ControlSendto.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlShowFile.C b/src/frontends/controllers/ControlShowFile.C index 8ef4a649e8..7cec00aa9a 100644 --- a/src/frontends/controllers/ControlShowFile.C +++ b/src/frontends/controllers/ControlShowFile.C @@ -1,5 +1,5 @@ /** - * \file ControlShowFile.C + * \file ControlShowFile.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlSpellchecker.C b/src/frontends/controllers/ControlSpellchecker.C index b772d03254..d6814ca102 100644 --- a/src/frontends/controllers/ControlSpellchecker.C +++ b/src/frontends/controllers/ControlSpellchecker.C @@ -1,5 +1,5 @@ /** - * \file ControlSpellchecker.C + * \file ControlSpellchecker.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlTabular.C b/src/frontends/controllers/ControlTabular.C index 09c1928869..f4629ecff5 100644 --- a/src/frontends/controllers/ControlTabular.C +++ b/src/frontends/controllers/ControlTabular.C @@ -1,5 +1,5 @@ /** - * \file ControlTabular.C + * \file ControlTabular.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlTabularCreate.C b/src/frontends/controllers/ControlTabularCreate.C index e7bd1e430b..0fb5d24bc4 100644 --- a/src/frontends/controllers/ControlTabularCreate.C +++ b/src/frontends/controllers/ControlTabularCreate.C @@ -1,5 +1,5 @@ /** - * \file ControlTabularCreate.C + * \file ControlTabularCreate.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlTexinfo.C b/src/frontends/controllers/ControlTexinfo.C index a6dfab8c2f..7694773600 100644 --- a/src/frontends/controllers/ControlTexinfo.C +++ b/src/frontends/controllers/ControlTexinfo.C @@ -1,5 +1,5 @@ /** - * \file ControlTexinfo.C + * \file ControlTexinfo.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlThesaurus.C b/src/frontends/controllers/ControlThesaurus.C index b696db2d98..79a0dcab1c 100644 --- a/src/frontends/controllers/ControlThesaurus.C +++ b/src/frontends/controllers/ControlThesaurus.C @@ -1,5 +1,5 @@ /** - * \file ControlThesaurus.C + * \file ControlThesaurus.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlToc.C b/src/frontends/controllers/ControlToc.C index a8210a5eaf..7e0014f872 100644 --- a/src/frontends/controllers/ControlToc.C +++ b/src/frontends/controllers/ControlToc.C @@ -1,5 +1,5 @@ /** - * \file ControlToc.C + * \file ControlToc.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlVSpace.C b/src/frontends/controllers/ControlVSpace.C index faf22af704..8bd8db8751 100644 --- a/src/frontends/controllers/ControlVSpace.C +++ b/src/frontends/controllers/ControlVSpace.C @@ -1,5 +1,5 @@ /** - * \file ControlVSpace.C + * \file ControlVSpace.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlViewSource.C b/src/frontends/controllers/ControlViewSource.C index fc778a8c3c..0471cfa7d3 100644 --- a/src/frontends/controllers/ControlViewSource.C +++ b/src/frontends/controllers/ControlViewSource.C @@ -1,5 +1,5 @@ /** - * \file ControlViewSource.C + * \file ControlViewSource.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/ControlWrap.C b/src/frontends/controllers/ControlWrap.C index 1fe33abb01..a297c08e9b 100644 --- a/src/frontends/controllers/ControlWrap.C +++ b/src/frontends/controllers/ControlWrap.C @@ -1,5 +1,5 @@ /** - * \file ControlWrap.C + * \file ControlWrap.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/Dialog.C b/src/frontends/controllers/Dialog.C index f90baf2ceb..6c0aee8d2c 100644 --- a/src/frontends/controllers/Dialog.C +++ b/src/frontends/controllers/Dialog.C @@ -1,5 +1,5 @@ /** - * \file Dialog.C + * \file Dialog.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/Kernel.C b/src/frontends/controllers/Kernel.C index b01657e6d2..235458c60b 100644 --- a/src/frontends/controllers/Kernel.C +++ b/src/frontends/controllers/Kernel.C @@ -1,5 +1,5 @@ /** - * \file Kernel.C + * \file Kernel.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/controllers/Makefile.am b/src/frontends/controllers/Makefile.am index 69cf115005..67e4395b11 100644 --- a/src/frontends/controllers/Makefile.am +++ b/src/frontends/controllers/Makefile.am @@ -11,85 +11,85 @@ noinst_LTLIBRARIES = libcontrollers.la AM_CPPFLAGS += $(PCH_FLAGS) -I$(top_srcdir)/src $(BOOST_INCLUDES) libcontrollers_la_SOURCES= \ - Dialog.C \ + Dialog.cpp \ Dialog.h \ - Kernel.C \ + Kernel.cpp \ Kernel.h \ BCView.h \ - BCView.C \ - ButtonController.C \ + BCView.cpp \ + ButtonController.cpp \ ButtonController.h \ - ButtonPolicies.C \ + ButtonPolicies.cpp \ ButtonPolicies.h \ - ControlAboutlyx.C \ + ControlAboutlyx.cpp \ ControlAboutlyx.h \ - ControlBibtex.C \ + ControlBibtex.cpp \ ControlBibtex.h \ - ControlBox.C \ + ControlBox.cpp \ ControlBox.h \ - ControlBranch.C \ + ControlBranch.cpp \ ControlBranch.h \ - ControlCharacter.C \ + ControlCharacter.cpp \ ControlCharacter.h \ - ControlChanges.C \ + ControlChanges.cpp \ ControlChanges.h \ - ControlCitation.C \ + ControlCitation.cpp \ ControlCitation.h \ - ControlCommand.C \ + ControlCommand.cpp \ ControlCommand.h \ - ControlCommandBuffer.C \ + ControlCommandBuffer.cpp \ ControlCommandBuffer.h \ - ControlDocument.C \ + ControlDocument.cpp \ ControlDocument.h \ - ControlErrorList.C \ + ControlErrorList.cpp \ ControlErrorList.h \ - ControlERT.C \ + ControlERT.cpp \ ControlERT.h \ - ControlExternal.C \ + ControlExternal.cpp \ ControlExternal.h \ - ControlFloat.C \ + ControlFloat.cpp \ ControlFloat.h \ - ControlGraphics.C \ + ControlGraphics.cpp \ ControlGraphics.h \ - ControlInclude.C \ + ControlInclude.cpp \ ControlInclude.h \ - ControlLog.C \ + ControlLog.cpp \ ControlLog.h \ - ControlViewSource.C \ + ControlViewSource.cpp \ ControlViewSource.h \ - ControlMath.C \ + ControlMath.cpp \ ControlMath.h \ - ControlNote.C \ + ControlNote.cpp \ ControlNote.h \ - ControlParagraph.C \ + ControlParagraph.cpp \ ControlParagraph.h \ - ControlPrefs.C \ + ControlPrefs.cpp \ ControlPrefs.h \ - ControlPrint.C \ + ControlPrint.cpp \ ControlPrint.h \ - ControlRef.C \ + ControlRef.cpp \ ControlRef.h \ - ControlSearch.C \ + ControlSearch.cpp \ ControlSearch.h \ - ControlSendto.C \ + ControlSendto.cpp \ ControlSendto.h \ - ControlShowFile.C \ + ControlShowFile.cpp \ ControlShowFile.h \ - ControlSpellchecker.C \ + ControlSpellchecker.cpp \ ControlSpellchecker.h \ - ControlTabular.C \ + ControlTabular.cpp \ ControlTabular.h \ - ControlTabularCreate.C \ + ControlTabularCreate.cpp \ ControlTabularCreate.h \ - ControlTexinfo.C \ + ControlTexinfo.cpp \ ControlTexinfo.h \ - ControlThesaurus.C \ + ControlThesaurus.cpp \ ControlThesaurus.h \ - ControlToc.C \ + ControlToc.cpp \ ControlToc.h \ - ControlVSpace.C \ + ControlVSpace.cpp \ ControlVSpace.h \ - ControlWrap.C \ + ControlWrap.cpp \ ControlWrap.h \ frontend_helpers.cpp \ frontend_helpers.h diff --git a/src/frontends/controllers/tests/Makefile.am b/src/frontends/controllers/tests/Makefile.am index b028bf34a0..ca1649bdf6 100644 --- a/src/frontends/controllers/tests/Makefile.am +++ b/src/frontends/controllers/tests/Makefile.am @@ -14,8 +14,8 @@ AM_CPPFLAGS += $(BOOST_INCLUDES) biblio_LDADD = $(BOOST_REGEX) biblio_SOURCES = \ - biblio.C \ - boost.C + biblio.cpp \ + boost.cpp makeregfiles: ${check_PROGRAMS} for all in ${check_PROGRAMS} ; do \ diff --git a/src/frontends/controllers/tests/boost.C b/src/frontends/controllers/tests/boost.C index c527115b46..d8f4a9492b 100644 --- a/src/frontends/controllers/tests/boost.C +++ b/src/frontends/controllers/tests/boost.C @@ -1,5 +1,5 @@ /** - * \file boost.C + * \file boost.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/support/tests/Makefile.am b/src/support/tests/Makefile.am index 04168ac27d..c946c53aaa 100644 --- a/src/support/tests/Makefile.am +++ b/src/support/tests/Makefile.am @@ -21,18 +21,18 @@ convert_LDADD = ../../debug.o ../convert.o ../docstring.o ../lstrings.o ../unico convert_LDFLAGS = $(QT4_CORE_LDFLAGS) convert_SOURCES = \ convert.C \ - boost.C + boost.cpp filetools_LDADD = ../../debug.o ../libsupport.la $(BOOST_REGEX) $(BOOST_FILESYSTEM) filetools_SOURCES = \ filetools.C \ - boost.C + boost.cpp lstrings_LDADD = ../../debug.o ../lstrings.o ../convert.o ../docstring.o ../unicode.o ../qstring_helpers.o $(QT4_CORE_LIB) lstrings_LDFLAGS = $(QT4_CORE_LDFLAGS) lstrings_SOURCES = \ lstrings.C \ - boost.C + boost.cpp makeregfiles: ${check_PROGRAMS} for all in ${check_PROGRAMS} ; do \ diff --git a/src/support/tests/boost.C b/src/support/tests/boost.C index c527115b46..d8f4a9492b 100644 --- a/src/support/tests/boost.C +++ b/src/support/tests/boost.C @@ -1,5 +1,5 @@ /** - * \file boost.C + * \file boost.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/tex2lyx/Makefile.am b/src/tex2lyx/Makefile.am index 754ca15d42..bcab5edf2d 100644 --- a/src/tex2lyx/Makefile.am +++ b/src/tex2lyx/Makefile.am @@ -37,7 +37,7 @@ BUILT_SOURCES = $(PCH_FILE) $(LINKED_FILES) tex2lyx_SOURCES = \ $(LINKED_FILES) \ Spacing.h \ - boost.C \ + boost.cpp \ context.C \ context.h \ gettext.C \ diff --git a/src/tex2lyx/boost.C b/src/tex2lyx/boost.C index a3bfe846ef..d66af3f2b4 100644 --- a/src/tex2lyx/boost.C +++ b/src/tex2lyx/boost.C @@ -1,5 +1,5 @@ /** - * \file boost.C + * \file boost.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. *