]> git.lyx.org Git - lyx.git/commitdiff
Rename insets/insetxxx to insets/InsetXxx, part 1
authorBo Peng <bpeng@lyx.org>
Wed, 25 Apr 2007 01:24:38 +0000 (01:24 +0000)
committerBo Peng <bpeng@lyx.org>
Wed, 25 Apr 2007 01:24:38 +0000 (01:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17964 a592a061-630c-0410-9148-cb99ea01b6c8

162 files changed:
development/FORMAT
development/cmake/src/insets/CMakeLists.txt
development/scons/scons_manifest.py
po/POTFILES.in
src/BufferView.C
src/CutAndPaste.C
src/InsetList.C
src/ParagraphMetrics.C
src/TextMetrics.C
src/TocBackend.C
src/buffer.C
src/buffer_funcs.C
src/bufferparams.h
src/bufferview_funcs.C
src/coordcache.C
src/cursor.C
src/cursor_slice.h
src/dociterator.C
src/factory.C
src/frontends/controllers/ControlBox.C
src/frontends/controllers/ControlBranch.C
src/frontends/controllers/ControlCommand.C
src/frontends/controllers/ControlCommand.h
src/frontends/controllers/ControlERT.h
src/frontends/controllers/ControlExternal.C
src/frontends/controllers/ControlFloat.C
src/frontends/controllers/ControlGraphics.C
src/frontends/controllers/ControlInclude.C
src/frontends/controllers/ControlInclude.h
src/frontends/controllers/ControlNote.C
src/frontends/controllers/ControlTabular.C
src/frontends/controllers/ControlVSpace.C
src/frontends/controllers/ControlWrap.C
src/frontends/qt4/FloatPlacement.C
src/frontends/qt4/QBox.C
src/frontends/qt4/QBranch.C
src/frontends/qt4/QExternal.C
src/frontends/qt4/QFloat.C
src/frontends/qt4/QGraphics.C
src/frontends/qt4/QGraphicsDialog.C
src/frontends/qt4/QNote.C
src/frontends/qt4/QRef.C
src/frontends/qt4/QWrap.C
src/graphics/PreviewLoader.C
src/graphics/Previews.C
src/insets/ExternalSupport.C
src/insets/Makefile.am
src/insets/inset.C
src/insets/inset.h
src/insets/insetbase.C
src/insets/insetbase.h
src/insets/insetbibitem.C
src/insets/insetbibitem.h
src/insets/insetbibtex.C
src/insets/insetbibtex.h
src/insets/insetbox.C
src/insets/insetbox.h
src/insets/insetbranch.C
src/insets/insetbranch.h
src/insets/insetcaption.C
src/insets/insetcaption.h
src/insets/insetcharstyle.C
src/insets/insetcharstyle.h
src/insets/insetcite.C
src/insets/insetcite.h
src/insets/insetcollapsable.C
src/insets/insetcollapsable.h
src/insets/insetcommand.C
src/insets/insetcommand.h
src/insets/insetcommandparams.C
src/insets/insetcommandparams.h
src/insets/insetenv.C
src/insets/insetenv.h
src/insets/insetert.C
src/insets/insetert.h
src/insets/insetexternal.C
src/insets/insetexternal.h
src/insets/insetfloat.C
src/insets/insetfloat.h
src/insets/insetfloatlist.C
src/insets/insetfloatlist.h
src/insets/insetfoot.C
src/insets/insetfoot.h
src/insets/insetfootlike.C
src/insets/insetfootlike.h
src/insets/insetgraphics.C
src/insets/insetgraphics.h
src/insets/insetgraphicsParams.C
src/insets/insetgraphicsParams.h
src/insets/insethfill.C
src/insets/insethfill.h
src/insets/insetinclude.C
src/insets/insetinclude.h
src/insets/insetindex.C
src/insets/insetindex.h
src/insets/insetlabel.C
src/insets/insetlabel.h
src/insets/insetline.C
src/insets/insetline.h
src/insets/insetmarginal.C
src/insets/insetmarginal.h
src/insets/insetnewline.C
src/insets/insetnewline.h
src/insets/insetnomencl.C
src/insets/insetnomencl.h
src/insets/insetnote.C
src/insets/insetnote.h
src/insets/insetoptarg.C
src/insets/insetoptarg.h
src/insets/insetpagebreak.C
src/insets/insetpagebreak.h
src/insets/insetquotes.C
src/insets/insetquotes.h
src/insets/insetref.C
src/insets/insetref.h
src/insets/insetspace.C
src/insets/insetspace.h
src/insets/insetspecialchar.C
src/insets/insetspecialchar.h
src/insets/insettabular.C
src/insets/insettabular.h
src/insets/insettext.C
src/insets/insettext.h
src/insets/insettheorem.C
src/insets/insettheorem.h
src/insets/insettoc.C
src/insets/insettoc.h
src/insets/inseturl.C
src/insets/inseturl.h
src/insets/insetvspace.C
src/insets/insetvspace.h
src/insets/insetwrap.C
src/insets/insetwrap.h
src/insets/mailinset.C
src/insets/mailinset.h
src/insets/pch.h
src/insets/render_base.h
src/insets/render_button.C
src/insets/render_button.h
src/insets/render_graphic.C
src/insets/render_graphic.h
src/insets/render_preview.C
src/insets/render_preview.h
src/lyxfunc.C
src/mathed/InsetMath.h
src/mathed/InsetMathCommand.h
src/mathed/InsetMathGrid.C
src/mathed/InsetMathHull.C
src/mathed/InsetMathRef.C
src/mathed/MathFactory.C
src/output_docbook.C
src/output_latex.C
src/paragraph.C
src/paragraph.h
src/pariterator.C
src/rowpainter.C
src/tabular.C
src/tabular.h
src/text.C
src/text2.C
src/text3.C
src/undo.C

index 7dc61bb28e1c78f67d9d81b356830d1399fe1640..9e4284805f5bed25718fd69b6c805281faec80c9 100644 (file)
@@ -609,7 +609,7 @@ Paragraph text.
 
 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
 
-       * insetgraphicsParams.h (scale): is now a float, not an unsigned int.
+       * InsetGraphicsParams.h (scale): is now a float, not an unsigned int.
 
 2002-08-22  Rob Lahaye <lahaye@snu.ac.kr>
 
index c2fca4605e9d00cd2c393f69a47586a5223272fb..5faf03a0881165705b1435432afabf14892e394c 100644 (file)
@@ -9,7 +9,7 @@ project(insets)
 file(GLOB insets_sources ${TOP_SRC_DIR}/src/insets/${LYX_CPP_FILES})
 file(GLOB insets_headers ${TOP_SRC_DIR}/src/insets/${LYX_HPP_FILES})
 
-list(REMOVE_ITEM insets_sources ${TOP_SRC_DIR}/src/insets/insettheorem.C)
+list(REMOVE_ITEM insets_sources ${TOP_SRC_DIR}/src/insets/InsetTheorem.cpp)
 
 lyx_add_msvc_pch(insets)
 
index 76781653051bfdfe10e0cf83249dd7dda70abf85..9b85ecfbc7791beeceff0f1dc1926e0dfa7cf27c 100644 (file)
@@ -323,54 +323,54 @@ src_insets_header_files = Split('''
     ExternalSupport.h
     ExternalTemplate.h
     ExternalTransforms.h
-    inset.h
-    insetbase.h
-    insetbibitem.h
-    insetbibtex.h
-    insetbox.h
-    insetbranch.h
-    insetcaption.h
-    insetcharstyle.h
-    insetcite.h
-    insetcollapsable.h
-    insetcommand.h
-    insetcommandparams.h
-    insetenv.h
-    insetert.h
-    insetexternal.h
-    insetfloat.h
-    insetfloatlist.h
-    insetfoot.h
-    insetfootlike.h
-    insetgraphics.h
-    insetgraphicsParams.h
-    insethfill.h
-    insetinclude.h
-    insetindex.h
-    insetlabel.h
-    insetline.h
-    insetmarginal.h
-    insetnewline.h
-    insetnomencl.h
-    insetnote.h
-    insetoptarg.h
-    insetpagebreak.h
-    insetquotes.h
-    insetref.h
-    insetspace.h
-    insetspecialchar.h
-    insettabular.h
-    insettext.h
-    insettheorem.h
-    insettoc.h
-    inseturl.h
-    insetvspace.h
-    insetwrap.h
-    mailinset.h
-    render_base.h
-    render_button.h
-    render_graphic.h
-    render_preview.h
+    Inset.h
+    InsetBase.h
+    InsetBibitem.h
+    InsetBibtex.h
+    InsetBox.h
+    InsetBranch.h
+    InsetCaption.h
+    InsetCharStyle.h
+    InsetCite.h
+    InsetCollapsable.h
+    InsetCommand.h
+    InsetCommandParams.h
+    InsetEnv.h
+    InsetERT.h
+    InsetExternal.h
+    InsetFloat.h
+    InsetFloatList.h
+    InsetFoot.h
+    InsetFootlike.h
+    InsetGraphics.h
+    InsetGraphicsParams.h
+    InsetHFill.h
+    InsetInclude.h
+    InsetIndex.h
+    InsetLabel.h
+    InsetLine.h
+    InsetMarginal.h
+    InsetNewline.h
+    InsetNomencl.h
+    InsetNote.h
+    InsetOptArg.h
+    InsetPageBreak.h
+    InsetQuotes.h
+    InsetRef.h
+    InsetSpace.h
+    InsetSpecialChar.h
+    InsetTabular.h
+    InsetText.h
+    InsetTheorem.h
+    InsetTOC.h
+    InsetUrl.h
+    InsetVSpace.h
+    InsetWrap.h
+    MailInset.h
+    RenderBase.h
+    RenderButton.h
+    RenderGraphic.h
+    RenderPreview.h
 ''')
 
 
@@ -378,52 +378,52 @@ src_insets_files = Split('''
     ExternalSupport.C
     ExternalTemplate.C
     ExternalTransforms.C
-    inset.C
-    insetbase.C
-    insetbibitem.C
-    insetbibtex.C
-    insetbox.C
-    insetbranch.C
-    insetcaption.C
-    insetcharstyle.C
-    insetcite.C
-    insetcollapsable.C
-    insetcommand.C
-    insetcommandparams.C
-    insetenv.C
-    insetert.C
-    insetexternal.C
-    insetfloat.C
-    insetfloatlist.C
-    insetfoot.C
-    insetfootlike.C
-    insetgraphics.C
-    insetgraphicsParams.C
-    insethfill.C
-    insetinclude.C
-    insetindex.C
-    insetlabel.C
-    insetline.C
-    insetmarginal.C
-    insetnewline.C
-    insetnomencl.C
-    insetnote.C
-    insetoptarg.C
-    insetpagebreak.C
-    insetquotes.C
-    insetref.C
-    insetspace.C
-    insetspecialchar.C
-    insettabular.C
-    insettext.C
-    insettoc.C
-    inseturl.C
-    insetvspace.C
-    insetwrap.C
-    mailinset.C
-    render_button.C
-    render_graphic.C
-    render_preview.C
+    Inset.cpp
+    InsetBase.cpp
+    InsetBibitem.cpp
+    InsetBibtex.cpp
+    InsetBox.cpp
+    InsetBranch.cpp
+    InsetCaption.cpp
+    InsetCharStyle.cpp
+    InsetCite.cpp
+    InsetCollapsable.cpp
+    InsetCommand.cpp
+    InsetCommandParams.cpp
+    InsetEnv.cpp
+    InsetERT.cpp
+    InsetExternal.cpp
+    InsetFloat.cpp
+    InsetFloatList.cpp
+    InsetFoot.cpp
+    InsetFootlike.cpp
+    InsetGraphics.cpp
+    InsetGraphicsParams.cpp
+    InsetHFill.cpp
+    InsetInclude.cpp
+    InsetIndex.cpp
+    InsetLabel.cpp
+    InsetLine.cpp
+    InsetMarginal.cpp
+    InsetNewline.cpp
+    InsetNomencl.cpp
+    InsetNote.cpp
+    InsetOptArg.cpp
+    InsetPageBreak.cpp
+    InsetQuotes.cpp
+    InsetRef.cpp
+    InsetSpace.cpp
+    InsetSpecialChar.cpp
+    InsetTabular.cpp
+    InsetText.cpp
+    InsetTOC.cpp
+    InsetUrl.cpp
+    InsetVSpace.cpp
+    InsetWrap.cpp
+    MailInset.cpp
+    RenderButton.cpp
+    RenderGraphic.cpp
+    RenderPreview.cpp
 ''')
 
 
index 521cab71b67a0b6da8d842c54267e76aacd1d88e..3f2a051a567f2546116b058fd224b469becbe71e 100644 (file)
@@ -82,39 +82,39 @@ src/frontends/qt4/UrlView.C
 src/frontends/qt4/validators.C
 src/gettext.h
 src/importer.C
-src/insets/insetbase.C
-src/insets/insetbibtex.C
-src/insets/insetbox.C
-src/insets/insetbranch.C
-src/insets/insetcaption.C
-src/insets/insetcharstyle.C
-src/insets/insetcommand.C
-src/insets/insetcommandparams.C
-src/insets/insetenv.C
-src/insets/insetert.C
-src/insets/insetexternal.C
-src/insets/insetfloat.C
-src/insets/insetfloatlist.C
-src/insets/insetfoot.C
-src/insets/insetgraphics.C
-src/insets/insethfill.C
-src/insets/insetinclude.C
-src/insets/insetindex.C
-src/insets/insetmarginal.C
-src/insets/insetnomencl.C
-src/insets/insetnote.C
-src/insets/insetoptarg.C
-src/insets/insetpagebreak.h
-src/insets/insetref.C
-src/insets/insettabular.C
-src/insets/insettext.C
-src/insets/insettheorem.C
-src/insets/insettoc.C
-src/insets/inseturl.C
-src/insets/insetvspace.C
-src/insets/insetwrap.C
-src/insets/render_graphic.C
-src/insets/render_preview.C
+src/insets/InsetBase.cpp
+src/insets/InsetBibtex.cpp
+src/insets/InsetBox.cpp
+src/insets/InsetBranch.cpp
+src/insets/InsetCaption.cpp
+src/insets/InsetCharStyle.cpp
+src/insets/InsetCommand.cpp
+src/insets/InsetCommandParams.cpp
+src/insets/InsetEnv.cpp
+src/insets/InsetERT.cpp
+src/insets/InsetExternal.cpp
+src/insets/InsetFloat.cpp
+src/insets/InsetFloatList.cpp
+src/insets/InsetFoot.cpp
+src/insets/InsetGraphics.cpp
+src/insets/InsetHFill.cpp
+src/insets/InsetInclude.cpp
+src/insets/InsetIndex.cpp
+src/insets/InsetMarginal.cpp
+src/insets/InsetNomencl.cpp
+src/insets/InsetNote.cpp
+src/insets/InsetOptArg.cpp
+src/insets/InsetPageBreak.h
+src/insets/InsetRef.cpp
+src/insets/InsetTabular.cpp
+src/insets/InsetText.cpp
+src/insets/InsetTheorem.cpp
+src/insets/InsetTOC.cpp
+src/insets/InsetUrl.cpp
+src/insets/InsetVSpace.cpp
+src/insets/InsetWrap.cpp
+src/insets/RenderGraphic.cpp
+src/insets/RenderPreview.cpp
 src/ispell.C
 src/kbsequence.C
 src/lengthcommon.C
index 2c4b7a36b0317d86f295866b16dd9cb2b5751064..ada024864816c0578f7fb765b6518675c2c01dd3 100644 (file)
 #include "WordLangTuple.h"
 #include "metricsinfo.h"
 
-#include "insets/insetbibtex.h"
-#include "insets/insetcommand.h" // ChangeRefs
-#include "insets/insetref.h"
-#include "insets/insettext.h"
+#include "insets/InsetBibtex.h"
+#include "insets/InsetCommand.h" // ChangeRefs
+#include "insets/InsetRef.h"
+#include "insets/InsetText.h"
 
 #include "frontends/Alert.h"
 #include "frontends/FileDialog.h"
index 00831851f08aa00e316f72084e779acf20e64d1d..20d7a46504fa8ba45c9f0b3b38a452dee432a334 100644 (file)
@@ -36,8 +36,8 @@
 #include "pariterator.h"
 #include "undo.h"
 
-#include "insets/insetcharstyle.h"
-#include "insets/insettabular.h"
+#include "insets/InsetCharStyle.h"
+#include "insets/InsetTabular.h"
 
 #include "mathed/MathData.h"
 #include "mathed/InsetMath.h"
index 22e9273ab6223783af9b0baa739fc8431fe96186..e066a171dabc25f095f87cfcda6346f981c0f9d9 100644 (file)
@@ -18,7 +18,7 @@
 #include "BranchList.h"
 #include "debug.h"
 
-#include "insets/insetbranch.h"
+#include "insets/InsetBranch.h"
 
 
 namespace lyx {
index a0286839612ed00eafe91dd19f4a52b8f73b593a..7576bcc22461fc28e4e0bac6da08026e49ebc251 100644 (file)
@@ -41,8 +41,8 @@
 
 #include "frontends/FontMetrics.h"
 
-#include "insets/insetbibitem.h"
-#include "insets/insetoptarg.h"
+#include "insets/InsetBibitem.h"
+#include "insets/InsetOptArg.h"
 
 #include "support/lstrings.h"
 #include "support/textutils.h"
index 63a287a160ca8be97b465852b4d10454c1bc6822..834a229cbb5833ff20b2c0ed8e3b9ce561ee3fd5 100644 (file)
@@ -201,7 +201,7 @@ bool TextMetrics::redoParagraph(pit_type const pit)
 
        // redo insets
        // FIXME: We should always use getFont(), see documentation of
-       // noFontChange() in insetbase.h.
+       // noFontChange() in InsetBase.h.
        LyXFont const bufferfont = buffer.params().getFont();
        InsetList::const_iterator ii = par.insetlist.begin();
        InsetList::const_iterator iend = par.insetlist.end();
index 6b12ad2bee7fa1d4b60b02bc08b1153bb458fdc6..04084ce27a1681eb668b47782ce2ba6627b2bfd9 100644 (file)
@@ -22,7 +22,7 @@
 #include "paragraph.h"
 #include "debug.h"
 
-#include "insets/insetoptarg.h"
+#include "insets/InsetOptArg.h"
 
 #include "support/convert.h"
 
index 345325a8690ed139ff531761f9963cdb45bd4eb9..bc719884a8f241d618cc82ce2490837b0603e142 100644 (file)
 #include "undo.h"
 #include "version.h"
 
-#include "insets/insetbibitem.h"
-#include "insets/insetbibtex.h"
-#include "insets/insetinclude.h"
-#include "insets/insettext.h"
+#include "insets/InsetBibitem.h"
+#include "insets/InsetBibtex.h"
+#include "insets/InsetInclude.h"
+#include "insets/InsetText.h"
 
 #include "mathed/MathMacroTemplate.h"
 #include "mathed/MathMacroTable.h"
index 35e977fc2e47bd100a02b5ff059c3d659d6a40f2..db543a018aaa90a938f8bff916c4744a1c4c0d97 100644 (file)
 
 #include "frontends/Alert.h"
 
-#include "insets/insetbibitem.h"
-#include "insets/insetcaption.h"
-#include "insets/insetinclude.h"
-#include "insets/insettabular.h"
+#include "insets/InsetBibitem.h"
+#include "insets/InsetCaption.h"
+#include "insets/InsetInclude.h"
+#include "insets/InsetTabular.h"
 
 #include "support/filetools.h"
 #include "support/fs_extras.h"
index 720526e9bcb7b3bc7c96d69d8e1305f02f7e1427..c87b335737803a63d8de84f53e0d0279d884dfac 100644 (file)
@@ -18,7 +18,7 @@
 #include "lyxtextclass.h"
 #include "paper.h"
 
-#include "insets/insetquotes.h"
+#include "insets/InsetQuotes.h"
 
 #include "support/copied_ptr.h"
 #include "support/types.h"
index 547f94962c497187c2a68182ff851aa915e92848..d0fa5b7d046099f646df0e50afcaadab2a8797b3 100644 (file)
@@ -33,8 +33,8 @@
 
 #include "frontends/Alert.h"
 
-#include "insets/insetcommand.h"
-#include "insets/insettext.h"
+#include "insets/InsetCommand.h"
+#include "insets/InsetText.h"
 
 #include "support/convert.h"
 
index b55b296ef13b4adc000914b06f43c6fa0d84de83..6ded325de577aede85553b269a26910bb3c682da 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "lyxtext.h"
 
-#include "insets/insetbase.h"
+#include "insets/InsetBase.h"
 
 #include <boost/assert.hpp>
 
index e1ff22f267cac95e6277b9f5f536935d7f432617..892f5b76fafd2b2eceeb6ee706e18e3c89f4b4df 100644 (file)
@@ -33,8 +33,8 @@
 #include "paragraph_funcs.h"
 #include "pariterator.h"
 
-#include "insets/insettabular.h"
-#include "insets/insettext.h"
+#include "insets/InsetTabular.h"
+#include "insets/InsetText.h"
 
 #include "mathed/MathData.h"
 #include "mathed/InsetMath.h"
index 651fb1c9dda22b6ab254c48c89b6dfd7ca98eb0b..8b7200038f6e0dfc93b3572f31a9021762231216 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef CURSORSLICE_H
 #define CURSORSLICE_H
 
-#include "insets/insetbase.h"
+#include "insets/InsetBase.h"
 #include "support/types.h"
 
 #include <cstddef>
index 331915982ff8d58f857d8ac37400b42741e1f883..9f753c357a7ec9e41792a8f69df75933ee4c2bc4 100644 (file)
@@ -20,7 +20,7 @@
 #include "mathed/MathData.h"
 #include "mathed/InsetMath.h"
 
-#include "insets/insettabular.h"
+#include "insets/InsetTabular.h"
 
 #include <boost/assert.hpp>
 #include <boost/current_function.hpp>
index 553b280fc9084351dd7f0502212e0b84632e1649..50abb182bbeca912f2be3d3da80b2eaaa92e8309 100644 (file)
 #include "lyx_main.h"
 #include "paragraph.h"
 
-#include "insets/insetbibitem.h"
-#include "insets/insetbibtex.h"
-#include "insets/insetcaption.h"
-#include "insets/insetcite.h"
-#include "insets/insetcharstyle.h"
-#include "insets/insetenv.h"
-#include "insets/insetert.h"
-#include "insets/insetexternal.h"
-#include "insets/insetfloat.h"
-#include "insets/insetfloatlist.h"
-#include "insets/insetfoot.h"
-#include "insets/insetgraphics.h"
-#include "insets/insethfill.h"
-#include "insets/insetinclude.h"
-#include "insets/insetindex.h"
-#include "insets/insetnomencl.h"
-#include "insets/insetlabel.h"
-#include "insets/insetline.h"
-#include "insets/insetmarginal.h"
-#include "insets/insetnote.h"
-#include "insets/insetbox.h"
-#include "insets/insetbranch.h"
-#include "insets/insetoptarg.h"
-#include "insets/insetpagebreak.h"
-#include "insets/insetref.h"
-#include "insets/insetspace.h"
-#include "insets/insettabular.h"
-#include "insets/insettoc.h"
-#include "insets/inseturl.h"
-#include "insets/insetvspace.h"
-#include "insets/insetwrap.h"
+#include "insets/InsetBibitem.h"
+#include "insets/InsetBibtex.h"
+#include "insets/InsetCaption.h"
+#include "insets/InsetCite.h"
+#include "insets/InsetCharStyle.h"
+#include "insets/InsetEnv.h"
+#include "insets/InsetERT.h"
+#include "insets/InsetExternal.h"
+#include "insets/InsetFloat.h"
+#include "insets/InsetFloatList.h"
+#include "insets/InsetFoot.h"
+#include "insets/InsetGraphics.h"
+#include "insets/InsetHFill.h"
+#include "insets/InsetInclude.h"
+#include "insets/InsetIndex.h"
+#include "insets/InsetNomencl.h"
+#include "insets/InsetLabel.h"
+#include "insets/InsetLine.h"
+#include "insets/InsetMarginal.h"
+#include "insets/InsetNote.h"
+#include "insets/InsetBox.h"
+#include "insets/InsetBranch.h"
+#include "insets/InsetOptArg.h"
+#include "insets/InsetPageBreak.h"
+#include "insets/InsetRef.h"
+#include "insets/InsetSpace.h"
+#include "insets/InsetTabular.h"
+#include "insets/InsetTOC.h"
+#include "insets/InsetUrl.h"
+#include "insets/InsetVSpace.h"
+#include "insets/InsetWrap.h"
 
 #include "mathed/MathMacroTemplate.h"
 #include "mathed/InsetMathHull.h"
index 1bbf1a998ffe53d47050888823acd7fab565a41d..380b1c4e5c8b4d748037c8dd8f7c08f6cf15abbc 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "ControlBox.h"
 #include "funcrequest.h"
-#include "insets/insetbox.h"
+#include "insets/InsetBox.h"
 #include "gettext.h"
 
 
index 1b656b542ccf19723befcdce985e5348fd5edece..abfdb69f2420890cc7b4442386dc90b9b4977609 100644 (file)
@@ -17,7 +17,7 @@
 #include "bufferparams.h"
 #include "BranchList.h"
 #include "funcrequest.h"
-#include "insets/insetbranch.h"
+#include "insets/InsetBranch.h"
 
 
 using std::string;
index 20ceb87a0e946c9d1f187d2390312704a3f54089..ff6d603e70c467b2737a95913c4588d5fc9c3c6d 100644 (file)
@@ -13,7 +13,7 @@
 #include "ControlCommand.h"
 
 #include "funcrequest.h"
-#include "insets/insetcommand.h"
+#include "insets/InsetCommand.h"
 
 
 using std::string;
index 6bb641c7919428bc65e848da6b24418c4ee1ae19..efad2ccf2e16a79172e8aaa0051fa98924a511d7 100644 (file)
@@ -17,7 +17,7 @@
 
 
 #include "Dialog.h"
-#include "insets/insetcommandparams.h"
+#include "insets/InsetCommandParams.h"
 
 namespace lyx {
 namespace frontend {
index a68078b33ea2ced394442edbef2c06f1fac5c153..b2b0d2869324220550635aa7786d8afdf42ccf35 100644 (file)
@@ -15,7 +15,7 @@
 
 
 #include "Dialog.h"
-#include "insets/insetert.h" // InsetERT::ERTStatus
+#include "insets/InsetERT.h" // InsetERT::ERTStatus
 
 namespace lyx {
 namespace frontend {
index fccc440c59e05d2dd375ed70450557ce9ff509a5..aaf58008adddbf63cb6effca22c94c07b2895159 100644 (file)
@@ -23,7 +23,7 @@
 #include "graphics/GraphicsCacheItem.h"
 #include "graphics/GraphicsImage.h"
 
-#include "insets/insetexternal.h"
+#include "insets/InsetExternal.h"
 #include "insets/ExternalSupport.h"
 #include "insets/ExternalTemplate.h"
 
index 7e66324dcd78d14fbe3c8f3695b19dcc8e13b25d..305346177dd64a0e285e868dc4e2c0875c86e5c8 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "ControlFloat.h"
 #include "funcrequest.h"
-#include "insets/insetfloat.h"
+#include "insets/InsetFloat.h"
 
 
 using std::string;
index cb9b92e7bf89fa3816e76008edb7c76945ac2824..4bf31915696cb634750d409a1aa7e573bbc35771 100644 (file)
@@ -23,7 +23,7 @@
 #include "graphics/GraphicsCacheItem.h"
 #include "graphics/GraphicsImage.h"
 
-#include "insets/insetgraphics.h"
+#include "insets/InsetGraphics.h"
 
 #include "support/convert.h"
 #include "support/filefilterlist.h"
index e45206b90e4b43b90c993437d00f0b73d9fa19df..09784758e27fff98239552462440d6e2e4baaada 100644 (file)
@@ -22,7 +22,7 @@
 #include "gettext.h"
 #include "lyxrc.h"
 
-#include "insets/insetinclude.h"
+#include "insets/InsetInclude.h"
 
 #include "support/filefilterlist.h"
 #include "support/filetools.h"
index 8b9074e3b18e7204a8ad71d273375274b2bf77e7..983a30cefd60fe7681864650210aa8d6879d1e80 100644 (file)
@@ -16,7 +16,7 @@
 
 
 #include "Dialog.h"
-#include "insets/insetcommandparams.h"
+#include "insets/InsetCommandParams.h"
 
 #include "support/docstring.h"
 
index 3d2bd460beeb8bc27f3b449b950ffaa9d6ba0556..f5e404303577317f9f0f0b522be7c8e28348755b 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "ControlNote.h"
 #include "funcrequest.h"
-#include "insets/insetnote.h"
+#include "insets/InsetNote.h"
 #include "gettext.h"
 
 
index 513833f3fa1c65555a70268aff9b37dcf96ec210..09c1928869acc6e464ef96fe3ccc9ba019826c0f 100644 (file)
@@ -16,7 +16,7 @@
 #include "funcrequest.h"
 #include "lyxrc.h"
 #include "paragraph.h"
-#include "insets/insettabular.h"
+#include "insets/InsetTabular.h"
 
 
 using std::string;
index 4d5c643c0ba0981de8140d5aebf232c709890237..faf22af704c7d78b69a78c7de57e60689a6338fd 100644 (file)
@@ -15,7 +15,7 @@
 #include "ButtonController.h"
 
 #include "funcrequest.h"
-#include "insets/insetvspace.h"
+#include "insets/InsetVSpace.h"
 
 
 using std::istringstream;
index fd3f1309ff54f420bf8686a8a800d1ef17f99d50..1fe33abb01f48ab2b86b5deb2ca510bcb3d61d28 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "ControlWrap.h"
 #include "funcrequest.h"
-#include "insets/insetwrap.h"
+#include "insets/InsetWrap.h"
 
 
 using std::string;
index 1fc64e53caf13f448072754318f01d96d963f479..fdb1a34d6822f2948709de48b693e3567920b922 100644 (file)
@@ -14,7 +14,7 @@
 #include "FloatPlacement.h"
 #include "qt_helpers.h"
 
-#include "insets/insetfloat.h"
+#include "insets/InsetFloat.h"
 #include "support/lstrings.h"
 
 using lyx::support::contains;
index 4342e8f8a5da3d197b4bfc72bd99699489e1f084..b4916170adabdd2d3e44054b2f8c04afe7183255 100644 (file)
@@ -25,7 +25,7 @@
 #include "controllers/ControlBox.h"
 #include "controllers/helper_funcs.h"
 
-#include "insets/insetbox.h"
+#include "insets/InsetBox.h"
 
 #include "support/lstrings.h"
 
index 2da8fa9261a1db00414ce60a4043b0464475299d..4116eabdd8a1fb2682ff70d514aba5eb2a3b8cc5 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "controllers/ControlBranch.h"
 
-#include "insets/insetbranch.h"
+#include "insets/InsetBranch.h"
 
 #include <QPushButton>
 
index 8784b4f3e1c6c91c15b4a51f526e778aa06d820a..a9ef8e02a87f479cd4e655781354b580b1152953 100644 (file)
@@ -19,7 +19,7 @@
 #include "controllers/ControlExternal.h"
 
 #include "insets/ExternalTemplate.h"
-#include "insets/insetexternal.h"
+#include "insets/InsetExternal.h"
 
 #include "support/lstrings.h"
 #include "support/convert.h"
index 0c10f09ef5da0ec95b242ca719fb2d1f5469eef7..fb14eedc1079b0bfaebe3e330646c5f3155d0a7d 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "controllers/ControlFloat.h"
 
-#include "insets/insetfloat.h"
+#include "insets/InsetFloat.h"
 
 #include <QPushButton>
 
index d8bd29f24e12f4ecd7c772451cb5c7cb3a9e13f8..da4b51c361a067bc200637f38d8db9ef44f27068 100644 (file)
@@ -28,7 +28,7 @@
 #include "controllers/ControlGraphics.h"
 #include "controllers/helper_funcs.h"
 
-#include "insets/insetgraphicsParams.h"
+#include "insets/InsetGraphicsParams.h"
 
 #include "support/convert.h"
 #include "support/lstrings.h"
index 23b786ce0c0d738999ec2399c100bddebd067f72..b0939ec093c604347f27bb82620828997c1c0dec 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "controllers/ControlGraphics.h"
 
-#include "insets/insetgraphicsParams.h"
+#include "insets/InsetGraphicsParams.h"
 
 #include <QCloseEvent>
 #include <QPushButton>
index 7dd158f4e56d197ea67ffec51a0d4bf8ecad3f4d..f7d9e19d011645edce0e15ca66f04eeaf15912e9 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "controllers/ControlNote.h"
 
-#include "insets/insetnote.h"
+#include "insets/InsetNote.h"
 
 #include <qradiobutton.h>
 #include <qpushbutton.h>
index 5cdb5ca73b1bac2c92f06559a3851f55b322e103..4d3aa39ae70171c976868e3f32176e8310e84147 100644 (file)
@@ -19,7 +19,7 @@
 #include "controllers/ButtonController.h"
 #include "controllers/ControlRef.h"
 
-#include "insets/insetref.h"
+#include "insets/InsetRef.h"
 
 #include <QLineEdit>
 #include <QCheckBox>
index 83aad5327e2934c4ef134d8fb48ac9dd2b527217..2a002cb746236ddbf963874008a2ab60aa31d858 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "controllers/ControlWrap.h"
 
-#include "insets/insetwrap.h"
+#include "insets/InsetWrap.h"
 
 #include "support/convert.h"
 #include "support/lstrings.h"
index 34b7f862c72cfc3eaf76fdbc5b2291d8565107ff..b9cc288a019e6639c4f519ffa6964e5792419066 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "frontends/Application.h" // hexName
 
-#include "insets/inset.h"
+#include "insets/Inset.h"
 
 #include "support/filetools.h"
 #include "support/forkedcall.h"
index efbae5070ba0b55e31ece2992604577438aaff01..0525b9efb8c55c078e4c4fac3d62bd9a3a6dcc94 100644 (file)
@@ -18,7 +18,7 @@
 #include "lyxrc.h"
 #include "paragraph.h"
 
-#include "insets/inset.h"
+#include "insets/Inset.h"
 
 
 namespace lyx {
index 1f7669b7045a1fed3984387c3598f52962a519d3..83077029d660c26e7e8598045fc09a13365481bb 100644 (file)
@@ -14,7 +14,7 @@
 #include "ExternalSupport.h"
 #include "ExternalTemplate.h"
 #include "ExternalTransforms.h"
-#include "insetexternal.h"
+#include "InsetExternal.h"
 
 #include "buffer.h"
 #include "converter.h"
index 40038526f5e970765a5d7ebad0a1fabc079acaee..dad6f58824fbcb40a8c201918ed90a46013e722c 100644 (file)
@@ -4,118 +4,118 @@ noinst_LTLIBRARIES = libinsets.la
 
 EXTRA_DIST = \
        pch.h \
-       insettheorem.C \
-       insettheorem.h
+       InsetTheorem.cpp \
+       InsetTheorem.h
 
 BUILT_SOURCES = $(PCH_FILE)
 
 AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
 
 libinsets_la_SOURCES = \
-       mailinset.C \
-       mailinset.h \
+       MailInset.cpp \
+       MailInset.h \
        ExternalSupport.C \
        ExternalSupport.h \
        ExternalTemplate.C \
        ExternalTemplate.h \
        ExternalTransforms.C \
        ExternalTransforms.h \
-       render_base.h \
-       render_button.C \
-       render_button.h \
-       render_graphic.C \
-       render_graphic.h \
-       render_preview.C \
-       render_preview.h \
-       inset.C \
-       inset.h \
-       insetbase.h \
-       insetbase.C \
-       insetbibitem.C \
-       insetbibitem.h \
-       insetbibtex.C \
-       insetbibtex.h \
-       insetbox.C \
-       insetbox.h \
-       insetbranch.C \
-       insetbranch.h \
-       insetcaption.C \
-       insetcaption.h \
-       insetcharstyle.C \
-       insetcharstyle.h \
-       insetcite.C \
-       insetcite.h \
-       insetcollapsable.C \
-       insetcollapsable.h \
-       insetcommand.C \
-       insetcommand.h \
-       insetcommandparams.C \
-       insetcommandparams.h \
-       insetenv.C \
-       insetenv.h \
-       insetert.C \
-       insetert.h \
-       insetexternal.C \
-       insetexternal.h \
-       insetfloat.h \
-       insetfloat.C \
-       insetfloatlist.C \
-       insetfloatlist.h \
-       insetfoot.C \
-       insetfoot.h \
-       insetfootlike.C \
-       insetfootlike.h \
-       insetgraphicsParams.h \
-       insetgraphicsParams.C \
-       insetgraphics.C \
-       insetgraphics.h \
-       insethfill.C \
-       insethfill.h \
-       insetinclude.C \
-       insetinclude.h \
-       insetindex.C \
-       insetindex.h \
-       insetlabel.C \
-       insetlabel.h \
-       insetline.C \
-       insetline.h \
-       insetmarginal.h \
-       insetmarginal.C \
-       insetnewline.C \
-       insetnewline.h \
-       insetnomencl.C \
-       insetnomencl.h \
-       insetnote.C \
-       insetnote.h \
-       insetoptarg.C \
-       insetoptarg.h \
-       insetpagebreak.C \
-       insetpagebreak.h \
-       insetquotes.C \
-       insetquotes.h \
-       insetref.C \
-       insetref.h \
-       insetspace.C \
-       insetspace.h \
-       insetspecialchar.C \
-       insetspecialchar.h \
-       insettabular.C \
-       insettabular.h \
-       insettext.C \
-       insettext.h \
-       insettoc.C \
-       insettoc.h \
-       inseturl.C \
-       inseturl.h \
-       insetvspace.C \
-       insetvspace.h \
-       insetwrap.h \
-       insetwrap.C
+       RenderBase.h \
+       RenderButton.cpp \
+       RenderButton.h \
+       RenderGraphic.cpp \
+       RenderGraphic.h \
+       RenderPreview.cpp \
+       RenderPreview.h \
+       Inset.cpp \
+       Inset.h \
+       InsetBase.h \
+       InsetBase.cpp \
+       InsetBibitem.cpp \
+       InsetBibitem.h \
+       InsetBibtex.cpp \
+       InsetBibtex.h \
+       InsetBox.cpp \
+       InsetBox.h \
+       InsetBranch.cpp \
+       InsetBranch.h \
+       InsetCaption.cpp \
+       InsetCaption.h \
+       InsetCharStyle.cpp \
+       InsetCharStyle.h \
+       InsetCite.cpp \
+       InsetCite.h \
+       InsetCollapsable.cpp \
+       InsetCollapsable.h \
+       InsetCommand.cpp \
+       InsetCommand.h \
+       InsetCommandParams.cpp \
+       InsetCommandParams.h \
+       InsetEnv.cpp \
+       InsetEnv.h \
+       InsetERT.cpp \
+       InsetERT.h \
+       InsetExternal.cpp \
+       InsetExternal.h \
+       InsetFloat.h \
+       InsetFloat.cpp \
+       InsetFloatList.cpp \
+       InsetFloatList.h \
+       InsetFoot.cpp \
+       InsetFoot.h \
+       InsetFootlike.cpp \
+       InsetFootlike.h \
+       InsetGraphicsParams.h \
+       InsetGraphicsParams.cpp \
+       InsetGraphics.cpp \
+       InsetGraphics.h \
+       InsetHFill.cpp \
+       InsetHFill.h \
+       InsetInclude.cpp \
+       InsetInclude.h \
+       InsetIndex.cpp \
+       InsetIndex.h \
+       InsetLabel.cpp \
+       InsetLabel.h \
+       InsetLine.cpp \
+       InsetLine.h \
+       InsetMarginal.h \
+       InsetMarginal.cpp \
+       InsetNewline.cpp \
+       InsetNewline.h \
+       InsetNomencl.cpp \
+       InsetNomencl.h \
+       InsetNote.cpp \
+       InsetNote.h \
+       InsetOptArg.cpp \
+       InsetOptArg.h \
+       InsetPageBreak.cpp \
+       InsetPageBreak.h \
+       InsetQuotes.cpp \
+       InsetQuotes.h \
+       InsetRef.cpp \
+       InsetRef.h \
+       InsetSpace.cpp \
+       InsetSpace.h \
+       InsetSpecialChar.cpp \
+       InsetSpecialChar.h \
+       InsetTabular.cpp \
+       InsetTabular.h \
+       InsetText.cpp \
+       InsetText.h \
+       InsetTOC.cpp \
+       InsetTOC.h \
+       InsetUrl.cpp \
+       InsetUrl.h \
+       InsetVSpace.cpp \
+       InsetVSpace.h \
+       InsetWrap.h \
+       InsetWrap.cpp
 
 #      insetlist.C \
 #      insetlist.h \
 #      insetsection.h \
 #      insetsection.C \
-#      insettheorem.C \
-#      insettheorem.h
+#      InsetTheorem.cpp \
+#      InsetTheorem.h
 
index 21b91021ea6d7e86ebe39dbc6f71c05b10651754..90f38b264748dc31ae383061779730d71522a541 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file inset.C
+ * \file Inset.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,7 +13,7 @@
 
 #include <config.h>
 
-#include "inset.h"
+#include "Inset.h"
 
 #include "BufferView.h"
 #include "debug.h"
index 73c8a4380f72e2e04ed22de600b48d3844caf9c9..36f107800f1fe900d908e80f53feb01c20ac8f99 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file inset.h
+ * \file Inset.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -15,7 +15,7 @@
 #ifndef INSETOLD_H
 #define INSETOLD_H
 
-#include "insetbase.h"
+#include "InsetBase.h"
 
 
 namespace lyx {
@@ -53,7 +53,7 @@ private:
 
 /** \c InsetBase_code is a wrapper for InsetBase::Code.
  *  It can be forward-declared and passed as a function argument without
- *  having to expose inset.h.
+ *  having to expose Inset.h.
  */
 class InsetBase_code {
        InsetBase::Code val_;
index 64bdb67c2c18bbb96f40a34a203167e4449f7a19..8bc297ccdcc1d2e90ce849d214448db9c1e64f4e 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetbase.C
+ * \file InsetBase.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "insetbase.h"
+#include "InsetBase.h"
 
 #include "buffer.h"
 #include "coordcache.h"
index 09990a217a52890a663f163cb5f14b99af1db5e3..6a88a728b354a34c0e219e037944ae2e15ef194a 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetbase.h
+ * \file InsetBase.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 0de266a2a710f8c8a11c41a3e3ebb6a02743317a..bab36181fb51286f70afa74189a7906de9d1db8d 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetbibitem.C
+ * \file InsetBibitem.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "insetbibitem.h"
+#include "InsetBibitem.h"
 
 #include "buffer.h"
 #include "BufferView.h"
index 32f4574c22431878f977160d2cd912ababff8bd8..6c9e32f909bbe9e1a54c6a78b428736577eea688 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetbibitem.h
+ * \file InsetBibitem.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,7 +13,7 @@
 #define INSET_BIBITEM_H
 
 
-#include "insetcommand.h"
+#include "InsetCommand.h"
 
 
 namespace lyx {
index 883ee25a460b64fa53d635190330883ac1b08c1a..3eb2b99414a0780f52b5c09015b95ac547b68e0f 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetbibtex.C
+ * \file InsetBibtex.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "insetbibtex.h"
+#include "InsetBibtex.h"
 
 #include "buffer.h"
 #include "bufferparams.h"
index 3c461d73bb02d76936b632af361c4f0a4f98017d..59b61c5e82bfbf3526d29cffaf109f4efa30b6e8 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetbibtex.h
+ * \file InsetBibtex.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -14,7 +14,7 @@
 
 
 #include <vector>
-#include "insetcommand.h"
+#include "InsetCommand.h"
 
 #include "support/filename.h"
 
index 6e07db2cac7ef45c712d93b0eb10b0d2a07a0ffe..eae86d044070dd31e5f71832495f8d908f525f7a 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetbox.C
+ * \file InsetBox.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -12,7 +12,7 @@
 
 #include <config.h>
 
-#include "insetbox.h"
+#include "InsetBox.h"
 
 #include "BufferView.h"
 #include "cursor.h"
index 77f1d3354a72bc103a3f8c601bf68fd801583579..70b15215f7f79ad3e22d5cda5eb679f832cb11de 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetbox.h
+ * \file InsetBox.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,9 +13,9 @@
 #ifndef INSETBOX_H
 #define INSETBOX_H
 
-#include "insetcollapsable.h"
+#include "InsetCollapsable.h"
 #include "lyxlength.h"
-#include "mailinset.h"
+#include "MailInset.h"
 
 
 namespace lyx {
index 3c28c079c6eef8958169aa9422c62cb036c9163f..2f75ae312d379c9b764d7bbd6fa8eed8fbf2de49 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetbranch.C
+ * \file InsetBranch.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "insetbranch.h"
+#include "InsetBranch.h"
 
 #include "buffer.h"
 #include "bufferparams.h"
index a680772452f89d688edf0b9b343ec5424b79032a..c8e3c47c5177c5b03be168900cb1b86f69a5d3af 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetbranch.h
+ * \file InsetBranch.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -12,8 +12,8 @@
 #ifndef INSETBRANCH_H
 #define INSETBRANCH_H
 
-#include "insetcollapsable.h"
-#include "mailinset.h"
+#include "InsetCollapsable.h"
+#include "MailInset.h"
 
 
 namespace lyx {
index 8fcbcc498719642386eeab326a63294f8cf00e61..e719e9cbc217106d6bbe8b6b5c2d1c50bacb55c3 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetcaption.C
+ * \file InsetCaption.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,9 +10,9 @@
 
 #include <config.h>
 
-#include "insetcaption.h"
-#include "insetfloat.h"
-#include "insetwrap.h"
+#include "InsetCaption.h"
+#include "InsetFloat.h"
+#include "InsetWrap.h"
 
 #include "buffer.h"
 #include "bufferparams.h"
index 45adb74e8789a3c5d4ea64d5428f5b46be3774c9..5b40c4413339a769961d6c441a1789caf42fc64e 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetcaption.h
+ * \file InsetCaption.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -12,7 +12,7 @@
 #ifndef INSETCAPTION_H
 #define INSETCAPTION_H
 
-#include "insettext.h"
+#include "InsetText.h"
 #include "lyxtextclass.h"
 
 
index ed3566716b848319d6b22a36ae8e28bda515428d..d8eb17baa527bd01f24cd44984375ba321b032ad 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetcharstyle.C
+ * \file InsetCharStyle.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -12,7 +12,7 @@
 
 #include <config.h>
 
-#include "insetcharstyle.h"
+#include "InsetCharStyle.h"
 
 #include "buffer.h"
 #include "bufferparams.h"
index 5966a5de155eb343c35c74223d4a49845632b2e5..1bd423cf03b0a7263860ce07e7dbfa4f3cbda66c 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetcharstyle.h
+ * \file InsetCharStyle.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,7 +13,7 @@
 #ifndef INSETCHARSTYLE_H
 #define INSETCHARSTYLE_H
 
-#include "insetcollapsable.h"
+#include "InsetCollapsable.h"
 #include "lyxtextclass.h"
 
 
index f34b9023e7f2e7717327735dd0aed40c087a5b4c..df9704e538489c6319b5e194fca62c9d9801bdf0 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetcite.C
+ * \file InsetCite.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -11,7 +11,7 @@
 
 #include <config.h>
 
-#include "insetcite.h"
+#include "InsetCite.h"
 
 #include "buffer.h"
 #include "bufferparams.h"
index 36b083fdf2dd040835a9f3731ec20468fd18361f..8836c533521968ba6326a93bf409a81c5cfb87a5 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetcite.h
+ * \file InsetCite.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -14,7 +14,7 @@
 #define INSET_CITE_H
 
 
-#include "insetcommand.h"
+#include "InsetCommand.h"
 
 #include "frontends/controllers/biblio.h"
 
index 0c480765c7af010bc22a93af0a9ce36a13356b55..ef68f6847e34d9984446ac47e92fbd62d78fcc2c 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetcollapsable.C
+ * \file InsetCollapsable.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -12,7 +12,7 @@
 
 #include <config.h>
 
-#include "insetcollapsable.h"
+#include "InsetCollapsable.h"
 
 #include "buffer.h"
 #include "bufferparams.h"
index 5bc909ea621afe21d999b544ab56f2fd7bb4d5d9..d0fcb46df095131969d788eaffcea4e7761e6237 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetcollapsable.h
+ * \file InsetCollapsable.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -14,8 +14,8 @@
 #ifndef INSETCOLLAPSABLE_H
 #define INSETCOLLAPSABLE_H
 
-#include "inset.h"
-#include "insettext.h"
+#include "Inset.h"
+#include "InsetText.h"
 
 #include "box.h"
 #include "lyxfont.h"
index 359b4decd00cf2750021748570c113484062a02d..d3676497d9455a03f19c963965b3d43e51c23a43 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetcommand.C
+ * \file InsetCommand.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -11,7 +11,7 @@
 
 #include <config.h>
 
-#include "insetcommand.h"
+#include "InsetCommand.h"
 
 #include "BufferView.h"
 #include "dispatchresult.h"
index a691582ed7b1d07e23ffc4394a0cf64767d9b5ff..c849e0285e71a0ccd0f42a69fa5befba005e9457 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetcommand.h
+ * \file InsetCommand.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
 #ifndef INSET_LATEXCOMMAND_H
 #define INSET_LATEXCOMMAND_H
 
-#include "inset.h"
-#include "insetcommandparams.h"
-#include "render_button.h"
-#include "mailinset.h"
+#include "Inset.h"
+#include "InsetCommandParams.h"
+#include "RenderButton.h"
+#include "MailInset.h"
 #include "cursor.h"
 
 
index d96404f29e28aad60d856e464568eabdfb9615f0..24f2de9112227e1027ed03999f9379d9982e1a71 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetcommandparams.C
+ * \file InsetCommandParams.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -11,7 +11,7 @@
 
 #include <config.h>
 
-#include "insetcommandparams.h"
+#include "InsetCommandParams.h"
 
 #include "debug.h"
 #include "gettext.h"
index 0584020c5e6e750e63aa6ed0e3cdd24d196b6f09..c67360b57182a768cba3c7cf6aa201c798975e39 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetcommandparams.h
+ * \file InsetCommandParams.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 53926417e0ba4f313a4fe9235508f82d718acb06..336090a1fcea3beb2557ce875acf14ce792db0cd 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetenv.C
+ * \file InsetEnv.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "insetenv.h"
+#include "InsetEnv.h"
 
 #include "bufferparams.h"
 #include "gettext.h"
index 7104f3cb9d3f3c12c530de99a8bc4ab4d17f487c..d05d4d19d03816234bdd005907ac06d1bc7198a5 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetenv.h
+ * \file InsetEnv.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -12,7 +12,7 @@
 #ifndef INSETENVIRONMENT_H
 #define INSETENVIRONMENT_H
 
-#include "insettext.h"
+#include "InsetText.h"
 #include "lyxlayout_ptr_fwd.h"
 
 
index cb62a2579b4290e7b6236371c5609daa868d2191..d87fdc77e8400f03deace5291093992c8b8ac412 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetert.C
+ * \file InsetERT.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -11,7 +11,7 @@
 
 #include <config.h>
 
-#include "insetert.h"
+#include "InsetERT.h"
 
 #include "buffer.h"
 #include "bufferparams.h"
index a91330b72ba1f5481ddd55b4a51e304447339bac..e82fecdc2a2e5462dde75cecc80df20fb12897f3 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetert.h
+ * \file InsetERT.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,8 +13,8 @@
 #ifndef INSETERT_H
 #define INSETERT_H
 
-#include "insetcollapsable.h"
-#include "mailinset.h"
+#include "InsetCollapsable.h"
+#include "MailInset.h"
 
 
 namespace lyx {
index 588dabc39969747a563997b3ae28e1ad6b4a506a..f2be434e9ba9d4287342ef1b3a1af08dfa5f9cb7 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetexternal.C
+ * \file InsetExternal.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
 
 #include <config.h>
 
-#include "insetexternal.h"
+#include "InsetExternal.h"
 #include "insets/ExternalSupport.h"
 #include "insets/ExternalTemplate.h"
-#include "insets/render_button.h"
-#include "insets/render_graphic.h"
-#include "insets/render_preview.h"
+#include "insets/RenderButton.h"
+#include "insets/RenderGraphic.h"
+#include "insets/RenderPreview.h"
 
 #include "buffer.h"
 #include "cursor.h"
index 5ad4c1240e76e263e94d1896b8e8ef9ddc113421..783e5e46a6573585916e8e86bf8907682e1a99b0 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetexternal.h
+ * \file InsetExternal.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -12,7 +12,7 @@
 #ifndef INSET_EXTERNAL_H
 #define INSET_EXTERNAL_H
 
-#include "inset.h"
+#include "Inset.h"
 #include "ExternalTransforms.h"
 
 #include "support/filename.h"
@@ -21,7 +21,7 @@
 #include <boost/scoped_ptr.hpp>
 #include <boost/signals/trackable.hpp>
 
-#include "mailinset.h"
+#include "MailInset.h"
 
 
 /** No two InsetExternalParams variables can have the same temporary file.
index b4be20c9989978852d4e86f21852d87a7022f8bc..74c08f770e3d4f5a3d7e387dbff7ed2e17d7ab41 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetfloat.C
+ * \file InsetFloat.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -11,7 +11,7 @@
 
 #include <config.h>
 
-#include "insetfloat.h"
+#include "InsetFloat.h"
 
 #include "buffer.h"
 #include "bufferparams.h"
index 34f633c38a3061fa7a1dd418a47e27f53bacea16..1ed9cba01437c158f4dfc419efc69c5c4505390b 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetfloat.h
+ * \file InsetFloat.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,8 +13,8 @@
 #ifndef INSETFLOAT_H
 #define INSETFLOAT_H
 
-#include "insetcollapsable.h"
-#include "mailinset.h"
+#include "InsetCollapsable.h"
+#include "MailInset.h"
 
 
 namespace lyx {
index a5d9ae19690f9ce28583eaed1df7e8467bbcd752..e437f13575efbf2529002dc894ff39b26ecdc493 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetfloatlist.C
+ * \file InsetFloatList.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "insetfloatlist.h"
+#include "InsetFloatList.h"
 
 #include "buffer.h"
 #include "bufferparams.h"
index 7d9a2360405147703cf3de1a3ab249033ca7f249..5e814726a38a4d6eee3ac40b1aa4a693c7579faa 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetfloatlist.h
+ * \file InsetFloatList.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,7 +13,7 @@
 #define INSET_FLOATLIST_H
 
 
-#include "insetcommand.h"
+#include "InsetCommand.h"
 
 
 namespace lyx {
index 9b698b2ff8b66cac521ba5ab1b95f94b795d38cd..59c1de30f07cfd20e462b79f668f8cb01ec2853e 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetfoot.C
+ * \file InsetFoot.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -11,7 +11,7 @@
 
 #include <config.h>
 
-#include "insetfoot.h"
+#include "InsetFoot.h"
 
 #include "gettext.h"
 // the following are needed just to get the layout of the enclosing
index b74ea35fb08ace47ae25f1627d06a8ade5f502ab..dddba1f1159c7f7b7352e2ae67dc4077dfe67140 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetfoot.h
+ * \file InsetFoot.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,7 +13,7 @@
 #ifndef INSETFOOT_H
 #define INSETFOOT_H
 
-#include "insetfootlike.h"
+#include "InsetFootlike.h"
 
 
 namespace lyx {
index 8aef1d25bdb2fb26e1323ffe8dca305ee40dbecd..954081b57160985a4f64a27f55af0361f396c281 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetfootlike.C
+ * \file InsetFootlike.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "insetfootlike.h"
+#include "InsetFootlike.h"
 
 #include "buffer.h"
 #include "BufferView.h"
index 09e24ba4205503b8d9593bf3385ce5db8232f0a8..bc1ce1ab9185f0c4f3112983b87af5ce46f546ea 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetfootlike.h
+ * \file InsetFootlike.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -12,7 +12,7 @@
 #ifndef INSETFOOTLIKE_H
 #define INSETFOOTLIKE_H
 
-#include "insetcollapsable.h"
+#include "InsetCollapsable.h"
 
 
 namespace lyx {
index beac36cdcf40a697859cf97c677ef6a2b1c62528..0b0e9dc533d26110414f41af6b743cd06a2978b0 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetgraphics.C
+ * \file InsetGraphics.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -49,8 +49,8 @@ TODO
 
 #include <config.h>
 
-#include "insets/insetgraphics.h"
-#include "insets/render_graphic.h"
+#include "insets/InsetGraphics.h"
+#include "insets/RenderGraphic.h"
 
 #include "buffer.h"
 #include "BufferView.h"
index 49811a2da629ff4b140694031144e0261246d209..478d0ad5f1ad5c31aaedb5816d6a33d4dfc79380 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetgraphics.h
+ * \file InsetGraphics.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,9 +13,9 @@
 #ifndef INSET_GRAPHICS_H
 #define INSET_GRAPHICS_H
 
-#include "inset.h"
-#include "insetgraphicsParams.h"
-#include "mailinset.h"
+#include "Inset.h"
+#include "InsetGraphicsParams.h"
+#include "MailInset.h"
 
 #include <boost/scoped_ptr.hpp>
 #include <boost/signals/trackable.hpp>
index 0cb1d2c1d399151b4d18b54bcfa256ea40b074f0..c75872522f8e6dd1bd531268979aa4974b6dbd46 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetgraphicsParams.C
+ * \file InsetGraphicsParams.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -11,7 +11,7 @@
 
 #include <config.h>
 
-#include "insetgraphicsParams.h"
+#include "InsetGraphicsParams.h"
 
 #include "debug.h"
 #include "lyx_main.h" // for use_gui
index 8b2a62842401af1d53257c5e14a5e0a67ad43282..2f4ca6e57eb3a287ebc13e2c572e985cd41f2d15 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetgraphicsParams.h
+ * \file InsetGraphicsParams.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index defc3c011bdb2a1026fe4be825bbc8bbc11bb725..c2e386d4589e379af462aa6c6f9f5809dafd191c 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insethfill.C
+ * \file InsetHFill.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "insethfill.h"
+#include "InsetHFill.h"
 #include "gettext.h"
 
 #include "support/std_ostream.h"
index 04e46e2d6572e92d4a8ed741af702c39eae7ebba..a1d777b70685857c739410fd9ceb71648d38bad7 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insethfill.h
+ * \file InsetHFill.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,7 +13,7 @@
 #define INSET_HFILL_H
 
 
-#include "insetcommand.h"
+#include "InsetCommand.h"
 
 
 namespace lyx {
index 213cb3ad63077f1715306de8678f06299e3db5c8..42fd20a70667c783f62a4fe920b287525ccfa432 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetinclude.C
+ * \file InsetInclude.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "insetinclude.h"
+#include "InsetInclude.h"
 
 #include "buffer.h"
 #include "buffer_funcs.h"
@@ -38,7 +38,7 @@
 #include "graphics/PreviewImage.h"
 #include "graphics/PreviewLoader.h"
 
-#include "insets/render_preview.h"
+#include "insets/RenderPreview.h"
 
 #include "support/filetools.h"
 #include "support/lstrings.h" // contains
index 8267e1b6cd248ecdd914e5c4a187a01b0b92160b..f260f0dcbb4497ef147b180f95df95f537a3307a 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetinclude.h
+ * \file InsetInclude.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
 #ifndef INSET_INCLUDE_H
 #define INSET_INCLUDE_H
 
-#include "inset.h"
-#include "insetcommandparams.h"
-#include "render_button.h"
-#include "mailinset.h"
+#include "Inset.h"
+#include "InsetCommandParams.h"
+#include "RenderButton.h"
+#include "MailInset.h"
 
 #include "support/filename.h"
 
index c175cf1ffd14cb5e05d7aafff22049ef7542ac57..846aae07db4b0f34c7db56e1f862d13a6a28cdcc 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetindex.C
+ * \file InsetIndex.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -9,7 +9,7 @@
  */
 #include <config.h>
 
-#include "insetindex.h"
+#include "InsetIndex.h"
 
 #include "dispatchresult.h"
 #include "funcrequest.h"
index 638825412cce397fb9d05c75d51952896eddf3c6..9a60c5d757e4ad3e3430ac49a555474f11d9c94c 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetindex.h
+ * \file InsetIndex.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,7 +13,7 @@
 #define INSET_INDEX_H
 
 
-#include "insetcommand.h"
+#include "InsetCommand.h"
 
 
 namespace lyx {
index bdac8f43a1ed6eb7c3897cfb451a670bce4c4cb7..d1ad08336ceb9fbc1d62ca37efb114c4ed67416e 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetlabel.C
+ * \file InsetLabel.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "insetlabel.h"
+#include "InsetLabel.h"
 
 #include "buffer.h"
 #include "BufferView.h"
index f02117cbde74fa16a850ba88cc673d17aa170c60..ba1fe4a533019badc817ac015211620e6e3acc87 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetlabel.h
+ * \file InsetLabel.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -12,7 +12,7 @@
 #ifndef INSET_LABEL_H
 #define INSET_LABEL_H
 
-#include "insetcommand.h"
+#include "InsetCommand.h"
 
 
 namespace lyx {
index de2b9996a17f342f1da8871eaadaa6df49667ff2..f01a720b0f97ceb3eeb2bc729a8868ee06ebee14 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetline.C
+ * \file InsetLine.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "insetline.h"
+#include "InsetLine.h"
 
 #include "debug.h"
 #include "LColor.h"
index a383b3f0d231ed4144210b82ab8b539f777bcf0e..ec57739c6c23581f2ca4d9b15d26d77f7ca0eeaa 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetline.h
+ * \file InsetLine.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,7 +13,7 @@
 #define INSET_LINE_H
 
 
-#include "inset.h"
+#include "Inset.h"
 
 
 namespace lyx {
index 160d8b6d2c08d7fe6a1be003557cf491795fd58d..87492b4de767ec3f61915e35daa0b5c70e7986b9 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetmarginal.C
+ * \file InsetMarginal.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -11,7 +11,7 @@
 
 #include <config.h>
 
-#include "insetmarginal.h"
+#include "InsetMarginal.h"
 
 #include "gettext.h"
 #include "paragraph.h"
index e4331b9faad63807c414bdf62c5cbb8800384f54..6fce74306a17369571aa75f2535221054cb03cf6 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetmarginal.h
+ * \file InsetMarginal.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -14,7 +14,7 @@
 #define INSETMARGINAL_H
 
 
-#include "insetfootlike.h"
+#include "InsetFootlike.h"
 
 
 namespace lyx {
index 320570f94d9d446c095df73ae31d9b0b9b9d9835..0bba9e2a5d3f2c623b2d6860dc37353c3ab0c036 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetnewline.C
+ * \file InsetNewline.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "insetnewline.h"
+#include "InsetNewline.h"
 
 #include "debug.h"
 #include "LColor.h"
index d0b76b94caa421aad7e6c91d60dfb4a09a04bea7..adf37d4aa39d944db352a3665051389867dc94fa 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetnewline.h
+ * \file InsetNewline.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,7 +13,7 @@
 #define INSET_NEWLINE_H
 
 
-#include "inset.h"
+#include "Inset.h"
 
 
 namespace lyx {
index 767ff22e53a95735454f65f0fbe72e833836d5bf..8c733897e8aff303b2da9dab72eba8d94eb74822 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetnomencl.C
+ * \file InsetNomencl.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,8 +10,8 @@
  */
 #include <config.h>
 
-#include "insetnomencl.h"
-#include "insetnote.h"
+#include "InsetNomencl.h"
+#include "InsetNote.h"
 
 #include "buffer.h"
 #include "dispatchresult.h"
index 093d199223582a8e7414e55df870ca0194a84890..db09d608295ca43c2b9080f40ddf22e045515e60 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetnomencl.h
+ * \file InsetNomencl.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -14,7 +14,7 @@
 #define INSET_NOMENCL_H
 
 
-#include "insetcommand.h"
+#include "InsetCommand.h"
 
 
 namespace lyx {
index f2cfd7477966dece99e1a613001372fde1c7dc42..f643ce8c37276f64b3b5fa4a0352f450fcc7dc1c 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetnote.C
+ * \file InsetNote.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -12,7 +12,7 @@
 
 #include <config.h>
 
-#include "insetnote.h"
+#include "InsetNote.h"
 
 #include "BufferView.h"
 #include "cursor.h"
index f241725a667fcb2fb6cc53856a58bfdad4423976..45e2347a27c7de1a37b55ee489053820a66321d2 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetnote.h
+ * \file InsetNote.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -12,8 +12,8 @@
 #ifndef INSETNOTE_H
 #define INSETNOTE_H
 
-#include "insetcollapsable.h"
-#include "mailinset.h"
+#include "InsetCollapsable.h"
+#include "MailInset.h"
 
 
 namespace lyx {
index d1ee34b50d29b102c861f840846e2e343dffe30d..40e155ead67a24984796db3dc4307b3d572862fa 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetoptarg.C
+ * \file InsetOptArg.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "insetoptarg.h"
+#include "InsetOptArg.h"
 
 #include "debug.h"
 #include "gettext.h"
index 0c6e163a66a68ca2a272d712adde27b9c8722a44..d12eb75a9c026c5ec05778074fb8c1693c228ad8 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetoptarg.h
+ * \file InsetOptArg.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,7 +13,7 @@
 #define INSETOPTARG_H
 
 
-#include "insetcollapsable.h"
+#include "InsetCollapsable.h"
 
 
 namespace lyx {
index c8a1ddeab1afc37be7667ac1b99bc5e56236a0d4..f606e1fd31b3159d17d7f806ab8155782a8b4cb2 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetpagebreak.C
+ * \file InsetPageBreak.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "insetpagebreak.h"
+#include "InsetPageBreak.h"
 
 #include "debug.h"
 #include "gettext.h"
index 758e6f229223e4030fddb44e1b70b17980118c2e..24d22400340567a1f8b624e8e07aca6df0c4ccde 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetpagebreak.h
+ * \file InsetPageBreak.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,7 +13,7 @@
 #define INSET_PAGEBREAK_H
 
 
-#include "inset.h"
+#include "Inset.h"
 #include "gettext.h"
 
 
index 779b78d9e48f6bf13a7aa2cf737b96329ee40667..82be45c29468092ae9a9ff7d2285f03f7eb2f077 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetquotes.C
+ * \file InsetQuotes.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "insetquotes.h"
+#include "InsetQuotes.h"
 
 #include "buffer.h"
 #include "bufferparams.h"
index cbd2f5dcbfcdff84687a51709ca9e19eb23e4f85..9d52b0b945da41f6658a84fd921d83fcb5c8baa4 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetquotes.h
+ * \file InsetQuotes.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,7 +13,7 @@
 #define INSET_QUOTES_H
 
 
-#include "inset.h"
+#include "Inset.h"
 
 #include "support/types.h"
 
index 85dca1c86529ab7fdf0bfa45524a34ee86ee0f8f..92db373c227af048b8e49e2f46192d7104124100 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetref.C
+ * \file InsetRef.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -9,7 +9,7 @@
  */
 #include <config.h>
 
-#include "insetref.h"
+#include "InsetRef.h"
 
 #include "buffer.h"
 #include "cursor.h"
index a616a08e28a95403b517956897c9cdb45951901c..3d2e5c4a23f2679098093824d0e4ac3e6ee6d5c4 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetref.h
+ * \file InsetRef.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -12,7 +12,7 @@
 #ifndef INSET_REF_H
 #define INSET_REF_H
 
-#include "insetcommand.h"
+#include "InsetCommand.h"
 
 
 namespace lyx {
index 343133c0fe9571309ad60e92c44d43b318996bd6..aeb3dd697ed3cca8ebd80833e6eb265ea8594a0b 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetspace.C
+ * \file InsetSpace.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,7 +13,7 @@
 
 #include <config.h>
 
-#include "insetspace.h"
+#include "InsetSpace.h"
 
 #include "debug.h"
 #include "LColor.h"
index b8bd4383012405e42a1184bcb3e174b3c741310d..200996051bf1bbd58311cc197164115d7b7f687c 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetspace.h
+ * \file InsetSpace.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -16,7 +16,7 @@
 #define INSET_SPACE_H
 
 
-#include "inset.h"
+#include "Inset.h"
 
 
 namespace lyx {
index 98f07bcae0e4cdb951838ef83575a34276fbf9a4..361554628d0bf0140ad0cea33e9443886782bbd8 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetspecialchar.C
+ * \file InsetSpecialChar.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -12,7 +12,7 @@
 
 #include <config.h>
 
-#include "insetspecialchar.h"
+#include "InsetSpecialChar.h"
 
 #include "debug.h"
 #include "LaTeXFeatures.h"
index 91655f3cf9b6db5d236a19e6b6e1483444beafb9..967df46a9d0762c39bd81c393ce1e35aaea82f8d 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetspecialchar.h
+ * \file InsetSpecialChar.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -15,7 +15,7 @@
 #define INSET_SPECIALCHAR_H
 
 
-#include "inset.h"
+#include "Inset.h"
 
 
 namespace lyx {
index 89a307d9e5af3d1c2ad3bcd67ee455055838c0ab..c1b140534c9b66715cc29d1ef465b5635a8d0308 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insettabular.C
+ * \file InsetTabular.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "insettabular.h"
+#include "InsetTabular.h"
 
 #include "buffer.h"
 #include "bufferparams.h"
index 967838573272ea2b62dda2165837b3dcf626eb45..537043b05bc48cd786573bb63b2d796f8e8b4d23 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insettabular.h
+ * \file InsetTabular.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -32,9 +32,9 @@
 #ifndef INSETTABULAR_H
 #define INSETTABULAR_H
 
-#include "inset.h"
+#include "Inset.h"
 #include "tabular.h"
-#include "mailinset.h"
+#include "MailInset.h"
 
 namespace lyx {
 
index a782cc56f53775d01e80dda54da0ce27fc52dc2c..e54771a6560e7bbf33c476cb1b45fb9801d3f229 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insettext.C
+ * \file InsetText.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,8 +10,8 @@
 
 #include <config.h>
 
-#include "insettext.h"
-#include "insetnewline.h"
+#include "InsetText.h"
+#include "InsetNewline.h"
 
 #include "buffer.h"
 #include "bufferparams.h"
index 3b21200f3dfecd2387e8004f227bf51ab27f265b..48c72a85f200e1aa67d7dc0c1c5ce2a8ec832520 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insettext.h
+ * \file InsetText.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -12,7 +12,7 @@
 #ifndef INSETTEXT_H
 #define INSETTEXT_H
 
-#include "inset.h"
+#include "Inset.h"
 #include "RowList_fwd.h"
 #include "lyxfont.h"
 #include "lyxtext.h"
index 4273ffecf65e073fa74eccfabdf872efcd66b21f..dddd660a1176fd98fe8e709db4534740dbb086c5 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insettheorem.C
+ * \file InsetTheorem.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,8 +10,8 @@
 
 #include <config.h>
 
-#include "insettheorem.h"
-#include "insets/insettext.h"
+#include "InsetTheorem.h"
+#include "insets/InsetText.h"
 
 #include "debug.h"
 #include "gettext.h"
index 2e1d8d59b11c2f3d54ba7d859442e05802ca7b30..e125f70f668b5ae1c24cab071f12f479a513a2b3 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insettheorem.h
+ * \file InsetTheorem.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,7 +13,7 @@
 #define InsetTheorem_H
 
 
-#include "insetcollapsable.h"
+#include "InsetCollapsable.h"
 
 
 namespace lyx {
index bf4268674d5a0e1422b3fc274e1309c5f5e65546..bb4367ed0c80d351ee1cd9144a171d2dab5d37a7 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insettoc.C
+ * \file InsetTOC.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "insettoc.h"
+#include "InsetTOC.h"
 
 #include "buffer.h"
 #include "dispatchresult.h"
index 81b135c9b1579fb317ac5ca9835401f76a25d3bd..334a0a33e0e31438b2db7f49b26674516ff11eea 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insettoc.h
+ * \file InsetTOC.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -12,7 +12,7 @@
 #ifndef INSET_TOC_H
 #define INSET_TOC_H
 
-#include "insetcommand.h"
+#include "InsetCommand.h"
 
 
 namespace lyx {
index eb67e6e11775676ceec5706b602e2a0364651c58..8ad3a7ea2e9ad13d628710665e8c0a475c8923f4 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file inseturl.C
+ * \file InsetUrl.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "inseturl.h"
+#include "InsetUrl.h"
 
 #include "dispatchresult.h"
 #include "funcrequest.h"
index 42093064599c0c608a1a0f8bd6fd44f1944136f4..f60b11cf393f59601f9c52ab7b25a653cfff6054 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file inseturl.h
+ * \file InsetUrl.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,7 +13,7 @@
 #define INSET_URL_H
 
 
-#include "insetcommand.h"
+#include "InsetCommand.h"
 
 
 namespace lyx {
index 72e152d0181c33847f7901cda5148fcb2c62e231..95b8b70b4caa37f78aa0e565c744828e1fab7201 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetvspace.C
+ * \file InsetVSpace.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -11,7 +11,7 @@
 
 #include <config.h>
 
-#include "insetvspace.h"
+#include "InsetVSpace.h"
 
 #include "buffer.h"
 #include "cursor.h"
index abe49948094ac7bb7f3a76e06301c7491fc11dda..12c6f123358e215ebd1c4378651dabc63732085f 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetvspace.h
+ * \file InsetVSpace.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,9 +13,9 @@
 #define INSET_VSPACE_H
 
 
-#include "inset.h"
+#include "Inset.h"
 #include "vspace.h"
-#include "mailinset.h"
+#include "MailInset.h"
 
 
 namespace lyx {
index 8bfec5a9101658d183d5e54b79297deff67ccdf5..d15adbf3ec70ab33dd372d0dfdfd48f1e4c337d6 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file insetwrap.C
+ * \file InsetWrap.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "insetwrap.h"
+#include "InsetWrap.h"
 
 #include "buffer.h"
 #include "bufferparams.h"
index 3a6f8b3b8d445a85c8cfdba2513435a0fdd2936f..9bf84475e35da40e94eae91042d65eb9b8ec4761 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file insetwrap.h
+ * \file InsetWrap.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -12,9 +12,9 @@
 #ifndef INSETWRAP_H
 #define INSETWRAP_H
 
-#include "insetcollapsable.h"
+#include "InsetCollapsable.h"
 #include "lyxlength.h"
-#include "mailinset.h"
+#include "MailInset.h"
 
 
 namespace lyx {
index 22db2e8171c1520ce17cd5e161cf6e92b9e011de..964228a9237b089474dd621399234cea210b0b17 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file mailinset.C
+ * \file MailInset.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "mailinset.h"
+#include "MailInset.h"
 
 #include "BufferView.h"
 #include "debug.h"
index 3d4459b92b01698dcc777cd2fe54d8c693e63db7..f19249b22f712cc22b053e6c12c79ab5712d0ef4 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file mailinset.h
+ * \file MailInset.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index d04e6b08bcf7880f87e2ee5ea1ecd7e2814953af..c8f624adfe335e2594b23bfb0e228497167827da 100644 (file)
@@ -1,6 +1,6 @@
 #include <config.h>
 
-#include "insetbase.h"
+#include "InsetBase.h"
 
 #include <boost/any.hpp>
 #include <boost/assert.hpp>
index 4aea45469824baed9111d9234950b178da082edf..28876e45f5e586de30f67bd314c0ba4aace8bec0 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file render_base.h
+ * \file RenderBase.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -9,8 +9,8 @@
  * Full author contact details are available in file CREDITS.
  */
 
-#ifndef RENDER_BASE_H
-#define RENDER_BASE_H
+#ifndef RENDERBASE_H
+#define RENDERBASE_H
 
 #include "dimension.h"
 
@@ -64,4 +64,4 @@ protected:
 
 } // namespace lyx
 
-#endif // NOT RENDER_BASE_H
+#endif // NOT RENDERBASE_H
index a20b378a90b40bfde461000483d1cd8b59705233..efcc1e7a4236757be976f49c3489fb08fa9b361f 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file render_button.C
+ * \file RenderButton.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "render_button.h"
+#include "RenderButton.h"
 
 #include "LColor.h"
 #include "metricsinfo.h"
index 244180431b0a95459278f808afcf021a99289905..a828054c821a8819fb927afde2ab600f38464a63 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file render_button.h
+ * \file RenderButton.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -9,10 +9,10 @@
  * Full author contact details are available in file CREDITS.
  */
 
-#ifndef RENDER_BUTTON_H
-#define RENDER_BUTTON_H
+#ifndef RENDERBUTTON_H
+#define RENDERBUTTON_H
 
-#include "render_base.h"
+#include "RenderBase.h"
 #include "box.h"
 #include "support/docstring.h"
 
@@ -53,4 +53,4 @@ private:
 
 } // namespace lyx
 
-#endif // NOT RENDER_BUTTON_H
+#endif // NOT RENDERBUTTON_H
index 513b602d181edb1f71eb93852ac3996e32cf52f8..c30a0741ce9c96cdf49b918db53e1989512979fa 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file render_graphic.C
+ * \file RenderGraphic.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,9 +10,9 @@
 
 #include <config.h>
 
-#include "render_graphic.h"
+#include "RenderGraphic.h"
 
-#include "insets/inset.h"
+#include "insets/Inset.h"
 
 #include "gettext.h"
 #include "LColor.h"
index 182e02f2d35181367e4aa60932223becb054ab2b..0d0727b3b31001eb955c59fd7bcac4980e12fa6f 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file render_graphic.h
+ * \file RenderGraphic.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -9,10 +9,10 @@
  * Full author contact details are available in file CREDITS.
  */
 
-#ifndef RENDER_GRAPHIC_H
-#define RENDER_GRAPHIC_H
+#ifndef RENDERGRAPHIC_H
+#define RENDERGRAPHIC_H
 
-#include "render_base.h"
+#include "RenderBase.h"
 
 #include "graphics/GraphicsLoader.h"
 #include "graphics/GraphicsParams.h"
@@ -52,4 +52,4 @@ private:
 
 } // namespace lyx
 
-#endif // NOT RENDER_GRAPHIC_H
+#endif // NOT RENDERGRAPHIC_H
index 5badea260db3690bd1119f9f68fb81e19a8ced4d..54c0f7d7c4a2447de6e72a7c1ebe0f9ebd2a3295 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file render_preview.C
+ * \file RenderPreview.cpp
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,8 +10,8 @@
 
 #include <config.h>
 
-#include "insets/render_preview.h"
-#include "insets/inset.h"
+#include "insets/RenderPreview.h"
+#include "insets/Inset.h"
 
 #include "BufferView.h"
 #include "dimension.h"
index 52bb7ffe0489234ceb62e5024824fcc91665360e..dc0a7232822399d157459f3be7489aa224d0f4b0 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file render_preview.h
+ * \file RenderPreview.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
  * methods. The Inset would own an instance of this daughter class.
  */
 
-#ifndef RENDER_PREVIEW_H
-#define RENDER_PREVIEW_H
+#ifndef RENDERPREVIEW_H
+#define RENDERPREVIEW_H
 
-#include "render_base.h"
+#include "RenderBase.h"
 
 #include "support/FileMonitor.h"
 #include "support/docstring.h"
index 7a05ca4325cf0b745aa596d74f354dac812ed34c..0f6588ebe99c95314fa6e0334ed41f2ec4531473 100644 (file)
 #include "ParagraphParameters.h"
 #include "undo.h"
 
-#include "insets/insetbox.h"
-#include "insets/insetbranch.h"
-#include "insets/insetcommand.h"
-#include "insets/insetert.h"
-#include "insets/insetexternal.h"
-#include "insets/insetfloat.h"
-#include "insets/insetgraphics.h"
-#include "insets/insetinclude.h"
-#include "insets/insetnote.h"
-#include "insets/insettabular.h"
-#include "insets/insetvspace.h"
-#include "insets/insetwrap.h"
+#include "insets/InsetBox.h"
+#include "insets/InsetBranch.h"
+#include "insets/InsetCommand.h"
+#include "insets/InsetERT.h"
+#include "insets/InsetExternal.h"
+#include "insets/InsetFloat.h"
+#include "insets/InsetGraphics.h"
+#include "insets/InsetInclude.h"
+#include "insets/InsetNote.h"
+#include "insets/InsetTabular.h"
+#include "insets/InsetVSpace.h"
+#include "insets/InsetWrap.h"
 
 #include "frontends/Application.h"
 #include "frontends/Alert.h"
index 6602d98b9caaf8f4ed946ab7eb948a39f5aca571..8e6988aadd36602f6d427064436a62729ebb72cd 100644 (file)
@@ -15,7 +15,7 @@
 
 #include "MathData.h"
 
-#include "insets/insetbase.h"
+#include "insets/InsetBase.h"
 
 
 namespace lyx {
index e2a114304d15284f0f76d716e457343276c26075..d469f1e08e7ed23fc927cb8c8c97727936e5522a 100644 (file)
@@ -15,7 +15,7 @@
 
 #include "InsetMathNest.h"
 
-#include "insets/render_button.h"
+#include "insets/RenderButton.h"
 
 
 namespace lyx {
index 23f0f6d70d78e2fc5f0dc0a613cdba99f0bde910..d88ebde29425e3280101322d0c64698644450679 100644 (file)
@@ -28,7 +28,7 @@
 #include "frontends/Clipboard.h"
 #include "frontends/Painter.h"
 
-#include "insets/mailinset.h"
+#include "insets/MailInset.h"
 
 #include "support/lstrings.h"
 
index 60f622b0eb8b5d973a1a4ec2cd2d90dab46b1628..0b91b78d4742fea70fccbe2b90512c468dc7b3de 100644 (file)
@@ -46,8 +46,8 @@
 #include "TextPainter.h"
 #include "undo.h"
 
-#include "insets/render_preview.h"
-#include "insets/insetlabel.h"
+#include "insets/RenderPreview.h"
+#include "insets/InsetLabel.h"
 
 #include "graphics/PreviewImage.h"
 #include "graphics/PreviewLoader.h"
index 63afad169a3f35fd38cad6e4d6ead0cb521e20c4..3b522fee9c0d226a18754c79dd0703f35523c11b 100644 (file)
@@ -26,7 +26,7 @@
 #include "outputparams.h"
 #include "sgml.h"
 
-#include "insets/insetcommand.h"
+#include "insets/InsetCommand.h"
 
 
 namespace lyx {
index 62bcef30db3a579a06823e195289936c7e915c2c..1d22a70cc137cdb547382f3531b48f2ba4992086 100644 (file)
@@ -56,7 +56,7 @@
 
 #include "debug.h"
 
-#include "insets/insetcommand.h"
+#include "insets/InsetCommand.h"
 
 #include "support/filetools.h" // LibFileSearch
 #include "support/lstrings.h"
index 2778dde86e67a77fc57fe57bb959ead634675c51..233fd42ef400ffee49cbae3ecaf08683ebdacd5e 100644 (file)
@@ -25,7 +25,7 @@
 #include "ParagraphParameters.h"
 #include "sgml.h"
 
-#include "insets/insetcommand.h"
+#include "insets/InsetCommand.h"
 
 #include "support/lstrings.h"
 #include "support/lyxlib.h"
index f1f43f48a596a728cfc0804f38f22686c0f924f1..0c8a07cbb24c403f5dc161a983cad24915dc75ee 100644 (file)
@@ -25,8 +25,8 @@
 #include "texrow.h"
 #include "vspace.h"
 
-#include "insets/insetbibitem.h"
-#include "insets/insetoptarg.h"
+#include "insets/InsetBibitem.h"
+#include "insets/InsetOptArg.h"
 
 #include "support/lstrings.h"
 
index ea5ab786842b01cb96bead2c746589f2aa7f4580..6cf4e2380a34f16bf5c9931c99c282a31c7387ba 100644 (file)
@@ -44,8 +44,8 @@
 
 #include "frontends/FontMetrics.h"
 
-#include "insets/insetbibitem.h"
-#include "insets/insetoptarg.h"
+#include "insets/InsetBibitem.h"
+#include "insets/InsetOptArg.h"
 
 #include "support/lstrings.h"
 #include "support/textutils.h"
index 0e23ea727ed91b076f213b70dece0718f56c2c2b..5d1658c7d0ef5e20aa5c8d36dc00e12248c5f6ea 100644 (file)
@@ -22,7 +22,7 @@
 #include "lyxlayout_ptr_fwd.h"
 #include "RowList_fwd.h"
 
-#include "insets/insetbase.h" // only for InsetBase::Code
+#include "insets/InsetBase.h" // only for InsetBase::Code
 
 
 namespace lyx {
index 90a3a82b2f12bf232878d1a2e7da94eb02aaf3ff..ee5e07fd998c625df0a19dd211a0f711cc8b77dd 100644 (file)
@@ -15,7 +15,7 @@
 #include "paragraph.h"
 #include "lyxtext.h"
 
-#include "insets/inset.h"
+#include "insets/Inset.h"
 
 
 namespace lyx {
index 8181a7a306c9ed949911e514a4b6c54b5d70a822..f6b572e7e76b72bc7d9286bf7a710ceff43f03a1 100644 (file)
@@ -36,7 +36,7 @@
 #include "frontends/FontMetrics.h"
 #include "frontends/Painter.h"
 
-#include "insets/insettext.h"
+#include "insets/InsetText.h"
 
 #include "support/textutils.h"
 
@@ -176,7 +176,7 @@ void RowPainter::paintInset(pos_type const pos, LyXFont const & font)
        BOOST_ASSERT(inset);
        PainterInfo pi(const_cast<BufferView *>(&bv_), pain_);
        // FIXME: We should always use font, see documentation of
-       // noFontChange() in insetbase.h.
+       // noFontChange() in InsetBase.h.
        pi.base.font = inset->noFontChange() ?
                bv_.buffer()->params().getFont() :
                font;
index 13873a5bfa06c35d0278b6fa73e54aee8628f443..bf6c16618fb7d8ed91b5a819db63f44a37945ea6 100644 (file)
@@ -30,7 +30,7 @@
 #include "paragraph.h"
 #include "paragraph_funcs.h"
 
-#include "insets/insettabular.h"
+#include "insets/InsetTabular.h"
 
 #include "support/lstrings.h"
 #include "support/convert.h"
index b972d0aa3c7bc4b5330790c1e45e74048625bd95..d4604145111d948a43c80d00c59a6f247df27fe8 100644 (file)
@@ -16,7 +16,7 @@
 #define TABULAR_H
 
 #include "lyxlength.h"
-#include "insets/insettext.h"
+#include "insets/InsetText.h"
 
 #include <boost/shared_ptr.hpp>
 
index d2826eb0cdc9731ab09924d4e3dd4cec650598b1..3a0f2d273b6b34425b80fcd8defc296b63f7a5c5 100644 (file)
 #include "frontends/FontMetrics.h"
 #include "frontends/Painter.h"
 
-#include "insets/insettext.h"
-#include "insets/insetbibitem.h"
-#include "insets/insetcaption.h"
-#include "insets/insethfill.h"
-#include "insets/insetline.h"
-#include "insets/insetnewline.h"
-#include "insets/insetpagebreak.h"
-#include "insets/insetoptarg.h"
-#include "insets/insetspace.h"
-#include "insets/insetspecialchar.h"
-#include "insets/insettabular.h"
+#include "insets/InsetText.h"
+#include "insets/InsetBibitem.h"
+#include "insets/InsetCaption.h"
+#include "insets/InsetHFill.h"
+#include "insets/InsetLine.h"
+#include "insets/InsetNewline.h"
+#include "insets/InsetPageBreak.h"
+#include "insets/InsetOptArg.h"
+#include "insets/InsetSpace.h"
+#include "insets/InsetSpecialChar.h"
+#include "insets/InsetTabular.h"
 
 #include "support/lstrings.h"
 #include "support/textutils.h"
index d8a351fc3b281ee29f2c08dfd6536d910a4995cf..a570b387d498bc6d98110e482c25e1f2a57ad88a 100644 (file)
@@ -53,7 +53,7 @@
 
 #include "frontends/FontMetrics.h"
 
-#include "insets/insetenv.h"
+#include "insets/InsetEnv.h"
 
 #include "mathed/InsetMathHull.h"
 
index 8cb97ba60714f00fca1954526b2495fb90c34129..b94a12a2f64c0e1841477e05adb96c72b514053b 100644 (file)
 #include "frontends/Clipboard.h"
 #include "frontends/Selection.h"
 
-#include "insets/insetcommand.h"
-#include "insets/insetfloatlist.h"
-#include "insets/insetnewline.h"
-#include "insets/insetquotes.h"
-#include "insets/insetspecialchar.h"
-#include "insets/insettext.h"
+#include "insets/InsetCommand.h"
+#include "insets/InsetFloatList.h"
+#include "insets/InsetNewline.h"
+#include "insets/InsetQuotes.h"
+#include "insets/InsetSpecialChar.h"
+#include "insets/InsetText.h"
 
 #include "support/lstrings.h"
 #include "support/lyxlib.h"
index ed523a45ceb57cb36c70dfcc8d2b6b54f5c39431..24fc399541d5c520c348f0bc8c107b12e31b4bcb 100644 (file)
@@ -28,7 +28,7 @@
 #include "mathed/MathSupport.h"
 #include "mathed/MathData.h"
 
-#include "insets/inset.h"
+#include "insets/Inset.h"
 
 #include <algorithm>