Renaming of files in preparation for code style tools.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/13/head
Michele Calgaro 4 years ago
parent 95834e2bdc
commit 8b78a8791b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -2,13 +2,13 @@ INCLUDES = $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) $(all_includes)
## The common lib, shared between the part, the plugins, and the filters
lib_LTLIBRARIES = libchalkcommon.la
libchalkcommon_la_SOURCES = dummy.cc
libchalkcommon_la_SOURCES = dummy.cpp
libchalkcommon_la_LDFLAGS = $(all_libraries) $(LIB_TQT) -version-info 1:0 -no-undefined
libchalkcommon_la_LIBADD = sdk/libchalksdk.la core/libchalkimage.la ui/libchalkui.la chalkcolor/libchalkcolor.la $(LCMS_LIBS) $(LIB_KOFFICEUI) $(LIB_KOPAINTER) $(LIB_KOPALETTE) $(LIB_XINPUTEXT)
## The part
kde_module_LTLIBRARIES = libchalkpart.la
libchalkpart_la_SOURCES = chalk_part_init.cc
libchalkpart_la_SOURCES = chalk_part_init.cpp
libchalkpart_la_LDFLAGS = $(all_libraries) $(LIB_TQT) -module $(KDE_PLUGIN)
libchalkpart_la_LIBADD = $(KOFFICE_LIBS) libchalkcommon.la ../chalk/ui/libchalkui.la
@ -17,7 +17,7 @@ METASOURCES = AUTO
## The tdeinit loadable module and executable
tdeinit_LTLIBRARIES = chalk.la
bin_PROGRAMS =
chalk_la_SOURCES = main.cc
chalk_la_SOURCES = main.cpp
chalk_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT)
chalk_la_LIBADD = $(LIB_KOFFICECORE)
@ -30,14 +30,14 @@ rc_DATA = chalk.rc chalk_readonly.rc
SUBDIRS = sdk chalkcolor core ui . dtd colorspaces plugins data pics
# Needed to compile libchalkcommon.la, which has no source files to itself
# but everything in static libs.
dummy.cc:
echo > dummy.cc
dummy.cpp:
echo > dummy.cpp
messages: rc.cpp
$(EXTRACTRC) `find . -name \*.ui` >> rc.cpp
$(EXTRACTRC) `find . -name \*.rc` >> rc.cpp
perl extracti18n.pl > i18ndata
$(XGETTEXT) i18ndata rc.cpp `find . -name \*.cc -o -name \*.h -o -name \*.cpp` ui/kis_aboutdata.h -o $(podir)/chalk.pot
$(XGETTEXT) i18ndata rc.cpp `find . -name \*.cpp -o -name \*.h -o -name \*.cpp` ui/kis_aboutdata.h -o $(podir)/chalk.pot
rm -f i18ndata
DOXYGEN_EXCLUDE = CImg.h colorspaces plugins chalkcolor/colorspaces core/tiles

