Renaming of files in preparation for code style tools.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/14/head
Michele Calgaro 3 years ago
parent 2f2f921072
commit 65a9f54e10
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -36,7 +36,7 @@ rcdir = $(kde_datadir)/kbruch
rc_DATA = kbruchui.rc
messages: rc.cpp
LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
LIST=`find . -name \*.h -o -name \*.cpp`; \
if test -n "$$LIST"; then \
$(XGETTEXT) $$LIST -o $(podir)/kbruch.pot; \
fi

@ -7,7 +7,7 @@ messages:
$(EXTRACTRC) `find . -name *.rc` > rc.cpp
$(EXTRACTRC) `find . -name *.ui` >> rc.cpp
LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
LIST=`find . -name \*.h -o -name \*.cpp`; \
if test -n "$$LIST"; then \
$(XGETTEXT) $$LIST -o $(podir)/keduca.pot; \
fi

@ -31,7 +31,7 @@ rcdir = $(kde_datadir)/keduca
rc_DATA = keducabuilderui.rc
messages: rc.cpp
LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
LIST=`find . -name \*.h -o -name \*.cpp`; \
if test -n "$$LIST"; then \
$(XGETTEXT) $$LIST -o $(podir)/keduca.pot; \
fi

@ -24,7 +24,7 @@ rcdir = $(kde_datadir)/khangman
messages: rc.cpp
$(EXTRACTRC) *.ui *.rc > rc.cpp
LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
LIST=`find . -name \*.h -o -name \*.cpp`; \
if test -n "$$LIST"; then \
$(XGETTEXT) data.i18n $$LIST -o $(podir)/khangman.pot; \
fi

@ -234,7 +234,7 @@
2005-02-07 Maurizio Paolini <paolini@dmf.unicatt.it>
* Bug fix: new algorithm for calcPath in calcpath.cc; the
* Bug fix: new algorithm for calcPath in calcpath.cpp; the
previous had exponential complexity for some examples
2005-02-03 Dominique Devriese <devriese@kde.org>
@ -1052,7 +1052,7 @@
2004-02-14 Dominique Devriese <devriese@kde.org>
* Fix a bug waiting to pop up in construct_mode.cc, where you
* Fix a bug waiting to pop up in construct_mode.cpp, where you
select the same object twice.
* Add documentation about the locus and textlabel design to the
@ -1061,7 +1061,7 @@
2004-02-10 Dominique Devriese <devriese@kde.org>
* Fix a bug which caused Kig to crash on moving a text label by
removing a wrong assertion in objects/object_calcer.cc
removing a wrong assertion in objects/object_calcer.cpp
2004-02-09 Dominique Devriese <devriese@kde.org>
@ -1286,7 +1286,7 @@
2003-07-17 Dominique Devriese <devriese@kde.org>
* fix the "conversion from const char* to char*" problem in
python_scripter.cc. This introduces a small, harmless memory leak
python_scripter.cpp. This introduces a small, harmless memory leak
because of how the python libs work..
2003-07-16 Dominique Devriese <devriese@kde.org>

@ -31,7 +31,7 @@ holding data for other objects to use. Examples are StringImp,
IntImp, ConicImp etc.
There are a lot of ObjectImp's in Kig, most of them are in files
called *_imp.h and *_imp.cc or *_imp.cpp in the objects subdirectory.
called *_imp.h and *_imp.cpp in the objects subdirectory.
Examples are PointImp, LineImp, ConicImp, CircleImp, CubicImp,
AngleImp etc.

