]> git.lyx.org Git - features.git/commitdiff
Rename .C => .cpp for files in src/frontends/controllers, step 1
authorBo Peng <bpeng@lyx.org>
Wed, 25 Apr 2007 18:04:04 +0000 (18:04 +0000)
committerBo Peng <bpeng@lyx.org>
Wed, 25 Apr 2007 18:04:04 +0000 (18:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17999 a592a061-630c-0410-9148-cb99ea01b6c8

54 files changed:
development/cmake/src/tex2lyx/CMakeLists.txt
development/scons/scons_manifest.py
po/POTFILES.in
src/Makefile.am
src/boost.C
src/client/Makefile.am
src/client/boost.C
src/frontends/controllers/BCView.C
src/frontends/controllers/ButtonController.C
src/frontends/controllers/ButtonPolicies.C
src/frontends/controllers/ControlAboutlyx.C
src/frontends/controllers/ControlBibtex.C
src/frontends/controllers/ControlBox.C
src/frontends/controllers/ControlBranch.C
src/frontends/controllers/ControlChanges.C
src/frontends/controllers/ControlCharacter.C
src/frontends/controllers/ControlCitation.C
src/frontends/controllers/ControlCommand.C
src/frontends/controllers/ControlCommandBuffer.C
src/frontends/controllers/ControlDocument.C
src/frontends/controllers/ControlERT.C
src/frontends/controllers/ControlErrorList.C
src/frontends/controllers/ControlExternal.C
src/frontends/controllers/ControlFloat.C
src/frontends/controllers/ControlGraphics.C
src/frontends/controllers/ControlInclude.C
src/frontends/controllers/ControlLog.C
src/frontends/controllers/ControlMath.C
src/frontends/controllers/ControlNote.C
src/frontends/controllers/ControlParagraph.C
src/frontends/controllers/ControlPrefs.C
src/frontends/controllers/ControlPrint.C
src/frontends/controllers/ControlRef.C
src/frontends/controllers/ControlSearch.C
src/frontends/controllers/ControlSendto.C
src/frontends/controllers/ControlShowFile.C
src/frontends/controllers/ControlSpellchecker.C
src/frontends/controllers/ControlTabular.C
src/frontends/controllers/ControlTabularCreate.C
src/frontends/controllers/ControlTexinfo.C
src/frontends/controllers/ControlThesaurus.C
src/frontends/controllers/ControlToc.C
src/frontends/controllers/ControlVSpace.C
src/frontends/controllers/ControlViewSource.C
src/frontends/controllers/ControlWrap.C
src/frontends/controllers/Dialog.C
src/frontends/controllers/Kernel.C
src/frontends/controllers/Makefile.am
src/frontends/controllers/tests/Makefile.am
src/frontends/controllers/tests/boost.C
src/support/tests/Makefile.am
src/support/tests/boost.C
src/tex2lyx/Makefile.am
src/tex2lyx/boost.C

index 455b93e7d023633b0dfc59a0e9d9cf52c2e9ef7a..5fd3df8078a62be99a23040c118595abd13f6342 100644 (file)
@@ -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
index 1cd0f5ede75745380302fce7aff8f969d5d4dd90..9d0542164b4038e15231a346a6aecbba11bb9ee9 100644 (file)
@@ -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
 ''')
 
index fe4e71443817cd6ae4734939edac9e2c5532aa82..be1703a653412b7c74b2f593d429f635b3c1041b 100644 (file)
@@ -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
index 2efdd67c8001b9e384233b62bcaa84fcbf14e42c..0afb2f98eaccf3d8dcb4a566ad856e50f971125d 100644 (file)
@@ -115,7 +115,7 @@ lyx_SOURCES = \
        WordLangTuple.h \
        author.C \
        author.h \
-       boost.C \
+       boost.cpp \
        box.h \
        box.C \
        buffer.C \
index ff420ec555311da2a44d247c96dd3096e4951ec3..76e2fc471907884f8b5a4d46b6f1fc0136448529 100644 (file)
@@ -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.
  *
index e3f2d95aa1240345f93aa923af5322059ef0d000..420eea9caa765970f50b3792d91b564d9cc86bad 100644 (file)
@@ -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 \
index c83ebfa8be21dd3cc8eb881d36025d30aa79f7d6..73ce72766f9153250d78db9a1e33d48289622a07 100644 (file)
@@ -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.
  *
index cbfe78f976c89a8263423e8c3c325a199ffd7d50..4979c0d458d589965ccaa708a1fcb21228c99da0 100644 (file)
@@ -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.
  *
index 56ea29b919fb6d25e02c5b5a849ee0bf7f62174f..5c7d625664f1216fba0655b4b9786a0b714d14c0 100644 (file)
@@ -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.
  *
index fe7fa813074aa00deea7cdc43d65627d699f34cd..c14b0729b237de598ed27a924be2346d35b7f706 100644 (file)
@@ -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.
  *
index edae750007da1d54fc0f2f33bd57f0b78570d376..2580fbae1812d21045740be9db4f276b1db6eb0a 100644 (file)
@@ -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.
  *
index 3761a3532083d3c4d56b511dd1641f3ea5b22ff1..1d13cf3d6063c05ebe6fb160fc51c012ae5f475c 100644 (file)
@@ -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.
  *
index 380b1c4e5c8b4d748037c8dd8f7c08f6cf15abbc..afa06a3c0df941966d89791e632f3e3e7f592466 100644 (file)
@@ -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.
  *
index abfdb69f2420890cc7b4442386dc90b9b4977609..520ff2202c30b60c7365b534674f43f7eb58681e 100644 (file)
@@ -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.
  *
index 4a1e574581dd232576d7d61fbe5509156052cf8c..59305ad34186a997a17ae9e556a1ea4bb1f973b4 100644 (file)
@@ -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.
  *
index 8624891ad63e9fe4a49a0c8b976767311b6a9fc7..5bf15563071d5b00279832fc0febe8444ca8d303 100644 (file)
@@ -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.
  *
index 9466011bd4e20cc0bddf47337c7a8a180411d0f5..be5ebf840493d2289bc7a1d4fa7f7becfb7cf9db 100644 (file)
@@ -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.
  *
index ff6d603e70c467b2737a95913c4588d5fc9c3c6d..13cf85abe6fee8d0b10e035127fcb7845021aac6 100644 (file)
@@ -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.
  *
index ef4bcb6a281f0c45842c72d684907409fa5e330d..963103469385f1e85e446b10d4dd1e698fbe6cf9 100644 (file)
@@ -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.
  *
index e19b22f1f4894de1a43c213e7b30d7314ce5867b..70648a401a2bd50df8d25378f4e10d9c7ca87cbb 100644 (file)
@@ -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.
  *
index a809f7795e40b506872d1b2961f83c88f16dd1e5..52f1ea1dd044ba08207ab7c8810f9d8ca02390c5 100644 (file)
@@ -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.
  *
index a93bf9c797f4f2454ee4940134647040efdd90da..c45631916a3df9fdeb83d002514aa09faaa3666d 100644 (file)
@@ -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.
  *
index a416bc424b738e329b746b37a87e869ee7f82b41..369a23e2b0d42da1ea9761eba7404eef154fbb43 100644 (file)
@@ -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.
  *
index 305346177dd64a0e285e868dc4e2c0875c86e5c8..cc3cc652f6cd1980dff18bc6e55d3b12eb839267 100644 (file)
@@ -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.
  *
index d835ab69e02d996c138ea749bf6ad9605b9e09d1..b07a5e062e3414b6b3123e80e7cc3f9852828931 100644 (file)
@@ -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.
  *
index e1d24c435f67662711a43a96373d7acffda42c37..6677db2f849cea77f23f00c3f58ee9a6ab5ae884 100644 (file)
@@ -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.
  *
index 45f0413f23bb33aa2bf092b04379bdb876c73083..ba1a5350bcaf297993a0730fb267b2aec28d30a4 100644 (file)
@@ -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.
  *
index b19180c0b2b494ade39588e90a2d7dac3f468811..d30562c3aed5b21b8aba72a268b78f2beb8909c2 100644 (file)
@@ -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.
  *
index f5e404303577317f9f0f0b522be7c8e28348755b..c7969e00f66e4c5bdf8c57a73a41523c25bf6e76 100644 (file)
@@ -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.
  *
index 47f83b3d0dd16fa272d69fa3068efddfeef7f26f..79c9bef56a3f0b09bc18fc8618f675902229d8ea 100644 (file)
@@ -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.
  *
index 7f2d4e1983136b223874c81652a42cc62525c922..73fb1920d446ff98bb12d8cacfdadb27d9282ebc 100644 (file)
@@ -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.
  *
index 84064d5ac395c4cef2974afe93d61513f3bfecd6..a9ea05f75ed8c71c1bd69fa4169a87e6bc2531b8 100644 (file)
@@ -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.
  *
index 7b1b836546728755a5060b2db70961a24a1fcc00..e0a886b0729197f56aa64641d36abe4a0a571578 100644 (file)
@@ -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.
  *
index f42f3009677420ca764a8b3d925a7afb13388574..c70610967a52c99e764653f7d9b195c7bc0f6249 100644 (file)
@@ -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.
  *
index 83570dc1984cca48750cfc212af3b103153deb18..371b34a17ecf852df77788fd682d43d15408b6a1 100644 (file)
@@ -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.
  *
index 8ef4a649e83e5e3d94c4c6ea3eb9ca7913cf84dc..7cec00aa9ad24d3cc9fe145f2078706925d0f8e5 100644 (file)
@@ -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.
  *
index b772d03254fb3374be0bced121b636c968bcf88d..d6814ca10203468f283a3ae2c2ab864118e4646e 100644 (file)
@@ -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.
  *
index 09c1928869acc6e464ef96fe3ccc9ba019826c0f..f4629ecff59d4285224ce6e476f0ab66b1fe734a 100644 (file)
@@ -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.
  *
index e7bd1e430b44d6114a9694aa1b71c4a2279e4e84..0fb5d24bc44364840cf6f90d53c9379038e50379 100644 (file)
@@ -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.
  *
index a6dfab8c2f7595e08e0d984d258ce05e72512699..7694773600a4fb9e684573baeef32858d1981097 100644 (file)
@@ -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.
  *
index b696db2d98f129aa501ebf04caba131718c2fad2..79a0dcab1c044cc09a311290b4d942eba7fd891a 100644 (file)
@@ -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.
  *
index a8210a5eaf5c4ee18231a55f55de18033aa4175a..7e0014f872b3aed7320468ff792a5fcfef535b08 100644 (file)
@@ -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.
  *
index faf22af704c7d78b69a78c7de57e60689a6338fd..8bd8db8751c2e1983fad83e74a8758d973b423bf 100644 (file)
@@ -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.
  *
index fc778a8c3c528908e9ca8492ddf056df5fb70053..0471cfa7d39721c5f5a4cddb4bce06a23e476829 100644 (file)
@@ -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.
  *
index 1fe33abb01f48ab2b86b5deb2ca510bcb3d61d28..a297c08e9bca0e27bbbef287219885117351e572 100644 (file)
@@ -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.
  *
index f90baf2cebdf48756e593d6d7aa9a99f944b3919..6c0aee8d2cbad378cd92b2d35ab03d8b7caf9515 100644 (file)
@@ -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.
  *
index b01657e6d2c1a745e20da408095ac0df91d79bc6..235458c60baf69c1fdd2d1bb277285ba1b37d417 100644 (file)
@@ -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.
  *
index 69cf115005682c96af11ea8d56fe6202f3267371..67e4395b11e1da09c2d5f89f7fb5c25afd80a89a 100644 (file)
@@ -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
index b028bf34a0cbfd3442de557ec68626e426d4c303..ca1649bdf61aeaf61ddfdcf755675097d87fad95 100644 (file)
@@ -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 \
index c527115b468df847fb72d2988310977640f67237..d8f4a9492b33c52678800899eaf5cd0c985335de 100644 (file)
@@ -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.
  *
index 04168ac27df212f2b805132b38e5d7a78b0c1dd6..c946c53aaa5017473613b8a41ad3a9891bb07737 100644 (file)
@@ -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 \
index c527115b468df847fb72d2988310977640f67237..d8f4a9492b33c52678800899eaf5cd0c985335de 100644 (file)
@@ -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.
  *
index 754ca15d4202d84ad218cb58526521a02f5a8e05..bcab5edf2d408d3c2f4962ab795ce57306bb8ac4 100644 (file)
@@ -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 \
index a3bfe846ef0350287c01eb59a02a01a6b45814a1..d66af3f2b4a39a55f9e387fd625854f18e7f8505 100644 (file)
@@ -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.
  *