@ -1,5 +1,5 @@
/*
* kis_part_init.cc - part of Krayon
* kis_part_init.cpp - part of Krayon
*
* Copyright (c) 1999 Matthias Elter <elter@kde.org>
*

@ -11,14 +11,14 @@ CXXFLAGS += $(OPENEXR_CXXFLAGS)
lib_LTLIBRARIES = libchalkcolor.la
if have_openexr
OPENEXR_SOURCES=kis_f16half_base_colorspace.cc
OPENEXR_SOURCES=kis_f16half_base_colorspace.cpp
endif
libchalkcolor_la_SOURCES = kis_color.cc kis_colorspace.cc \
kis_colorspace_iface.cc kis_colorspace_iface.skel kis_composite_op.cc kis_profile.cc \
kis_histogram_producer.cc kis_basic_histogram_producers.cc kis_abstract_colorspace.cc \
kis_colorspace_factory_registry.cc kis_color_conversions.cc kis_u8_base_colorspace.cc \
kis_u16_base_colorspace.cc kis_f32_base_colorspace.cc $(OPENEXR_SOURCES)
libchalkcolor_la_SOURCES = kis_color.cpp kis_colorspace.cpp \
kis_colorspace_iface.cpp kis_colorspace_iface.skel kis_composite_op.cpp kis_profile.cpp \
kis_histogram_producer.cpp kis_basic_histogram_producers.cpp kis_abstract_colorspace.cpp \
kis_colorspace_factory_registry.cpp kis_color_conversions.cpp kis_u8_base_colorspace.cpp \
kis_u16_base_colorspace.cpp kis_f32_base_colorspace.cpp $(OPENEXR_SOURCES)
libchalkcolor_la_LDFLAGS = -version-info 1:0:0 -no-undefined $(all_libraries)
libchalkcolor_la_LIBADD = colorspaces/libchalkcolorspaces.la $(LCMS_LIBS) $(LIB_TDEPARTS) $(LIB_TDECORE) $(LIB_TQT) $(OPENEXR_LIBS)

@ -6,8 +6,8 @@ INCLUDES = -I$(srcdir)/.. \
noinst_LTLIBRARIES = libchalkcolorspaces.la
libchalkcolorspaces_la_SOURCES = \
kis_alpha_colorspace.cc \
kis_lab_colorspace.cc
kis_alpha_colorspace.cpp \
kis_lab_colorspace.cpp
noinst_HEADERS = \
kis_alpha_colorspace.h \

@ -1,5 +1,5 @@
/*
* kis_profile.cc - part of Krayon
* kis_profile.cpp - part of Krayon
*
* Copyright (c) 2000 Matthias Elter <elter@kde.org>
* 2001 John Califf

@ -7,7 +7,7 @@ INCLUDES = -I$(srcdir)/../../sdk \
$(all_includes)
lib_LTLIBRARIES = libchalk_cmyk_u16.la
libchalk_cmyk_u16_la_SOURCES = kis_cmyk_u16_colorspace.cc
libchalk_cmyk_u16_la_SOURCES = kis_cmyk_u16_colorspace.cpp
libchalk_cmyk_u16_la_LDFLAGS = $(all_libraries)
libchalk_cmyk_u16_la_LIBADD = ../../chalkcolor/libchalkcolor.la
@ -15,7 +15,7 @@ libchalk_cmyk_u16_la_LIBADD = ../../chalkcolor/libchalkcolor.la
kde_module_LTLIBRARIES = chalk_cmyk_u16_plugin.la
# Srcs for the plugin
chalk_cmyk_u16_plugin_la_SOURCES = cmyk_u16_plugin.cc
chalk_cmyk_u16_plugin_la_SOURCES = cmyk_u16_plugin.cpp
noinst_HEADERS = cmyk_u16_plugin.h kis_cmyk_u16_colorspace.h
chalk_cmyk_u16_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts -llcms

@ -1,5 +1,5 @@
/*
* cmyk_u16_plugin.cc -- Part of Chalk
* cmyk_u16_plugin.cpp -- Part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org)
* Copyright (c) 2005 Adrian Page <adrian@pagenet.plus.com>

@ -8,7 +8,7 @@ INCLUDES = -I$(srcdir)/../../sdk \
kde_module_LTLIBRARIES = chalkcmykplugin.la
chalkcmykplugin_la_SOURCES = cmyk_plugin.cc kis_cmyk_colorspace.cc
chalkcmykplugin_la_SOURCES = cmyk_plugin.cpp kis_cmyk_colorspace.cpp
noinst_HEADERS = cmyk_plugin.h kis_cmyk_colorspace.h
chalkcmykplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts -llcms

@ -1,5 +1,5 @@
/*
* cmyk_plugin.cc -- Part of Chalk
* cmyk_plugin.cpp -- Part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org)
*

@ -8,7 +8,7 @@ INCLUDES = -I$(srcdir)/../../sdk \
$(all_includes)
lib_LTLIBRARIES = libchalk_gray_u16.la
libchalk_gray_u16_la_SOURCES = kis_gray_u16_colorspace.cc
libchalk_gray_u16_la_SOURCES = kis_gray_u16_colorspace.cpp
libchalk_gray_u16_la_LDFLAGS = $(all_libraries)
libchalk_gray_u16_la_LIBADD = ../../chalkcolor/libchalkcolor.la
@ -16,7 +16,7 @@ libchalk_gray_u16_la_LIBADD = ../../chalkcolor/libchalkcolor.la
kde_module_LTLIBRARIES = chalk_gray_u16_plugin.la
# Srcs for the plugin
chalk_gray_u16_plugin_la_SOURCES = gray_u16_plugin.cc
chalk_gray_u16_plugin_la_SOURCES = gray_u16_plugin.cpp
noinst_HEADERS = gray_u16_plugin.h kis_gray_u16_colorspace.h
chalk_gray_u16_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts -llcms

@ -1,5 +1,5 @@
/*
* gray_u16_plugin.cc -- Part of Chalk
* gray_u16_plugin.cpp -- Part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org)
* Copyright (c) 2005 Adrian Page <adrian@pagenet.plus.com>

@ -9,13 +9,13 @@ INCLUDES = -I$(srcdir)/../../sdk \
lib_LTLIBRARIES = libchalkgrayscale.la
libchalkgrayscale_la_SOURCES = kis_gray_colorspace.cc
libchalkgrayscale_la_SOURCES = kis_gray_colorspace.cpp
libchalkgrayscale_la_LDFLAGS = $(all_libraries)
libchalkgrayscale_la_LIBADD = ../../chalkcolor/libchalkcolor.la
kde_module_LTLIBRARIES = chalkgrayplugin.la
chalkgrayplugin_la_SOURCES = gray_plugin.cc
chalkgrayplugin_la_SOURCES = gray_plugin.cpp
noinst_HEADERS = gray_plugin.h kis_gray_colorspace.h
chalkgrayplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts -llcms

@ -1,5 +1,5 @@
/*
* gray_plugin.cc -- Part of Chalk
* gray_plugin.cpp -- Part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org)
*

@ -10,7 +10,7 @@ INCLUDES = \
lib_LTLIBRARIES = libchalk_lms_f32.la
libchalk_lms_f32_la_SOURCES = kis_lms_f32_colorspace.cc
libchalk_lms_f32_la_SOURCES = kis_lms_f32_colorspace.cpp
libchalk_lms_f32_la_LDFLAGS = $(all_libraries)
libchalk_lms_f32_la_LIBADD = ../../chalkcolor/libchalkcolor.la
@ -18,7 +18,7 @@ libchalk_lms_f32_la_LIBADD = ../../chalkcolor/libchalkcolor.la
kde_module_LTLIBRARIES = chalk_lms_f32_plugin.la
# Srcs for the plugin
chalk_lms_f32_plugin_la_SOURCES = lms_f32_plugin.cc
chalk_lms_f32_plugin_la_SOURCES = lms_f32_plugin.cpp
noinst_HEADERS = lms_f32_plugin.h kis_lms_f32_colorspace.h
chalk_lms_f32_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts -llcms

@ -1,5 +1,5 @@
/*
* lms_f32_plugin.cc -- Part of Chalk
* lms_f32_plugin.cpp -- Part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org)
* Copyright (c) 2005 Adrian Page <adrian@pagenet.plus.com>

@ -13,7 +13,7 @@ CXXFLAGS += $(OPENEXR_CXXFLAGS)
lib_LTLIBRARIES = libchalk_rgb_f16half.la
libchalk_rgb_f16half_la_SOURCES = kis_rgb_f16half_colorspace.cc
libchalk_rgb_f16half_la_SOURCES = kis_rgb_f16half_colorspace.cpp
libchalk_rgb_f16half_la_LDFLAGS = $(all_libraries)
libchalk_rgb_f16half_la_LIBADD = ../../chalkcolor/libchalkcolor.la
@ -21,7 +21,7 @@ libchalk_rgb_f16half_la_LIBADD = ../../chalkcolor/libchalkcolor.la
kde_module_LTLIBRARIES = chalk_rgb_f16half_plugin.la
# Srcs for the plugin
chalk_rgb_f16half_plugin_la_SOURCES = rgb_f16half_plugin.cc
chalk_rgb_f16half_plugin_la_SOURCES = rgb_f16half_plugin.cpp
noinst_HEADERS = rgb_f16half_plugin.h kis_rgb_f16half_colorspace.h
chalk_rgb_f16half_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts -llcms

@ -1,5 +1,5 @@
/*
* rgb_f32_plugin.cc -- Part of Chalk
* rgb_f32_plugin.cpp -- Part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org)
* Copyright (c) 2005 Adrian Page <adrian@pagenet.plus.com>

@ -10,7 +10,7 @@ AM_CPPFLAGS = -I$(srcdir)/.. \
# $(KDE_CHECK_PLUGIN) assures a shared library is created.
check_LTLIBRARIES = tdeunittest_kis_rgb_f16half_colorspace_tester.la
tdeunittest_kis_rgb_f16half_colorspace_tester_la_SOURCES = kis_rgb_f16half_colorspace_tester.cc
tdeunittest_kis_rgb_f16half_colorspace_tester_la_SOURCES = kis_rgb_f16half_colorspace_tester.cpp
tdeunittest_kis_rgb_f16half_colorspace_tester_la_LIBADD = -ltdeunittest ../libchalk_rgb_f16half.la
tdeunittest_kis_rgb_f16half_colorspace_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)

@ -10,7 +10,7 @@ INCLUDES = \
lib_LTLIBRARIES = libchalk_rgb_f32.la
libchalk_rgb_f32_la_SOURCES = kis_rgb_f32_colorspace.cc
libchalk_rgb_f32_la_SOURCES = kis_rgb_f32_colorspace.cpp
libchalk_rgb_f32_la_LDFLAGS = $(all_libraries)
libchalk_rgb_f32_la_LIBADD = ../../chalkcolor/libchalkcolor.la
@ -18,7 +18,7 @@ libchalk_rgb_f32_la_LIBADD = ../../chalkcolor/libchalkcolor.la
kde_module_LTLIBRARIES = chalk_rgb_f32_plugin.la
# Srcs for the plugin
chalk_rgb_f32_plugin_la_SOURCES = rgb_f32_plugin.cc
chalk_rgb_f32_plugin_la_SOURCES = rgb_f32_plugin.cpp
noinst_HEADERS = rgb_f32_plugin.h kis_rgb_f32_colorspace.h
chalk_rgb_f32_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts -llcms

@ -132,7 +132,7 @@ private:
};
struct F32OpacityTest {
inline bool operator()(const float& opacity) const {
return opacity > F32_OPACITY_TRANSPARENT + 1e-6; // #define EPSILON in the .cc
return opacity > F32_OPACITY_TRANSPARENT + 1e-6; // #define EPSILON in the .cpp
}
};
};

@ -1,5 +1,5 @@
/*
* rgb_f32_plugin.cc -- Part of Chalk
* rgb_f32_plugin.cpp -- Part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org)
* Copyright (c) 2005 Adrian Page <adrian@pagenet.plus.com>

@ -8,7 +8,7 @@ AM_CPPFLAGS = -I$(srcdir)/.. \
# $(KDE_CHECK_PLUGIN) assures a shared library is created.
check_LTLIBRARIES = tdeunittest_kis_strategy_colorspace_rgb_f32_tester.la
tdeunittest_kis_strategy_colorspace_rgb_f32_tester_la_SOURCES = kis_strategy_colorspace_rgb_f32_tester.cc
tdeunittest_kis_strategy_colorspace_rgb_f32_tester_la_SOURCES = kis_strategy_colorspace_rgb_f32_tester.cpp
tdeunittest_kis_strategy_colorspace_rgb_f32_tester_la_LIBADD = -ltdeunittest ../libchalk_rgb_f32.la
tdeunittest_kis_strategy_colorspace_rgb_f32_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)

@ -8,7 +8,7 @@ INCLUDES = -I$(srcdir)/../../sdk \
$(all_includes)
lib_LTLIBRARIES = libchalk_rgb_u16.la
libchalk_rgb_u16_la_SOURCES = kis_rgb_u16_colorspace.cc
libchalk_rgb_u16_la_SOURCES = kis_rgb_u16_colorspace.cpp
libchalk_rgb_u16_la_LDFLAGS = $(all_libraries)
libchalk_rgb_u16_la_LIBADD = ../../chalkcolor/libchalkcolor.la
@ -16,7 +16,7 @@ libchalk_rgb_u16_la_LIBADD = ../../chalkcolor/libchalkcolor.la
kde_module_LTLIBRARIES = chalk_rgb_u16_plugin.la
# Srcs for the plugin
chalk_rgb_u16_plugin_la_SOURCES = rgb_u16_plugin.cc
chalk_rgb_u16_plugin_la_SOURCES = rgb_u16_plugin.cpp
noinst_HEADERS = rgb_u16_plugin.h kis_rgb_u16_colorspace.h
chalk_rgb_u16_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts -llcms

@ -1,5 +1,5 @@
/*
* rgb_u16_plugin.cc -- Part of Chalk
* rgb_u16_plugin.cpp -- Part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org)
* Copyright (c) 2005 Adrian Page <adrian@pagenet.plus.com>

@ -8,7 +8,7 @@ AM_CPPFLAGS = -I$(srcdir)/.. \
# $(KDE_CHECK_PLUGIN) assures a shared library is created.
check_LTLIBRARIES = tdeunittest_kis_strategy_colorspace_rgb_u16_tester.la
tdeunittest_kis_strategy_colorspace_rgb_u16_tester_la_SOURCES = kis_strategy_colorspace_rgb_u16_tester.cc
tdeunittest_kis_strategy_colorspace_rgb_u16_tester_la_SOURCES = kis_strategy_colorspace_rgb_u16_tester.cpp
tdeunittest_kis_strategy_colorspace_rgb_u16_tester_la_LIBADD = -ltdeunittest ../libchalk_rgb_u16.la
tdeunittest_kis_strategy_colorspace_rgb_u16_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)

@ -8,7 +8,7 @@ INCLUDES = -I$(srcdir)/../../sdk \
$(all_includes)
lib_LTLIBRARIES = libchalkrgb.la
libchalkrgb_la_SOURCES = kis_rgb_colorspace.cc
libchalkrgb_la_SOURCES = kis_rgb_colorspace.cpp
libchalkrgb_la_LDFLAGS = $(all_libraries) $(LIB_TQT)
libchalkrgb_la_LIBADD = ../../chalkcolor/libchalkcolor.la
@ -16,7 +16,7 @@ libchalkrgb_la_LIBADD = ../../chalkcolor/libchalkcolor.la
kde_module_LTLIBRARIES = chalkrgbplugin.la
# Srcs for the plugin
chalkrgbplugin_la_SOURCES = rgb_plugin.cc
chalkrgbplugin_la_SOURCES = rgb_plugin.cpp
noinst_HEADERS = rgb_plugin.h kis_rgb_colorspace.h
chalkrgbplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts -llcms

@ -1,5 +1,5 @@
/*
* rgb_plugin.cc -- Part of Chalk
* rgb_plugin.cpp -- Part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org)
*

@ -17,8 +17,8 @@ INCLUDES = -I$(srcdir)/../../sdk \
kde_module_LTLIBRARIES = chalkwetplugin.la
chalkwetplugin_la_SOURCES = kis_wet_colorspace.cc wet_plugin.cc kis_wetop.cc kis_wet_palette_widget.cc kis_wetness_visualisation_filter.cc kis_texture_painter.cc kis_texture_filter.cc wetphysicsfilter.cc wdgpressure.ui
noinst_HEADERS = kis_wet_colorspace.h wet_plugin.h wetphysicsfilter.h kis_wetop.cc kis_wet_palette_widget.h kis_texture_painter.h kis_wetness_visualisation_filter.h kis_texture_filter.h wetphysicsfilter.h
chalkwetplugin_la_SOURCES = kis_wet_colorspace.cpp wet_plugin.cpp kis_wetop.cpp kis_wet_palette_widget.cpp kis_wetness_visualisation_filter.cpp kis_texture_painter.cpp kis_texture_filter.cpp wetphysicsfilter.cpp wdgpressure.ui
noinst_HEADERS = kis_wet_colorspace.h wet_plugin.h wetphysicsfilter.h kis_wetop.cpp kis_wet_palette_widget.h kis_texture_painter.h kis_wetness_visualisation_filter.h kis_texture_filter.h wetphysicsfilter.h
chalkwetplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts -llcms
chalkwetplugin_la_LIBADD = ../../libchalkcommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE) \

@ -1,5 +1,5 @@
/*
* kis_texture_filter.cc -- Part of Chalk
* kis_texture_filter.cpp -- Part of Chalk
*
* Copyright (c) 2005 Bart Coppens <kde@bartcoppens.be>
*

@ -1,5 +1,5 @@
/*
* kis_wetness_visualisation_filter.cc -- Part of Chalk
* kis_wetness_visualisation_filter.cpp -- Part of Chalk
*
* Copyright (c) 2005 Bart Coppens <kde@bartcoppens.be>
*

@ -1,5 +1,5 @@
/*
* wet_plugin.cc -- Part of Chalk
* wet_plugin.cpp -- Part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org)
*

@ -12,7 +12,7 @@ INCLUDES = -I$(srcdir)/../../sdk \
kde_module_LTLIBRARIES = chalkwsplugin.la
chalkwsplugin_la_SOURCES = wet_sticky_plugin.cc kis_wet_sticky_colorspace.cc kis_ws_engine_filter.cc
chalkwsplugin_la_SOURCES = wet_sticky_plugin.cpp kis_wet_sticky_colorspace.cpp kis_ws_engine_filter.cpp
noinst_HEADERS = wet_sticky_plugin.h kis_wet_sticky_colorspace.h kis_ws_engine_filter.h
chalkwsplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)

@ -13,8 +13,8 @@ INCLUDES = -I$(srcdir)/../../../sdk \
chalkwsbrushpaintop_la_SOURCES = \
wsbrushpaintop_plugin.cc \
kis_wsbrushop.cc
wsbrushpaintop_plugin.cpp \
kis_wsbrushop.cpp
noinst_HEADERS= \
wsbrushpaintop_plugin.h \

@ -1,5 +1,5 @@
/*
* wsbrushpaintop_plugin.cc -- Part of Chalk
* wsbrushpaintop_plugin.cpp -- Part of Chalk
*
* Copyright (c) 2005 Boudewijn Rempt (boud@valdyas.org)
*

@ -1,5 +1,5 @@
/*
* wet_sticky_plugin.cc -- Part of Chalk
* wet_sticky_plugin.cpp -- Part of Chalk
*
* Copyright (c) 2005 Boudewijn Rempt (boud@valdyas.org)
*

@ -16,7 +16,7 @@ libchalk_ycbcr_u16_la_LIBADD = ../../chalkcolor/libchalkcolor.la
kde_module_LTLIBRARIES = chalk_ycbcr_u16_plugin.la
# Srcs for the plugin
chalk_ycbcr_u16_plugin_la_SOURCES = ycbcr_u16_plugin.cc
chalk_ycbcr_u16_plugin_la_SOURCES = ycbcr_u16_plugin.cpp
noinst_HEADERS = ycbcr_u16_plugin.h kis_ycbcr_u16_colorspace.h
chalk_ycbcr_u16_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts -llcms
@ -24,6 +24,6 @@ chalk_ycbcr_u16_plugin_la_LIBADD = libchalk_ycbcr_u16.la ../../chalkcolor/libch
METASOURCES = AUTO
libchalk_ycbcr_u16_la_SOURCES = kis_ycbcr_u16_colorspace.cc
libchalk_ycbcr_u16_la_SOURCES = kis_ycbcr_u16_colorspace.cpp
.NOTPARALLEL:

@ -1,5 +1,5 @@
/*
* ycbcr_u16_plugin.cc -- Part of Chalk
* ycbcr_u16_plugin.cpp -- Part of Chalk
*
* Copyright (c) 2006 Cyrille Berger <cberger@cberger.net>
*

@ -16,7 +16,7 @@ libchalk_ycbcr_u8_la_LIBADD = ../../chalkcolor/libchalkcolor.la
kde_module_LTLIBRARIES = chalk_ycbcr_u8_plugin.la
# Srcs for the plugin
chalk_ycbcr_u8_plugin_la_SOURCES = ycbcr_u8_plugin.cc
chalk_ycbcr_u8_plugin_la_SOURCES = ycbcr_u8_plugin.cpp
noinst_HEADERS = ycbcr_u8_plugin.h kis_ycbcr_u8_colorspace.h
chalk_ycbcr_u8_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts -llcms
@ -25,7 +25,7 @@ chalk_ycbcr_u8_plugin_la_LIBADD = libchalk_ycbcr_u8.la ../../chalkcolor/libchal
METASOURCES = AUTO
libchalk_ycbcr_u8_la_SOURCES = kis_ycbcr_u8_colorspace.cc
libchalk_ycbcr_u8_la_SOURCES = kis_ycbcr_u8_colorspace.cpp
kde_services_DATA = chalk_ycbcr_u8_plugin.desktop
.NOTPARALLEL:

@ -1,5 +1,5 @@
/*
* ycbcr_u8_plugin.cc -- Part of Chalk
* ycbcr_u8_plugin.cpp -- Part of Chalk
*
* Copyright (c) 2006 Cyrille Berger <cberger@cberger.net>
*

@ -13,21 +13,21 @@ CXXFLAGS += $(OPENEXR_CXXFLAGS)
lib_LTLIBRARIES = libchalkimage.la
libchalkimage_la_SOURCES = kis_adjustment_layer.cc kis_alpha_mask.cc \
kis_autobrush_resource.cc kis_autogradient_resource.cc kis_background.cc kis_boundary.cc \
kis_brush.cc kis_command.cc kis_convolution_painter.cc kis_fill_painter.cc \
kis_filter.cc kis_filter_registry.cc kis_filter_strategy.cc \
kis_filter_configuration.cc kis_filter_config_widget.cc kis_gradient.cc kis_gradient_painter.cc \
kis_histogram.cc kis_image.cc kis_imagepipe_brush.cc kis_iterator.cc \
kis_iterators_pixel.cc kis_layer.cc kis_group_layer.cc kis_paint_layer.cc kis_meta_registry.cc \
kis_nameserver.cc kis_painter.cc kis_paintop.cc kis_paintop_registry.cc kis_palette.cc \
kis_pattern.cc kis_rect.cc kis_resource.cc kis_rotate_visitor.cc \
kis_selected_transaction.cc kis_selection.cc kis_strategy_move.cc kis_transaction.cc \
kis_transform_worker.cc kis_vec.cc kis_paint_device.cc kis_paint_device_iface.cc \
kis_paint_device_iface.skel kis_image_iface.cc kis_image_iface.skel kis_basic_math_toolbox.cpp \
kis_math_toolbox.cpp kis_exif_info.cc kis_thread_pool.cc kis_exif_value.cc \
libchalkimage_la_SOURCES = kis_adjustment_layer.cpp kis_alpha_mask.cpp \
kis_autobrush_resource.cpp kis_autogradient_resource.cpp kis_background.cpp kis_boundary.cpp \
kis_brush.cpp kis_command.cpp kis_convolution_painter.cpp kis_fill_painter.cpp \
kis_filter.cpp kis_filter_registry.cpp kis_filter_strategy.cpp \
kis_filter_configuration.cpp kis_filter_config_widget.cpp kis_gradient.cpp kis_gradient_painter.cpp \
kis_histogram.cpp kis_image.cpp kis_imagepipe_brush.cpp kis_iterator.cpp \
kis_iterators_pixel.cpp kis_layer.cpp kis_group_layer.cpp kis_paint_layer.cpp kis_meta_registry.cpp \
kis_nameserver.cpp kis_painter.cpp kis_paintop.cpp kis_paintop_registry.cpp kis_palette.cpp \
kis_pattern.cpp kis_rect.cpp kis_resource.cpp kis_rotate_visitor.cpp \
kis_selected_transaction.cpp kis_selection.cpp kis_strategy_move.cpp kis_transaction.cpp \
kis_transform_worker.cpp kis_vec.cpp kis_paint_device.cpp kis_paint_device_iface.cpp \
kis_paint_device_iface.skel kis_image_iface.cpp kis_image_iface.skel kis_basic_math_toolbox.cpp \
kis_math_toolbox.cpp kis_exif_info.cpp kis_thread_pool.cpp kis_exif_value.cpp \
kis_filter_strategy.h kis_random_accessor.cpp kis_random_sub_accessor.cpp \
kis_perspective_grid.cpp kis_perspectivetransform_worker.cpp kis_perspective_math.cpp kis_scale_visitor.cc
kis_perspective_grid.cpp kis_perspectivetransform_worker.cpp kis_perspective_math.cpp kis_scale_visitor.cpp
noinst_HEADERS = kis_rotate_visitor.h kis_selected_transaction.h \
kis_strategy_move.h kis_transform_worker.h kis_datamanager.h kis_iteratorpixeltrait.h \

@ -149,7 +149,7 @@ def createDCOP(header):
classname = classname + part.capitalize()
classname_upper = classname_upper + part.upper() + "_"
ifaceheader = header[:-2] + "_iface.h"
ifaceimplementation = header[:-2] + "_iface.cc"
ifaceimplementation = header[:-2] + "_iface.cpp"
ifaceclass = classname + "Iface"
#print "with: ", implementation, classname, classname_upper, ifaceheader, ifaceimplementation, ifaceclass

@ -20,7 +20,7 @@
#include "kis_gradient.h"
#include "kis_autogradient_resource.h"
// FIXME: use the same #define as in kis_gradient.cc, probably best customizable?
// FIXME: use the same #define as in kis_gradient.cpp, probably best customizable?
#define PREVIEW_WIDTH 64
#define PREVIEW_HEIGHT 64

@ -1,5 +1,5 @@
/*
* kis_gradient.cc - part of Krayon
* kis_gradient.cpp - part of Krayon
*
* Copyright (c) 2000 Matthias Elter <elter@kde.org>
* 2001 John Califf

@ -1,5 +1,5 @@
/*
* kis_pattern.cc - part of Krayon
* kis_pattern.cpp - part of Krayon
*
* Copyright (c) 2000 Matthias Elter <elter@kde.org>
* 2001 John Califf

@ -1,5 +1,5 @@
/*
* kis_vec.cc - part of KImageShop
* kis_vec.cpp - part of KImageShop
*
* Copyright (c) 1999 Matthias Elter <me@kde.org>
*

@ -21,7 +21,7 @@ tdeunittest_kis_image_tester_la_LIBADD = -ltdeunittest ../../libchalkcommon.la
tdeunittest_kis_image_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
tdeunittest_kis_filter_configuration_tester_la_SOURCES = kis_filter_configuration_tester.cc
tdeunittest_kis_filter_configuration_tester_la_SOURCES = kis_filter_configuration_tester.cpp
tdeunittest_kis_filter_configuration_tester_la_LIBADD = -ltdeunittest ../../libchalkcommon.la
tdeunittest_kis_filter_configuration_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)

@ -12,9 +12,9 @@ INCLUDES = -I$(srcdir)/../ \
noinst_LTLIBRARIES = libchalktile.la
libchalktile_la_SOURCES = kis_tiledvlineiterator.cc kis_tiledhlineiterator.cc \
kis_tileddatamanager.cc kis_tile.cc kis_tilediterator.cc kis_tiledrectiterator.cc \
kis_memento.cc kis_tilemanager.cc kis_tiled_random_accessor.cc
libchalktile_la_SOURCES = kis_tiledvlineiterator.cpp kis_tiledhlineiterator.cpp \
kis_tileddatamanager.cpp kis_tile.cpp kis_tilediterator.cpp kis_tiledrectiterator.cpp \
kis_memento.cpp kis_tilemanager.cpp kis_tiled_random_accessor.cpp
libchalktile_la_METASOURCES = AUTO

@ -169,7 +169,7 @@ Random head-scratchings
- I take it that the two tests that are present in chalk/test
are obsolete?
- what with the dummmmmy.cc?
- what with the dummmmmy.cpp?
- which bits of the chalk/ui files are still relevant?

@ -4,7 +4,7 @@ Painting with brushes
when I started working on Chalk, I felt I needed examples. I used the following
sources:
* The old Chalk brush code (http://webcvs.kde.org/cgi-bin/cvsweb.cgi/koffice/chalk/tools/kis_tool_brush.cc?rev=1.58&content-type=text/x-cvsweb-markup)
* The old Chalk brush code (http://webcvs.kde.org/cgi-bin/cvsweb.cgi/koffice/chalk/tools/kis_tool_brush.cpp?rev=1.58&content-type=text/x-cvsweb-markup)
* Peter Jodda's Perico (http://software.jodda.de/perico.html)
* The source of the Gimp (both current and 0.99.11 -- the oldest version I could find) (http://www.gimp.org)
* David Hodson's article on Gimp brushes (http://members.ozemail.com.au/~hodsond/gimpbrush.html)

@ -1,5 +1,5 @@
/*
* main.cc - part of KImageShop
* main.cpp - part of KImageShop
*
* Copyright (c) 1999 Matthias Elter <me@kde.org>
* Copyright (c) 2002 Patrick Julien <freak@codepimps.org>

@ -9,7 +9,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(KOFFICE_INCLUDES) \
$(all_includes)
chalkblurfilter_la_SOURCES = wdgblur.ui blur.cc kis_blur_filter.cc kis_wdg_blur.cc
chalkblurfilter_la_SOURCES = wdgblur.ui blur.cpp kis_blur_filter.cpp kis_wdg_blur.cpp
kde_module_LTLIBRARIES = chalkblurfilter.la
noinst_HEADERS = blur.h kis_blur_filter.h

@ -7,7 +7,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
-I$(srcdir)/../../../../lib/kofficecore \
$(all_includes)
chalkbumpmap_la_SOURCES = bumpmap.cc wdgbumpmap.ui
chalkbumpmap_la_SOURCES = bumpmap.cpp wdgbumpmap.ui
kde_module_LTLIBRARIES = chalkbumpmap.la
noinst_HEADERS = bumpmap.h

@ -12,9 +12,9 @@ INCLUDES = -I$(srcdir)/../../../sdk \
chalkcimg_la_SOURCES = \
wdg_cimg.ui\
kis_cimg_filter.cc\
kis_cimg_plugin.cc\
kis_cimgconfig_widget.cc
kis_cimg_filter.cpp\
kis_cimg_plugin.cpp\
kis_cimgconfig_widget.cpp
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = chalkcimg.la

@ -9,7 +9,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(KOFFICE_INCLUDES) \
$(all_includes)
chalkextensioncolorsfilters_la_SOURCES = colors.cc kis_minmax_filters.cc kis_color_to_alpha.cc wdgcolortoalphabase.ui kis_wdg_color_to_alpha.cc
chalkextensioncolorsfilters_la_SOURCES = colors.cpp kis_minmax_filters.cpp kis_color_to_alpha.cpp wdgcolortoalphabase.ui kis_wdg_color_to_alpha.cpp
kde_module_LTLIBRARIES = chalkextensioncolorsfilters.la
noinst_HEADERS = colors.h

@ -7,11 +7,11 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(KOFFICE_INCLUDES) \
$(all_includes)
chalkcolorsfilters_la_SOURCES = colorsfilters.cc \
kis_perchannel_filter.cc \
chalkcolorsfilters_la_SOURCES = colorsfilters.cpp \
kis_perchannel_filter.cpp \
wdg_perchannel.ui \
wdg_brightness_contrast.ui \
kis_brightness_contrast_filter.cc
kis_brightness_contrast_filter.cpp
noinst_HEADERS = colorsfilters.h \
kis_perchannel_filter.h \

@ -12,10 +12,10 @@ INCLUDES = \
kde_module_LTLIBRARIES = chalkconvolutionfilters.la
chalkconvolutionfilters_la_SOURCES = kis_custom_convolution_filter_configuration_base_widget.ui \
kis_custom_convolution_filter_configuration_widget.cc \
kis_custom_convolution_filter.cc \
convolutionfilters.cc \
kis_convolution_filter.cc
kis_custom_convolution_filter_configuration_widget.cpp \
kis_custom_convolution_filter.cpp \
convolutionfilters.cpp \
kis_convolution_filter.cpp
noinst_HEADERS = convolutionfilters.h \
kis_custom_convolution_filter_configuration_widget.h \

@ -10,9 +10,9 @@ INCLUDES = \
kde_module_LTLIBRARIES = chalkcubismfilter.la
chalkcubismfilter_la_SOURCES = kis_cubism_filter_plugin.cc \
kis_cubism_filter.cc \
kis_polygon.cc
chalkcubismfilter_la_SOURCES = kis_cubism_filter_plugin.cpp \
kis_cubism_filter.cpp \
kis_polygon.cpp
noinst_HEADERS = kis_cubism_filter_plugin.h \
kis_cubism_filter.h \

@ -11,8 +11,8 @@ INCLUDES = \
kde_module_LTLIBRARIES = chalkembossfilter.la
chalkembossfilter_la_SOURCES = kis_emboss_filter_plugin.cc \
kis_emboss_filter.cc
chalkembossfilter_la_SOURCES = kis_emboss_filter_plugin.cpp \
kis_emboss_filter.cpp
noinst_HEADERS = kis_emboss_filter_plugin.h \
kis_emboss_filter.h

@ -10,7 +10,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(KOFFICE_INCLUDES) \
$(all_includes)
chalkexample_la_SOURCES = example.cc
chalkexample_la_SOURCES = example.cpp
kde_module_LTLIBRARIES = chalkexample.la
noinst_HEADERS = example.h

@ -10,7 +10,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(KOFFICE_INCLUDES) \
$(all_includes)
chalkfastcolortransfer_la_SOURCES = wdgfastcolortransfer.ui fastcolortransfer.cc \
chalkfastcolortransfer_la_SOURCES = wdgfastcolortransfer.ui fastcolortransfer.cpp \
kis_wdg_fastcolortransfer.cpp
kde_module_LTLIBRARIES = chalkfastcolortransfer.la

@ -10,7 +10,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(KOFFICE_INCLUDES) \
$(all_includes)
chalklenscorrectionfilter_la_SOURCES = lenscorrectionfilter.cc \
chalklenscorrectionfilter_la_SOURCES = lenscorrectionfilter.cpp \
wdglenscorrectionoptions.ui kis_wdg_lens_correction.cpp
kde_module_LTLIBRARIES = chalklenscorrectionfilter.la

@ -7,10 +7,10 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(KOFFICE_INCLUDES) \
$(all_includes)
chalklevelfilter_la_SOURCES = levelfilter.cc \
chalklevelfilter_la_SOURCES = levelfilter.cpp \
wdg_level.ui \
kis_level_filter.cc \
kgradientslider.cc
kis_level_filter.cpp \
kgradientslider.cpp
noinst_HEADERS = levelfilter.h \
kis_level_filter.h \

@ -10,7 +10,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(KOFFICE_INCLUDES) \
$(all_includes)
chalknoisefilter_la_SOURCES = noisefilter.cc wdgnoiseoptions.ui \
chalknoisefilter_la_SOURCES = noisefilter.cpp wdgnoiseoptions.ui \
kis_wdg_noise.cpp
kde_module_LTLIBRARIES = chalknoisefilter.la

@ -11,8 +11,8 @@ INCLUDES = \
kde_module_LTLIBRARIES = chalkoilpaintfilter.la
chalkoilpaintfilter_la_SOURCES = kis_oilpaint_filter_plugin.cc \
kis_oilpaint_filter.cc
chalkoilpaintfilter_la_SOURCES = kis_oilpaint_filter_plugin.cpp \
kis_oilpaint_filter.cpp
noinst_HEADERS = kis_oilpaint_filter_plugin.h \
kis_oilpaint_filter.h

@ -11,8 +11,8 @@ INCLUDES = \
kde_module_LTLIBRARIES = chalkpixelizefilter.la
chalkpixelizefilter_la_SOURCES = kis_pixelize_filter_plugin.cc \
kis_pixelize_filter.cc
chalkpixelizefilter_la_SOURCES = kis_pixelize_filter_plugin.cpp \
kis_pixelize_filter.cpp
noinst_HEADERS = kis_pixelize_filter_plugin.h \
kis_pixelize_filter.h

@ -11,8 +11,8 @@ INCLUDES = \
kde_module_LTLIBRARIES = chalkraindropsfilter.la
chalkraindropsfilter_la_SOURCES = kis_raindrops_filter_plugin.cc \
kis_raindrops_filter.cc
chalkraindropsfilter_la_SOURCES = kis_raindrops_filter_plugin.cpp \
kis_raindrops_filter.cpp
noinst_HEADERS = kis_raindrops_filter_plugin.h \
kis_raindrops_filter.h

@ -10,7 +10,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(KOFFICE_INCLUDES) \
$(all_includes)
chalkrandompickfilter_la_SOURCES = randompickfilter.cc wdgrandompickoptions.ui \
chalkrandompickfilter_la_SOURCES = randompickfilter.cpp wdgrandompickoptions.ui \
kis_wdg_random_pick.cpp
kde_module_LTLIBRARIES = chalkrandompickfilter.la

@ -10,8 +10,8 @@ INCLUDES = \
kde_module_LTLIBRARIES = chalkroundcornersfilter.la
chalkroundcornersfilter_la_SOURCES = kis_round_corners_filter_plugin.cc \
kis_round_corners_filter.cc
chalkroundcornersfilter_la_SOURCES = kis_round_corners_filter_plugin.cpp \
kis_round_corners_filter.cpp
noinst_HEADERS = kis_round_corners_filter_plugin.h \
kis_round_corners_filter.h

@ -10,8 +10,8 @@ INCLUDES = \
kde_module_LTLIBRARIES = chalksmalltilesfilter.la
chalksmalltilesfilter_la_SOURCES = kis_small_tiles_filter_plugin.cc \
kis_small_tiles_filter.cc
chalksmalltilesfilter_la_SOURCES = kis_small_tiles_filter_plugin.cpp \
kis_small_tiles_filter.cpp
noinst_HEADERS = kis_small_tiles_filter_plugin.h \
kis_small_tiles_filter.h

@ -10,8 +10,8 @@ INCLUDES = \
kde_module_LTLIBRARIES = chalksobelfilter.la
chalksobelfilter_la_SOURCES = kis_sobel_filter_plugin.cc \
kis_sobel_filter.cc
chalksobelfilter_la_SOURCES = kis_sobel_filter_plugin.cpp \
kis_sobel_filter.cpp
noinst_HEADERS = kis_sobel_filter_plugin.h \
kis_sobel_filter.h

@ -7,7 +7,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
-I$(srcdir)/../../../../lib/kofficecore \
$(all_includes)
chalkthreadtest_la_SOURCES = threadtest.cc
chalkthreadtest_la_SOURCES = threadtest.cpp
kde_module_LTLIBRARIES = chalkthreadtest.la
noinst_HEADERS = threadtest.h

@ -9,7 +9,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(KOFFICE_INCLUDES) \
$(all_includes)
chalkunsharpfilter_la_SOURCES = wdgunsharp.ui kis_wdg_unsharp.cc unsharp.cc kis_unsharp_filter.cc
chalkunsharpfilter_la_SOURCES = wdgunsharp.ui kis_wdg_unsharp.cpp unsharp.cpp kis_unsharp_filter.cpp
kde_module_LTLIBRARIES = chalkunsharpfilter.la

@ -10,7 +10,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(KOFFICE_INCLUDES) \
$(all_includes)
chalkwavefilter_la_SOURCES = wavefilter.cc wdgwaveoptions.ui \
chalkwavefilter_la_SOURCES = wavefilter.cpp wdgwaveoptions.ui \
kis_wdg_wave.cpp
kde_module_LTLIBRARIES = chalkwavefilter.la

@ -18,14 +18,14 @@ INCLUDES = -I$(srcdir)/../../../sdk \
chalkdefaultpaintops_la_SOURCES = \
defaultpaintops_plugin.cc \
kis_airbrushop.cc \
kis_brushop.cc \
kis_duplicateop.cc \
kis_eraseop.cc \
kis_penop.cc \
defaultpaintops_plugin.cpp \
kis_airbrushop.cpp \
kis_brushop.cpp \
kis_duplicateop.cpp \
kis_eraseop.cpp \
kis_penop.cpp \
kis_dlgbrushcurvecontrol.ui \
kis_smudgeop.cc
kis_smudgeop.cpp
noinst_HEADERS = defaultpaintops_plugin.h kis_airbrushop.h kis_brushop.h \
kis_duplicateop.h kis_eraseop.h kis_penop.h kis_smudgeop.h

@ -1,5 +1,5 @@
/*
* defaultpaintops_plugin.cc -- Part of Chalk
* defaultpaintops_plugin.cpp -- Part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org)
*

@ -10,19 +10,19 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(all_includes)
chalkdefaulttools_la_SOURCES = \
default_tools.cc \
kis_tool_colorpicker.cc \
kis_tool_move.cc \
kis_tool_zoom.cc \
kis_tool_brush.cc \
kis_tool_line.cc \
kis_tool_duplicate.cc \
kis_tool_fill.cc \
kis_tool_rectangle.cc \
kis_tool_ellipse.cc \
kis_tool_pan.cc \
kis_tool_text.cc \
kis_tool_gradient.cc \
default_tools.cpp \
kis_tool_colorpicker.cpp \
kis_tool_move.cpp \
kis_tool_zoom.cpp \
kis_tool_brush.cpp \
kis_tool_line.cpp \
kis_tool_duplicate.cpp \
kis_tool_fill.cpp \
kis_tool_rectangle.cpp \
kis_tool_ellipse.cpp \
kis_tool_pan.cpp \
kis_tool_text.cpp \
kis_tool_gradient.cpp \
wdgcolorpicker.ui
# Install this plugin in the KDE modules directory

@ -1,5 +1,5 @@
/*
* default_tools.cc -- Part of Chalk
* default_tools.cpp -- Part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org)
*

@ -1,5 +1,5 @@
/*
* kis_tool_brush.cc - part of Chalk
* kis_tool_brush.cpp - part of Chalk
*
* Copyright (c) 2003-2004 Boudewijn Rempt <boud@valdyas.org>
*

@ -1,5 +1,5 @@
/*
* kis_tool_duplicate.cc - part of Chalk
* kis_tool_duplicate.cpp - part of Chalk
*
* Copyright (c) 2004 Cyrille Berger <cberger@cberger.net>
*

@ -1,5 +1,5 @@
/*
* kis_tool_ellipse.cc - part of Krayon
* kis_tool_ellipse.cpp - part of Krayon
*
* Copyright (c) 2000 John Califf <jcaliff@compuzone.net>
* Copyright (c) 2002 Patrick Julien <freak@codepimps.org>

@ -1,5 +1,5 @@
/*
* kis_tool_fill.cc - part of Krayon
* kis_tool_fill.cpp - part of Krayon
*
* Copyright (c) 2000 John Califf <jcaliff@compuzone.net>
* Copyright (c) 2004 Boudewijn Rempt <boud@valdyas.org>

@ -1,5 +1,5 @@
/*
* kis_tool_gradient.cc - part of Chalk
* kis_tool_gradient.cpp - part of Chalk
*
* Copyright (c) 2000 John Califf
* Copyright (c) 2002 Patrick Julien <freak@codepimps.org>

@ -1,5 +1,5 @@
/*
* kis_tool_line.cc - part of Krayon
* kis_tool_line.cpp - part of Krayon
*
* Copyright (c) 2000 John Califf
* Copyright (c) 2002 Patrick Julien <freak@codepimps.org>

@ -1,5 +1,5 @@
/*
* kis_tool_rectangle.cc - part of Chalk
* kis_tool_rectangle.cpp - part of Chalk
*
* Copyright (c) 2000 John Califf <jcaliff@compuzone.net>
* Copyright (c) 2002 Patrick Julien <freak@codepimps.org>

@ -9,10 +9,10 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(KOFFICE_INCLUDES) \
$(all_includes)
chalkselectiontools_la_SOURCES = kis_tool_move_selection.cc \
kis_tool_select_brush.cc kis_tool_select_contiguous.cc kis_tool_select_elliptical.cc \
kis_tool_select_eraser.cc kis_tool_select_outline.cc kis_tool_select_polygonal.cc \
kis_tool_select_rectangular.cc selection_tools.cc
chalkselectiontools_la_SOURCES = kis_tool_move_selection.cpp \
kis_tool_select_brush.cpp kis_tool_select_contiguous.cpp kis_tool_select_elliptical.cpp \
kis_tool_select_eraser.cpp kis_tool_select_outline.cpp kis_tool_select_polygonal.cpp \
kis_tool_select_rectangular.cpp selection_tools.cpp
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = chalkselectiontools.la

@ -1,5 +1,5 @@
/*
* kis_tool_select_brush.cc - part of Chalk
* kis_tool_select_brush.cpp - part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt <boud@valdyas.org>
*

@ -1,5 +1,5 @@
/*
* kis_tool_select_elliptical.cc -- part of Chalk
* kis_tool_select_elliptical.cpp -- part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org)
*

@ -1,5 +1,5 @@
/*
* kis_tool_select_brush.cc - part of Chalk
* kis_tool_select_brush.cpp - part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt <boud@valdyas.org>
*

@ -1,6 +1,6 @@
/*
* kis_tool_select_rectangular.cc -- part of Chalk
* kis_tool_select_rectangular.cpp -- part of Chalk
*
* Copyright (c) 1999 Michael Koch <koch@kde.org>
* 2001 John Califf <jcaliff@compuzone.net>

@ -1,5 +1,5 @@
/*
* selection_tools.cc -- Part of Chalk
* selection_tools.cpp -- Part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org)
*

@ -11,8 +11,8 @@ INCLUDES = -I$(srcdir)/../../../sdk \
chalktoolcrop_la_SOURCES = \
wdg_tool_crop.ui \
tool_crop.cc \
kis_tool_crop.cc
tool_crop.cpp \
kis_tool_crop.cpp
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = chalktoolcrop.la

@ -1,5 +1,5 @@
/*
* kis_tool_crop.cc -- part of Chalk
* kis_tool_crop.cpp -- part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt <boud@valdyas.org>
* Copyright (c) 2005 Michael Thaler <michael.thaler@physik.tu-muenchen.de>

@ -1,5 +1,5 @@
/*
* tool_crop.cc -- Part of Chalk
* tool_crop.cpp -- Part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org)
*

@ -10,15 +10,15 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(all_includes)
chalktoolcurves_la_SOURCES = \
kis_curve_framework.cc \
kis_tool_curve.cc \
tool_curves.cc \
kis_curve_framework.cpp \
kis_tool_curve.cpp \
tool_curves.cpp \
wdg_tool_example.ui \
kis_tool_example.cc \
kis_tool_bezier.cc \
kis_tool_bezier_paint.cc \
kis_tool_bezier_select.cc \
kis_tool_moutline.cc
kis_tool_example.cpp \
kis_tool_bezier.cpp \
kis_tool_bezier_paint.cpp \
kis_tool_bezier_select.cpp \
kis_tool_moutline.cpp
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = chalktoolcurves.la

@ -1,5 +1,5 @@
/*
* kis_tool_bezier.cc -- part of Chalk
* kis_tool_bezier.cpp -- part of Chalk
*
* Copyright (c) 2006 Emanuele Tamponi <emanuele@valinor.it>
*

@ -1,5 +1,5 @@
/*
* kis_tool_curve.cc -- part of Chalk
* kis_tool_curve.cpp -- part of Chalk
*
* Copyright (c) 2006 Emanuele Tamponi <emanuele@valinor.it>
*

@ -1,5 +1,5 @@
/*
* kis_tool_curve.cc -- part of Chalk
* kis_tool_curve.cpp -- part of Chalk
*
* Copyright (c) 2006 Emanuele Tamponi <emanuele@valinor.it>
*

@ -1,5 +1,5 @@
/*
* kis_tool_curve.cc -- part of Chalk
* kis_tool_curve.cpp -- part of Chalk
*
* Copyright (c) 2006 Emanuele Tamponi <emanuele@valinor.it>
*

@ -1,5 +1,5 @@
/*
* kis_tool_example.cc -- part of Chalk
* kis_tool_example.cpp -- part of Chalk
*
* Copyright (c) 2006 Emanuele Tamponi <emanuele@valinor.it>
*

@ -1,5 +1,5 @@
/*
* kis_tool_moutline.cc -- part of Chalk
* kis_tool_moutline.cpp -- part of Chalk
*
* Copyright (c) 2006 Emanuele Tamponi <emanuele@valinor.it>
*

@ -1,5 +1,5 @@
/*
* tool_bezier.cc -- part of Chalk
* tool_bezier.cpp -- part of Chalk
*
* Copyright (c) 2006 Emanuele Tamponi <emanuele@valinor.it>
*

@ -10,9 +10,9 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(all_includes)
chalktoolfilter_la_SOURCES = \
kis_filterop.cc \
kis_tool_filter.cc \
tool_filter.cc
kis_filterop.cpp \
kis_tool_filter.cpp \
tool_filter.cpp
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = chalktoolfilter.la

@ -1,5 +1,5 @@
/*
* kis_tool_filter.cc - part of Chalk
* kis_tool_filter.cpp - part of Chalk
*
* Copyright (c) 2004 Cyrille Berger <cberger@cberger.net>
*

@ -1,5 +1,5 @@
/*
* tool_filter.cc -- Part of Chalk
* tool_filter.cpp -- Part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org)
*

@ -10,8 +10,8 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(all_includes)
chalktoolperspectivegrid_la_SOURCES = \
tool_perspectivegrid.cc \
kis_tool_perspectivegrid.cc
tool_perspectivegrid.cpp \
kis_tool_perspectivegrid.cpp
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = chalktoolperspectivegrid.la

@ -1,5 +1,5 @@
/*
* kis_tool_perspectivegrid.cc - part of Chalk
* kis_tool_perspectivegrid.cpp - part of Chalk
*
* Copyright (c) 2006 Cyrille Berger <cberger@cberger.net>
*

@ -1,5 +1,5 @@
/*
* tool_perspectivegrid.cc -- Part of Chalk
* tool_perspectivegrid.cpp -- Part of Chalk
*
* Copyright (c) 2006 Cyrille Berger <cberger@cberger.net>
*

@ -10,8 +10,8 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(all_includes)
chalktoolperspectivetransform_la_SOURCES = \
tool_perspectivetransform.cc \
kis_tool_perspectivetransform.cc
tool_perspectivetransform.cpp \
kis_tool_perspectivetransform.cpp
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = chalktoolperspectivetransform.la

@ -1,5 +1,5 @@
/*
* kis_tool_transform.cc -- part of Chalk
* kis_tool_transform.cpp -- part of Chalk
*
* Copyright (c) 2006 Cyrille Berger <cberger@cberger.net>
*

@ -1,5 +1,5 @@
/*
* tool_perspectivetransform.cc -- Part of Chalk
* tool_perspectivetransform.cpp -- Part of Chalk
*
* Copyright (c) 2006 Cyrille Berger <cberger@cberger.net>
*

@ -10,8 +10,8 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(all_includes)
chalktoolpolygon_la_SOURCES = \
tool_polygon.cc \
kis_tool_polygon.cc
tool_polygon.cpp \
kis_tool_polygon.cpp
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = chalktoolpolygon.la

@ -1,5 +1,5 @@
/*
* kis_tool_polygon.cc -- part of Chalk
* kis_tool_polygon.cpp -- part of Chalk
*
* Copyright (c) 2004 Michael Thaler <michael.thaler@physik.tu-muenchen.de>
*

@ -1,5 +1,5 @@
/*
* tool_polygon.cc -- Part of Chalk
* tool_polygon.cpp -- Part of Chalk
*
* Copyright (c) 2004 Michael Thaler <michael.thaler@physik.tu-muenchen.de>
*

@ -10,8 +10,8 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(all_includes)
chalktoolpolyline_la_SOURCES = \
tool_polyline.cc \
kis_tool_polyline.cc
tool_polyline.cpp \
kis_tool_polyline.cpp
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = chalktoolpolyline.la

@ -1,5 +1,5 @@
/*
* kis_tool_polyline.cc -- part of Chalk
* kis_tool_polyline.cpp -- part of Chalk
*
* Copyright (c) 2004 Michael Thaler <michael.thaler@physik.tu-muenchen.de>
*

@ -1,5 +1,5 @@
/*
* tool_polyline.cc -- Part of Chalk
* tool_polyline.cpp -- Part of Chalk
*
* Copyright (c) 2004 Michael Thaler <michael.thaler@physik.tu-muenchen.de>
*

@ -9,7 +9,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(all_includes)
chalktoolselectsimilar_la_SOURCES = selectsimilar.cc kis_tool_selectsimilar.cc
chalktoolselectsimilar_la_SOURCES = selectsimilar.cpp kis_tool_selectsimilar.cpp
noinst_HEADERS = selectsimilar.h kis_tool_selectsimilar.h
kde_module_LTLIBRARIES = chalktoolselectsimilar.la

@ -11,8 +11,8 @@ INCLUDES = -I$(srcdir)/../../../sdk \
chalktoolstar_la_SOURCES = \
wdg_tool_star.ui \
tool_star.cc \
kis_tool_star.cc
tool_star.cpp \
kis_tool_star.cpp
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = chalktoolstar.la

@ -1,5 +1,5 @@
/*
* kis_tool_star.cc -- part of Chalk
* kis_tool_star.cpp -- part of Chalk
*
* Copyright (c) 2004 Michael Thaler <michael.thaler@physik.tu-muenchen.de>
*

@ -1,5 +1,5 @@
/*
* tool_star.cc -- Part of Chalk
* tool_star.cpp -- Part of Chalk
*
* Copyright (c) 2004 Michael Thaler <michael.thaler@physik.tu-muenchen.de>
*

@ -11,8 +11,8 @@ INCLUDES = -I$(srcdir)/../../../sdk \
chalktooltransform_la_SOURCES = \
wdg_tool_transform.ui \
tool_transform.cc \
kis_tool_transform.cc
tool_transform.cpp \
kis_tool_transform.cpp
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = chalktooltransform.la

@ -1,5 +1,5 @@
/*
* kis_tool_transform.cc -- part of Chalk
* kis_tool_transform.cpp -- part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt <boud@valdyas.org>
* Copyright (c) 2005 Casper Boemann <cbr@boemann.dk>

@ -1,5 +1,5 @@
/*
* tool_transform.cc -- Part of Chalk
* tool_transform.cpp -- Part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org)
*

@ -7,7 +7,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
kde_module_LTLIBRARIES = chalkcolorrange.la
chalkcolorrange_la_SOURCES = colorrange.cc dlg_colorrange.cc wdg_colorrange.ui
chalkcolorrange_la_SOURCES = colorrange.cpp dlg_colorrange.cpp wdg_colorrange.ui
noinst_HEADERS = wdg_colorrange.h dlg_colorrange.h colorrange.h
chalkcolorrange_la_LIBADD = $(LIB_KOFFICEUI) ../../../libchalkcommon.la \

@ -1,5 +1,5 @@
/*
* dlg_colorrange.cc - part of KimageShop^WKrayon^WChalk
* dlg_colorrange.cpp - part of KimageShop^WKrayon^WChalk
*
* Copyright (c) 2004 Boudewijn Rempt <boud@valdyas.org>
*

@ -14,7 +14,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
kde_module_LTLIBRARIES = chalkcolorspaceconversion.la
chalkcolorspaceconversion_la_SOURCES = wdgconvertcolorspace.ui colorspaceconversion.cc dlg_colorspaceconversion.cc
chalkcolorspaceconversion_la_SOURCES = wdgconvertcolorspace.ui colorspaceconversion.cpp dlg_colorspaceconversion.cpp
noinst_HEADERS = wdgconvertcolorspace.h dlg_colorspaceconversion.h colorspaceconversion.h
chalkcolorspaceconversion_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts

@ -1,5 +1,5 @@
/*
* colorspaceconversion.cc -- Part of Chalk
* colorspaceconversion.cpp -- Part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org)
*

@ -1,5 +1,5 @@
/*
* dlg_colorspaceconversion.cc - part of KimageShop^WKrayon^WChalk
* dlg_colorspaceconversion.cpp - part of KimageShop^WKrayon^WChalk
*
* Copyright (c) 2004 Boudewijn Rempt <boud@valdyas.org>
*

@ -14,8 +14,8 @@ INCLUDES = -I$(srcdir)/../../../sdk \
kde_module_LTLIBRARIES = chalkdropshadow.la
chalkdropshadow_la_SOURCES = wdg_dropshadow.ui \
kis_dropshadow.cc dlg_dropshadow.cc \
kis_dropshadow_plugin.cc
kis_dropshadow.cpp dlg_dropshadow.cpp \
kis_dropshadow_plugin.cpp
noinst_HEADERS = wdg_dropshadow.h kis_dropshadow_plugin.h \
kis_dropshadow.h dlg_dropshadow.h

@ -1,5 +1,5 @@
/*
* dlg_dropshadow.cc - part of KimageShop^WKrayon^WChalk
* dlg_dropshadow.cpp - part of KimageShop^WKrayon^WChalk
*
* Copyright (c) 2005 Michael Thaler <michael.thaler@physik.tu-muenchen.de>
* Copyright (c) 2006 Cyrille Berger <cberger@cberger.net>

@ -11,8 +11,8 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(KOFFICE_INCLUDES) \
$(all_includes)
chalkfiltersgallery_la_SOURCES = filters_gallery.cc \
kis_dlg_filtersgallery.cc kis_wdg_filtersgallery.ui
chalkfiltersgallery_la_SOURCES = filters_gallery.cpp \
kis_dlg_filtersgallery.cpp kis_wdg_filtersgallery.ui
kde_module_LTLIBRARIES = chalkfiltersgallery.la
noinst_HEADERS = filters_gallery.h kis_dlg_filtersgallery.h

@ -13,7 +13,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
kde_module_LTLIBRARIES = chalkhistogram.la
chalkhistogram_la_SOURCES = histogram.cc dlg_histogram.cc wdghistogram.ui kis_histogram_widget.cc
chalkhistogram_la_SOURCES = histogram.cpp dlg_histogram.cpp wdghistogram.ui kis_histogram_widget.cpp
noinst_HEADERS = dlg_histogram.h histogram.h wdghistogram.h kis_histogram_widget.h
kde_services_DATA = chalkhistogram.desktop

@ -1,5 +1,5 @@
/*
* dlg_histogram.cc - part of KimageShop^WKrayon^WChalk
* dlg_histogram.cpp - part of KimageShop^WKrayon^WChalk
*
* Copyright (c) 2004 Boudewijn Rempt <boud@valdyas.org>
*

@ -10,7 +10,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(KOFFICE_INCLUDES) \
$(all_includes)
chalkhistogramdocker_la_SOURCES = histogramdocker.cc kis_imagerasteredcache.cc kis_cachedhistogram.cc kis_accumulating_producer.cc
chalkhistogramdocker_la_SOURCES = histogramdocker.cpp kis_imagerasteredcache.cpp kis_cachedhistogram.cpp kis_accumulating_producer.cpp
kde_module_LTLIBRARIES = chalkhistogramdocker.la
noinst_HEADERS = histogramdocker.h kis_imagerasteredcache.h kis_cachedhistogram.h kis_accumulating_producer.h

@ -7,7 +7,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(KOFFICE_INCLUDES) \
$(all_includes)
chalkhistorydocker_la_SOURCES = historydocker.cc
chalkhistorydocker_la_SOURCES = historydocker.cpp
kde_module_LTLIBRARIES = chalkhistorydocker.la
noinst_HEADERS = historydocker.h

@ -12,7 +12,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(KOFFICE_INCLUDES) \
$(all_includes)
chalkimagesize_la_SOURCES = wdg_imagesize.ui wdg_layersize.ui imagesize.cc dlg_imagesize.cc dlg_layersize.cc wdg_resolution.ui
chalkimagesize_la_SOURCES = wdg_imagesize.ui wdg_layersize.ui imagesize.cpp dlg_imagesize.cpp dlg_layersize.cpp wdg_resolution.ui
noinst_HEADERS = wdg_imagesize.h dlg_imagesize.h imagesize.h dlg_layersize.h

@ -1,5 +1,5 @@
/*
* dlg_imagesize.cc - part of KimageShop^WKrayon^WChalk
* dlg_imagesize.cpp - part of KimageShop^WKrayon^WChalk
*
* Copyright (c) 2004 Boudewijn Rempt <boud@valdyas.org>
*

@ -1,5 +1,5 @@
/*
* dlg_layersize.cc - part of Chalk
* dlg_layersize.cpp - part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt <boud@valdyas.org>
* Copyright (c) 2005 Sven Langkamp <longamp@reallygood.de>

@ -1,5 +1,5 @@
/*
* imagesize.cc -- Part of Chalk
* imagesize.cpp -- Part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org)
*

@ -13,7 +13,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
$(all_includes)
chalkmodifyselection_la_SOURCES = wdg_grow_selection.ui wdg_shrink_selection.ui wdg_border_selection.ui \
dlg_grow_selection.cc dlg_shrink_selection.cc dlg_border_selection.cc modify_selection.cc
dlg_grow_selection.cpp dlg_shrink_selection.cpp dlg_border_selection.cpp modify_selection.cpp
noinst_HEADERS = wdg_grow_selection.h wdg_shrink_selection.h wdg_border_selection.h dlg_grow_selection.h \
dlg_shrink_selection.h dlg_border_selection.h modify_selection.h

@ -1,5 +1,5 @@
/*
* dlg_border_selection.cc - part of Chalk
* dlg_border_selection.cpp - part of Chalk
*
* Copyright (c) 2006 Michael Thaler <michael.thaler@physik.tu-muenchen.de>
*

@ -1,5 +1,5 @@
/*
* dlg_grow_selection.cc - part of Chalk
* dlg_grow_selection.cpp - part of Chalk
*
* Copyright (c) 2006 Michael Thaler <michael.thaler@physik.tu-muenchen.de>
*

@ -1,5 +1,5 @@
/*
* dlg_shrink_selection.cc - part of Chalk
* dlg_shrink_selection.cpp - part of Chalk
*
* Copyright (c) 2006 Michael Thaler <michael.thaler@physik.tu-muenchen.de>
*

@ -1,5 +1,5 @@
/*
* modify_selection.cc -- Part of Chalk
* modify_selection.cpp -- Part of Chalk
*
* Copyright (c) 2006 Michael Thaler (michael.thaler@physik.tu-muenchen.de)
*

@ -13,7 +13,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
kde_module_LTLIBRARIES = chalkperftest.la
chalkperftest_la_SOURCES = wdg_perftest.ui perftest.cc dlg_perftest.cc
chalkperftest_la_SOURCES = wdg_perftest.ui perftest.cpp dlg_perftest.cpp
noinst_HEADERS = wdg_perftest.h dlg_perftest.h perftest.h
chalkperftest_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts

@ -1,5 +1,5 @@
/*
* dlg_perftest.cc - part of KimageShop^WKrayon^WChalk
* dlg_perftest.cpp - part of KimageShop^WKrayon^WChalk
*
* Copyright (c) 2004 Michael Thaler <michael.thaler@physik.tu-muenchen.de>
*

@ -1,5 +1,5 @@
/*
* perftest.cc -- Part of Chalk
* perftest.cpp -- Part of Chalk
*
* Copyright (c) 2004 Boudewijn Rempt <boud@valdyas.org>
*

@ -13,7 +13,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
kde_module_LTLIBRARIES = chalkrotateimage.la
chalkrotateimage_la_SOURCES = wdg_rotateimage.ui rotateimage.cc dlg_rotateimage.cc
chalkrotateimage_la_SOURCES = wdg_rotateimage.ui rotateimage.cpp dlg_rotateimage.cpp
noinst_HEADERS = wdg_rotateimage.h dlg_rotateimage.h rotateimage.h
chalkrotateimage_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts

@ -1,5 +1,5 @@
/*
* dlg_rotateimage.cc - part of KimageShop^WKrayon^WChalk
* dlg_rotateimage.cpp - part of KimageShop^WKrayon^WChalk
*
* Copyright (c) 2004 Michael Thaler <michael.thaler@physik.tu-muenchen.de>
*

@ -1,5 +1,5 @@
/*
* rotateimage.cc -- Part of Chalk
* rotateimage.cpp -- Part of Chalk
*
* Copyright (c) 2004 Michael Thaler
*

@ -15,7 +15,7 @@ INCLUDES = -I$(top_srcdir)/chalk/sdk \
$(KOFFICE_INCLUDES) \
$(all_includes)
chalkscripting_la_SOURCES = scripting.cc
chalkscripting_la_SOURCES = scripting.cpp
kde_module_LTLIBRARIES = chalkscripting.la
noinst_HEADERS = scripting.h

@ -7,7 +7,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
kde_module_LTLIBRARIES = chalkselectopaque.la
chalkselectopaque_la_SOURCES = selectopaque.cc
chalkselectopaque_la_SOURCES = selectopaque.cpp
noinst_HEADERS = selectopaque.h
chalkselectopaque_la_LIBADD = $(LIB_KOFFICEUI) ../../../libchalkcommon.la \

@ -12,8 +12,8 @@ INCLUDES = -I$(srcdir)/../../../sdk \
kde_module_LTLIBRARIES = chalkseparatechannels.la
chalkseparatechannels_la_SOURCES = wdg_separations.ui \
kis_channel_separator.cc dlg_separate.cc \
kis_separate_channels_plugin.cc
kis_channel_separator.cpp dlg_separate.cpp \
kis_separate_channels_plugin.cpp
noinst_HEADERS = wdg_separations.h kis_separate_channels_plugin.h \
kis_channel_separator.h dlg_separate.h

@ -1,5 +1,5 @@
/*
* dlg_separate.cc - part of KimageShop^WKrayon^WChalk
* dlg_separate.cpp - part of KimageShop^WKrayon^WChalk
*
* Copyright (c) 2004 Boudewijn Rempt <boud@valdyas.org>
*

@ -15,7 +15,7 @@ kde_module_LTLIBRARIES = chalkshearimage.la
kde_services_DATA = chalkshearimage.desktop
chalkshearimage_la_SOURCES = wdg_shearimage.ui shearimage.cc dlg_shearimage.cc
chalkshearimage_la_SOURCES = wdg_shearimage.ui shearimage.cpp dlg_shearimage.cpp
noinst_HEADERS = wdg_shearimage.h dlg_shearimage.h shearimage.h
chalkshearimage_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts

@ -1,5 +1,5 @@
/*
* dlg_shearimage.cc - part of KimageShop^WKrayon^WChalk
* dlg_shearimage.cpp - part of KimageShop^WKrayon^WChalk
*
* Copyright (c) 2004 Michael Thaler <michael.thaler@physik.tu-muenchen.de>
*

@ -1,5 +1,5 @@
/*
* shearimage.cc -- Part of Chalk
* shearimage.cpp -- Part of Chalk
*
* Copyright (c) 2004 Michael Thaler
*

@ -14,7 +14,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
kde_module_LTLIBRARIES = chalksubstrate.la
chalksubstrate_la_SOURCES = substrate.cc dlg_substrate.cc wdgsubstrate.ui kis_repeating_substrate.cc
chalksubstrate_la_SOURCES = substrate.cpp dlg_substrate.cpp wdgsubstrate.ui kis_repeating_substrate.cpp
noinst_HEADERS = wdgsubstrate.h dlg_substrate.h kis_repeating_substrate.h substrate.h
chalksubstrate_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts

@ -1,5 +1,5 @@
/*
* dlg_substrate.cc - part of KimageShop^WKrayon^WChalk
* dlg_substrate.cpp - part of KimageShop^WKrayon^WChalk
*
* Copyright (c) 2004 Boudewijn Rempt <boud@valdyas.org>
*

@ -14,7 +14,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
kde_module_LTLIBRARIES = chalkvariations.la
chalkvariations_la_SOURCES = variations.cc dlg_variations.cc wdg_variations.ui
chalkvariations_la_SOURCES = variations.cpp dlg_variations.cpp wdg_variations.ui
noinst_HEADERS = wdg_variations.h
chalkvariations_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts

@ -1,5 +1,5 @@
/*
* dlg_variations.cc - part of KimageShop^WKrayon^WChalk
* dlg_variations.cpp - part of KimageShop^WKrayon^WChalk
*
* Copyright (c) 2004 Boudewijn Rempt <boud@valdyas.org>
*

@ -4,7 +4,7 @@ INCLUDES = $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) \
$(all_includes)
noinst_LTLIBRARIES = libchalksdk.la
libchalksdk_la_SOURCES = kis_progress_subject.cc
libchalksdk_la_SOURCES = kis_progress_subject.cpp
libchalksdk_la_METASOURCES = AUTO
include_HEADERS = \

@ -13,34 +13,34 @@ libchalkui_la_LDFLAGS = -version-info 1:0:0 -no-undefined $(all_libraries)
libchalkui_la_LIBADD = ../sdk/libchalksdk.la ../core/libchalkimage.la ../chalkcolor/libchalkcolor.la \
$(LCMS_LIBS) $(LIB_KOFFICEUI) $(LIB_KOPAINTER) $(LIB_KOPALETTE) $(LIB_XINPUTEXT) $(GLLIB)
libchalkui_la_SOURCES = kis_import_catcher.cc kis_histogram_view.cc imageviewer.cc kcurve.cc \
kis_autobrush.cc kis_autogradient.cc kis_boundary_painter.cc kis_brush_chooser.cc \
kis_canvas.cc kis_canvas_painter.cc kis_clipboard.cc kis_cmb_composite.cc \
kis_cmb_idlist.cc kis_color_cup.cc kis_config.cc kis_controlframe.cc kis_cursor.cc \
kis_dlg_apply_profile.cc kis_dlg_image_properties.cc kis_dlg_layer_properties.cc \
kis_dlg_new_layer.cc kis_dlg_preferences.cc kis_doc.cc kis_doc_iface.cc kis_doc_iface.skel \
kis_double_widget.cc kis_factory.cc kis_filter_manager.cc kis_gradient_chooser.cc \
kis_gradient_slider_widget.cc kis_icon_item.cc kis_iconwidget.cc kis_int_spinbox.cc \
kis_itemchooser.cc kis_label_cursor_pos.cc kis_label_progress.cc kis_label_zoom.cc \
kis_layerbox.cc kis_layerlist.cc kis_multi_bool_filter_widget.cc \
kis_multi_double_filter_widget.cc kis_multi_integer_filter_widget.cc kis_opengl_canvas.cc \
kis_opengl_canvas_painter.cc kis_opengl_image_context.cc kis_paintop_box.cc kis_palette_view.cc \
kis_palette_widget.cc kis_part_layer.cc kis_pattern_chooser.cc kis_previewdialog.cc \
kis_previewwidget.cc kis_qpaintdevice_canvas.cc kis_qpaintdevice_canvas_painter.cc \
kis_resource_mediator.cc kis_resourceserver.cc kis_ruler.cc kis_selection_manager.cc \
kis_selection_options.cc kis_text_brush.cc kis_tool.cc kis_tool_dummy.cc kis_tool_freehand.cc \
kis_tool_manager.cc kis_tool_non_paint.cc kis_tool_paint.cc kis_tool_registry.cc \
kis_tool_shape.cc kis_birdeye_box.cc kis_view.cc kis_view_iface.cc kis_custom_brush.cc \
kis_custom_palette.cc kis_custom_pattern.cc kis_custom_image_widget.cc kis_view_iface.skel \
libchalkui_la_SOURCES = kis_import_catcher.cpp kis_histogram_view.cpp imageviewer.cpp kcurve.cpp \
kis_autobrush.cpp kis_autogradient.cpp kis_boundary_painter.cpp kis_brush_chooser.cpp \
kis_canvas.cpp kis_canvas_painter.cpp kis_clipboard.cpp kis_cmb_composite.cpp \
kis_cmb_idlist.cpp kis_color_cup.cpp kis_config.cpp kis_controlframe.cpp kis_cursor.cpp \
kis_dlg_apply_profile.cpp kis_dlg_image_properties.cpp kis_dlg_layer_properties.cpp \
kis_dlg_new_layer.cpp kis_dlg_preferences.cpp kis_doc.cpp kis_doc_iface.cpp kis_doc_iface.skel \
kis_double_widget.cpp kis_factory.cpp kis_filter_manager.cpp kis_gradient_chooser.cpp \
kis_gradient_slider_widget.cpp kis_icon_item.cpp kis_iconwidget.cpp kis_int_spinbox.cpp \
kis_itemchooser.cpp kis_label_cursor_pos.cpp kis_label_progress.cpp kis_label_zoom.cpp \
kis_layerbox.cpp kis_layerlist.cpp kis_multi_bool_filter_widget.cpp \
kis_multi_double_filter_widget.cpp kis_multi_integer_filter_widget.cpp kis_opengl_canvas.cpp \
kis_opengl_canvas_painter.cpp kis_opengl_image_context.cpp kis_paintop_box.cpp kis_palette_view.cpp \
kis_palette_widget.cpp kis_part_layer.cpp kis_pattern_chooser.cpp kis_previewdialog.cpp \
kis_previewwidget.cpp kis_qpaintdevice_canvas.cpp kis_qpaintdevice_canvas_painter.cpp \
kis_resource_mediator.cpp kis_resourceserver.cpp kis_ruler.cpp kis_selection_manager.cpp \
kis_selection_options.cpp kis_text_brush.cpp kis_tool.cpp kis_tool_dummy.cpp kis_tool_freehand.cpp \
kis_tool_manager.cpp kis_tool_non_paint.cpp kis_tool_paint.cpp kis_tool_registry.cpp \
kis_tool_shape.cpp kis_birdeye_box.cpp kis_view.cpp kis_view_iface.cpp kis_custom_brush.cpp \
kis_custom_palette.cpp kis_custom_pattern.cpp kis_custom_image_widget.cpp kis_view_iface.skel \
kobirdeyepanel.cpp kis_matrix_widget.ui kis_previewwidgetbase.ui layerlist.cpp \
wdgapplyprofile.ui wdgautobrush.ui wdgautogradient.ui wdgbirdeye.ui wdgcolorsettings.ui \
wdgdisplaysettings.ui wdggeneralsettings.ui wdglayerproperties.ui wdglayerbox.ui \
wdgnewimage.ui wdgperformancesettings.ui wdgselectionoptions.ui wdgshapeoptions.ui \
wdgpressuresettings.ui wdgcustombrush.ui wdgcustompalette.ui wdgcustompattern.ui \
wdgtextbrush.ui kis_dlg_adjustment_layer.cc kis_filters_listview.cc \
wdgtextbrush.ui kis_dlg_adjustment_layer.cpp kis_filters_listview.cpp \
wdgpalettechooser.ui wdggridsettings.ui kis_grid_manager.cpp wdgtabletdevicesettings.ui \
wdgtabletsettings.ui kis_input_device.cc kis_part_layer_handler.cc \
kis_dlg_adj_layer_props.cc squeezedcombobox.cpp kis_perspective_grid_manager.cpp \
wdgtabletsettings.ui kis_input_device.cpp kis_part_layer_handler.cpp \
kis_dlg_adj_layer_props.cpp squeezedcombobox.cpp kis_perspective_grid_manager.cpp \
kis_grid_drawer.cpp
noinst_HEADERS = kis_aboutdata.h imageviewer.h layerlist.h kcurve.h \

@ -1,5 +1,5 @@
/*
* kis_cmb_composite.cc - part of KImageShop/Krayon/Chalk
* kis_cmb_composite.cpp - part of KImageShop/Krayon/Chalk
*
* Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org)
*

@ -1,5 +1,5 @@
/*
* kis_cmb_idlist.cc - part of KImageShop/Krayon/Chalk
* kis_cmb_idlist.cpp - part of KImageShop/Krayon/Chalk
*
* Copyright (c) 2005 Boudewijn Rempt (boud@valdyas.org)
*

@ -1,5 +1,5 @@
/*
* kis_controlframe.cc - part of Chalk
* kis_controlframe.cpp - part of Chalk
*
* Copyright (c) 1999 Matthias Elter <elter@kde.org>
* Copyright (c) 2003 Patrick Julien <freak@codepimps.org>

@ -1,5 +1,5 @@
/*
* kis_cursor.cc - part of KImageShop
* kis_cursor.cpp - part of KImageShop
*
* Copyright (c) 1999 Matthias Elter <elter@kde.org>
* Copyright (c) 2004 Adrian Page <adrian@pagenet.plus.com>

@ -1,5 +1,5 @@
/*
* preferencesdlg.cc - part of KImageShop
* preferencesdlg.cpp - part of KImageShop
*
* Copyright (c) 1999 Michael Koch <koch@kde.org>
*

@ -1,5 +1,5 @@
/*
* kis_double_widget.cc - part of Chalk
* kis_double_widget.cpp - part of Chalk
*
* Copyright (c) 1999 Carsten Pfeiffer <pfeiffer@kde.org>
* Copyright (c) 2004 Adrian Page <adrian@pagenet.plus.com>

@ -1,5 +1,5 @@
/*
* kis_factory.cc - part of Krayon
* kis_factory.cpp - part of Krayon
*
* Copyright (c) 1999 Matthias Elter <elter@kde.org>
*

@ -1,5 +1,5 @@
/*
* kis_layerbox.cc - part of Chalk aka Krayon aka KimageShop
* kis_layerbox.cpp - part of Chalk aka Krayon aka KimageShop
*
* Copyright (c) 2002 Patrick Julien <freak@codepimps.org>
* Copyright (C) 2006 Gábor Lehel <illissius@gmail.com>

@ -1,5 +1,5 @@
/*
* kis_paintop_box.cc - part of KImageShop/Krayon/Chalk
* kis_paintop_box.cpp - part of KImageShop/Krayon/Chalk
*
* Copyright (c) 2004 Boudewijn Rempt (boud@valdyas.org)
*

@ -1,5 +1,5 @@
/*
* kis_previewdialog.cc - part of Chalk
* kis_previewdialog.cpp - part of Chalk
*
* Copyright (c) 2005 Sven Langkamp <longamp@reallygood.de>
*

@ -1,5 +1,5 @@
/*
* kis_previewwidget.cc - part of Chalk
* kis_previewwidget.cpp - part of Chalk
*
* Copyright (c) 2001 John Califf <jwcaliff@compuzone.net>
* Copyright (c) 2004 Bart Coppens <kde@bartcoppens.be>

@ -1,5 +1,5 @@
/*
* kis_resourceserver.cc - part of KImageShop
* kis_resourceserver.cpp - part of KImageShop
*
* Copyright (c) 1999 Matthias Elter <elter@kde.org>
* Copyright (c) 2003 Patrick Julien <freak@codepimps.org>

@ -1,5 +1,5 @@
/*
* kis_tool_brush.cc - part of Chalk
* kis_tool_brush.cpp - part of Chalk
*
* Copyright (c) 2003-2004 Boudewijn Rempt <boud@valdyas.org>
* Copyright (c) 2004 Bart Coppens <kde@bartcoppens.be>

@ -195,7 +195,7 @@ kde_services_DATA = chalkLIBRARYNAME.desktop
INCLUDES = $(all_includes)
chalkLIBRARYNAME_la_SOURCES = sourcefile1.cc sourcefile2.cc
chalkLIBRARYNAME_la_SOURCES = sourcefile1.cpp sourcefile2.cpp
kde_module_LTLIBRARIES = chalkLIBRARYNAME.la
noinst_HEADERS = header1.h header2.h
@ -878,14 +878,14 @@ A good example of a tool is the star tool:
</para>
<screen>
kis_tool_star.cc Makefile.am tool_star_cursor.png wdg_tool_star.ui
kis_tool_star.cpp Makefile.am tool_star_cursor.png wdg_tool_star.ui
kis_tool_star.h Makefile.in tool_star.h
chalktoolstar.desktop tool_star.cc tool_star.png
chalktoolstar.desktop tool_star.cpp tool_star.png
</screen>
<para>
As you see, you need two images: one for the cursor and one for the toolbox.
<filename>tool_star.cc</filename> is just the plugin loader, similar to what
<filename>tool_star.cpp</filename> is just the plugin loader, similar to what
we have seen above. The real meat is in the implementation:
</para>

@ -3,8 +3,8 @@ INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
## The part
kde_module_LTLIBRARIES = libexamplepart.la
libexamplepart_la_SOURCES = example_part.cc \
example_view.cc example_factory.cc
libexamplepart_la_SOURCES = example_part.cpp \
example_view.cpp example_factory.cpp
libexamplepart_la_LDFLAGS = $(KDE_PLUGIN)
libexamplepart_la_LIBADD = $(LIB_KOFFICEUI)
@ -12,7 +12,7 @@ libexamplepart_la_LIBADD = $(LIB_KOFFICEUI)
tdeinit_LTLIBRARIES = example.la
lib_LTLIBRARIES =
bin_PROGRAMS =
example_la_SOURCES = main.cc
example_la_SOURCES = main.cpp
example_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
example_la_LIBADD = $(LIB_KOFFICEUI)
@ -32,7 +32,7 @@ rc_DATA = example.rc example_readonly.rc
rcdir = $(kde_datadir)/example
messages: rc.cpp
$(XGETTEXT) rc.cpp *.cc example_aboutdata.h -o $(podir)/example.pot
$(XGETTEXT) rc.cpp *.cpp example_aboutdata.h -o $(podir)/example.pot
kde_services_DATA = examplepart.desktop
include $(top_srcdir)/admin/Doxyfile.am

@ -43,6 +43,6 @@ SUBDIRS = generic_wrapper libdialogfilter liboofilter $(KSPREADDIR) $(KCHARTDIR)
messages:
$(EXTRACTRC) `find . -name \*.ui` > rc.cpp
$(XGETTEXT) `find . -name \*.cpp -o -name \*.cc` -o $(podir)/kofficefilters.pot
$(XGETTEXT) `find . -name \*.cpp` -o $(podir)/kofficefilters.pot
include $(top_srcdir)/admin/Doxyfile.am

@ -39,8 +39,8 @@ servicedir = $(kde_servicesdir)
kdelnk_DATA = chalk_magick.desktop
kdelnkdir = $(kde_appsdir)/.hidden
libchalkgmagickimport_la_SOURCES = magickimport.cpp kis_image_magick_converter.cc
libchalkgmagickexport_la_SOURCES = magickexport.cpp kis_image_magick_converter.cc
libchalkgmagickimport_la_SOURCES = magickimport.cpp kis_image_magick_converter.cpp
libchalkgmagickexport_la_SOURCES = magickexport.cpp kis_image_magick_converter.cpp
METASOURCES = AUTO

@ -3,7 +3,7 @@ kde_module_LTLIBRARIES = libchalkjpegimport.la libchalkjpegexport.la
libchalkconverter_la_LDFLAGS = $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts \
-llcms
libchalkconverter_la_SOURCES = kis_jpeg_converter.cc iccjpeg.c
libchalkconverter_la_SOURCES = kis_jpeg_converter.cpp iccjpeg.c
libchalkconverter_la_LIBADD = $(KOFFICE_LIBS) $(top_builddir)/filters/chalk/libkisexif/libkisexif.la \
../../../chalk/core/libchalkimage.la \
../../../chalk/ui/libchalkui.la \
@ -49,8 +49,8 @@ servicedir = $(kde_servicesdir)
kdelnk_DATA = chalk_jpeg.desktop
kdelnkdir = $(kde_appsdir)/.hidden
libchalkjpegimport_la_SOURCES = kis_jpeg_import.cc
libchalkjpegexport_la_SOURCES = kis_wdg_options_jpeg.ui kis_jpeg_export.cc
libchalkjpegimport_la_SOURCES = kis_jpeg_import.cpp
libchalkjpegexport_la_SOURCES = kis_wdg_options_jpeg.ui kis_jpeg_export.cpp
METASOURCES = AUTO

@ -39,8 +39,8 @@ servicedir = $(kde_servicesdir)
kdelnk_DATA = chalk_magick.desktop
kdelnkdir = $(kde_appsdir)/Office
libchalkmagickimport_la_SOURCES = magickimport.cpp kis_image_magick_converter.cc
libchalkmagickexport_la_SOURCES = magickexport.cpp kis_image_magick_converter.cc
libchalkmagickimport_la_SOURCES = magickimport.cpp kis_image_magick_converter.cpp
libchalkmagickexport_la_SOURCES = magickexport.cpp kis_image_magick_converter.cpp
METASOURCES = AUTO

@ -39,8 +39,8 @@ servicedir = $(kde_servicesdir)
kdelnk_DATA = chalk_png.desktop
kdelnkdir = $(kde_appsdir)/.hidden
libchalkpngimport_la_SOURCES = kis_png_import.cc kis_png_converter.cc
libchalkpngexport_la_SOURCES = kis_wdg_options_png.ui kis_png_export.cc kis_png_converter.cc
libchalkpngimport_la_SOURCES = kis_png_import.cpp kis_png_converter.cpp
libchalkpngexport_la_SOURCES = kis_wdg_options_png.ui kis_png_export.cpp kis_png_converter.cpp
METASOURCES = AUTO

@ -46,8 +46,8 @@ METASOURCES = AUTO
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
libchalktiffimport_la_SOURCES = kis_tiff_import.cc
libchalktiffexport_la_SOURCES = kis_tiff_export.cc kis_wdg_options_tiff.ui \
libchalktiffimport_la_SOURCES = kis_tiff_import.cpp
libchalktiffexport_la_SOURCES = kis_tiff_export.cpp kis_wdg_options_tiff.ui \
kis_dlg_options_tiff.cpp
service_DATA = chalk_tiff_export.desktop chalk_tiff_import.desktop
kdelnk_DATA = chalk_tiff.desktop
@ -60,5 +60,5 @@ libchalktiffconverter_la_LIBADD = $(KOFFICE_LIBS) \
../../../chalk/ui/libchalkui.la \
../../../chalk/chalkcolor/libchalkcolor.la
noinst_LTLIBRARIES = libchalktiffconverter.la
libchalktiffconverter_la_SOURCES = kis_tiff_converter.cc kis_tiff_stream.cc \
kis_tiff_writer_visitor.cpp kis_tiff_reader.cc kis_tiff_ycbcr_reader.cc
libchalktiffconverter_la_SOURCES = kis_tiff_converter.cpp kis_tiff_stream.cpp \
kis_tiff_writer_visitor.cpp kis_tiff_reader.cpp kis_tiff_ycbcr_reader.cpp

@ -6,7 +6,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)
kde_module_LTLIBRARIES = libgenerickofilter.la
libgenerickofilter_la_SOURCES = generic_filter.cc
libgenerickofilter_la_SOURCES = generic_filter.cpp
libgenerickofilter_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
libgenerickofilter_la_LIBADD = $(KOFFICE_LIBS) $(LIB_TDEIO)

@ -30,14 +30,14 @@ noinst_HEADERS = \
karbonaiparserbase.h
libkarbonaiimport_la_SOURCES = \
aicolor.cc \
aielement.cc \
aiimport.cc \
ailexer.cc \
aiparserbase.cc \
ai88handler.cc \
ai3handler.cc \
karbonaiparserbase.cc
aicolor.cpp \
aielement.cpp \
aiimport.cpp \
ailexer.cpp \
aiparserbase.cpp \
ai88handler.cpp \
ai3handler.cpp \
karbonaiparserbase.cpp
libkarbonaiimport_la_METASOURCES = \
AUTO

@ -7,7 +7,7 @@ libapplixgraphicimport_la_LDFLAGS = -module -avoid-version -no-undefined $(all_l
kde_module_LTLIBRARIES = libapplixgraphicimport.la
libapplixgraphicimport_la_SOURCES = applixgraphicimport.cc
libapplixgraphicimport_la_SOURCES = applixgraphicimport.cpp
libapplixgraphicimport_la_LIBADD = $(KOFFICE_LIBS)
noinst_HEADERS = applixgraphicimport.h
@ -17,4 +17,4 @@ service_DATA = kontour_applixgraphic_import.desktop
servicedir = $(kde_servicesdir)
messages: rc.cpp
$(XGETTEXT) *.cc *.cpp -o $(podir)/kontourapplixgraphicsfilter.pot
$(XGETTEXT) *.cpp -o $(podir)/kontourapplixgraphicsfilter.pot

@ -3,13 +3,13 @@ kde_module_LTLIBRARIES = \
libkarbonepsimport.la
libkarbonepsexport_la_SOURCES = \
epsexport.cc \
epsexportdlg.cc
epsexport.cpp \
epsexportdlg.cpp
libkarbonepsexport_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts
libkarbonepsexport_la_LIBADD = $(KOFFICE_LIBS) ../../../karbon/libkarboncommon.la
libkarbonepsimport_la_SOURCES = epsimport.cc pscommentlexer.cc
libkarbonepsimport_la_SOURCES = epsimport.cpp pscommentlexer.cpp
libkarbonepsimport_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts
libkarbonepsimport_la_LIBADD = $(KOFFICE_LIBS)

@ -5,7 +5,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) -I$(top_srcdir)/
####### Files
# Obviously you have to change "foo" (and maybe "import") to
# reflect the name of your filter. If you have more files
# than just fooimport.cc please add them to the _SOURCES line.
# than just fooimport.cpp please add them to the _SOURCES line.
kde_module_LTLIBRARIES = libkarbonkontourimport.la

@ -8,7 +8,7 @@ libkarbonmsodimport_la_LIBADD = $(KOFFICE_LIBS) $(LIBZ)
kde_module_LTLIBRARIES = libkarbonmsodimport.la
libkarbonmsodimport_la_SOURCES = msodimport.cc msod.cc
libkarbonmsodimport_la_SOURCES = msodimport.cpp msod.cpp
noinst_HEADERS = msodimport.h msod.h

@ -11,7 +11,7 @@ INCLUDES= -I$(srcdir)/../../liboofilter \
kde_module_LTLIBRARIES = liboodrawimport.la
liboodrawimport_la_SOURCES = oodrawimport.cc
liboodrawimport_la_SOURCES = oodrawimport.cpp
liboodrawimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
liboodrawimport_la_LIBADD = ../../liboofilter/liboofilter.la \
../../../karbon/libkarboncommon.la \

@ -20,7 +20,7 @@ noinst_HEADERS = \
pngexport.h
libkarbonpngexport_la_SOURCES = \
pngexport.cc
pngexport.cpp
libkarbonpngexport_la_METASOURCES = \
AUTO

@ -25,10 +25,10 @@ noinst_HEADERS = \
svgexport.h
libkarbonsvgexport_la_SOURCES = \
svgexport.cc
svgexport.cpp
METASOURCES = AUTO
libkarbonsvgimport_la_SOURCES = \
svgimport.cc
svgimport.cpp

@ -13,11 +13,11 @@ kde_module_LTLIBRARIES = libwmfimport.la libwmfexport.la
libwmfimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts
libwmfimport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KOWMF) ../../../karbon/libkarboncommon.la
libwmfimport_la_SOURCES = wmfimport.cc wmfimportparser.cc
libwmfimport_la_SOURCES = wmfimport.cpp wmfimportparser.cpp
libwmfexport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts
libwmfexport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KOWMF) ../../../karbon/libkarboncommon.la
libwmfexport_la_SOURCES = wmfexport.cc
libwmfexport_la_SOURCES = wmfexport.cpp
noinst_HEADERS = wmfimport.h wmfimportparser.h wmfexport.h

@ -26,10 +26,10 @@ noinst_HEADERS = \
xamlimport.h
libkarbonxamlexport_la_SOURCES = \
xamlexport.cc
xamlexport.cpp
libkarbonxamlimport_la_SOURCES = \
xamlimport.cc
xamlimport.cpp
METASOURCES = AUTO

@ -20,7 +20,7 @@ noinst_HEADERS = \
xcfexport.h
libkarbonxcfexport_la_SOURCES = \
xcfexport.cc
xcfexport.cpp
libkarbonxcfexport_la_METASOURCES = \
AUTO

@ -9,7 +9,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \
####### Files
kde_module_LTLIBRARIES = libkchartsvgexport.la
libkchartsvgexport_la_SOURCES = svgexport.cc
libkchartsvgexport_la_SOURCES = svgexport.cpp
libkchartsvgexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts
libkchartsvgexport_la_LIBADD = ../../../kchart/libkchartcommon.la $(KOFFICE_LIBS)
noinst_HEADERS = \

@ -8,13 +8,13 @@ libkfolatexexport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KFORMULA)
kde_module_LTLIBRARIES = libkfolatexexport.la
libkfolatexexport_la_SOURCES = latexexport.cc
libkfolatexexport_la_SOURCES = latexexport.cpp
noinst_HEADERS = latexexport.h
######## Debug
#check_PROGRAMS = texlauncher
#texlauncher_SOURCES = texlauncher.cc
#texlauncher_SOURCES = texlauncher.cpp
#texlauncher_LDADD = liblatexexport.la
#texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor

@ -10,9 +10,9 @@ libkfomathmlimport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KFORMULA)
kde_module_LTLIBRARIES = libkfomathmlexport.la libkfomathmlimport.la
libkfomathmlexport_la_SOURCES = mathmlexport.cc
libkfomathmlexport_la_SOURCES = mathmlexport.cpp
libkfomathmlimport_la_SOURCES = mathmlimport.cc
libkfomathmlimport_la_SOURCES = mathmlimport.cpp
noinst_HEADERS = mathmlexport.h mathmlimport.h

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save