@ -41,7 +41,7 @@ messages: rc.cpp
cat "$$file" | grep '<UseText>' | sed -e 's/^ *<UseText>\([^<]*\)<\/UseText>/i18n( "\1" );/' | sed -e 's/&amp;/\&/g' >> rc.cpp; \
cat "$$file" | grep '<SelectStatement>' | sed -e 's/^ *<SelectStatement>\([^<]*\)<\/SelectStatement>/i18n( "\1" );/' | sed -e 's/&amp;/\&/g' >> rc.cpp; \
done
$(XGETTEXT) tips.cpp rc.cpp filters/*.h kig/*.h misc/*.h modes/*.h objects/*.h scripting/*.h */*.cc kig/*.cpp misc/*.cpp modes/*.cpp -o $(podir)/kig.pot
$(XGETTEXT) tips.cpp rc.cpp filters/*.h kig/*.h misc/*.h modes/*.h objects/*.h scripting/*.h */*.cpp kig/*.cpp misc/*.cpp modes/*.cpp -o $(podir)/kig.pot
$(XGETTEXT) tdefile/tdefile_drgeo.cpp tdefile/tdefile_drgeo.h -o $(podir)/tdefile_drgeo.pot
$(XGETTEXT) tdefile/tdefile_kig.cpp tdefile/tdefile_kig.h -o $(podir)/tdefile_kig.pot
@ -51,7 +51,7 @@ dummy.cpp:
touch dummy.cpp
TAGS:
find -name '*.cc' -o -name '*.cpp' -o -name '*.h' | etags -
find -name '*.cpp' -o -name '*.h' | etags -
# Want to do the scripting part separately, but
# include everything else.

@ -23,18 +23,18 @@ tde_add_library( kigfilters STATIC_PIC AUTOMOC
latexexporteroptions.ui
svgexporteroptions.ui
drgeo-filter-chooserbase.ui
cabri-filter.cc
exporter.cc
filter.cc
filters-common.cc
imageexporteroptions.cc
kgeo-filter.cc
kseg-filter.cc
latexexporter.cc
native-filter.cc
svgexporter.cc
drgeo-filter.cc
drgeo-filter-chooser.cc
cabri-filter.cpp
exporter.cpp
filter.cpp
filters-common.cpp
imageexporteroptions.cpp
kgeo-filter.cpp
kseg-filter.cpp
latexexporter.cpp
native-filter.cpp
svgexporter.cpp
drgeo-filter.cpp
drgeo-filter-chooser.cpp
LINK
kigmisc-static

@ -19,20 +19,20 @@ noinst_HEADERS= \
drgeo-filter.h \
drgeo-filter-chooser.h
libfilters_la_SOURCES= \
cabri-filter.cc \
exporter.cc \
filter.cc \
filters-common.cc \
imageexporteroptions.cc \
cabri-filter.cpp \
exporter.cpp \
filter.cpp \
filters-common.cpp \
imageexporteroptions.cpp \
imageexporteroptionsbase.ui \
kgeo-filter.cc \
kseg-filter.cc \
latexexporter.cc \
kgeo-filter.cpp \
kseg-filter.cpp \
latexexporter.cpp \
latexexporteroptions.ui \
native-filter.cc \
svgexporter.cc \
native-filter.cpp \
svgexporter.cpp \
svgexporteroptions.ui \
drgeo-filter.cc \
drgeo-filter-chooser.cc \
drgeo-filter.cpp \
drgeo-filter-chooser.cpp \
drgeo-filter-chooserbase.ui

@ -17,7 +17,7 @@ link_directories(
tde_add_library( kigpart STATIC_PIC AUTOMOC
SOURCES
kig_document.cc
kig_document.cpp
kig_part.cpp
kig_view.cpp
kig_commands.cpp

@ -40,7 +40,7 @@ noinst_LTLIBRARIES = libkigparttemp.la
# the Part's source, library search path, and link libraries
libkigparttemp_la_SOURCES = \
kig_document.cc \
kig_document.cpp \
kig_part.cpp \
kig_view.cpp \
kig_commands.cpp

@ -18,23 +18,23 @@ tde_add_library( kigmisc STATIC_PIC AUTOMOC
SOURCES
argsparser.cpp
builtin_stuff.cc
calcpaths.cc
builtin_stuff.cpp
calcpaths.cpp
common.cpp
conic-common.cpp
coordinate.cpp
coordinate_system.cpp
cubic-common.cc
goniometry.cc
guiaction.cc
kigfiledialog.cc
kiginputdialog.cc
cubic-common.cpp
goniometry.cpp
guiaction.cpp
kigfiledialog.cpp
kiginputdialog.cpp
kignumerics.cpp
kigpainter.cpp
kigtransform.cpp
lists.cc
object_constructor.cc
object_hierarchy.cc
rect.cc screeninfo.cc
special_constructors.cc
lists.cpp
object_constructor.cpp
object_hierarchy.cpp
rect.cpp screeninfo.cpp
special_constructors.cpp
)

@ -25,26 +25,26 @@ noinst_HEADERS = \
libmisc_la_SOURCES = \
argsparser.cpp \
builtin_stuff.cc \
calcpaths.cc \
builtin_stuff.cpp \
calcpaths.cpp \
common.cpp \
conic-common.cpp \
coordinate.cpp \
coordinate_system.cpp \
cubic-common.cc \
goniometry.cc \
guiaction.cc \
kigfiledialog.cc \
kiginputdialog.cc \
cubic-common.cpp \
goniometry.cpp \
guiaction.cpp \
kigfiledialog.cpp \
kiginputdialog.cpp \
kignumerics.cpp \
kigpainter.cpp \
kigtransform.cpp \
lists.cc \
object_constructor.cc \
object_hierarchy.cc \
rect.cc \
screeninfo.cc \
special_constructors.cc
lists.cpp \
object_constructor.cpp \
object_hierarchy.cpp \
rect.cpp \
screeninfo.cpp \
special_constructors.cpp
libmisc_la_LIBADD=-lm
METASOURCES=AUTO

@ -21,11 +21,11 @@
// suit my needs ( no dependencies on other boost libs, change the
// namespace to avoid conflicts,
#ifndef MYBOOST_INTRUSIVE_PTR_HPP_INCLUDED
#define MYBOOST_INTRUSIVE_PTR_HPP_INCLUDED
#ifndef MYBOOST_INTRUSIVE_PTR_H_INCLUDED
#define MYBOOST_INTRUSIVE_PTR_H_INCLUDED
//
// intrusive_ptr.hpp
// intrusive_ptr.h
//
// Copyright (c) 2001, 2002 Peter Dimov
//
@ -253,4 +253,4 @@ template<class E, class T, class Y> std::basic_ostream<E, T> & operator<< (std::
# pragma warning(pop)
#endif
#endif // #ifndef MYBOOST_INTRUSIVE_PTR_HPP_INCLUDED
#endif // #ifndef MYBOOST_INTRUSIVE_PTR_H_INCLUDED

@ -21,18 +21,18 @@ tde_add_library( kigmodes STATIC_PIC AUTOMOC
macrowizardbase.ui
textlabelwizardbase.ui
typesdialogbase.ui
base_mode.cc
construct_mode.cc
dragrectmode.cc
edittype.cc
label.cc
base_mode.cpp
construct_mode.cpp
dragrectmode.cpp
edittype.cpp
label.cpp
linkslabel.cpp
macro.cc
macrowizard.cc
mode.cc
moving.cc
normal.cc
popup.cc
textlabelwizard.cc
macro.cpp
macrowizard.cpp
mode.cpp
moving.cpp
normal.cpp
popup.cpp
textlabelwizard.cpp
typesdialog.cpp
)

@ -2,21 +2,21 @@ INCLUDES=$(all_includes)
noinst_LTLIBRARIES=libmodes.la
libmodes_la_SOURCES= \
base_mode.cc \
construct_mode.cc \
dragrectmode.cc \
edittype.cc \
base_mode.cpp \
construct_mode.cpp \
dragrectmode.cpp \
edittype.cpp \
edittypebase.ui \
label.cc \
label.cpp \
linkslabel.cpp \
macro.cc \
macrowizard.cc \
macro.cpp \
macrowizard.cpp \
macrowizardbase.ui \
mode.cc \
moving.cc \
normal.cc \
popup.cc \
textlabelwizard.cc \
mode.cpp \
moving.cpp \
normal.cpp \
popup.cpp \
textlabelwizard.cpp \
textlabelwizardbase.ui \
typesdialog.cpp \
typesdialogbase.ui

@ -381,7 +381,7 @@ void BaseConstructMode::selectObjects( const std::vector<ObjectHolder*>& os, Kig
void ConstructMode::handlePrelim( const std::vector<ObjectCalcer*>& args, const TQPoint& p, KigPainter& pter, KigWidget& w )
{
// set the text next to the arrow cursor like in modes/normal.cc
// set the text next to the arrow cursor like in modes/normal.cpp
TQPoint textloc = p;
textloc.setX( textloc.x() + 15 );

@ -17,42 +17,42 @@ link_directories(
tde_add_library( kigobjects STATIC_PIC AUTOMOC
SOURCES
angle_type.cc
arc_type.cc
base_type.cc
bogus_imp.cc
circle_imp.cc
circle_type.cc
polygon_type.cc
common.cc
conic_imp.cc
conic_types.cc
cubic_imp.cc
cubic_type.cc
curve_imp.cc
intersection_types.cc
inversion_type.cc
line_imp.cc
line_type.cc
locus_imp.cc
object_calcer.cc
object_drawer.cc
object_factory.cc
object_holder.cc
object_imp.cc
object_imp_factory.cc
object_type.cc
object_type_factory.cc
other_imp.cc
other_type.cc
point_imp.cc
point_type.cc
polygon_imp.cc
tangent_type.cc
centerofcurvature_type.cc
tests_type.cc
text_imp.cc
text_type.cc
transform_types.cc
vector_type.cc
angle_type.cpp
arc_type.cpp
base_type.cpp
bogus_imp.cpp
circle_imp.cpp
circle_type.cpp
polygon_type.cpp
common.cpp
conic_imp.cpp
conic_types.cpp
cubic_imp.cpp
cubic_type.cpp
curve_imp.cpp
intersection_types.cpp
inversion_type.cpp
line_imp.cpp
line_type.cpp
locus_imp.cpp
object_calcer.cpp
object_drawer.cpp
object_factory.cpp
object_holder.cpp
object_imp.cpp
object_imp_factory.cpp
object_type.cpp
object_type_factory.cpp
other_imp.cpp
other_type.cpp
point_imp.cpp
point_type.cpp
polygon_imp.cpp
tangent_type.cpp
centerofcurvature_type.cpp
tests_type.cpp
text_imp.cpp
text_type.cpp
transform_types.cpp
vector_type.cpp
)

@ -39,43 +39,43 @@ noinst_HEADERS=\
transform_types.h \
vector_type.h
libobjects_la_SOURCES=\
angle_type.cc \
arc_type.cc \
base_type.cc \
bogus_imp.cc \
circle_imp.cc \
circle_type.cc \
polygon_type.cc \
common.cc \
conic_imp.cc \
conic_types.cc \
cubic_imp.cc \
cubic_type.cc \
curve_imp.cc \
intersection_types.cc \
inversion_type.cc \
line_imp.cc \
line_type.cc \
locus_imp.cc \
object_calcer.cc \
object_drawer.cc \
object_factory.cc \
object_holder.cc \
object_imp.cc \
object_imp_factory.cc \
object_type.cc \
object_type_factory.cc \
other_imp.cc \
other_type.cc \
point_imp.cc \
point_type.cc \
polygon_imp.cc \
tangent_type.cc \
centerofcurvature_type.cc \
tests_type.cc \
text_imp.cc \
text_type.cc \
transform_types.cc \
vector_type.cc
angle_type.cpp \
arc_type.cpp \
base_type.cpp \
bogus_imp.cpp \
circle_imp.cpp \
circle_type.cpp \
polygon_type.cpp \
common.cpp \
conic_imp.cpp \
conic_types.cpp \
cubic_imp.cpp \
cubic_type.cpp \
curve_imp.cpp \
intersection_types.cpp \
inversion_type.cpp \
line_imp.cpp \
line_type.cpp \
locus_imp.cpp \
object_calcer.cpp \
object_drawer.cpp \
object_factory.cpp \
object_holder.cpp \
object_imp.cpp \
object_imp_factory.cpp \
object_type.cpp \
object_type_factory.cpp \
other_imp.cpp \
other_type.cpp \
point_imp.cpp \
point_type.cpp \
polygon_imp.cpp \
tangent_type.cpp \
centerofcurvature_type.cpp \
tests_type.cpp \
text_imp.cpp \
text_type.cpp \
transform_types.cpp \
vector_type.cpp
libobjects_la_LIBADD=-lm
METASOURCES=AUTO

@ -19,7 +19,7 @@
#define KIG_OBJECTS_OBJECT_CALCER_H
#include "common.h"
#include "../misc/boost_intrusive_pointer.hpp"
#include "../misc/boost_intrusive_pointer.h"
class ObjectCalcer;

@ -233,7 +233,7 @@ ObjectCalcer* ObjectFactory::getAttachPoint(
* changed the preference order 2005/01/21 (now attachPoint has preference over points)
*
* NOTE: changes in the tests performed should be matched also in
* modes/popup.cc (addNameLabel) and in label.cc (TextLabelModeBase::mouseMoved)
* modes/popup.cpp (addNameLabel) and in label.cpp (TextLabelModeBase::mouseMoved)
*/
if ( p && p->imp()->attachPoint().valid() )

@ -20,11 +20,11 @@ tde_add_library( kigscripting STATIC_PIC AUTOMOC
SOURCES
newscriptwizardbase.ui
python_type.cc
python_scripter.cc
script-common.cc
script_mode.cc
newscriptwizard.cc
python_type.cpp
python_scripter.cpp
script-common.cpp
script_mode.cpp
newscriptwizard.cpp
LINK
katepartinterfaces
tdetexteditor-shared

@ -8,12 +8,12 @@ noinst_HEADERS = \
script_mode.h \
newscriptwizard.h
libscripting_la_SOURCES = \
python_type.cc \
python_scripter.cc \
script-common.cc \
script_mode.cc \
python_type.cpp \
python_scripter.cpp \
script-common.cpp \
script_mode.cpp \
newscriptwizardbase.ui \
newscriptwizard.cc
newscriptwizard.cpp
libscripting_la_LIBADD = $(BOOST_PYTHON_LIBS) $(PYTHON_LIBS) -lkatepartinterfaces
libscripting_la_LDFLAGS = $(all_libraries) $(PYTHON_LDFLAGS)
METASOURCES=AUTO

@ -8,7 +8,7 @@ METASOURCES = AUTO
messages: rc.cpp
$(EXTRACTRC) *.ui >> rc.cpp
LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
LIST=`find . -name \*.h -o -name \*.cpp`; \
if test -n "$$LIST"; then \
$(XGETTEXT) $$LIST -o $(podir)/kmplot.pot; \
fi

@ -42,7 +42,7 @@ stringstocpp:
messages: stringstocpp rc.cpp
LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
LIST=`find . -name \*.h -o -name \*.cpp`; \
if test -n "$$LIST"; then \
$(XGETTEXT) $$LIST -o $(podir)/kpercentage.pot; \
fi

@ -25,7 +25,7 @@ rcdir = $(kde_datadir)/kverbos
rc_DATA = kverbosui.rc
messages: rc.cpp
LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
LIST=`find . -name \*.h -o -name \*.cpp`; \
if test -n "$$LIST"; then \
$(XGETTEXT) $$LIST -o $(podir)/kverbos.pot; \
fi

@ -58,7 +58,7 @@ rc_DATA = kwordquizui.rc eventsrc
xdg_apps_DATA = kwordquiz.desktop
messages: rc.cpp
LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
LIST=`find . -name \*.h -o -name \*.cpp`; \
if test -n "$$LIST"; then \
$(XGETTEXT) $$LIST -o $(podir)/kwordquiz.pot; \
fi

@ -1,6 +1,6 @@
SUBDIRS = tdeeducore tdeeduui tdeeduplot extdate
messages:
$(XGETTEXT) `find . -name \*.h -o -name \*.cpp -o -name \*.cc` -o $(podir)/libtdeedu.pot
$(XGETTEXT) `find . -name \*.h -o -name \*.cpp` -o $(podir)/libtdeedu.pot
include ../admin/Doxyfile.am

@ -39,7 +39,7 @@ tde_add_library( extdate SHARED AUTOMOC
tde_add_check_executable( test_extdate AUTOMOC
SOURCES
test_extdate.cc
test_extdate.cpp
LINK
tdecore-shared
tdeui-shared

@ -9,7 +9,7 @@ libextdate_la_SOURCES = extdatetime.cpp extcalendarsystem.cpp extcalendarsystemg
libextdate_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 3:0:2
libextdate_la_LIBADD = $(LIB_TDEUI) $(LIB_TQT) $(LIB_TDECORE)
test_extdate_SOURCES = test_extdate.cc
test_extdate_SOURCES = test_extdate.cpp
test_extdate_LDADD = libextdate.la
test_extdate_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor

Loading…
Cancel
Save