aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2025-02-06 06:49:20 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2025-02-06 06:49:20 +0000
commit77b5b752b88ce8558279b677d252ea1b28adf36d (patch)
tree71c544653b61b078465518b806de3edbb4bea184
parent6baa76fc440709530c838d3ac918d3e1aa891c8d (diff)
editors/calligra: update to 24.12.0 for KF6/Qt6
Initial porting and update to 4.0.1 by adridg@ PR: 282626
-rw-r--r--editors/calligra/Makefile70
-rw-r--r--editors/calligra/distinfo10
-rw-r--r--editors/calligra/files/patch-068cd9aec11052733e393976142516d2190e4564.diff46
-rw-r--r--editors/calligra/files/patch-5e47d9cd114db9d97e28e31869919bba545a979d.diff127
-rw-r--r--editors/calligra/files/patch-CMakeLists.txt33
-rw-r--r--editors/calligra/files/patch-cxx17.diff1421
-rw-r--r--editors/calligra/files/patch-libs_text_CMakeLists.txt20
-rw-r--r--editors/calligra/pkg-plist719
8 files changed, 445 insertions, 2001 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile
index 92f4f8616968..24e97afc58c2 100644
--- a/editors/calligra/Makefile
+++ b/editors/calligra/Makefile
@@ -1,14 +1,6 @@
PORTNAME= calligra
-DISTVERSION= 3.2.1
-PORTREVISION= 65
-CATEGORIES= editors kde
-MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}
-DIST_SUBDIR= KDE/${PORTNAME}
-
-PATCH_SITES= https://invent.kde.org/office/calligra/-/commit/
-# Poppler 22.03
-PATCHFILES= 236bacbe13739414e919de868283b0caf2df5d8a.diff:-p1 \
- 6b75bec784c9835c78993349845d8c2ef22ec3de.diff:-p1
+DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+CATEGORIES= editors kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE office suite
@@ -17,23 +9,21 @@ WWW= https://calligra.org/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= pstoedit:graphics/pstoedit
LIB_DEPENDS= libImath.so:math/Imath \
- libKPropertyCore3.so:x11-toolkits/kproperty \
- libKReport3.so:textproc/kreport \
libboost_thread.so:devel/boost-libs \
+ libgit2.so:devel/libgit2 \
libetonyek-0.1.so:graphics/libetonyek01 \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libgsl.so:math/gsl \
liblcms2.so:graphics/lcms2 \
- libKGantt.so:graphics/kdiagram \
+ libKChart6.so:graphics/kdiagram-qt6 \
+ libOkular6Core.so:graphics/okular \
libodfgen-0.1.so:textproc/libodfgen01 \
- libpng.so:graphics/png \
- libpoppler-qt5.so:graphics/poppler-qt5 \
+ libpoppler-qt6.so:graphics/poppler-qt6 \
libpoppler.so:graphics/poppler \
+ libqt6keychain.so:security/qtkeychain@qt6 \
librevenge-0.0.so:textproc/librevenge \
- libtiff.so:graphics/tiff \
libvisio-0.1.so:textproc/libvisio01 \
libwpd-0.10.so:textproc/libwpd010 \
libwpg-0.3.so:graphics/libwpg03 \
@@ -41,30 +31,20 @@ LIB_DEPENDS= libImath.so:math/Imath \
RUN_DEPENDS= pstoedit:graphics/pstoedit
USES= cmake compiler:c++17-lang cpe desktop-file-utils eigen:3 \
- gettext iconv:translit jpeg kde:5 localbase:ldflags perl5 \
- pkgconfig qca qt:5 shared-mime-info sqlite tar:xz xorg
+ gettext gl iconv:translit jpeg kde:6 localbase:ldflags perl5 \
+ pkgconfig qca qt:6 shared-mime-info ssl tar:xz xorg
+USE_GL= gl opengl
USE_LDCONFIG= yes
-USE_KDE= activities akonadicontacts archive auth bookmarks calendarcore \
- codecs completion config configwidgets contacts coreaddons \
- crash dbusaddons doctools emoticons guiaddons holidays i18n \
- iconthemes init itemmodels itemviews jobwidgets js kcmutils \
- kdelibs4support khtml kio kross notifications notifyconfig \
- okular parts phonon service solid sonnet texteditor textwidgets \
- threadweaver unitconversion wallet widgetsaddons windowsystem \
- xmlgui \
- ecm:build
-USE_QT= concurrent core dbus declarative gui network opengl \
- printsupport script sql svg testlib widgets x11extras \
- xml \
- buildtools:build qmake:build
+USE_KDE= archive bookmarks colorscheme completion config configwidgets \
+ coreaddons crash dbusaddons guiaddons i18n iconthemes \
+ itemviews jobwidgets kcmutils kio notifications notifyconfig \
+ phonon service solid sonnet textwidgets widgetsaddons \
+ windowsystem xmlgui \
+ doctools:build ecm:build
+USE_QT= base declarative positioning svg webchannel webengine \
+ tools:build
USE_XORG= ice sm x11 xext
-OPTIONS_DEFINE= OPENEXR
-OPTIONS_DEFAULT= OPENEXR
-
-OPENEXR_LIB_DEPENDS= libOpenEXR.so:graphics/openexr
-OPENEXR_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenEXR
-
CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:STRING="${QT_INCDIR} ${LOCALBASE}/include" \
-DPRODUCTSET:STRING="DESKTOP"
@@ -73,16 +53,4 @@ CMAKE_ON= RELEASE_BUILD
# Performance increase according to README.PACKAGERS
CMAKE_ARGS+= -DCMAKE_CXX_FLAGS="-DKDE_NO_DEBUG_OUTPUT"
-PLIST_SUB+= SHLIB_VER=17.0.0
-
-.include <bsd.port.pre.mk>
-
-post-patch:
-.if ${COMPILER_TYPE} == clang
- @${REINPLACE_CMD} -e 's|std::binary_function|std::__binary_function|g' \
- ${WRKSRC}/filters/words/msword-odf/wv2/src/word97_helper.cpp
- @${REINPLACE_CMD} -e 's|std::unary_function|std::__unary_function|' \
- ${WRKSRC}/filters/words/msword-odf/wv2/src/utilities.h
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/editors/calligra/distinfo b/editors/calligra/distinfo
index 0883047e77ae..34bd8a4c324d 100644
--- a/editors/calligra/distinfo
+++ b/editors/calligra/distinfo
@@ -1,7 +1,3 @@
-TIMESTAMP = 1650987962
-SHA256 (KDE/calligra/calligra-3.2.1.tar.xz) = b1f8a6eb8208543a2f908caa83d089075fcd1e530d00e19f5362b2f9cc371147
-SIZE (KDE/calligra/calligra-3.2.1.tar.xz) = 55207684
-SHA256 (KDE/calligra/236bacbe13739414e919de868283b0caf2df5d8a.diff) = 9d872dc5e9f69fa1446a2f8ddcf30a34e943b150e89918e7383085aad2092b96
-SIZE (KDE/calligra/236bacbe13739414e919de868283b0caf2df5d8a.diff) = 2530
-SHA256 (KDE/calligra/6b75bec784c9835c78993349845d8c2ef22ec3de.diff) = 86766f19d6e42533533a971eeb80cc06aa27fff24ac6d652714b5c8b7a676c9c
-SIZE (KDE/calligra/6b75bec784c9835c78993349845d8c2ef22ec3de.diff) = 3091
+TIMESTAMP = 1738761495
+SHA256 (KDE/release-service/24.12.0/calligra-24.12.0.tar.xz) = 71b89f1e8121b8f88ee43376acf7cb7a88cb6d9a078e8ba3f102389f9a1f6097
+SIZE (KDE/release-service/24.12.0/calligra-24.12.0.tar.xz) = 57903196
diff --git a/editors/calligra/files/patch-068cd9aec11052733e393976142516d2190e4564.diff b/editors/calligra/files/patch-068cd9aec11052733e393976142516d2190e4564.diff
deleted file mode 100644
index ae8cc3f89eb0..000000000000
--- a/editors/calligra/files/patch-068cd9aec11052733e393976142516d2190e4564.diff
+++ /dev/null
@@ -1,46 +0,0 @@
-Part of this commit, which fixes build in C++17
-
-commit 068cd9aec11052733e393976142516d2190e4564
-Author: Pierre Ducroquet <pinaraf@pinaraf.info>
-Date: Sun Feb 28 23:23:02 2021 +0100
-
- Fix some more warnings
-
-diff --git filters/words/msword-odf/wv2/src/styles.h filters/words/msword-odf/wv2/src/styles.h
-index ba02def6845..41c8278dd21 100644
---- filters/words/msword-odf/wv2/src/styles.h
-+++ filters/words/msword-odf/wv2/src/styles.h
-@@ -58,8 +58,9 @@ struct STD
- STD();
- /**
- * Simply calls read(...)
-+ * @throw InvalidFormatException
- */
-- STD( U16 stdfSize, U16 totalSize, OLEStreamReader* stream, bool preservePos = false ) throw(InvalidFormatException);
-+ STD( U16 stdfSize, U16 totalSize, OLEStreamReader* stream, bool preservePos = false );
- /**
- * Attention: This struct allocates memory on the heap
- */
-@@ -74,8 +75,9 @@ struct STD
- * false the state of stream will be changed!
- *
- * @return true - success, false - failed
-+ * @throw InvalidFormatException
- */
-- bool read( const U16 cbStd, const U16 stdfSize, OLEStreamReader* stream, bool preservePos = false ) throw(InvalidFormatException);
-+ bool read( const U16 cbStd, const U16 stdfSize, OLEStreamReader* stream, bool preservePos = false );
-
- /**
- * Same as reading :)
-@@ -365,7 +367,10 @@ private:
- class WV2_EXPORT StyleSheet
- {
- public:
-- StyleSheet( OLEStreamReader* tableStream, U32 fcStshf, U32 lcbStshf ) throw(InvalidFormatException);
-+ /**
-+ * @throw InvalidFormatException
-+ */
-+ StyleSheet( OLEStreamReader* tableStream, U32 fcStshf, U32 lcbStshf );
- ~StyleSheet();
-
- /**
diff --git a/editors/calligra/files/patch-5e47d9cd114db9d97e28e31869919bba545a979d.diff b/editors/calligra/files/patch-5e47d9cd114db9d97e28e31869919bba545a979d.diff
deleted file mode 100644
index 4cc5b1e4be04..000000000000
--- a/editors/calligra/files/patch-5e47d9cd114db9d97e28e31869919bba545a979d.diff
+++ /dev/null
@@ -1,127 +0,0 @@
-diff --git filters/libmsooxml/CMakeLists.txt filters/libmsooxml/CMakeLists.txt
-index cd5b597d319..b243cf875eb 100644
---- filters/libmsooxml/CMakeLists.txt
-+++ filters/libmsooxml/CMakeLists.txt
-@@ -2,11 +2,6 @@ if(Qca-qt5_FOUND)
- add_definitions( -DHAVE_QCA2 )
- endif()
-
--# TEMPORARY: for std::auto_ptr deprecation warnings are only annoying noise
--if (CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_GNUC)
-- add_definitions(-Wno-deprecated-declarations)
--endif ()
--
- include_directories(
- ${KOMAIN_INCLUDES}
- ${KOODF2_INCLUDES} # For charts
-diff --git filters/libmsooxml/MsooXmlImport.cpp filters/libmsooxml/MsooXmlImport.cpp
-index 8876988220f..c873a998413 100644
---- filters/libmsooxml/MsooXmlImport.cpp
-+++ filters/libmsooxml/MsooXmlImport.cpp
-@@ -594,8 +594,8 @@ KoFilter::ConversionStatus MsooXmlImport::imageFromFile(const QString& sourceNam
- QString errorMessage;
- KoFilter::ConversionStatus status = KoFilter::OK;
-
-- std::auto_ptr<QIODevice> inputDevice(Utils::openDeviceForFile(m_zip, errorMessage, sourceName, status));
-- if (!inputDevice.get()) {
-+ std::unique_ptr<QIODevice> inputDevice(Utils::openDeviceForFile(m_zip, errorMessage, sourceName, status));
-+ if (!inputDevice) {
- return status;
- }
- QImageReader r(inputDevice.get(), QFileInfo(sourceName).suffix().toLatin1());
-diff --git filters/libmsooxml/MsooXmlThemesReader.cpp filters/libmsooxml/MsooXmlThemesReader.cpp
-index 5818a5caf03..9919d7f1ffb 100644
---- filters/libmsooxml/MsooXmlThemesReader.cpp
-+++ filters/libmsooxml/MsooXmlThemesReader.cpp
-@@ -736,14 +736,14 @@ KoFilter::ConversionStatus MsooXmlThemesReader::read_color()
- */
- KoFilter::ConversionStatus MsooXmlThemesReader::read_srgbClr_local()
- {
-- std::auto_ptr<DrawingMLColorSchemeItem> color(new DrawingMLColorSchemeItem);
-+ std::unique_ptr<DrawingMLColorSchemeItem> color(new DrawingMLColorSchemeItem);
- m_currentColor_local = 0;
- READ_PROLOGUE
- const QXmlStreamAttributes attrs(attributes());
-
- READ_ATTR_WITHOUT_NS(val)
-- color.get()->color = Utils::ST_HexColorRGB_to_QColor(val);
-- //debugMsooXml << color.get()->color;
-+ color->color = Utils::ST_HexColorRGB_to_QColor(val);
-+ //debugMsooXml << color->color;
-
- readNext();
- READ_EPILOGUE_WITHOUT_RETURN
-@@ -841,19 +841,19 @@ KoFilter::ConversionStatus MsooXmlThemesReader::read_srgbClr_local()
- */
- KoFilter::ConversionStatus MsooXmlThemesReader::read_sysClr_local()
- {
-- std::auto_ptr<DrawingMLColorSchemeSystemItem> color(new DrawingMLColorSchemeSystemItem);
-+ std::unique_ptr<DrawingMLColorSchemeSystemItem> color(new DrawingMLColorSchemeSystemItem);
- m_currentColor_local = 0;
- READ_PROLOGUE
- const QXmlStreamAttributes attrs(attributes());
-
- READ_ATTR_WITHOUT_NS(lastClr)
-- color.get()->lastColor = Utils::ST_HexColorRGB_to_QColor(lastClr);
--// debugMsooXml << "lastClr:" << color.get()->lastColor.name();
-+ color->lastColor = Utils::ST_HexColorRGB_to_QColor(lastClr);
-+// debugMsooXml << "lastClr:" << color->lastColor.name();
-
- // System color value. This color is based upon the value that this color
- // currently has within the system on which the document is being viewed.
-- READ_ATTR_WITHOUT_NS_INTO(val, color.get()->systemColor)
--// debugMsooXml << "val:" << color.get()->systemColor;
-+ READ_ATTR_WITHOUT_NS_INTO(val, color->systemColor)
-+// debugMsooXml << "val:" << color->systemColor;
-
- readNext();
- READ_EPILOGUE_WITHOUT_RETURN
-diff --git filters/libmsooxml/MsooXmlUtils.cpp filters/libmsooxml/MsooXmlUtils.cpp
-index 49f8faea449..99460c28df9 100644
---- filters/libmsooxml/MsooXmlUtils.cpp
-+++ filters/libmsooxml/MsooXmlUtils.cpp
-@@ -189,8 +189,8 @@ KoFilter::ConversionStatus Utils::loadAndParse(KoXmlDocument& doc, const KZip* z
- {
- errorMessage.clear();
- KoFilter::ConversionStatus status;
-- std::auto_ptr<QIODevice> device(openDeviceForFile(zip, errorMessage, fileName, status));
-- if (!device.get())
-+ std::unique_ptr<QIODevice> device(openDeviceForFile(zip, errorMessage, fileName, status));
-+ if (!device)
- return status;
- return loadAndParse(device.get(), doc, errorMessage, fileName);
- }
-@@ -205,8 +205,8 @@ KoFilter::ConversionStatus Utils::loadAndParseDocument(MsooXmlReader* reader,
- Q_UNUSED(writers)
- errorMessage.clear();
- KoFilter::ConversionStatus status;
-- std::auto_ptr<QIODevice> device(openDeviceForFile(zip, errorMessage, fileName, status));
-- if (!device.get())
-+ std::unique_ptr<QIODevice> device(openDeviceForFile(zip, errorMessage, fileName, status));
-+ if (!device)
- return status;
- reader->setDevice(device.get());
- reader->setFileName(fileName); // for error reporting
-@@ -389,9 +389,9 @@ KoFilter::ConversionStatus Utils::copyFile(const KZip* zip, QString& errorMessag
- return status;
- }
-
-- std::auto_ptr<QIODevice> inputDevice = std::auto_ptr<QIODevice>(Utils::openDeviceForFile(zip, errorMessage, sourceName, status));
-+ std::unique_ptr<QIODevice> inputDevice(Utils::openDeviceForFile(zip, errorMessage, sourceName, status));
-
-- if (!inputDevice.get()) {
-+ if (!inputDevice) {
- return status;
- }
-
-@@ -423,8 +423,8 @@ KoFilter::ConversionStatus Utils::imageSize(const KZip* zip, QString& errorMessa
- {
- Q_ASSERT(size);
- KoFilter::ConversionStatus status;
-- std::auto_ptr<QIODevice> inputDevice(Utils::openDeviceForFile(zip, errorMessage, sourceName, status));
-- if (!inputDevice.get()) {
-+ std::unique_ptr<QIODevice> inputDevice(Utils::openDeviceForFile(zip, errorMessage, sourceName, status));
-+ if (!inputDevice) {
- return status;
- }
- QImageReader r(inputDevice.get(), QFileInfo(sourceName).suffix().toLatin1());
diff --git a/editors/calligra/files/patch-CMakeLists.txt b/editors/calligra/files/patch-CMakeLists.txt
deleted file mode 100644
index 7eeb9939dcdf..000000000000
--- a/editors/calligra/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-- Use the C++ setting from "outside"; ECM uses modern C++ by default now
-- Fix build against KDE Frameworks 5.83
- (no longer ships find module, and the
- cmake default one is used).
-
---- CMakeLists.txt.orig 2020-05-14 06:53:49 UTC
-+++ CMakeLists.txt
-@@ -104,13 +104,7 @@ if(NOT DEFINED RELEASE_BUILD)
- endif()
- message(STATUS "Release build: ${RELEASE_BUILD}")
-
--# use CPP-11
--if (CMAKE_VERSION VERSION_LESS "3.1")
-- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
--else ()
-- set (CMAKE_CXX_STANDARD 11)
--endif ()
--
-+ set (CMAKE_CXX_STANDARD 17)
- ############
- #############
- ## Options ##
-@@ -641,8 +634,8 @@ if(NOT WIN32 AND NOT APPLE)
- )
- endif()
-
--if(NOT FONTCONFIG_FOUND OR NOT FREETYPE_FOUND)
-- set(FONTCONFIG_INCLUDE_DIR "")
-+if(NOT Fontconfig_FOUND OR NOT FREETYPE_FOUND)
-+ set(Fontconfig_INCLUDE_DIRS "")
- set(FREETYPE_INCLUDE_DIRS "")
- else()
- add_definitions( -DSHOULD_BUILD_FONT_CONVERSION )
diff --git a/editors/calligra/files/patch-cxx17.diff b/editors/calligra/files/patch-cxx17.diff
deleted file mode 100644
index abd5819f2c0e..000000000000
--- a/editors/calligra/files/patch-cxx17.diff
+++ /dev/null
@@ -1,1421 +0,0 @@
-diff --git filters/words/msword-odf/wv2/src/word97_helper.cpp filters/words/msword-odf/wv2/src/word97_helper.cpp
-index a02cbda0077..759d18e2206 100644
---- filters/words/msword-odf/wv2/src/word97_helper.cpp
-+++ filters/words/msword-odf/wv2/src/word97_helper.cpp
-@@ -30,7 +30,7 @@
-
- #include <string.h> // memcpy
- #include <algorithm>
--#include <functional> // std::bind2nd for gcc 2.9x
-+#include <functional>
- #include <cstdlib>
-
- #include "wvlog.h"
-@@ -921,7 +921,8 @@ S16 PAP::applyPAPSPRM( const U8* ptr, const Style* style, const StyleSheet* styl
- std::vector<TabDescriptor>::iterator newEnd = rgdxaTab.end();
- for ( U8 i = 0; i < itbdDelMax; ++i ) {
- newEnd = std::remove_if ( rgdxaTab.begin(), newEnd,
-- std::bind2nd( InZone(), Zone( myPtr, i, itbdDelMax ) ) );
-+ [z=Zone(myPtr, i, itbdDelMax ), f=InZone()](const TabDescriptor& t){ return f(t, z); }
-+ );
- }
- rgdxaTab.erase( newEnd, rgdxaTab.end() ); // really get rid of them
- myPtr += itbdDelMax * 4;
-@@ -2343,7 +2344,8 @@ S16 TAP::applyTAPSPRM( const U8* ptr, const Style* style, const StyleSheet* styl
- // Adjust all successive items (+= ctc * dxaCol)
- std::transform( rgdxaCenter.begin() + itcFirst + ctc, rgdxaCenter.end(),
- rgdxaCenter.begin() + itcFirst + ctc,
-- std::bind1st( std::plus<S16>(), ctc * dxaCol ) );
-+ [x = ctc * dxaCol, f=std::plus<S16>()](S16 y){ return f(x, y); }
-+ );
- }
- break;
- }
-@@ -2382,7 +2384,8 @@ S16 TAP::applyTAPSPRM( const U8* ptr, const Style* style, const StyleSheet* styl
- ++itcFirst;
- std::transform( rgdxaCenter.begin() + itcFirst, rgdxaCenter.end(),
- rgdxaCenter.begin() + itcFirst,
-- std::bind2nd( std::minus<S16>(), shift ) );
-+ [y=shift, f=std::minus<S16>()](S16 x){ return f(x, y); }
-+ );
- break;
- }
- case SPRM::sprmTMerge:
-diff --git sheets/part/Digest.cpp sheets/part/Digest.cpp
-index 5d25c852ae3..8cd972db989 100644
---- sheets/part/Digest.cpp
-+++ sheets/part/Digest.cpp
-@@ -250,8 +250,8 @@ typedef struct digest_impl_st {
- */
- static void __rtl_digest_swapLong(sal_uInt32 *pData, sal_uInt32 nDatLen)
- {
-- register sal_uInt32 *X;
-- register int i, n;
-+ sal_uInt32 *X;
-+ int i, n;
-
- X = pData;
- n = nDatLen;
-@@ -465,10 +465,10 @@ static void __rtl_digest_initSHA(
- */
- static void __rtl_digest_updateSHA(DigestContextSHA *ctx)
- {
-- register sal_uInt32 A, B, C, D, E, T;
-- register sal_uInt32 *X;
-+ sal_uInt32 A, B, C, D, E, T;
-+ sal_uInt32 *X;
-
-- register DigestSHA_update_t *U;
-+ DigestSHA_update_t *U;
- U = ctx->m_update;
-
- A = ctx->m_nA;
-@@ -577,10 +577,10 @@ static void __rtl_digest_endSHA(DigestContextSHA *ctx)
- static const sal_uInt8 end[4] = {
- 0x80, 0x00, 0x00, 0x00
- };
-- register const sal_uInt8 *p = end;
-+ const sal_uInt8 *p = end;
-
-- register sal_uInt32 *X;
-- register int i;
-+ sal_uInt32 *X;
-+ int i;
-
- X = ctx->m_pData;
- i = (ctx->m_nDatLen >> 2);
-diff --git filters/words/msword-odf/wv2/src/word_helper.h filters/words/msword-odf/wv2/src/word_helper.h
-index e561083d556..d153ceb7593 100644
---- filters/words/msword-odf/wv2/src/word_helper.h
-+++ filters/words/msword-odf/wv2/src/word_helper.h
-@@ -322,6 +322,11 @@ namespace wvWare
- {
- friend PLCFIterator<T> PLCF<T>::at( unsigned int ) const;
- public:
-+ PLCFIterator(PLCFIterator &&other)
-+ : m_plcf(std::move(other.m_plcf)),
-+ m_itemIt(std::move(other.m_itemIt)),
-+ m_indexIt(std::move(other.m_indexIt)) {}
-+
- PLCFIterator( const PLCF<T>& plcf ) : m_plcf( plcf )
- {
- m_itemIt = m_plcf.m_items.begin();
-@@ -345,7 +350,8 @@ namespace wvWare
-
- private:
- // don't assign it
-- PLCFIterator<T>& operator=( const PLCFIterator<T>& rhs );
-+ PLCFIterator( const PLCFIterator<T> &other) = delete;
-+ PLCFIterator<T>& operator=( const PLCFIterator<T>& rhs ) = delete;
-
- const PLCF<T>& m_plcf;
- typename std::vector<T*>::const_iterator m_itemIt;
-diff --git sheets/part/CanvasBase.cpp sheets/part/CanvasBase.cpp
-index adbd42606d7..e52906c9408 100644
---- sheets/part/CanvasBase.cpp
-+++ sheets/part/CanvasBase.cpp
-@@ -230,7 +230,7 @@ bool CanvasBase::eventFilter(QObject *o, QEvent *e)
-
- void CanvasBase::validateSelection()
- {
-- register Sheet * const sheet = activeSheet();
-+ Sheet * const sheet = activeSheet();
- if (!sheet)
- return;
- #if 0
-@@ -443,7 +443,7 @@ void CanvasBase::paint(QPainter* painter, const QRectF& painterRect)
- if (doc()->map()->isLoading() || isViewLoading())
- return;
-
-- register Sheet * const sheet = activeSheet();
-+ Sheet * const sheet = activeSheet();
- if (!sheet)
- return;
-
-@@ -513,7 +513,7 @@ bool CanvasBase::dragEnter(const QMimeData* mimeData)
-
- bool CanvasBase::dragMove(const QMimeData* mimeData, const QPointF& eventPos, const QObject *source)
- {
-- register Sheet * const sheet = activeSheet();
-+ Sheet * const sheet = activeSheet();
- if (!sheet) {
- return false;
- }
-@@ -596,7 +596,7 @@ void CanvasBase::dragLeave()
-
- bool CanvasBase::drop(const QMimeData* mimeData, const QPointF& eventPos, const QObject *source)
- {
-- register Sheet * const sheet = activeSheet();
-+ Sheet * const sheet = activeSheet();
- // FIXME Sheet protection: Not all cells have to be protected.
- if (!sheet || sheet->isProtected()) {
- return false;
-@@ -656,7 +656,7 @@ bool CanvasBase::drop(const QMimeData* mimeData, const QPointF& eventPos, const
-
- QRect CanvasBase::viewToCellCoordinates(const QRectF& viewRect) const
- {
-- register Sheet * const sheet = activeSheet();
-+ Sheet * const sheet = activeSheet();
- if (!sheet)
- return QRect();
-
-@@ -685,7 +685,7 @@ QRect CanvasBase::visibleCells() const
-
- QRectF CanvasBase::cellCoordinatesToView(const QRect& cellRange) const
- {
-- register Sheet * const sheet = activeSheet();
-+ Sheet * const sheet = activeSheet();
- if (!sheet)
- return QRectF();
-
-@@ -706,7 +706,7 @@ QRectF CanvasBase::cellCoordinatesToView(const QRect& cellRange) const
-
- void CanvasBase::showToolTip(const QPoint& p)
- {
-- register Sheet * const sheet = activeSheet();
-+ Sheet * const sheet = activeSheet();
- if (!sheet)
- return;
- SheetView * const sheetView = this->sheetView(sheet);
-diff --git sheets/part/Headers.cpp sheets/part/Headers.cpp
-index fbc49c3f5bc..bde3704a96e 100644
---- sheets/part/Headers.cpp
-+++ sheets/part/Headers.cpp
-@@ -102,7 +102,7 @@ void RowHeader::mousePress(KoPointerEvent * _ev)
- if (!m_cellToolIsActive)
- return;
-
-- register Sheet * const sheet = m_pCanvas->activeSheet();
-+ Sheet * const sheet = m_pCanvas->activeSheet();
- if (!sheet)
- return;
-
-@@ -192,7 +192,7 @@ void RowHeader::mouseRelease(KoPointerEvent * _ev)
-
- m_bMousePressed = false;
-
-- register Sheet * const sheet = m_pCanvas->activeSheet();
-+ Sheet * const sheet = m_pCanvas->activeSheet();
- if (!sheet)
- return;
-
-@@ -295,7 +295,7 @@ void RowHeader::mouseDoubleClick(KoPointerEvent*)
- {
- if (!m_cellToolIsActive)
- return;
-- register Sheet * const sheet = m_pCanvas->activeSheet();
-+ Sheet * const sheet = m_pCanvas->activeSheet();
- if (!sheet)
- return;
-
-@@ -317,7 +317,7 @@ void RowHeader::mouseMove(KoPointerEvent* _ev)
- return;
- }
-
-- register Sheet * const sheet = m_pCanvas->activeSheet();
-+ Sheet * const sheet = m_pCanvas->activeSheet();
- if (!sheet)
- return;
-
-@@ -379,7 +379,7 @@ void RowHeader::mouseMove(KoPointerEvent* _ev)
-
- void RowHeader::paint(QPainter* painter, const QRectF& painterRect)
- {
-- register Sheet * const sheet = m_pCanvas->activeSheet();
-+ Sheet * const sheet = m_pCanvas->activeSheet();
- if (!sheet)
- return;
-
-@@ -545,7 +545,7 @@ void ColumnHeader::mousePress(KoPointerEvent * _ev)
- m_pCanvas->enableAutoScroll();
- }
-
-- const register Sheet * const sheet = m_pCanvas->activeSheet();
-+ const Sheet * const sheet = m_pCanvas->activeSheet();
- if (!sheet)
- return;
-
-@@ -682,7 +682,7 @@ void ColumnHeader::mouseRelease(KoPointerEvent * _ev)
-
- m_bMousePressed = false;
-
-- register Sheet * const sheet = m_pCanvas->activeSheet();
-+ Sheet * const sheet = m_pCanvas->activeSheet();
- if (!sheet)
- return;
-
-@@ -794,7 +794,7 @@ void ColumnHeader::mouseDoubleClick(KoPointerEvent*)
- {
- if (!m_cellToolIsActive)
- return;
-- register Sheet * const sheet = m_pCanvas->activeSheet();
-+ Sheet * const sheet = m_pCanvas->activeSheet();
- if (!sheet)
- return;
-
-@@ -813,7 +813,7 @@ void ColumnHeader::mouseMove(KoPointerEvent* _ev)
- if (!m_cellToolIsActive)
- return;
-
-- register Sheet * const sheet = m_pCanvas->activeSheet();
-+ Sheet * const sheet = m_pCanvas->activeSheet();
-
- if (!sheet)
- return;
-@@ -911,7 +911,7 @@ void ColumnHeader::mouseMove(KoPointerEvent* _ev)
-
- void ColumnHeader::resize(const QSizeF& size, const QSizeF& oldSize)
- {
-- register Sheet * const sheet = m_pCanvas->activeSheet();
-+ Sheet * const sheet = m_pCanvas->activeSheet();
- if (!sheet)
- return;
-
-@@ -929,7 +929,7 @@ void ColumnHeader::resize(const QSizeF& size, const QSizeF& oldSize)
-
- void ColumnHeader::paint(QPainter* painter, const QRectF& painterRect)
- {
-- register Sheet * const sheet = m_pCanvas->activeSheet();
-+ Sheet * const sheet = m_pCanvas->activeSheet();
- if (!sheet)
- return;
-
-diff --git sheets/part/HeaderWidgets.cpp sheets/part/HeaderWidgets.cpp
-index e42d2dbe7e9..00f4036917f 100644
---- sheets/part/HeaderWidgets.cpp
-+++ sheets/part/HeaderWidgets.cpp
-@@ -93,10 +93,10 @@ RowHeaderWidget::RowHeaderWidget(QWidget *_parent, Canvas *_canvas, View *_view)
- setAttribute(Qt::WA_StaticContents);
- setMouseTracking(true);
-
-- connect(_view, SIGNAL(autoScroll(QPoint)),
-- this, SLOT(slotAutoScroll(QPoint)));
-- connect(m_pCanvas->toolProxy(), SIGNAL(toolChanged(QString)),
-- this, SLOT(toolChanged(QString)));
-+ connect(_view, &View::autoScroll,
-+ this, &RowHeaderWidget::slotAutoScroll);
-+ connect(m_pCanvas->toolProxy(), &KoToolProxy::toolChanged,
-+ this, &RowHeaderWidget::toolChanged);
- }
-
-
-@@ -155,7 +155,7 @@ void RowHeaderWidget::wheelEvent(QWheelEvent* _ev)
-
- void RowHeaderWidget::paintSizeIndicator(int mouseY)
- {
-- register Sheet * const sheet = m_pCanvas->activeSheet();
-+ Sheet * const sheet = m_pCanvas->activeSheet();
- if (!sheet)
- return;
-
-@@ -209,7 +209,7 @@ void RowHeaderWidget::removeSizeIndicator()
-
- void RowHeaderWidget::updateRows(int from, int to)
- {
-- register Sheet * const sheet = m_pCanvas->activeSheet();
-+ Sheet * const sheet = m_pCanvas->activeSheet();
- if (!sheet)
- return;
-
-@@ -247,10 +247,10 @@ ColumnHeaderWidget::ColumnHeaderWidget(QWidget *_parent, Canvas *_canvas, View *
- setAttribute(Qt::WA_StaticContents);
- setMouseTracking(true);
-
-- connect(_view, SIGNAL(autoScroll(QPoint)),
-- this, SLOT(slotAutoScroll(QPoint)));
-- connect(m_pCanvas->toolProxy(), SIGNAL(toolChanged(QString)),
-- this, SLOT(toolChanged(QString)));
-+ connect(_view, &View::autoScroll,
-+ this, &ColumnHeaderWidget::slotAutoScroll);
-+ connect(m_pCanvas->toolProxy(), &KoToolProxy::toolChanged,
-+ this, &ColumnHeaderWidget::toolChanged);
- }
-
-
-@@ -314,7 +314,7 @@ void ColumnHeaderWidget::resizeEvent(QResizeEvent* _ev)
-
- void ColumnHeaderWidget::paintSizeIndicator(int mouseX)
- {
-- register Sheet * const sheet = m_pCanvas->activeSheet();
-+ Sheet * const sheet = m_pCanvas->activeSheet();
- if (!sheet)
- return;
-
-@@ -379,7 +379,7 @@ void ColumnHeaderWidget::removeSizeIndicator()
-
- void ColumnHeaderWidget::updateColumns(int from, int to)
- {
-- register Sheet * const sheet = m_pCanvas->activeSheet();
-+ Sheet * const sheet = m_pCanvas->activeSheet();
- if (!sheet)
- return;
-
-@@ -416,8 +416,8 @@ SelectAllButtonWidget::SelectAllButtonWidget(CanvasBase* canvasBase)
- : QWidget(canvasBase->canvasWidget())
- , SelectAllButton(canvasBase)
- {
-- connect(canvasBase->toolProxy(), SIGNAL(toolChanged(QString)),
-- this, SLOT(toolChanged(QString)));
-+ connect(canvasBase->toolProxy(), &KoToolProxy::toolChanged,
-+ this, &SelectAllButtonWidget::toolChanged);
- }
-
- SelectAllButtonWidget::~SelectAllButtonWidget()
-diff --git filters/words/msword-odf/wv2/src/styles.cpp filters/words/msword-odf/wv2/src/styles.cpp
-index f47c3dd8d51..d2c96e3d92b 100644
---- filters/words/msword-odf/wv2/src/styles.cpp
-+++ filters/words/msword-odf/wv2/src/styles.cpp
-@@ -42,7 +42,6 @@ STD::STD()
- }
-
- STD::STD( U16 baseSize, U16 totalSize, OLEStreamReader* stream, bool preservePos )
--throw(InvalidFormatException)
- {
- clearInternal();
- if (!read( baseSize, totalSize, stream, preservePos )) {
-@@ -112,7 +111,6 @@ STD& STD::operator=( const STD& rhs )
- }
-
- bool STD::read( const U16 cbStd, const U16 stdfSize, OLEStreamReader* stream, bool preservePos )
--throw(InvalidFormatException)
- {
- U16 shifterU16;
- S32 startOffset=stream->tell(); // address where the STD starts
-@@ -938,7 +936,7 @@ void Style::mergeUpechpx( const Style* parentStyle, WordVersion version )
- }
-
-
--StyleSheet::StyleSheet( OLEStreamReader* tableStream, U32 fcStshf, U32 lcbStshf ) throw(InvalidFormatException)
-+StyleSheet::StyleSheet( OLEStreamReader* tableStream, U32 fcStshf, U32 lcbStshf )
- : m_udsNum(0)
- {
- WordVersion version = Word8;
-diff --git sheets/part/HeaderItems.cpp sheets/part/HeaderItems.cpp
-index 6b0bc3865b5..f517d4f9d1c 100644
---- sheets/part/HeaderItems.cpp
-+++ sheets/part/HeaderItems.cpp
-@@ -96,8 +96,8 @@ RowHeaderItem::RowHeaderItem(QGraphicsItem *_parent, CanvasItem *_canvas)
-
- //connect(m_pView, SIGNAL(autoScroll(QPoint)),
- //this, SLOT(slotAutoScroll(QPoint)));
-- connect(m_pCanvas->toolProxy(), SIGNAL(toolChanged(QString)),
-- this, SLOT(toolChanged(QString)));
-+ connect(m_pCanvas->toolProxy(), &KoToolProxy::toolChanged,
-+ this, &RowHeaderItem::toolChanged);
-
- setFlag(ItemClipsToShape, true);
- }
-@@ -161,7 +161,7 @@ void RowHeaderItem::wheelEvent(QGraphicsSceneWheelEvent* _ev)
-
- void RowHeaderItem::paintSizeIndicator(int mouseY)
- {
-- register Sheet * const sheet = m_pCanvas->activeSheet();
-+ Sheet * const sheet = m_pCanvas->activeSheet();
- if (!sheet)
- return;
-
-@@ -216,7 +216,7 @@ void RowHeaderItem::removeSizeIndicator()
-
- void RowHeaderItem::updateRows(int from, int to)
- {
-- register Sheet * const sheet = m_pCanvas->activeSheet();
-+ Sheet * const sheet = m_pCanvas->activeSheet();
- if (!sheet)
- return;
-
-@@ -256,8 +256,8 @@ ColumnHeaderItem::ColumnHeaderItem(QGraphicsItem *_parent, CanvasItem *_canvas)
-
- //connect(_view, SIGNAL(autoScroll(QPoint)),
- //this, SLOT(slotAutoScroll(QPoint)));
-- connect(_canvas->toolProxy(), SIGNAL(toolChanged(QString)),
-- this, SLOT(toolChanged(QString)));
-+ connect(_canvas->toolProxy(), &KoToolProxy::toolChanged,
-+ this, &ColumnHeaderItem::toolChanged);
-
- setFlag(ItemClipsToShape, true);
- }
-@@ -324,7 +324,7 @@ void ColumnHeaderItem::resizeEvent(QGraphicsSceneResizeEvent* _ev)
-
- void ColumnHeaderItem::paintSizeIndicator(int mouseX)
- {
-- register Sheet * const sheet = m_pCanvas->activeSheet();
-+ Sheet * const sheet = m_pCanvas->activeSheet();
- if (!sheet)
- return;
-
-@@ -389,7 +389,7 @@ void ColumnHeaderItem::removeSizeIndicator()
-
- void ColumnHeaderItem::updateColumns(int from, int to)
- {
-- register Sheet * const sheet = m_pCanvas->activeSheet();
-+ Sheet * const sheet = m_pCanvas->activeSheet();
- if (!sheet)
- return;
-
-@@ -434,8 +434,8 @@ SelectAllButtonItem::SelectAllButtonItem(QGraphicsItem *_parent, CanvasBase* can
- : QGraphicsWidget(_parent)
- , SelectAllButton(canvasBase)
- {
-- connect(canvasBase->toolProxy(), SIGNAL(toolChanged(QString)),
-- this, SLOT(toolChanged(QString)));
-+ connect(canvasBase->toolProxy(), &KoToolProxy::toolChanged,
-+ this, &SelectAllButtonItem::toolChanged);
- }
-
- SelectAllButtonItem::~SelectAllButtonItem()
-diff --git sheets/ui/CellToolBase_p.cpp sheets/ui/CellToolBase_p.cpp
-index 8b988f4a0f7..6f408b63ecb 100644
---- sheets/ui/CellToolBase_p.cpp
-+++ sheets/ui/CellToolBase_p.cpp
-@@ -246,7 +246,7 @@ void CellToolBase::Private::processArrowKey(QKeyEvent *event)
- /* NOTE: hitting the tab key also calls this function. Don't forget
- to account for it
- */
-- register Sheet * const sheet = q->selection()->activeSheet();
-+ Sheet * const sheet = q->selection()->activeSheet();
- if (!sheet)
- return;
-
-@@ -301,7 +301,7 @@ void CellToolBase::Private::processEscapeKey(QKeyEvent * event)
-
- bool CellToolBase::Private::processHomeKey(QKeyEvent* event)
- {
-- register Sheet * const sheet = q->selection()->activeSheet();
-+ Sheet * const sheet = q->selection()->activeSheet();
- if (!sheet)
- return false;
-
-@@ -356,7 +356,7 @@ bool CellToolBase::Private::processHomeKey(QKeyEvent* event)
-
- bool CellToolBase::Private::processEndKey(QKeyEvent *event)
- {
-- register Sheet * const sheet = q->selection()->activeSheet();
-+ Sheet * const sheet = q->selection()->activeSheet();
- if (!sheet)
- return false;
-
-@@ -439,7 +439,7 @@ bool CellToolBase::Private::processNextKey(QKeyEvent *event)
-
- void CellToolBase::Private::processOtherKey(QKeyEvent *event)
- {
-- register Sheet * const sheet = q->selection()->activeSheet();
-+ Sheet * const sheet = q->selection()->activeSheet();
-
- // No null character ...
- if (event->text().isEmpty() || !q->selection()->activeSheet()->map()->isReadWrite() ||
-@@ -457,7 +457,7 @@ void CellToolBase::Private::processOtherKey(QKeyEvent *event)
-
- bool CellToolBase::Private::processControlArrowKey(QKeyEvent *event)
- {
-- register Sheet * const sheet = q->selection()->activeSheet();
-+ Sheet * const sheet = q->selection()->activeSheet();
- if (!sheet)
- return false;
-
-@@ -802,7 +802,7 @@ QRect CellToolBase::Private::moveDirection(Calligra::Sheets::MoveTo direction, b
- {
- debugSheetsUI << "Canvas::moveDirection";
-
-- register Sheet * const sheet = q->selection()->activeSheet();
-+ Sheet * const sheet = q->selection()->activeSheet();
- if (!sheet)
- return QRect();
-
-@@ -1261,47 +1261,47 @@ void CellToolBase::Private::createPopupMenuActions()
- }
-
- action = new QAction(koIcon("insertcell"), i18n("Insert Cells..."), q);
-- connect(action, SIGNAL(triggered(bool)), q, SLOT(insertCells()));
-+ connect(action, &QAction::triggered, q, &CellToolBase::insertCells);
- popupMenuActions.insert("insertCell", action);
-
- action = new QAction(koIcon("removecell"), i18n("Delete Cells..."), q);
-- connect(action, SIGNAL(triggered(bool)), q, SLOT(deleteCells()));
-+ connect(action, &QAction::triggered, q, &CellToolBase::deleteCells);
- popupMenuActions.insert("deleteCell", action);
-
- action = new QAction(koIcon("adjustcol"), i18n("Adjust Column"), q);
-- connect(action, SIGNAL(triggered(bool)), q, SLOT(adjustColumn()));
-+ connect(action, &QAction::triggered, q, &CellToolBase::adjustColumn);
- popupMenuActions.insert("adjustColumn", action);
-
- action = new QAction(koIcon("edit-table-insert-column-left"), i18n("Insert Columns"), q);
-- connect(action, SIGNAL(triggered(bool)), q, SLOT(insertColumn()));
-+ connect(action, &QAction::triggered, q, &CellToolBase::insertColumn);
- popupMenuActions.insert("insertColumn", action);
-
- action = new QAction(koIcon("edit-table-delete-column"), i18n("Delete Columns"), q);
-- connect(action, SIGNAL(triggered(bool)), q, SLOT(deleteColumn()));
-+ connect(action, &QAction::triggered, q, &CellToolBase::deleteColumn);
- popupMenuActions.insert("deleteColumn", action);
-
- action = new QAction(koIcon("adjustrow"), i18n("Adjust Row"), q);
-- connect(action, SIGNAL(triggered(bool)), q, SLOT(adjustRow()));
-+ connect(action, &QAction::triggered, q, &CellToolBase::adjustRow);
- popupMenuActions.insert("adjustRow", action);
-
- action = new QAction(koIcon("edit-table-insert-row-above"), i18n("Insert Rows"), q);
-- connect(action, SIGNAL(triggered(bool)), q, SLOT(insertRow()));
-+ connect(action, &QAction::triggered, q, &CellToolBase::insertRow);
- popupMenuActions.insert("insertRow", action);
-
- action = new QAction(koIcon("edit-table-delete-row"), i18n("Delete Rows"), q);
-- connect(action, SIGNAL(triggered(bool)), q, SLOT(deleteRow()));
-+ connect(action, &QAction::triggered, q, &CellToolBase::deleteRow);
- popupMenuActions.insert("deleteRow", action);
-
- action = new QAction(i18n("Selection List..."), q);
-- connect(action, SIGNAL(triggered(bool)), q, SLOT(listChoosePopupMenu()));
-+ connect(action, &QAction::triggered, q, &CellToolBase::listChoosePopupMenu);
- popupMenuActions.insert("listChoose", action);
-
- action = new QAction(koIcon("edit-comment"), i18n("Comment"), q);
-- connect(action, SIGNAL(triggered(bool)), q, SLOT(comment()));
-+ connect(action, &QAction::triggered, q, &CellToolBase::comment);
- popupMenuActions.insert("comment", action);
-
- action = new QAction(koIcon("delete-comment"),i18n("Clear Comment"), q);
-- connect(action, SIGNAL(triggered(bool)), q, SLOT(clearComment()));
-+ connect(action, &QAction::triggered, q, &CellToolBase::clearComment);
- popupMenuActions.insert("clearComment", action);
-
- }
-diff --git sheets/ui/CellToolBase.cpp sheets/ui/CellToolBase.cpp
-index 9a5cb545817..4847082ead2 100644
---- sheets/ui/CellToolBase.cpp
-+++ sheets/ui/CellToolBase.cpp
-@@ -185,17 +185,17 @@ CellToolBase::CellToolBase(KoCanvasBase* canvas)
- action->setIconText(i18n("Format"));
- addAction("cellStyle", action);
- action->setShortcut(QKeySequence(Qt::CTRL + Qt::ALT + Qt::Key_F));
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(cellStyle()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::cellStyle);
- action->setToolTip(i18n("Set the cell formatting"));
-
- action = new QAction(i18n("Default"), this);
- addAction("setDefaultStyle", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(setDefaultStyle()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::setDefaultStyle);
- action->setToolTip(i18n("Resets to the default format"));
-
- action = new QAction(i18n("Style Manager..."), this);
- addAction("styleDialog", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(styleDialog()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::styleDialog);
- action->setToolTip(i18n("Edit and organize cell styles"));
-
- action = new KSelectAction(i18n("Style"), this);
-@@ -206,7 +206,7 @@ CellToolBase::CellToolBase(KoCanvasBase* canvas)
- action = new QAction(i18n("Create Style From Cell..."), this);
- action->setIconText(i18n("Style From Cell"));
- addAction("createStyleFromCell", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(createStyleFromCell()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::createStyleFromCell);
- action->setToolTip(i18n("Create a new style based on the currently selected cell"));
-
- // -- font actions --
-@@ -214,21 +214,21 @@ CellToolBase::CellToolBase(KoCanvasBase* canvas)
- action = new KToggleAction(koIcon("format-text-bold"), i18n("Bold"), this);
- addAction("bold", action);
- action->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_B));
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(bold(bool)));
-+ connect(action, &QAction::triggered, this, &CellToolBase::bold);
-
- action = new KToggleAction(koIcon("format-text-italic"), i18n("Italic"), this);
- addAction("italic", action);
- action->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_I));
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(italic(bool)));
-+ connect(action, &QAction::triggered, this, &CellToolBase::italic);
-
- action = new KToggleAction(koIcon("format-text-underline"), i18n("Underline"), this);
- addAction("underline", action);
- action->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_U));
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(underline(bool)));
-+ connect(action, &QAction::triggered, this, &CellToolBase::underline);
-
- action = new KToggleAction(koIcon("format-text-strikethrough"), i18n("Strike Out"), this);
- addAction("strikeOut", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(strikeOut(bool)));
-+ connect(action, &QAction::triggered, this, &CellToolBase::strikeOut);
-
- action = new KFontAction(i18n("Select Font..."), this);
- action->setIconText(i18n("Font"));
-@@ -242,11 +242,11 @@ CellToolBase::CellToolBase(KoCanvasBase* canvas)
-
- action = new QAction(koIcon("format-font-size-more"), i18n("Increase Font Size"), this);
- addAction("increaseFontSize", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(increaseFontSize()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::increaseFontSize);
-
- action = new QAction(koIcon("format-font-size-less"), i18n("Decrease Font Size"), this);
- addAction("decreaseFontSize", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(decreaseFontSize()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::decreaseFontSize);
-
- action = new KoColorPopupAction(this);
- action->setIcon(koIcon("format-text-color"));
-@@ -261,21 +261,21 @@ CellToolBase::CellToolBase(KoCanvasBase* canvas)
- action = new KToggleAction(koIcon("format-justify-left"), i18n("Align Left"), this);
- action->setIconText(i18n("Left"));
- addAction("alignLeft", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(alignLeft(bool)));
-+ connect(action, &QAction::triggered, this, &CellToolBase::alignLeft);
- action->setToolTip(i18n("Left justify the cell contents"));
- action->setActionGroup(groupAlign);
-
- action = new KToggleAction(koIcon("format-justify-center"), i18n("Align Center"), this);
- action->setIconText(i18n("Center"));
- addAction("alignCenter", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(alignCenter(bool)));
-+ connect(action, &QAction::triggered, this, &CellToolBase::alignCenter);
- action->setToolTip(i18n("Center the cell contents"));
- action->setActionGroup(groupAlign);
-
- action = new KToggleAction(koIcon("format-justify-right"), i18n("Align Right"), this);
- action->setIconText(i18n("Right"));
- addAction("alignRight", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(alignRight(bool)));
-+ connect(action, &QAction::triggered, this, &CellToolBase::alignRight);
- action->setToolTip(i18n("Right justify the cell contents"));
- action->setActionGroup(groupAlign);
-
-@@ -285,21 +285,21 @@ CellToolBase::CellToolBase(KoCanvasBase* canvas)
- action = new KToggleAction(koIcon("format-align-vertical-top"), i18n("Align Top"), this);
- action->setIconText(i18n("Top"));
- addAction("alignTop", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(alignTop(bool)));
-+ connect(action, &QAction::triggered, this, &CellToolBase::alignTop);
- action->setToolTip(i18n("Align cell contents along the top of the cell"));
- action->setActionGroup(groupPos);
-
- action = new KToggleAction(koIcon("format-align-vertical-center"), i18n("Align Middle"), this);
- action->setIconText(i18n("Middle"));
- addAction("alignMiddle", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(alignMiddle(bool)));
-+ connect(action, &QAction::triggered, this, &CellToolBase::alignMiddle);
- action->setToolTip(i18n("Align cell contents centered in the cell"));
- action->setActionGroup(groupPos);
-
- action = new KToggleAction(koIcon("format-align-vertical-bottom"), i18n("Align Bottom"), this);
- action->setIconText(i18n("Bottom"));
- addAction("alignBottom", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(alignBottom(bool)));
-+ connect(action, &QAction::triggered, this, &CellToolBase::alignBottom);
- action->setToolTip(i18n("Align cell contents along the bottom of the cell"));
- action->setActionGroup(groupPos);
-
-@@ -308,43 +308,43 @@ CellToolBase::CellToolBase(KoCanvasBase* canvas)
- action = new QAction(koIcon("format-border-set-left"), i18n("Border Left"), this);
- action->setIconText(i18n("Left"));
- addAction("borderLeft", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(borderLeft()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::borderLeft);
- action->setToolTip(i18n("Set a left border to the selected area"));
-
- action = new QAction(koIcon("format-border-set-right"), i18n("Border Right"), this);
- action->setIconText(i18n("Right"));
- addAction("borderRight", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(borderRight()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::borderRight);
- action->setToolTip(i18n("Set a right border to the selected area"));
-
- action = new QAction(koIcon("format-border-set-top"), i18n("Border Top"), this);
- action->setIconText(i18n("Top"));
- addAction("borderTop", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(borderTop()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::borderTop);
- action->setToolTip(i18n("Set a top border to the selected area"));
-
- action = new QAction(koIcon("format-border-set-bottom"), i18n("Border Bottom"), this);
- action->setIconText(i18n("Bottom"));
- addAction("borderBottom", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(borderBottom()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::borderBottom);
- action->setToolTip(i18n("Set a bottom border to the selected area"));
-
- action = new QAction(koIcon("format-border-set-all"), i18n("All Borders"), this);
- action->setIconText(i18n("All"));
- addAction("borderAll", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(borderAll()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::borderAll);
- action->setToolTip(i18n("Set a border around all cells in the selected area"));
-
- action = new QAction(koIcon("format-border-set-none"), i18n("No Borders"), this);
- action->setIconText(i18n("None"));
- addAction("borderRemove", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(borderRemove()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::borderRemove);
- action->setToolTip(i18n("Remove all borders in the selected area"));
-
- action = new QAction(koIcon("format-border-set-external"), i18n("Border Outline"), this);
- action->setIconText(i18n("Outline"));
- addAction("borderOutline", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(borderOutline()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::borderOutline);
- action->setToolTip(i18n("Set a border to the outline of the selected area"));
-
- action = new KoColorPopupAction(this);
-@@ -360,29 +360,29 @@ CellToolBase::CellToolBase(KoCanvasBase* canvas)
- action = new KToggleAction(koIcon("multirow"), i18n("Wrap Text"), this);
- action->setIconText(i18n("Wrap"));
- addAction("wrapText", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(wrapText(bool)));
-+ connect(action, &QAction::triggered, this, &CellToolBase::wrapText);
- action->setToolTip(i18n("Make the cell text wrap onto multiple lines"));
-
- action = new KToggleAction(koIcon("format-text-direction-vertical"), i18n("Vertical Text"), this);
- action->setIconText(i18n("Vertical"));
- addAction("verticalText", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(verticalText(bool)));
-+ connect(action, &QAction::triggered, this, &CellToolBase::verticalText);
- action->setToolTip(i18n("Print cell contents vertically"));
-
- action = new QAction(QIcon::fromTheme(QApplication::isRightToLeft() ? koIconName("format-indent-less") : koIconName("format-indent-more")), i18n("Increase Indent"), this);
- addAction("increaseIndentation", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(increaseIndentation()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::increaseIndentation);
- action->setToolTip(i18n("Increase the indentation"));
-
- action = new QAction(QIcon::fromTheme(QApplication::isRightToLeft() ? koIconName("format-indent-more") : koIconName("format-indent-less")), i18n("Decrease Indent"), this);
- addAction("decreaseIndentation", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(decreaseIndentation()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::decreaseIndentation);
- action->setToolTip(i18n("Decrease the indentation"));
-
- action = new QAction(i18n("Change Angle..."), this);
- action->setIconText(i18n("Angle"));
- addAction("changeAngle", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(changeAngle()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::changeAngle);
- action->setToolTip(i18n("Change the angle that cell contents are printed"));
-
- // -- value format actions --
-@@ -390,23 +390,23 @@ CellToolBase::CellToolBase(KoCanvasBase* canvas)
- action = new KToggleAction(koIcon("format-number-percent"), i18n("Percent Format"), this);
- action->setIconText(i18n("Percent"));
- addAction("percent", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(percent(bool)));
-+ connect(action, &QAction::triggered, this, &CellToolBase::percent);
- action->setToolTip(i18n("Set the cell formatting to look like a percentage"));
-
- action = new KToggleAction(koIcon("format-currency"), i18n("Money Format"), this);
- action->setIconText(i18n("Money"));
- addAction("currency", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(currency(bool)));
-+ connect(action, &QAction::triggered, this, &CellToolBase::currency);
- action->setToolTip(i18n("Set the cell formatting to look like your local currency"));
-
- action = new QAction(koIcon("format-precision-more"), i18n("Increase Precision"), this);
- addAction("increasePrecision", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(increasePrecision()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::increasePrecision);
- action->setToolTip(i18n("Increase the decimal precision shown onscreen"));
-
- action = new QAction(koIcon("format-precision-less"), i18n("Decrease Precision"), this);
- addAction("decreasePrecision", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(decreasePrecision()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::decreasePrecision);
- action->setToolTip(i18n("Decrease the decimal precision shown onscreen"));
-
- // -- misc style attribute actions --
-@@ -414,19 +414,19 @@ CellToolBase::CellToolBase(KoCanvasBase* canvas)
- action = new QAction(koIconWanted("no icon in Kate, but LO has one", "format-text-uppercase"), i18n("Upper Case"), this);
- action->setIconText(i18n("Upper"));
- addAction("toUpperCase", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(toUpperCase()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::toUpperCase);
- action->setToolTip(i18n("Convert all letters to upper case"));
-
- action = new QAction(koIconWanted("no icon in Kate, but LO has one", "format-text-lowercase"), i18n("Lower Case"), this);
- action->setIconText(i18n("Lower"));
- addAction("toLowerCase", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(toLowerCase()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::toLowerCase);
- action->setToolTip(i18n("Convert all letters to lower case"));
-
- action = new QAction(koIcon("format-text-capitalize"), i18n("Convert First Letter to Upper Case"), this);
- action->setIconText(i18n("First Letter Upper"));
- addAction("firstLetterToUpperCase", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(firstLetterToUpperCase()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::firstLetterToUpperCase);
- action->setToolTip(i18n("Capitalize the first letter"));
-
- action = new KoColorPopupAction(this);
-@@ -440,105 +440,105 @@ CellToolBase::CellToolBase(KoCanvasBase* canvas)
-
- action = new QAction(koIcon("mergecell"), i18n("Merge Cells"), this);
- addAction("mergeCells", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(mergeCells()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::mergeCells);
- action->setToolTip(i18n("Merge the selected region"));
-
- action = new QAction(koIcon("mergecell-horizontal"), i18n("Merge Cells Horizontally"), this);
- action->setToolTip(i18n("Merge the selected region horizontally"));
- addAction("mergeCellsHorizontal", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(mergeCellsHorizontal()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::mergeCellsHorizontal);
-
- action = new QAction(koIcon("mergecell-vertical"), i18n("Merge Cells Vertically"), this);
- action->setToolTip(i18n("Merge the selected region vertically"));
- addAction("mergeCellsVertical", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(mergeCellsVertical()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::mergeCellsVertical);
-
- action = new QAction(koIcon("dissociatecell"), i18n("Dissociate Cells"), this);
- action->setToolTip(i18n("Unmerge the selected region"));
- addAction("dissociateCells", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(dissociateCells()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::dissociateCells);
-
- // -- column & row actions --
-
- action = new QAction(koIcon("resizecol"), i18n("Resize Column..."), this);
- addAction("resizeCol", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(resizeColumn()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::resizeColumn);
- action->setToolTip(i18n("Change the width of a column"));
-
- action = new QAction(koIcon("edit-table-insert-column-left"), i18n("Columns"), this);
- action->setIconText(i18n("Insert Columns"));
- action->setToolTip(i18n("Inserts a new column into the spreadsheet"));
- addAction("insertColumn", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(insertColumn()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::insertColumn);
-
- action = new QAction(koIcon("edit-table-delete-column"), i18n("Columns"), this);
- action->setIconText(i18n("Remove Columns"));
- action->setToolTip(i18n("Removes the selected columns from the spreadsheet"));
- addAction("deleteColumn", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(deleteColumn()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::deleteColumn);
-
- action = new QAction(koIcon("hide_table_column"), i18n("Hide Columns"), this);
- addAction("hideColumn", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(hideColumn()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::hideColumn);
- action->setToolTip(i18n("Hide the column from this"));
-
- action = new QAction(koIcon("show_table_column"), i18n("Show Columns..."), this);
- addAction("showColumn", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(slotShowColumnDialog()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::slotShowColumnDialog);
- action->setToolTip(i18n("Show hidden columns"));
-
- action = new QAction(koIcon("adjustcol"), i18n("Equalize Column"), this);
- addAction("equalizeCol", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(equalizeColumn()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::equalizeColumn);
- action->setToolTip(i18n("Resizes selected columns to be the same size"));
-
- action = new QAction(koIcon("show_table_column"), i18n("Show Columns"), this);
- addAction("showSelColumns", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(showColumn()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::showColumn);
- action->setToolTip(i18n("Show hidden columns in the selection"));
- action->setEnabled(false);
-
- action = new QAction(koIcon("resizerow"), i18n("Resize Row..."), this);
- addAction("resizeRow", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(resizeRow()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::resizeRow);
- action->setToolTip(i18n("Change the height of a row"));
-
- action = new QAction(koIcon("edit-table-insert-row-above"), i18n("Rows"), this);
- action->setIconText(i18n("Insert Rows"));
- action->setToolTip(i18n("Inserts a new row into the spreadsheet"));
- addAction("insertRow", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(insertRow()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::insertRow);
-
- action = new QAction(koIcon("edit-table-delete-row"), i18n("Rows"), this);
- action->setIconText(i18n("Remove Rows"));
- action->setToolTip(i18n("Removes a row from the spreadsheet"));
- addAction("deleteRow", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(deleteRow()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::deleteRow);
-
- action = new QAction(koIcon("hide_table_row"), i18n("Hide Rows"), this);
- addAction("hideRow", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(hideRow()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::hideRow);
- action->setToolTip(i18n("Hide a row from this"));
-
- action = new QAction(koIcon("show_table_row"), i18n("Show Rows..."), this);
- addAction("showRow", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(slotShowRowDialog()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::slotShowRowDialog);
- action->setToolTip(i18n("Show hidden rows"));
-
- action = new QAction(koIcon("adjustrow"), i18n("Equalize Row"), this);
- addAction("equalizeRow", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(equalizeRow()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::equalizeRow);
- action->setToolTip(i18n("Resizes selected rows to be the same size"));
-
- action = new QAction(koIcon("show_table_row"), i18n("Show Rows"), this);
- addAction("showSelRows", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(showRow()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::showRow);
- action->setEnabled(false);
- action->setToolTip(i18n("Show hidden rows in the selection"));
-
- action = new QAction(i18n("Adjust Row && Column"), this);
- addAction("adjust", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(adjust()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::adjust);
- action->setToolTip(i18n("Adjusts row/column size so that the contents will fit"));
-
- // -- cell insert/remove actions --
-@@ -547,13 +547,13 @@ CellToolBase::CellToolBase(KoCanvasBase* canvas)
- action->setIconText(i18n("Insert Cells..."));
- action->setToolTip(i18n("Insert a blank cell into the spreadsheet"));
- addAction("insertCell", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(insertCells()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::insertCells);
-
- action = new QAction(koIcon("removecell"), i18n("Cells..."), this);
- action->setIconText(i18n("Remove Cells..."));
- action->setToolTip(i18n("Removes the cells from the spreadsheet"));
- addAction("deleteCell", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(deleteCells()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::deleteCells);
-
- // -- cell content actions --
-
-@@ -561,173 +561,173 @@ CellToolBase::CellToolBase(KoCanvasBase* canvas)
- action->setIconText(i18n("Clear All"));
- action->setToolTip(i18n("Clear all contents and formatting of the current cell"));
- addAction("clearAll", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(clearAll()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::clearAll);
-
- action = new QAction(koIcon("edit-clear"), i18n("Contents"), this);
- action->setIconText(i18n("Clear Contents"));
- action->setToolTip(i18n("Remove the contents of the current cell"));
- addAction("clearContents", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(clearContents()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::clearContents);
-
- action = new QAction(koIcon("edit-comment"), i18n("Comment..."), this);
- action->setToolTip(i18n("Edit a comment for this cell"));
- addAction("comment", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(comment()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::comment);
-
- action = new QAction(koIcon("delete-comment"), i18n("Comment"), this);
- action->setIconText(i18n("Remove Comment"));
- action->setToolTip(i18n("Remove this cell's comment"));
- addAction("clearComment", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(clearComment()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::clearComment);
-
- action = new QAction(i18n("Conditional Styles..."), this);
- action->setToolTip(i18n("Set cell style based on certain conditions"));
- addAction("conditional", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(conditional()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::conditional);
-
- action = new QAction(i18n("Conditional Styles"), this);
- action->setIconText(i18n("Remove Conditional Styles"));
- action->setToolTip(i18n("Remove the conditional cell styles"));
- addAction("clearConditional", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(clearConditionalStyles()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::clearConditionalStyles);
-
- action = new QAction(koIcon("insert-link"), i18n("&Link..."), this);
- addAction("insertHyperlink", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(insertHyperlink()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::insertHyperlink);
- action->setToolTip(i18n("Insert an Internet hyperlink"));
-
- action = new QAction(i18n("Link"), this);
- action->setIconText(i18n("Remove Link"));
- action->setToolTip(i18n("Remove a link"));
- addAction("clearHyperlink", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(clearHyperlink()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::clearHyperlink);
-
- action = new QAction(i18n("Validity..."), this);
- action->setToolTip(i18n("Set tests to confirm cell data is valid"));
- addAction("validity", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(validity()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::validity);
-
- action = new QAction(i18n("Validity"), this);
- action->setIconText(i18n("Remove Validity"));
- action->setToolTip(i18n("Remove the validity tests on this cell"));
- addAction("clearValidity", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(clearValidity()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::clearValidity);
-
- // -- sorting/filtering action --
-
- action = new QAction(i18n("&Sort..."), this);
- addAction("sort", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(sort()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::sort);
- action->setToolTip(i18n("Sort a group of cells"));
-
- action = new QAction(koIcon("view-sort-descending"), i18n("Sort &Decreasing"), this);
- addAction("sortDec", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(sortDec()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::sortDec);
- action->setToolTip(i18n("Sort a group of cells in decreasing(last to first) order"));
-
- action = new QAction(koIcon("view-sort-ascending"), i18n("Sort &Increasing"), this);
- addAction("sortInc", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(sortInc()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::sortInc);
- action->setToolTip(i18n("Sort a group of cells in ascending(first to last) order"));
-
- action = new QAction(koIcon("view-filter"), i18n("&Auto-Filter"), this);
- addAction("autoFilter", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(autoFilter()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::autoFilter);
- action->setToolTip(i18n("Add an automatic filter to a cell range"));
-
- // -- fill actions --
-
- action = new QAction(/*koIcon("arrow-left"), */i18n("&Left"), this);
- addAction("fillLeft", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(fillLeft()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::fillLeft);
-
- action = new QAction(/*koIcon("arrow-right"), */i18n("&Right"), this);
- addAction("fillRight", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(fillRight()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::fillRight);
-
- action = new QAction(/*koIcon("arrow-up"), */i18n("&Up"), this);
- addAction("fillUp", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(fillUp()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::fillUp);
-
- action = new QAction(/*koIcon("arrow-down"), */i18n("&Down"), this);
- addAction("fillDown", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(fillDown()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::fillDown);
-
- action = new QAction(koIcon("black_sum"), i18n("Autosum"), this);
- addAction("autoSum", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(autoSum()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::autoSum);
- action->setToolTip(i18n("Insert the 'sum' function"));
-
- // -- data insert actions --
-
- action = new QAction(koIcon("series"), i18n("&Series..."), this);
- addAction("insertSeries", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(insertSeries()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::insertSeries);
- action ->setToolTip(i18n("Insert a series"));
-
- action = new QAction(koIcon("insert-math-expression"), i18n("&Function..."), this);
- addAction("insertFormula", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(insertFormula()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::insertFormula);
- action->setToolTip(i18n("Insert math expression"));
-
- action = new QAction(koIcon("character-set"), i18n("S&pecial Character..."), this);
- addAction("insertSpecialChar", action);
- action->setToolTip(i18n("Insert one or more symbols or letters not found on the keyboard"));
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(insertSpecialChar()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::insertSpecialChar);
-
- #ifndef QT_NO_SQL
- action = new QAction(koIcon("network-server-database"), i18n("From &Database..."), this);
- action->setIconText(i18n("Database"));
- addAction("insertFromDatabase", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(insertFromDatabase()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::insertFromDatabase);
- action->setToolTip(i18n("Insert data from a SQL database"));
- #endif
-
- action = new QAction(koIcon("text-plain"), i18n("From &Text File..."), this);
- action->setIconText(i18n("Text File"));
- addAction("insertFromTextfile", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(insertFromTextfile()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::insertFromTextfile);
- action->setToolTip(i18n("Insert data from a text file to the current cursor position/selection"));
-
- action = new QAction(koIcon("edit-paste"), i18n("From &Clipboard..."), this);
- action->setIconText(i18n("Clipboard"));
- addAction("insertFromClipboard", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(insertFromClipboard()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::insertFromClipboard);
- action->setToolTip(i18n("Insert CSV data from the clipboard to the current cursor position/selection"));
-
- action = new QAction(i18n("&Text to Columns..."), this);
- addAction("textToColumns", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(textToColumns()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::textToColumns);
- action->setToolTip(i18n("Expand the content of cells to multiple columns"));
-
- action = new QAction(i18n("Custom Lists..."), this);
- addAction("sortList", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(sortList()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::sortList);
- action->setToolTip(i18n("Create custom lists for sorting or autofill"));
-
- action = new QAction(i18n("&Consolidate..."), this);
- addAction("consolidate", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(consolidate()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::consolidate);
- action->setToolTip(i18n("Create a region of summary data from a group of similar regions"));
-
- action = new QAction(i18n("&Goal Seek..."), this);
- addAction("goalSeek", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(goalSeek()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::goalSeek);
- action->setToolTip(i18n("Repeating calculation to find a specific value"));
-
- action = new QAction(i18n("&Subtotals..."), this);
- addAction("subtotals", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(subtotals()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::subtotals);
- action->setToolTip(i18n("Create different kind of subtotals to a list or database"));
-
- action = new QAction(i18n("&Pivot Tables..."), this);
- addAction("Pivot", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(pivot()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::pivot);
- action->setToolTip(i18n("Create Pivot Tables"));
-
- action = new QAction(i18n("Area Name..."), this);
- addAction("setAreaName", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(setAreaName()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::setAreaName);
- action->setToolTip(i18n("Set a name for a region of the spreadsheet"));
-
- action = new QAction(i18n("Named Areas..."), this);
-@@ -736,7 +736,7 @@ CellToolBase::CellToolBase(KoCanvasBase* canvas)
- action->setIcon(koIcon("bookmarks"));
- action->setToolTip(i18n("Edit or select named areas"));
- addAction("namedAreaDialog", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(namedAreaDialog()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::namedAreaDialog);
-
- action = new KSelectAction(i18n("Formula Selection"), this);
- addAction("formulaSelection", action);
-@@ -759,7 +759,7 @@ CellToolBase::CellToolBase(KoCanvasBase* canvas)
- action = new QAction(koIcon("cell_edit"), i18n("Modify Cell"), this);
- addAction("editCell", action);
- action->setShortcuts(QList<QKeySequence>() << QKeySequence(Qt::CTRL + Qt::Key_M));
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(edit()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::edit);
- action->setToolTip(i18n("Edit the highlighted cell"));
-
- action = KStandardAction::cut(this, SLOT(cut()), this);
-@@ -776,12 +776,12 @@ CellToolBase::CellToolBase(KoCanvasBase* canvas)
-
- action = new QAction(koIcon("special_paste"), i18n("Special Paste..."), this);
- addAction("specialPaste", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(specialPaste()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::specialPaste);
- action->setToolTip(i18n("Paste the contents of the clipboard with special options"));
-
- action = new QAction(koIcon("insertcellcopy"), i18n("Paste with Insertion"), this);
- addAction("pasteWithInsertion", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(pasteWithInsertion()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::pasteWithInsertion);
- action->setToolTip(i18n("Inserts a cell from the clipboard into the spreadsheet"));
-
- action = KStandardAction::selectAll(this, SLOT(selectAll()), this);
-@@ -806,7 +806,7 @@ CellToolBase::CellToolBase(KoCanvasBase* canvas)
- action->setIconText(i18n("Goto"));
- action->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_G));
- addAction("gotoCell", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(gotoCell()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::gotoCell);
- action->setToolTip(i18n("Move to a particular cell"));
-
- action = KStandardAction::spelling(this, SLOT(spellCheck()), this);
-@@ -816,34 +816,34 @@ CellToolBase::CellToolBase(KoCanvasBase* canvas)
- action = new QAction(koIconWanted("not used in UI, but devs might do, so nice to have", "inspector"), i18n("Run Inspector..."), this);
- addAction("inspector", action);
- action->setShortcut(QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_I));
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(inspector()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::inspector);
-
- #ifndef NDEBUG
- action = new QAction(koIcon("table"), i18n("Show QTableView..."), this);
- addAction("qTableView", action);
- action->setShortcut(QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_T));
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(qTableView()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::qTableView);
- #endif
-
- action = new QAction(i18n("Auto-Format..."), this);
- addAction("sheetFormat", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(sheetFormat()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::sheetFormat);
- action->setToolTip(i18n("Set the worksheet formatting"));
-
- action = new QAction(koIcon("application-vnd.oasis.opendocument.spreadsheet"), i18n("Document Settings..."), this);
- addAction("documentSettingsDialog", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(documentSettingsDialog()));
-+ connect(action, &QAction::triggered, this, &CellToolBase::documentSettingsDialog);
- action->setToolTip(i18n("Show document settings dialog"));
-
- action = new KToggleAction(i18n("Break Before Column"), this);
- addAction("format_break_before_column", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(breakBeforeColumn(bool)));
-+ connect(action, &QAction::triggered, this, &CellToolBase::breakBeforeColumn);
- action->setIconText(i18n("Column Break"));
- action->setToolTip(i18n("Set a manual page break before the column"));
-
- action = new KToggleAction(i18n("Break Before Row"), this);
- addAction("format_break_before_row", action);
-- connect(action, SIGNAL(triggered(bool)), this, SLOT(breakBeforeRow(bool)));
-+ connect(action, &QAction::triggered, this, &CellToolBase::breakBeforeRow);
- action->setIconText(i18n("Row Break"));
- action->setToolTip(i18n("Set a manual page break before the row"));
-
-@@ -992,7 +992,7 @@ void CellToolBase::mouseDoubleClickEvent(KoPointerEvent* event)
-
- void CellToolBase::keyPressEvent(QKeyEvent* event)
- {
-- register Sheet * const sheet = selection()->activeSheet();
-+ Sheet * const sheet = selection()->activeSheet();
- if (!sheet) {
- return;
- }
-@@ -1121,18 +1121,18 @@ void CellToolBase::activate(ToolActivation toolActivation, const QSet<KoShape*>
- // Establish connections.
- connect(selection(), SIGNAL(changed(Region)),
- this, SLOT(selectionChanged(Region)));
-- connect(selection(), SIGNAL(closeEditor(bool,bool)),
-- this, SLOT(deleteEditor(bool,bool)));
-- connect(selection(), SIGNAL(modified(Region)),
-- this, SLOT(updateEditor()));
-- connect(selection(), SIGNAL(activeSheetChanged(Sheet*)),
-- this, SLOT(activeSheetChanged(Sheet*)));
-- connect(selection(), SIGNAL(requestFocusEditor()),
-- this, SLOT(focusEditorRequested()));
-- connect(selection(), SIGNAL(documentReadWriteToggled(bool)),
-- this, SLOT(documentReadWriteToggled(bool)));
-- connect(selection(), SIGNAL(sheetProtectionToggled(bool)),
-- this, SLOT(sheetProtectionToggled(bool)));
-+ connect(selection(), &Selection::closeEditor,
-+ this, &CellToolBase::deleteEditor);
-+ connect(selection(), &Selection::modified,
-+ this, &CellToolBase::updateEditor);
-+ connect(selection(), &Selection::activeSheetChanged,
-+ this, &CellToolBase::activeSheetChanged);
-+ connect(selection(), &Selection::requestFocusEditor,
-+ this, &CellToolBase::focusEditorRequested);
-+ connect(selection(), &Selection::documentReadWriteToggled,
-+ this, &CellToolBase::documentReadWriteToggled);
-+ connect(selection(), &Selection::sheetProtectionToggled,
-+ this, &CellToolBase::sheetProtectionToggled);
- }
-
- void CellToolBase::deactivate()
-@@ -1409,8 +1409,8 @@ bool CellToolBase::createEditor(bool clear, bool focus, bool captureArrows)
- if (!editor()) {
- d->cellEditor = new CellEditor(this, d->wordCollection,canvas()->canvasWidget());
- d->cellEditor->setEditorFont(cell.style().font(), true, canvas()->viewConverter());
-- connect(action("permuteFixation"), SIGNAL(triggered(bool)),
-- d->cellEditor, SLOT(permuteFixation()));
-+ connect(action("permuteFixation"), &QAction::triggered,
-+ d->cellEditor, &CellEditor::permuteFixation);
-
- if(d->externalEditor) {
- connect(d->cellEditor, SIGNAL(textChanged(QString)),
-@@ -2770,8 +2770,8 @@ void CellToolBase::insertSpecialChar()
-
- if (d->specialCharDialog == 0) {
- d->specialCharDialog = new CharacterSelectDialog(canvas()->canvasWidget(), "SpecialCharDialog", fontFamily, c, false);
-- connect(d->specialCharDialog, SIGNAL(insertChar(QChar,QString)),
-- this, SLOT(specialChar(QChar,QString)));
-+ connect(d->specialCharDialog, &CharacterSelectDialog::insertChar,
-+ this, &CellToolBase::specialChar);
- connect(d->specialCharDialog, SIGNAL(finished()),
- this, SLOT(specialCharDialogClosed()));
- }
-@@ -2781,8 +2781,8 @@ void CellToolBase::insertSpecialChar()
- void CellToolBase::specialCharDialogClosed()
- {
- if (d->specialCharDialog) {
-- disconnect(d->specialCharDialog, SIGNAL(insertChar(QChar,QString)),
-- this, SLOT(specialChar(QChar,QString)));
-+ disconnect(d->specialCharDialog, &CharacterSelectDialog::insertChar,
-+ this, &CellToolBase::specialChar);
- disconnect(d->specialCharDialog, SIGNAL(finished()),
- this, SLOT(specialCharDialogClosed()));
- d->specialCharDialog->deleteLater();
-@@ -3147,8 +3147,8 @@ void CellToolBase::initFindReplace()
- Q_ASSERT(findObj);
- connect(findObj, SIGNAL(highlight(QString,int,int)),
- this, SLOT(slotHighlight(QString,int,int)));
-- connect(findObj, SIGNAL(findNext()),
-- this, SLOT(findNext()));
-+ connect(findObj, &KFind::findNext,
-+ this, &CellToolBase::findNext);
-
- bool bck = d->findOptions & KFind::FindBackwards;
- Sheet* currentSheet = d->searchInSheets.currentSheet;
-@@ -3524,8 +3524,8 @@ void CellToolBase::listChoosePopupMenu()
- }
-
- d->popupListChoose->popup(p2);
-- connect(d->popupListChoose, SIGNAL(triggered(QAction*)),
-- this, SLOT(listChooseItemSelected(QAction*)));
-+ connect(d->popupListChoose, &QMenu::triggered,
-+ this, &CellToolBase::listChooseItemSelected);
- }
-
-
-diff --git sheets/plugins/solver/Solver.cpp sheets/plugins/solver/Solver.cpp
-index 68140313829..7dc42c449f7 100644
---- sheets/plugins/solver/Solver.cpp
-+++ sheets/plugins/solver/Solver.cpp
-@@ -70,7 +70,7 @@ Solver::Solver(QObject* parent, const QVariantList& args)
-
- QAction* solver = actionCollection()->addAction("sheetssolver");
- solver->setText(i18n("Function Optimizer..."));
-- connect(solver, SIGNAL(triggered(bool)), this, SLOT(showDialog()));
-+ connect(solver, &QAction::triggered, this, &Solver::showDialog);
- }
-
- Solver::~Solver()
-@@ -81,13 +81,13 @@ Solver::~Solver()
- void Solver::showDialog()
- {
- d->dialog = new SolverDialog(d->view->selection(), d->view);
-- connect(d->dialog, SIGNAL(okClicked()), this, SLOT(optimize()));
-+ connect(d->dialog, &KoDialog::okClicked, this, &Solver::optimize);
- d->dialog->show();
- }
-
- void Solver::optimize()
- {
-- register Sheet * const sheet = d->view->activeSheet();
-+ Sheet * const sheet = d->view->activeSheet();
- if (!sheet)
- return;
-
-diff --git filters/sheets/xlsx/XlsxXmlCommentsReader.cpp filters/sheets/xlsx/XlsxXmlCommentsReader.cpp
-index 33fc4e69247..4fb3e8ee7eb 100644
---- filters/sheets/xlsx/XlsxXmlCommentsReader.cpp
-+++ filters/sheets/xlsx/XlsxXmlCommentsReader.cpp
-@@ -259,7 +259,7 @@ KoFilter::ConversionStatus XlsxXmlCommentsReader::read_comment()
- READ_ATTR_WITHOUT_NS(authorId)
- int authorIdInt = -1;
- STRING_TO_INT(authorId, authorIdInt, "comment@authorId")
-- std::auto_ptr<XlsxComment> comment(authorIdInt < 0 ? 0 : new XlsxComment(authorIdInt));
-+ std::unique_ptr<XlsxComment> comment(authorIdInt < 0 ? 0 : new XlsxComment(authorIdInt));
- while (!atEnd()) {
- readNext();
- BREAK_IF_END_OF(CURRENT_EL)
-@@ -269,8 +269,8 @@ KoFilter::ConversionStatus XlsxXmlCommentsReader::read_comment()
- ELSE_WRONG_FORMAT
- }
- }
-- if (comment.get()) {
-- comment.get()->texts = m_currentCommentText;
-+ if (comment) {
-+ comment->texts = m_currentCommentText;
- m_context->comments->insert(ref, comment.release());
- qCDebug(lcXlsxImport) << "Added comment for" << ref;
- }
diff --git a/editors/calligra/files/patch-libs_text_CMakeLists.txt b/editors/calligra/files/patch-libs_text_CMakeLists.txt
deleted file mode 100644
index 3079dfd8cd05..000000000000
--- a/editors/calligra/files/patch-libs_text_CMakeLists.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-Fix build against KDE Frameworks 5.83
-(no longer ships find module, and the
-cmake default one is used).
-
---- libs/text/CMakeLists.txt.orig 2021-07-09 21:32:19 UTC
-+++ libs/text/CMakeLists.txt
-@@ -152,11 +152,11 @@ if( SHOULD_BUILD_FEATURE_RDF )
- endif()
-
- if( FONTCONFIG_FOUND )
-- target_link_libraries(kotext PRIVATE ${FONTCONFIG_LIBRARIES})
-+ target_link_libraries(kotext PRIVATE Fontconfig::Fontconfig)
- endif()
-
- if( FREETYPE_FOUND )
-- target_link_libraries(kotext PRIVATE ${FREETYPE_LIBRARIES})
-+ target_link_libraries(kotext PRIVATE Freetype::Freetype)
- endif()
-
-
diff --git a/editors/calligra/pkg-plist b/editors/calligra/pkg-plist
index 6f338001a9ca..4a6c4e599f0a 100644
--- a/editors/calligra/pkg-plist
+++ b/editors/calligra/pkg-plist
@@ -1,105 +1,103 @@
-bin/calligra
bin/calligraconverter
+bin/calligralauncher
bin/calligrasheets
bin/calligrastage
bin/calligrawords
bin/karbon
-etc/xdg/calligra_stencils.knsrc
etc/xdg/calligrasheetsrc
etc/xdg/calligrastagerc
etc/xdg/calligrawordsrc
etc/xdg/karbonrc
lib/libRtfReader.so
-lib/libRtfReader.so.17
-lib/libRtfReader.so.%%SHLIB_VER%%
+lib/libRtfReader.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libRtfReader.so.39
+lib/libautocorrection.so
+lib/libautocorrection.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libautocorrection.so.39
lib/libbasicflakes.so
-lib/libbasicflakes.so.17
-lib/libbasicflakes.so.%%SHLIB_VER%%
-lib/libcalligrasheetscommon.so
-lib/libcalligrasheetscommon.so.17
-lib/libcalligrasheetscommon.so.%%SHLIB_VER%%
-lib/libcalligrasheetsodf.so
-lib/libcalligrasheetsodf.so.17
-lib/libcalligrasheetsodf.so.%%SHLIB_VER%%
+lib/libbasicflakes.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libbasicflakes.so.39
+lib/libcalligrasheetscore.so
+lib/libcalligrasheetscore.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libcalligrasheetscore.so.39
+lib/libcalligrasheetsengine.so
+lib/libcalligrasheetsengine.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libcalligrasheetsengine.so.39
+lib/libcalligrasheetspartlib.so
+lib/libcalligrasheetspartlib.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libcalligrasheetspartlib.so.39
+lib/libcalligrasheetsui.so
+lib/libcalligrasheetsui.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libcalligrasheetsui.so.39
lib/libcalligrastageprivate.so
-lib/libcalligrastageprivate.so.17
-lib/libcalligrastageprivate.so.%%SHLIB_VER%%
+lib/libcalligrastageprivate.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libcalligrastageprivate.so.39
lib/libflake.so
-lib/libflake.so.17
-lib/libflake.so.%%SHLIB_VER%%
+lib/libflake.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libflake.so.39
lib/libkarboncommon.so
-lib/libkarboncommon.so.17
-lib/libkarboncommon.so.%%SHLIB_VER%%
+lib/libkarboncommon.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libkarboncommon.so.39
lib/libkarbonui.so
-lib/libkarbonui.so.17
-lib/libkarbonui.so.%%SHLIB_VER%%
-lib/libkdeinit5_calligrasheets.so
-lib/libkdeinit5_calligrastage.so
-lib/libkdeinit5_calligrawords.so
-lib/libkdeinit5_karbon.so
+lib/libkarbonui.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libkarbonui.so.39
lib/libkoformula.so
-lib/libkoformula.so.17
-lib/libkoformula.so.%%SHLIB_VER%%
+lib/libkoformula.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libkoformula.so.39
lib/libkomain.so
-lib/libkomain.so.17
-lib/libkomain.so.%%SHLIB_VER%%
+lib/libkomain.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libkomain.so.39
lib/libkomsooxml.so
-lib/libkomsooxml.so.17
-lib/libkomsooxml.so.%%SHLIB_VER%%
+lib/libkomsooxml.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libkomsooxml.so.39
lib/libkoodf.so
-lib/libkoodf.so.17
-lib/libkoodf.so.%%SHLIB_VER%%
+lib/libkoodf.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libkoodf.so.39
lib/libkoodf2.so
-lib/libkoodf2.so.17
-lib/libkoodf2.so.%%SHLIB_VER%%
+lib/libkoodf2.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libkoodf2.so.39
lib/libkoodfreader.so
-lib/libkoodfreader.so.17
-lib/libkoodfreader.so.%%SHLIB_VER%%
+lib/libkoodfreader.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libkoodfreader.so.39
lib/libkookularGenerator_odp.so
-lib/libkookularGenerator_odp.so.17
-lib/libkookularGenerator_odp.so.%%SHLIB_VER%%
+lib/libkookularGenerator_odp.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libkookularGenerator_odp.so.39
lib/libkookularGenerator_odt.so
-lib/libkookularGenerator_odt.so.17
-lib/libkookularGenerator_odt.so.%%SHLIB_VER%%
+lib/libkookularGenerator_odt.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libkookularGenerator_odt.so.39
lib/libkopageapp.so
-lib/libkopageapp.so.17
-lib/libkopageapp.so.%%SHLIB_VER%%
+lib/libkopageapp.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libkopageapp.so.39
lib/libkoplugin.so
-lib/libkoplugin.so.17
-lib/libkoplugin.so.%%SHLIB_VER%%
+lib/libkoplugin.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libkoplugin.so.39
lib/libkostore.so
-lib/libkostore.so.17
-lib/libkostore.so.%%SHLIB_VER%%
+lib/libkostore.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libkostore.so.39
lib/libkotext.so
-lib/libkotext.so.17
-lib/libkotext.so.%%SHLIB_VER%%
+lib/libkotext.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libkotext.so.39
lib/libkotextlayout.so
-lib/libkotextlayout.so.17
-lib/libkotextlayout.so.%%SHLIB_VER%%
+lib/libkotextlayout.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libkotextlayout.so.39
lib/libkovectorimage.so
-lib/libkovectorimage.so.17
-lib/libkovectorimage.so.%%SHLIB_VER%%
-lib/libkoversion.so
-lib/libkoversion.so.17
-lib/libkoversion.so.%%SHLIB_VER%%
+lib/libkovectorimage.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libkovectorimage.so.39
lib/libkowidgets.so
-lib/libkowidgets.so.17
-lib/libkowidgets.so.%%SHLIB_VER%%
+lib/libkowidgets.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libkowidgets.so.39
lib/libkowidgetutils.so
-lib/libkowidgetutils.so.17
-lib/libkowidgetutils.so.%%SHLIB_VER%%
-lib/libkowv2.so
-lib/libkowv2.so.9
-lib/libkowv2.so.9.0.0
+lib/libkowidgetutils.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libkowidgetutils.so.39
lib/libkundo2.so
-lib/libkundo2.so.17
-lib/libkundo2.so.%%SHLIB_VER%%
+lib/libkundo2.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libkundo2.so.39
lib/libpigmentcms.so
-lib/libpigmentcms.so.17
-lib/libpigmentcms.so.%%SHLIB_VER%%
+lib/libpigmentcms.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libpigmentcms.so.39
lib/libwordsprivate.so
-lib/libwordsprivate.so.17
-lib/libwordsprivate.so.%%SHLIB_VER%%
+lib/libwordsprivate.so.%%KDE_APPLICATIONS_VERSION%%
+lib/libwordsprivate.so.39
%%QT_PLUGINDIR%%/calligra/dockers/calligra_docker_defaults.so
%%QT_PLUGINDIR%%/calligra/dockers/calligra_docker_stencils.so
%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_applixspread2kspread.so
@@ -107,7 +105,6 @@ lib/libwordsprivate.so.%%SHLIB_VER%%
%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_ascii2words.so
%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_csv2sheets.so
%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_dbase2kspread.so
-%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_doc2odt.so
%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_docx2odt.so
%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_eps2svgai.so
%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_gnumeric2sheets.so
@@ -153,6 +150,7 @@ lib/libwordsprivate.so.%%SHLIB_VER%%
%%QT_PLUGINDIR%%/calligra/parts/karbonpart.so
%%QT_PLUGINDIR%%/calligra/presentationeventactions/calligrastageeventactions.so
%%QT_PLUGINDIR%%/calligra/shapefiltereffects/calligra_filtereffects.so
+%%QT_PLUGINDIR%%/calligra/shapes/braindump_shape_web.so
%%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_artistictext.so
%%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_chart.so
%%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_formula.so
@@ -161,6 +159,7 @@ lib/libwordsprivate.so.%%SHLIB_VER%%
%%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_picture.so
%%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_plugin.so
%%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_text.so
+%%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_threed.so
%%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_vector.so
%%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_video.so
%%QT_PLUGINDIR%%/calligra/textediting/calligra_textediting_autocorrect.so
@@ -172,8 +171,6 @@ lib/libwordsprivate.so.%%SHLIB_VER%%
%%QT_PLUGINDIR%%/calligra/tools/calligra_tool_basicflakes.so
%%QT_PLUGINDIR%%/calligra/tools/calligra_tool_defaults.so
%%QT_PLUGINDIR%%/calligra/tools/karbon_tools.so
-%%QT_PLUGINDIR%%/calligradocinfopropspage.so
-%%QT_PLUGINDIR%%/calligraimagethumbnail.so
%%QT_PLUGINDIR%%/calligrasheets/extensions/sheetssolver.so
%%QT_PLUGINDIR%%/calligrasheets/functions/kspreadbitopsmodule.so
%%QT_PLUGINDIR%%/calligrasheets/functions/kspreadconversionmodule.so
@@ -199,21 +196,21 @@ lib/libwordsprivate.so.%%SHLIB_VER%%
%%QT_PLUGINDIR%%/calligrastage/pageeffects/kpr_pageeffect_swapeffect.so
%%QT_PLUGINDIR%%/calligrastage/shapeanimations/kpr_shapeanimation_example.so
%%QT_PLUGINDIR%%/calligrastage/tools/calligrastagetoolanimation.so
-%%QT_PLUGINDIR%%/calligrathumbnail.so
%%QT_PLUGINDIR%%/karbon/extensions/karbon_flattenpath.so
%%QT_PLUGINDIR%%/karbon/extensions/karbon_refinepath.so
%%QT_PLUGINDIR%%/karbon/extensions/karbon_roundcorners.so
%%QT_PLUGINDIR%%/karbon/extensions/karbon_whirlpinch.so
-%%QT_PLUGINDIR%%/okular/generators/okularGenerator_doc_calligra.so
-%%QT_PLUGINDIR%%/okular/generators/okularGenerator_docx_calligra.so
-%%QT_PLUGINDIR%%/okular/generators/okularGenerator_odp_calligra.so
-%%QT_PLUGINDIR%%/okular/generators/okularGenerator_odt_calligra.so
-%%QT_PLUGINDIR%%/okular/generators/okularGenerator_powerpoint_calligra.so
-%%QT_PLUGINDIR%%/okular/generators/okularGenerator_pptx_calligra.so
-%%QT_PLUGINDIR%%/okular/generators/okularGenerator_rtf_calligra.so
-%%QT_PLUGINDIR%%/okular/generators/okularGenerator_wpd_calligra.so
+%%QT_PLUGINDIR%%/kf6/propertiesdialog/calligradocinfopropspage.so
+%%QT_PLUGINDIR%%/kf6/thumbcreator/calligraimagethumbnail.so
+%%QT_PLUGINDIR%%/kf6/thumbcreator/calligrathumbnail.so
+%%QT_PLUGINDIR%%/okular_generators/okularGenerator_docx_calligra.so
+%%QT_PLUGINDIR%%/okular_generators/okularGenerator_odp_calligra.so
+%%QT_PLUGINDIR%%/okular_generators/okularGenerator_odt_calligra.so
+%%QT_PLUGINDIR%%/okular_generators/okularGenerator_powerpoint_calligra.so
+%%QT_PLUGINDIR%%/okular_generators/okularGenerator_pptx_calligra.so
+%%QT_PLUGINDIR%%/okular_generators/okularGenerator_rtf_calligra.so
+%%QT_PLUGINDIR%%/okular_generators/okularGenerator_wpd_calligra.so
share/applications/calligra.desktop
-share/applications/okularApplication_doc_calligra.desktop
share/applications/okularApplication_docx_calligra.desktop
share/applications/okularApplication_odp_calligra.desktop
share/applications/okularApplication_odt_calligra.desktop
@@ -221,19 +218,67 @@ share/applications/okularApplication_powerpoint_calligra.desktop
share/applications/okularApplication_pptx_calligra.desktop
share/applications/okularApplication_rtf_calligra.desktop
share/applications/okularApplication_wpd_calligra.desktop
-share/applications/org.kde.calligrasheets.desktop
-share/applications/org.kde.calligrastage.desktop
-share/applications/org.kde.calligrawords.desktop
+share/applications/org.kde.calligra.desktop
+share/applications/org.kde.calligra.karbon.desktop
+share/applications/org.kde.calligra.sheets.desktop
+share/applications/org.kde.calligra.stage.desktop
+share/applications/org.kde.calligra.words.desktop
share/applications/org.kde.calligrawords_ascii.desktop
-share/applications/org.kde.karbon.desktop
-%%DATADIR%%/autocorrect/autocorrect.xml
+%%DATADIR%%/autocorrect/af_ZA.xml
+%%DATADIR%%/autocorrect/bg_BG.xml
+%%DATADIR%%/autocorrect/ca_ES.xml
+%%DATADIR%%/autocorrect/cs_CZ.xml
+%%DATADIR%%/autocorrect/da_DK.xml
+%%DATADIR%%/autocorrect/de.xml
+%%DATADIR%%/autocorrect/dsb.xml
+%%DATADIR%%/autocorrect/el_GR.xml
+%%DATADIR%%/autocorrect/en_AU.xml
+%%DATADIR%%/autocorrect/en_GB.xml
%%DATADIR%%/autocorrect/en_US.xml
+%%DATADIR%%/autocorrect/en_ZA.xml
+%%DATADIR%%/autocorrect/fa_IR.xml
+%%DATADIR%%/autocorrect/fi_FI.xml
+%%DATADIR%%/autocorrect/ga_IE.xml
+%%DATADIR%%/autocorrect/hr_HR.xml
+%%DATADIR%%/autocorrect/hsb.xml
+%%DATADIR%%/autocorrect/hu_HU.xml
+%%DATADIR%%/autocorrect/is_IS.xml
+%%DATADIR%%/autocorrect/it.xml
+%%DATADIR%%/autocorrect/ja_JP.xml
+%%DATADIR%%/autocorrect/ko_KR.xml
+%%DATADIR%%/autocorrect/lb_LU.xml
+%%DATADIR%%/autocorrect/lt_LT.xml
+%%DATADIR%%/autocorrect/mn_MN.xml
+%%DATADIR%%/autocorrect/nb.xml
+%%DATADIR%%/autocorrect/nl_BE.xml
+%%DATADIR%%/autocorrect/nl_NL.xml
+%%DATADIR%%/autocorrect/nn.xml
+%%DATADIR%%/autocorrect/pl_PL.xml
+%%DATADIR%%/autocorrect/pt_BR.xml
+%%DATADIR%%/autocorrect/pt_PT.xml
+%%DATADIR%%/autocorrect/ro_RO.xml
+%%DATADIR%%/autocorrect/ru_RU.xml
+%%DATADIR%%/autocorrect/sk_SK.xml
+%%DATADIR%%/autocorrect/sl_SI.xml
+%%DATADIR%%/autocorrect/sr_CS.xml
+%%DATADIR%%/autocorrect/sr_Latn_CS.xml
+%%DATADIR%%/autocorrect/sr_Latn_ME.xml
+%%DATADIR%%/autocorrect/sr_Latn_RS.xml
+%%DATADIR%%/autocorrect/sr_ME.xml
+%%DATADIR%%/autocorrect/sr_RS.xml
+%%DATADIR%%/autocorrect/sv_SE.xml
+%%DATADIR%%/autocorrect/tr_TR.xml
+%%DATADIR%%/autocorrect/vi_VN.xml
+%%DATADIR%%/autocorrect/vro_EE.xml
+%%DATADIR%%/autocorrect/zh_CN.xml
+%%DATADIR%%/autocorrect/zh_TW.xml
%%DATADIR%%/calligra_shell.rc
%%DATADIR%%/cursors/cursor_connect.png
%%DATADIR%%/cursors/cursor_rotate.png
%%DATADIR%%/cursors/cursor_shear.png
%%DATADIR%%/cursors/zoom_in_cursor.png
%%DATADIR%%/cursors/zoom_out_cursor.png
+%%DATADIR%%/icons/hicolor/%%KDE_APPLICATIONS_VERSION_SHORT%%x%%KDE_APPLICATIONS_VERSION_SHORT%%/actions/insert-page-break.png
%%DATADIR%%/icons/hicolor/16x16/actions/abs.png
%%DATADIR%%/icons/hicolor/16x16/actions/animation-stage.png
%%DATADIR%%/icons/hicolor/16x16/actions/bevelled.png
@@ -370,7 +415,6 @@ share/applications/org.kde.karbon.desktop
%%DATADIR%%/icons/hicolor/22x22/actions/under.png
%%DATADIR%%/icons/hicolor/22x22/actions/vector.png
%%DATADIR%%/icons/hicolor/22x22/actions/zoom-pixels.png
-%%DATADIR%%/icons/hicolor/24x24/actions/insert-page-break.png
%%DATADIR%%/icons/hicolor/32x32/actions/abs.png
%%DATADIR%%/icons/hicolor/32x32/actions/bevelled.png
%%DATADIR%%/icons/hicolor/32x32/actions/brackets.png
@@ -836,9 +880,9 @@ share/applications/org.kde.karbon.desktop
%%DATADIR%%/stencils/Central_Data_Processing/Organizer_Rack_2U.desktop
%%DATADIR%%/stencils/Central_Data_Processing/Organizer_Rack_2U.odg
%%DATADIR%%/stencils/Central_Data_Processing/Organizer_Rack_2U.png
-%%DATADIR%%/stencils/Central_Data_Processing/Path_Painel_24P.desktop
-%%DATADIR%%/stencils/Central_Data_Processing/Path_Painel_24P.odg
-%%DATADIR%%/stencils/Central_Data_Processing/Path_Painel_24P.png
+%%DATADIR%%/stencils/Central_Data_Processing/Path_Painel_%%KDE_APPLICATIONS_VERSION_SHORT%%P.desktop
+%%DATADIR%%/stencils/Central_Data_Processing/Path_Painel_%%KDE_APPLICATIONS_VERSION_SHORT%%P.odg
+%%DATADIR%%/stencils/Central_Data_Processing/Path_Painel_%%KDE_APPLICATIONS_VERSION_SHORT%%P.png
%%DATADIR%%/stencils/Central_Data_Processing/Router.desktop
%%DATADIR%%/stencils/Central_Data_Processing/Router.odg
%%DATADIR%%/stencils/Central_Data_Processing/Router.png
@@ -884,12 +928,12 @@ share/applications/org.kde.karbon.desktop
%%DATADIR%%/stencils/Central_Data_Processing/Storage_Rack_3U_SAN.desktop
%%DATADIR%%/stencils/Central_Data_Processing/Storage_Rack_3U_SAN.odg
%%DATADIR%%/stencils/Central_Data_Processing/Storage_Rack_3U_SAN.png
+%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_%%KDE_APPLICATIONS_VERSION_SHORT%%P.desktop
+%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_%%KDE_APPLICATIONS_VERSION_SHORT%%P.odg
+%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_%%KDE_APPLICATIONS_VERSION_SHORT%%P.png
%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_16P.desktop
%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_16P.odg
%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_16P.png
-%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_24P.desktop
-%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_24P.odg
-%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_24P.png
%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_48P.desktop
%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_48P.odg
%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_48P.png
@@ -1847,12 +1891,12 @@ share/applications/org.kde.karbon.desktop
%%DATADIR%%/stencils/Cisco/metro1500.desktop
%%DATADIR%%/stencils/Cisco/metro1500.odg
%%DATADIR%%/stencils/Cisco/metro1500.png
+%%DATADIR%%/stencils/Cisco/mgx8%%KDE_APPLICATIONS_VERSION_SHORT%%0.desktop
+%%DATADIR%%/stencils/Cisco/mgx8%%KDE_APPLICATIONS_VERSION_SHORT%%0.odg
+%%DATADIR%%/stencils/Cisco/mgx8%%KDE_APPLICATIONS_VERSION_SHORT%%0.png
%%DATADIR%%/stencils/Cisco/mgx8220.desktop
%%DATADIR%%/stencils/Cisco/mgx8220.odg
%%DATADIR%%/stencils/Cisco/mgx8220.png
-%%DATADIR%%/stencils/Cisco/mgx8240.desktop
-%%DATADIR%%/stencils/Cisco/mgx8240.odg
-%%DATADIR%%/stencils/Cisco/mgx8240.png
%%DATADIR%%/stencils/Cisco/mgx8260.desktop
%%DATADIR%%/stencils/Cisco/mgx8260.odg
%%DATADIR%%/stencils/Cisco/mgx8260.png
@@ -4549,7 +4593,10 @@ share/applications/org.kde.karbon.desktop
%%DATADIR%%stage/templates/odf/skyline_night.desktop
%%DATADIR%%stage/templates/odf/skyline_night_wide.desktop
%%DATADIR%%stage/templates/odf/strange_far_hills.desktop
+%%DATADIR%%words/icons/hicolor/128x128/actions/template_a4.png
%%DATADIR%%words/icons/hicolor/128x128/actions/template_colorful.png
+%%DATADIR%%words/icons/hicolor/128x128/actions/template_fax.png
+%%DATADIR%%words/icons/hicolor/128x128/actions/template_letter.png
%%DATADIR%%words/icons/hicolor/22x22/actions/tool_pagelayout.png
%%DATADIR%%words/icons/hicolor/48x48/actions/template_a4.png
%%DATADIR%%words/icons/hicolor/48x48/actions/template_colorful.png
@@ -4562,22 +4609,16 @@ share/applications/org.kde.karbon.desktop
%%DATADIR%%words/styles/defaultstyles.xml
%%DATADIR%%words/templates/Normal/.directory
%%DATADIR%%words/templates/Normal/.source/A4.odt
-%%DATADIR%%words/templates/Normal/.source/ColorfulA4.odt
%%DATADIR%%words/templates/Normal/.source/ColorfulLetter.odt
-%%DATADIR%%words/templates/Normal/.source/FaxA4.odt
%%DATADIR%%words/templates/Normal/.source/FaxLetter.odt
-%%DATADIR%%words/templates/Normal/.source/ProfessionalA4.odt
%%DATADIR%%words/templates/Normal/.source/ProfessionalLetter.odt
%%DATADIR%%words/templates/Normal/.thumbnail/a4.png
%%DATADIR%%words/templates/Normal/.thumbnail/colorful.png
%%DATADIR%%words/templates/Normal/.thumbnail/fax.png
%%DATADIR%%words/templates/Normal/.thumbnail/professional.png
%%DATADIR%%words/templates/Normal/A4.desktop
-%%DATADIR%%words/templates/Normal/ColorfulA4.desktop
%%DATADIR%%words/templates/Normal/ColorfulLetter.desktop
-%%DATADIR%%words/templates/Normal/FaxA4.desktop
%%DATADIR%%words/templates/Normal/FaxLetter.desktop
-%%DATADIR%%words/templates/Normal/ProfessionalA4.desktop
%%DATADIR%%words/templates/Normal/ProfessionalLetter.desktop
share/config.kcfg/calligrasheets.kcfg
share/doc/HTML/ca/calligra/index.cache.bz2
@@ -4600,15 +4641,6 @@ share/doc/HTML/ca/stage/options.docbook
share/doc/HTML/ca/stage/tutorial.docbook
share/doc/HTML/de/calligra/index.cache.bz2
share/doc/HTML/de/calligra/index.docbook
-share/doc/HTML/de/sheets/advanced.docbook
-share/doc/HTML/de/sheets/basics.docbook
-share/doc/HTML/de/sheets/commands.docbook
-share/doc/HTML/de/sheets/config.docbook
-share/doc/HTML/de/sheets/configdialog.docbook
-share/doc/HTML/de/sheets/format.docbook
-share/doc/HTML/de/sheets/functions.docbook
-share/doc/HTML/de/sheets/index.cache.bz2
-share/doc/HTML/de/sheets/index.docbook
share/doc/HTML/de/stage/great-presentations.docbook
share/doc/HTML/de/stage/guides.docbook
share/doc/HTML/de/stage/index.cache.bz2
@@ -4742,34 +4774,28 @@ share/doc/HTML/et/calligra/index.cache.bz2
share/doc/HTML/et/calligra/index.docbook
share/doc/HTML/fr/calligra/index.cache.bz2
share/doc/HTML/fr/calligra/index.docbook
-share/doc/HTML/fr/stage/barstyle1.png
-share/doc/HTML/fr/stage/configure-document.png
-share/doc/HTML/fr/stage/configure-grid.png
-share/doc/HTML/fr/stage/configure-misc.png
-share/doc/HTML/fr/stage/great-presentations.docbook
-share/doc/HTML/fr/stage/guides.docbook
-share/doc/HTML/fr/stage/htmlshow3.png
-share/doc/HTML/fr/stage/htmlshow9.png
-share/doc/HTML/fr/stage/index.cache.bz2
-share/doc/HTML/fr/stage/index.docbook
-share/doc/HTML/fr/stage/menus.docbook
-share/doc/HTML/fr/stage/options.docbook
-share/doc/HTML/fr/stage/settings03.png
-share/doc/HTML/fr/stage/settings04.png
-share/doc/HTML/fr/stage/template03.png
-share/doc/HTML/fr/stage/template04.png
-share/doc/HTML/fr/stage/tut01.png
-share/doc/HTML/fr/stage/tut03.png
-share/doc/HTML/fr/stage/tut04.png
-share/doc/HTML/fr/stage/tut07.png
-share/doc/HTML/fr/stage/tut09.png
-share/doc/HTML/fr/stage/tut10.png
-share/doc/HTML/fr/stage/tut13.png
-share/doc/HTML/fr/stage/tut19.png
-share/doc/HTML/fr/stage/tut21.png
-share/doc/HTML/fr/stage/tut25.png
-share/doc/HTML/fr/stage/tut26.png
-share/doc/HTML/fr/stage/tutorial.docbook
+share/doc/HTML/fr/sheets/advanced.docbook
+share/doc/HTML/fr/sheets/basics.docbook
+share/doc/HTML/fr/sheets/cellformat0.png
+share/doc/HTML/fr/sheets/cellformat1.png
+share/doc/HTML/fr/sheets/cellformat2.png
+share/doc/HTML/fr/sheets/cellformat3.png
+share/doc/HTML/fr/sheets/cellformat4.png
+share/doc/HTML/fr/sheets/cellformat5.png
+share/doc/HTML/fr/sheets/chart1.png
+share/doc/HTML/fr/sheets/commands.docbook
+share/doc/HTML/fr/sheets/config.docbook
+share/doc/HTML/fr/sheets/configdialog.docbook
+share/doc/HTML/fr/sheets/copy1.png
+share/doc/HTML/fr/sheets/format.docbook
+share/doc/HTML/fr/sheets/functions.docbook
+share/doc/HTML/fr/sheets/index.cache.bz2
+share/doc/HTML/fr/sheets/index.docbook
+share/doc/HTML/fr/sheets/shortcut1.png
+share/doc/HTML/fr/sheets/shortcut2.png
+share/doc/HTML/fr/sheets/shortcut3.png
+share/doc/HTML/fr/sheets/sort1.png
+share/doc/HTML/fr/sheets/starting1.png
share/doc/HTML/id/calligra/index.cache.bz2
share/doc/HTML/id/calligra/index.docbook
share/doc/HTML/it/calligra/index.cache.bz2
@@ -4935,15 +4961,6 @@ share/doc/HTML/nl/stage/tut23.png
share/doc/HTML/nl/stage/tutorial.docbook
share/doc/HTML/pt/calligra/index.cache.bz2
share/doc/HTML/pt/calligra/index.docbook
-share/doc/HTML/pt/sheets/advanced.docbook
-share/doc/HTML/pt/sheets/basics.docbook
-share/doc/HTML/pt/sheets/commands.docbook
-share/doc/HTML/pt/sheets/config.docbook
-share/doc/HTML/pt/sheets/configdialog.docbook
-share/doc/HTML/pt/sheets/format.docbook
-share/doc/HTML/pt/sheets/functions.docbook
-share/doc/HTML/pt/sheets/index.cache.bz2
-share/doc/HTML/pt/sheets/index.docbook
share/doc/HTML/pt/stage/great-presentations.docbook
share/doc/HTML/pt/stage/guides.docbook
share/doc/HTML/pt/stage/index.cache.bz2
@@ -4971,17 +4988,15 @@ share/doc/HTML/pt_BR/stage/options.docbook
share/doc/HTML/pt_BR/stage/tutorial.docbook
share/doc/HTML/ru/calligra/index.cache.bz2
share/doc/HTML/ru/calligra/index.docbook
-share/doc/HTML/ru/sheets/a11y.docbook
-share/doc/HTML/ru/sheets/advanced.docbook
-share/doc/HTML/ru/sheets/basics.docbook
-share/doc/HTML/ru/sheets/commands.docbook
-share/doc/HTML/ru/sheets/config.docbook
-share/doc/HTML/ru/sheets/configdialog.docbook
-share/doc/HTML/ru/sheets/faq.docbook
-share/doc/HTML/ru/sheets/format.docbook
-share/doc/HTML/ru/sheets/importexport.docbook
-share/doc/HTML/ru/sheets/index.cache.bz2
-share/doc/HTML/ru/sheets/index.docbook
+share/doc/HTML/sl/calligra/index.cache.bz2
+share/doc/HTML/sl/calligra/index.docbook
+share/doc/HTML/sl/stage/great-presentations.docbook
+share/doc/HTML/sl/stage/guides.docbook
+share/doc/HTML/sl/stage/index.cache.bz2
+share/doc/HTML/sl/stage/index.docbook
+share/doc/HTML/sl/stage/menus.docbook
+share/doc/HTML/sl/stage/options.docbook
+share/doc/HTML/sl/stage/tutorial.docbook
share/doc/HTML/sv/calligra/index.cache.bz2
share/doc/HTML/sv/calligra/index.docbook
share/doc/HTML/sv/sheets/advanced.docbook
@@ -5083,6 +5098,7 @@ share/doc/HTML/sv/stage/textmenu1.png
share/doc/HTML/sv/stage/textmenu2.png
share/doc/HTML/sv/stage/toolsmenu01.png
share/doc/HTML/sv/stage/tts.png
+share/doc/HTML/sv/stage/tut%%KDE_APPLICATIONS_VERSION_SHORT%%.png
share/doc/HTML/sv/stage/tut01.png
share/doc/HTML/sv/stage/tut02.png
share/doc/HTML/sv/stage/tut03.png
@@ -5106,11 +5122,8 @@ share/doc/HTML/sv/stage/tut20.png
share/doc/HTML/sv/stage/tut21.png
share/doc/HTML/sv/stage/tut22.png
share/doc/HTML/sv/stage/tut23.png
-share/doc/HTML/sv/stage/tut24.png
share/doc/HTML/sv/stage/tut26.png
share/doc/HTML/sv/stage/tutorial.docbook
-share/doc/HTML/uk/calligra/index.cache.bz2
-share/doc/HTML/uk/calligra/index.docbook
share/doc/HTML/uk/sheets/advanced.docbook
share/doc/HTML/uk/sheets/basics.docbook
share/doc/HTML/uk/sheets/cellformat0.png
@@ -5175,10 +5188,10 @@ share/doc/HTML/uk/stage/tut21.png
share/doc/HTML/uk/stage/tut25.png
share/doc/HTML/uk/stage/tut26.png
share/doc/HTML/uk/stage/tutorial.docbook
-share/icons/hicolor/1024x1024/apps/calligrakarbon.png
-share/icons/hicolor/1024x1024/apps/calligrasheets.png
-share/icons/hicolor/1024x1024/apps/calligrastage.png
-share/icons/hicolor/1024x1024/apps/calligrawords.png
+share/icons/hicolor/10%%KDE_APPLICATIONS_VERSION_SHORT%%x10%%KDE_APPLICATIONS_VERSION_SHORT%%/apps/calligrakarbon.png
+share/icons/hicolor/10%%KDE_APPLICATIONS_VERSION_SHORT%%x10%%KDE_APPLICATIONS_VERSION_SHORT%%/apps/calligrasheets.png
+share/icons/hicolor/10%%KDE_APPLICATIONS_VERSION_SHORT%%x10%%KDE_APPLICATIONS_VERSION_SHORT%%/apps/calligrastage.png
+share/icons/hicolor/10%%KDE_APPLICATIONS_VERSION_SHORT%%x10%%KDE_APPLICATIONS_VERSION_SHORT%%/apps/calligrawords.png
share/icons/hicolor/128x128/apps/calligrakarbon.png
share/icons/hicolor/128x128/apps/calligrasheets.png
share/icons/hicolor/128x128/apps/calligrastage.png
@@ -5218,6 +5231,10 @@ share/icons/hicolor/scalable/apps/calligrakarbon.svgz
share/icons/hicolor/scalable/apps/calligrasheets.svgz
share/icons/hicolor/scalable/apps/calligrastage.svgz
share/icons/hicolor/scalable/apps/calligrawords.svgz
+share/icons/hicolor/scalable/apps/org.kde.calligra.karbon.svg
+share/icons/hicolor/scalable/apps/org.kde.calligra.sheets.svg
+share/icons/hicolor/scalable/apps/org.kde.calligra.stage.svg
+share/icons/hicolor/scalable/apps/org.kde.calligra.words.svg
share/karbon/gradients/allcolors.kgr
share/karbon/gradients/simple.kgr
share/karbon/icons/hicolor/22x22/actions/effect_flatten.png
@@ -5233,40 +5250,10 @@ share/karbon/plugins/WhirlPinchPlugin.rc
share/karbon/templates/Basic/.directory
share/karbon/templates/Basic/.source/empty.odg
share/karbon/templates/Basic/empty.desktop
-share/kservices5/ServiceMenus/calligra/karbon_print.desktop
-share/kservices5/ServiceMenus/calligra/sheets_print.desktop
-share/kservices5/ServiceMenus/calligra/stage_print.desktop
-share/kservices5/ServiceMenus/calligra/words_print.desktop
-share/kservices5/calligra_odg_thumbnail.desktop
-share/kservices5/calligradocinfopropspage.desktop
-share/kservices5/flow_vsdx_thumbnail.desktop
-share/kservices5/flow_wpg_thumbnail.desktop
-share/kservices5/karbon_karbon1x_thumbnail.desktop
-share/kservices5/karbon_wmf_thumbnail.desktop
-share/kservices5/karbon_wpg_thumbnail.desktop
-share/kservices5/karbon_xfig_thumbnail.desktop
-share/kservices5/okularDoc_calligra.desktop
-share/kservices5/okularDocx_calligra.desktop
-share/kservices5/okularOdp_calligra.desktop
-share/kservices5/okularOdt_calligra.desktop
-share/kservices5/okularPowerpoint_calligra.desktop
-share/kservices5/okularPptx_calligra.desktop
-share/kservices5/okularRtf_calligra.desktop
-share/kservices5/okularWpd_calligra.desktop
-share/kservices5/sheets_excel_thumbnail.desktop
-share/kservices5/sheets_ods_thumbnail.desktop
-share/kservices5/sheets_xlsx_thumbnail.desktop
-share/kservices5/stage_key_thumbnail.desktop
-share/kservices5/stage_kpr_thumbnail.desktop
-share/kservices5/stage_odp_thumbnail.desktop
-share/kservices5/stage_powerpoint_thumbnail.desktop
-share/kservices5/stage_pptx_thumbnail.desktop
-share/kservices5/words_docx_thumbnail.desktop
-share/kservices5/words_msword_thumbnail.desktop
-share/kservices5/words_odt_thumbnail.desktop
-share/kservices5/words_rtf_thumbnail.desktop
-share/kservices5/words_wpd_thumbnail.desktop
-share/kservices5/words_wps_thumbnail.desktop
+share/kio/servicemenus/karbon_print.desktop
+share/kio/servicemenus/sheets_print.desktop
+share/kio/servicemenus/stage_print.desktop
+share/kio/servicemenus/words_print.desktop
share/kxmlgui5/calligrasheets/calligrasheets.rc
share/kxmlgui5/calligrasheets/calligrasheets_readonly.rc
share/kxmlgui5/calligrastage/calligrastage.rc
@@ -5287,29 +5274,42 @@ share/locale/af/LC_MESSAGES/karbon.mo
share/locale/af/LC_MESSAGES/koconverter.mo
share/locale/ar/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/ar/LC_MESSAGES/KarbonTools.mo
+share/locale/ar/LC_MESSAGES/braindump.mo
+share/locale/ar/LC_MESSAGES/calligra-defaulttools.mo
share/locale/ar/LC_MESSAGES/calligra-dockers.mo
share/locale/ar/LC_MESSAGES/calligra.mo
+share/locale/ar/LC_MESSAGES/calligra_semanticitem_contact.mo
+share/locale/ar/LC_MESSAGES/calligra_semanticitem_event.mo
+share/locale/ar/LC_MESSAGES/calligra_semanticitem_location.mo
+share/locale/ar/LC_MESSAGES/calligra_shape_artistictext.mo
+share/locale/ar/LC_MESSAGES/calligra_shape_chart.mo
share/locale/ar/LC_MESSAGES/calligra_shape_comment.mo
+share/locale/ar/LC_MESSAGES/calligra_shape_formula.mo
share/locale/ar/LC_MESSAGES/calligra_shape_music.mo
share/locale/ar/LC_MESSAGES/calligra_shape_paths.mo
share/locale/ar/LC_MESSAGES/calligra_shape_picture.mo
+share/locale/ar/LC_MESSAGES/calligra_shape_plugin.mo
+share/locale/ar/LC_MESSAGES/calligra_shape_spreadsheet.mo
+share/locale/ar/LC_MESSAGES/calligra_shape_template.mo
share/locale/ar/LC_MESSAGES/calligra_shape_text.mo
+share/locale/ar/LC_MESSAGES/calligra_shape_video.mo
share/locale/ar/LC_MESSAGES/calligra_textediting_autocorrect.mo
share/locale/ar/LC_MESSAGES/calligra_textediting_changecase.mo
+share/locale/ar/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/ar/LC_MESSAGES/calligra_textediting_thesaurus.mo
share/locale/ar/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/ar/LC_MESSAGES/calligrafilters.mo
+share/locale/ar/LC_MESSAGES/calligralauncher.mo
share/locale/ar/LC_MESSAGES/calligrasheets.mo
share/locale/ar/LC_MESSAGES/calligrasheets_calendar.mo
share/locale/ar/LC_MESSAGES/calligrasheets_solver.mo
share/locale/ar/LC_MESSAGES/calligrastage.mo
share/locale/ar/LC_MESSAGES/calligrawords.mo
share/locale/ar/LC_MESSAGES/karbon.mo
+share/locale/ar/LC_MESSAGES/kocolorspaces.mo
share/locale/ar/LC_MESSAGES/koconverter.mo
-share/locale/ar/LC_MESSAGES/krossmodulesheets.mo
share/locale/ar/LC_MESSAGES/okularGenerator_odp.mo
-share/locale/ast/LC_MESSAGES/okularGenerator_odp.mo
-share/locale/ast/LC_MESSAGES/okularGenerator_odt.mo
+share/locale/ar/LC_MESSAGES/okularGenerator_odt.mo
share/locale/be/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/be/LC_MESSAGES/KarbonTools.mo
share/locale/be/LC_MESSAGES/calligra-dockers.mo
@@ -5330,7 +5330,6 @@ share/locale/be/LC_MESSAGES/calligrastage.mo
share/locale/be/LC_MESSAGES/calligrawords.mo
share/locale/be/LC_MESSAGES/karbon.mo
share/locale/be/LC_MESSAGES/koconverter.mo
-share/locale/be/LC_MESSAGES/krossmodulesheets.mo
share/locale/bg/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/bg/LC_MESSAGES/KarbonTools.mo
share/locale/bg/LC_MESSAGES/braindump.mo
@@ -5338,23 +5337,39 @@ share/locale/bg/LC_MESSAGES/calligra-defaulttools.mo
share/locale/bg/LC_MESSAGES/calligra-dockers.mo
share/locale/bg/LC_MESSAGES/calligra-opener.mo
share/locale/bg/LC_MESSAGES/calligra.mo
+share/locale/bg/LC_MESSAGES/calligra_semanticitem_contact.mo
+share/locale/bg/LC_MESSAGES/calligra_semanticitem_event.mo
+share/locale/bg/LC_MESSAGES/calligra_semanticitem_location.mo
share/locale/bg/LC_MESSAGES/calligra_shape_artistictext.mo
+share/locale/bg/LC_MESSAGES/calligra_shape_chart.mo
share/locale/bg/LC_MESSAGES/calligra_shape_comment.mo
+share/locale/bg/LC_MESSAGES/calligra_shape_formula.mo
+share/locale/bg/LC_MESSAGES/calligra_shape_music.mo
+share/locale/bg/LC_MESSAGES/calligra_shape_paths.mo
share/locale/bg/LC_MESSAGES/calligra_shape_picture.mo
share/locale/bg/LC_MESSAGES/calligra_shape_plugin.mo
+share/locale/bg/LC_MESSAGES/calligra_shape_spreadsheet.mo
+share/locale/bg/LC_MESSAGES/calligra_shape_template.mo
+share/locale/bg/LC_MESSAGES/calligra_shape_text.mo
+share/locale/bg/LC_MESSAGES/calligra_shape_threed.mo
share/locale/bg/LC_MESSAGES/calligra_shape_vector.mo
share/locale/bg/LC_MESSAGES/calligra_shape_video.mo
share/locale/bg/LC_MESSAGES/calligra_textediting_autocorrect.mo
share/locale/bg/LC_MESSAGES/calligra_textediting_changecase.mo
+share/locale/bg/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/bg/LC_MESSAGES/calligra_textediting_thesaurus.mo
+share/locale/bg/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/bg/LC_MESSAGES/calligrafilters.mo
share/locale/bg/LC_MESSAGES/calligrasheets.mo
share/locale/bg/LC_MESSAGES/calligrasheets_calendar.mo
+share/locale/bg/LC_MESSAGES/calligrasheets_solver.mo
share/locale/bg/LC_MESSAGES/calligrastage.mo
share/locale/bg/LC_MESSAGES/calligrawords.mo
share/locale/bg/LC_MESSAGES/karbon.mo
+share/locale/bg/LC_MESSAGES/kocolorspaces.mo
share/locale/bg/LC_MESSAGES/koconverter.mo
share/locale/bg/LC_MESSAGES/okularGenerator_odp.mo
+share/locale/bg/LC_MESSAGES/okularGenerator_odt.mo
share/locale/br/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/br/LC_MESSAGES/KarbonTools.mo
share/locale/br/LC_MESSAGES/calligra.mo
@@ -5404,8 +5419,6 @@ share/locale/bs/LC_MESSAGES/calligrawords.mo
share/locale/bs/LC_MESSAGES/karbon.mo
share/locale/bs/LC_MESSAGES/kocolorspaces.mo
share/locale/bs/LC_MESSAGES/koconverter.mo
-share/locale/bs/LC_MESSAGES/krossmodulesheets.mo
-share/locale/bs/LC_MESSAGES/krossmodulewords.mo
share/locale/bs/LC_MESSAGES/okularGenerator_odp.mo
share/locale/bs/LC_MESSAGES/okularGenerator_odt.mo
share/locale/ca/LC_MESSAGES/KarbonFilterEffects.mo
@@ -5432,12 +5445,14 @@ share/locale/ca/LC_MESSAGES/calligra_shape_text.mo
share/locale/ca/LC_MESSAGES/calligra_shape_threed.mo
share/locale/ca/LC_MESSAGES/calligra_shape_vector.mo
share/locale/ca/LC_MESSAGES/calligra_shape_video.mo
+share/locale/ca/LC_MESSAGES/calligra_shape_webshape.mo
share/locale/ca/LC_MESSAGES/calligra_textediting_autocorrect.mo
share/locale/ca/LC_MESSAGES/calligra_textediting_changecase.mo
share/locale/ca/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/ca/LC_MESSAGES/calligra_textediting_thesaurus.mo
share/locale/ca/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/ca/LC_MESSAGES/calligrafilters.mo
+share/locale/ca/LC_MESSAGES/calligralauncher.mo
share/locale/ca/LC_MESSAGES/calligrasheets.mo
share/locale/ca/LC_MESSAGES/calligrasheets_calendar.mo
share/locale/ca/LC_MESSAGES/calligrasheets_solver.mo
@@ -5446,8 +5461,6 @@ share/locale/ca/LC_MESSAGES/calligrawords.mo
share/locale/ca/LC_MESSAGES/karbon.mo
share/locale/ca/LC_MESSAGES/kocolorspaces.mo
share/locale/ca/LC_MESSAGES/koconverter.mo
-share/locale/ca/LC_MESSAGES/krossmodulesheets.mo
-share/locale/ca/LC_MESSAGES/krossmodulewords.mo
share/locale/ca/LC_MESSAGES/okularGenerator_odp.mo
share/locale/ca/LC_MESSAGES/okularGenerator_odt.mo
share/locale/ca@valencia/LC_MESSAGES/KarbonFilterEffects.mo
@@ -5474,12 +5487,14 @@ share/locale/ca@valencia/LC_MESSAGES/calligra_shape_text.mo
share/locale/ca@valencia/LC_MESSAGES/calligra_shape_threed.mo
share/locale/ca@valencia/LC_MESSAGES/calligra_shape_vector.mo
share/locale/ca@valencia/LC_MESSAGES/calligra_shape_video.mo
+share/locale/ca@valencia/LC_MESSAGES/calligra_shape_webshape.mo
share/locale/ca@valencia/LC_MESSAGES/calligra_textediting_autocorrect.mo
share/locale/ca@valencia/LC_MESSAGES/calligra_textediting_changecase.mo
share/locale/ca@valencia/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/ca@valencia/LC_MESSAGES/calligra_textediting_thesaurus.mo
share/locale/ca@valencia/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/ca@valencia/LC_MESSAGES/calligrafilters.mo
+share/locale/ca@valencia/LC_MESSAGES/calligralauncher.mo
share/locale/ca@valencia/LC_MESSAGES/calligrasheets.mo
share/locale/ca@valencia/LC_MESSAGES/calligrasheets_calendar.mo
share/locale/ca@valencia/LC_MESSAGES/calligrasheets_solver.mo
@@ -5488,8 +5503,6 @@ share/locale/ca@valencia/LC_MESSAGES/calligrawords.mo
share/locale/ca@valencia/LC_MESSAGES/karbon.mo
share/locale/ca@valencia/LC_MESSAGES/kocolorspaces.mo
share/locale/ca@valencia/LC_MESSAGES/koconverter.mo
-share/locale/ca@valencia/LC_MESSAGES/krossmodulesheets.mo
-share/locale/ca@valencia/LC_MESSAGES/krossmodulewords.mo
share/locale/ca@valencia/LC_MESSAGES/okularGenerator_odp.mo
share/locale/ca@valencia/LC_MESSAGES/okularGenerator_odt.mo
share/locale/cs/LC_MESSAGES/KarbonFilterEffects.mo
@@ -5516,12 +5529,14 @@ share/locale/cs/LC_MESSAGES/calligra_shape_text.mo
share/locale/cs/LC_MESSAGES/calligra_shape_threed.mo
share/locale/cs/LC_MESSAGES/calligra_shape_vector.mo
share/locale/cs/LC_MESSAGES/calligra_shape_video.mo
+share/locale/cs/LC_MESSAGES/calligra_shape_webshape.mo
share/locale/cs/LC_MESSAGES/calligra_textediting_autocorrect.mo
share/locale/cs/LC_MESSAGES/calligra_textediting_changecase.mo
share/locale/cs/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/cs/LC_MESSAGES/calligra_textediting_thesaurus.mo
share/locale/cs/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/cs/LC_MESSAGES/calligrafilters.mo
+share/locale/cs/LC_MESSAGES/calligralauncher.mo
share/locale/cs/LC_MESSAGES/calligrasheets.mo
share/locale/cs/LC_MESSAGES/calligrasheets_calendar.mo
share/locale/cs/LC_MESSAGES/calligrasheets_solver.mo
@@ -5530,8 +5545,6 @@ share/locale/cs/LC_MESSAGES/calligrawords.mo
share/locale/cs/LC_MESSAGES/karbon.mo
share/locale/cs/LC_MESSAGES/kocolorspaces.mo
share/locale/cs/LC_MESSAGES/koconverter.mo
-share/locale/cs/LC_MESSAGES/krossmodulesheets.mo
-share/locale/cs/LC_MESSAGES/krossmodulewords.mo
share/locale/cs/LC_MESSAGES/okularGenerator_odp.mo
share/locale/cs/LC_MESSAGES/okularGenerator_odt.mo
share/locale/cy/LC_MESSAGES/KarbonFilterEffects.mo
@@ -5583,8 +5596,6 @@ share/locale/da/LC_MESSAGES/calligrawords.mo
share/locale/da/LC_MESSAGES/karbon.mo
share/locale/da/LC_MESSAGES/kocolorspaces.mo
share/locale/da/LC_MESSAGES/koconverter.mo
-share/locale/da/LC_MESSAGES/krossmodulesheets.mo
-share/locale/da/LC_MESSAGES/krossmodulewords.mo
share/locale/da/LC_MESSAGES/okularGenerator_odp.mo
share/locale/da/LC_MESSAGES/okularGenerator_odt.mo
share/locale/de/LC_MESSAGES/KarbonFilterEffects.mo
@@ -5611,12 +5622,14 @@ share/locale/de/LC_MESSAGES/calligra_shape_text.mo
share/locale/de/LC_MESSAGES/calligra_shape_threed.mo
share/locale/de/LC_MESSAGES/calligra_shape_vector.mo
share/locale/de/LC_MESSAGES/calligra_shape_video.mo
+share/locale/de/LC_MESSAGES/calligra_shape_webshape.mo
share/locale/de/LC_MESSAGES/calligra_textediting_autocorrect.mo
share/locale/de/LC_MESSAGES/calligra_textediting_changecase.mo
share/locale/de/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/de/LC_MESSAGES/calligra_textediting_thesaurus.mo
share/locale/de/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/de/LC_MESSAGES/calligrafilters.mo
+share/locale/de/LC_MESSAGES/calligralauncher.mo
share/locale/de/LC_MESSAGES/calligrasheets.mo
share/locale/de/LC_MESSAGES/calligrasheets_calendar.mo
share/locale/de/LC_MESSAGES/calligrasheets_solver.mo
@@ -5625,8 +5638,6 @@ share/locale/de/LC_MESSAGES/calligrawords.mo
share/locale/de/LC_MESSAGES/karbon.mo
share/locale/de/LC_MESSAGES/kocolorspaces.mo
share/locale/de/LC_MESSAGES/koconverter.mo
-share/locale/de/LC_MESSAGES/krossmodulesheets.mo
-share/locale/de/LC_MESSAGES/krossmodulewords.mo
share/locale/de/LC_MESSAGES/okularGenerator_odp.mo
share/locale/de/LC_MESSAGES/okularGenerator_odt.mo
share/locale/el/LC_MESSAGES/KarbonFilterEffects.mo
@@ -5636,6 +5647,9 @@ share/locale/el/LC_MESSAGES/calligra-defaulttools.mo
share/locale/el/LC_MESSAGES/calligra-dockers.mo
share/locale/el/LC_MESSAGES/calligra-opener.mo
share/locale/el/LC_MESSAGES/calligra.mo
+share/locale/el/LC_MESSAGES/calligra_semanticitem_contact.mo
+share/locale/el/LC_MESSAGES/calligra_semanticitem_event.mo
+share/locale/el/LC_MESSAGES/calligra_semanticitem_location.mo
share/locale/el/LC_MESSAGES/calligra_shape_artistictext.mo
share/locale/el/LC_MESSAGES/calligra_shape_chart.mo
share/locale/el/LC_MESSAGES/calligra_shape_comment.mo
@@ -5664,8 +5678,6 @@ share/locale/el/LC_MESSAGES/calligrawords.mo
share/locale/el/LC_MESSAGES/karbon.mo
share/locale/el/LC_MESSAGES/kocolorspaces.mo
share/locale/el/LC_MESSAGES/koconverter.mo
-share/locale/el/LC_MESSAGES/krossmodulesheets.mo
-share/locale/el/LC_MESSAGES/krossmodulewords.mo
share/locale/el/LC_MESSAGES/okularGenerator_odp.mo
share/locale/el/LC_MESSAGES/okularGenerator_odt.mo
share/locale/en_GB/LC_MESSAGES/KarbonFilterEffects.mo
@@ -5692,12 +5704,14 @@ share/locale/en_GB/LC_MESSAGES/calligra_shape_text.mo
share/locale/en_GB/LC_MESSAGES/calligra_shape_threed.mo
share/locale/en_GB/LC_MESSAGES/calligra_shape_vector.mo
share/locale/en_GB/LC_MESSAGES/calligra_shape_video.mo
+share/locale/en_GB/LC_MESSAGES/calligra_shape_webshape.mo
share/locale/en_GB/LC_MESSAGES/calligra_textediting_autocorrect.mo
share/locale/en_GB/LC_MESSAGES/calligra_textediting_changecase.mo
share/locale/en_GB/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/en_GB/LC_MESSAGES/calligra_textediting_thesaurus.mo
share/locale/en_GB/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/en_GB/LC_MESSAGES/calligrafilters.mo
+share/locale/en_GB/LC_MESSAGES/calligralauncher.mo
share/locale/en_GB/LC_MESSAGES/calligrasheets.mo
share/locale/en_GB/LC_MESSAGES/calligrasheets_calendar.mo
share/locale/en_GB/LC_MESSAGES/calligrasheets_solver.mo
@@ -5706,24 +5720,30 @@ share/locale/en_GB/LC_MESSAGES/calligrawords.mo
share/locale/en_GB/LC_MESSAGES/karbon.mo
share/locale/en_GB/LC_MESSAGES/kocolorspaces.mo
share/locale/en_GB/LC_MESSAGES/koconverter.mo
-share/locale/en_GB/LC_MESSAGES/krossmodulesheets.mo
-share/locale/en_GB/LC_MESSAGES/krossmodulewords.mo
share/locale/en_GB/LC_MESSAGES/okularGenerator_odp.mo
share/locale/en_GB/LC_MESSAGES/okularGenerator_odt.mo
share/locale/eo/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/eo/LC_MESSAGES/KarbonTools.mo
+share/locale/eo/LC_MESSAGES/braindump.mo
share/locale/eo/LC_MESSAGES/calligra-defaulttools.mo
share/locale/eo/LC_MESSAGES/calligra-dockers.mo
+share/locale/eo/LC_MESSAGES/calligra-opener.mo
share/locale/eo/LC_MESSAGES/calligra.mo
+share/locale/eo/LC_MESSAGES/calligra_semanticitem_contact.mo
+share/locale/eo/LC_MESSAGES/calligra_semanticitem_event.mo
+share/locale/eo/LC_MESSAGES/calligra_semanticitem_location.mo
share/locale/eo/LC_MESSAGES/calligra_shape_artistictext.mo
share/locale/eo/LC_MESSAGES/calligra_shape_chart.mo
+share/locale/eo/LC_MESSAGES/calligra_shape_comment.mo
share/locale/eo/LC_MESSAGES/calligra_shape_formula.mo
share/locale/eo/LC_MESSAGES/calligra_shape_music.mo
share/locale/eo/LC_MESSAGES/calligra_shape_paths.mo
share/locale/eo/LC_MESSAGES/calligra_shape_picture.mo
share/locale/eo/LC_MESSAGES/calligra_shape_plugin.mo
share/locale/eo/LC_MESSAGES/calligra_shape_spreadsheet.mo
+share/locale/eo/LC_MESSAGES/calligra_shape_template.mo
share/locale/eo/LC_MESSAGES/calligra_shape_text.mo
+share/locale/eo/LC_MESSAGES/calligra_shape_threed.mo
share/locale/eo/LC_MESSAGES/calligra_shape_vector.mo
share/locale/eo/LC_MESSAGES/calligra_shape_video.mo
share/locale/eo/LC_MESSAGES/calligra_textediting_autocorrect.mo
@@ -5740,8 +5760,8 @@ share/locale/eo/LC_MESSAGES/calligrawords.mo
share/locale/eo/LC_MESSAGES/karbon.mo
share/locale/eo/LC_MESSAGES/kocolorspaces.mo
share/locale/eo/LC_MESSAGES/koconverter.mo
-share/locale/eo/LC_MESSAGES/krossmodulesheets.mo
-share/locale/eo/LC_MESSAGES/krossmodulewords.mo
+share/locale/eo/LC_MESSAGES/okularGenerator_odp.mo
+share/locale/eo/LC_MESSAGES/okularGenerator_odt.mo
share/locale/es/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/es/LC_MESSAGES/KarbonTools.mo
share/locale/es/LC_MESSAGES/braindump.mo
@@ -5766,12 +5786,14 @@ share/locale/es/LC_MESSAGES/calligra_shape_text.mo
share/locale/es/LC_MESSAGES/calligra_shape_threed.mo
share/locale/es/LC_MESSAGES/calligra_shape_vector.mo
share/locale/es/LC_MESSAGES/calligra_shape_video.mo
+share/locale/es/LC_MESSAGES/calligra_shape_webshape.mo
share/locale/es/LC_MESSAGES/calligra_textediting_autocorrect.mo
share/locale/es/LC_MESSAGES/calligra_textediting_changecase.mo
share/locale/es/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/es/LC_MESSAGES/calligra_textediting_thesaurus.mo
share/locale/es/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/es/LC_MESSAGES/calligrafilters.mo
+share/locale/es/LC_MESSAGES/calligralauncher.mo
share/locale/es/LC_MESSAGES/calligrasheets.mo
share/locale/es/LC_MESSAGES/calligrasheets_calendar.mo
share/locale/es/LC_MESSAGES/calligrasheets_solver.mo
@@ -5780,8 +5802,6 @@ share/locale/es/LC_MESSAGES/calligrawords.mo
share/locale/es/LC_MESSAGES/karbon.mo
share/locale/es/LC_MESSAGES/kocolorspaces.mo
share/locale/es/LC_MESSAGES/koconverter.mo
-share/locale/es/LC_MESSAGES/krossmodulesheets.mo
-share/locale/es/LC_MESSAGES/krossmodulewords.mo
share/locale/es/LC_MESSAGES/okularGenerator_odp.mo
share/locale/es/LC_MESSAGES/okularGenerator_odt.mo
share/locale/et/LC_MESSAGES/KarbonFilterEffects.mo
@@ -5822,20 +5842,47 @@ share/locale/et/LC_MESSAGES/calligrawords.mo
share/locale/et/LC_MESSAGES/karbon.mo
share/locale/et/LC_MESSAGES/kocolorspaces.mo
share/locale/et/LC_MESSAGES/koconverter.mo
-share/locale/et/LC_MESSAGES/krossmodulesheets.mo
-share/locale/et/LC_MESSAGES/krossmodulewords.mo
share/locale/et/LC_MESSAGES/okularGenerator_odp.mo
share/locale/et/LC_MESSAGES/okularGenerator_odt.mo
share/locale/eu/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/eu/LC_MESSAGES/KarbonTools.mo
+share/locale/eu/LC_MESSAGES/braindump.mo
+share/locale/eu/LC_MESSAGES/calligra-defaulttools.mo
+share/locale/eu/LC_MESSAGES/calligra-dockers.mo
+share/locale/eu/LC_MESSAGES/calligra-opener.mo
share/locale/eu/LC_MESSAGES/calligra.mo
+share/locale/eu/LC_MESSAGES/calligra_semanticitem_contact.mo
+share/locale/eu/LC_MESSAGES/calligra_semanticitem_event.mo
+share/locale/eu/LC_MESSAGES/calligra_semanticitem_location.mo
+share/locale/eu/LC_MESSAGES/calligra_shape_artistictext.mo
+share/locale/eu/LC_MESSAGES/calligra_shape_chart.mo
+share/locale/eu/LC_MESSAGES/calligra_shape_comment.mo
+share/locale/eu/LC_MESSAGES/calligra_shape_formula.mo
+share/locale/eu/LC_MESSAGES/calligra_shape_music.mo
+share/locale/eu/LC_MESSAGES/calligra_shape_paths.mo
+share/locale/eu/LC_MESSAGES/calligra_shape_picture.mo
+share/locale/eu/LC_MESSAGES/calligra_shape_plugin.mo
+share/locale/eu/LC_MESSAGES/calligra_shape_spreadsheet.mo
+share/locale/eu/LC_MESSAGES/calligra_shape_template.mo
+share/locale/eu/LC_MESSAGES/calligra_shape_text.mo
+share/locale/eu/LC_MESSAGES/calligra_shape_threed.mo
+share/locale/eu/LC_MESSAGES/calligra_shape_vector.mo
+share/locale/eu/LC_MESSAGES/calligra_shape_video.mo
+share/locale/eu/LC_MESSAGES/calligra_shape_webshape.mo
+share/locale/eu/LC_MESSAGES/calligra_textediting_autocorrect.mo
+share/locale/eu/LC_MESSAGES/calligra_textediting_changecase.mo
+share/locale/eu/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/eu/LC_MESSAGES/calligra_textediting_thesaurus.mo
+share/locale/eu/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/eu/LC_MESSAGES/calligrafilters.mo
+share/locale/eu/LC_MESSAGES/calligralauncher.mo
share/locale/eu/LC_MESSAGES/calligrasheets.mo
share/locale/eu/LC_MESSAGES/calligrasheets_calendar.mo
+share/locale/eu/LC_MESSAGES/calligrasheets_solver.mo
share/locale/eu/LC_MESSAGES/calligrastage.mo
share/locale/eu/LC_MESSAGES/calligrawords.mo
share/locale/eu/LC_MESSAGES/karbon.mo
+share/locale/eu/LC_MESSAGES/kocolorspaces.mo
share/locale/eu/LC_MESSAGES/koconverter.mo
share/locale/eu/LC_MESSAGES/okularGenerator_odp.mo
share/locale/eu/LC_MESSAGES/okularGenerator_odt.mo
@@ -5880,6 +5927,7 @@ share/locale/fi/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/fi/LC_MESSAGES/calligra_textediting_thesaurus.mo
share/locale/fi/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/fi/LC_MESSAGES/calligrafilters.mo
+share/locale/fi/LC_MESSAGES/calligralauncher.mo
share/locale/fi/LC_MESSAGES/calligrasheets.mo
share/locale/fi/LC_MESSAGES/calligrasheets_calendar.mo
share/locale/fi/LC_MESSAGES/calligrasheets_solver.mo
@@ -5888,8 +5936,6 @@ share/locale/fi/LC_MESSAGES/calligrawords.mo
share/locale/fi/LC_MESSAGES/karbon.mo
share/locale/fi/LC_MESSAGES/kocolorspaces.mo
share/locale/fi/LC_MESSAGES/koconverter.mo
-share/locale/fi/LC_MESSAGES/krossmodulesheets.mo
-share/locale/fi/LC_MESSAGES/krossmodulewords.mo
share/locale/fi/LC_MESSAGES/okularGenerator_odp.mo
share/locale/fi/LC_MESSAGES/okularGenerator_odt.mo
share/locale/fr/LC_MESSAGES/KarbonFilterEffects.mo
@@ -5916,12 +5962,14 @@ share/locale/fr/LC_MESSAGES/calligra_shape_text.mo
share/locale/fr/LC_MESSAGES/calligra_shape_threed.mo
share/locale/fr/LC_MESSAGES/calligra_shape_vector.mo
share/locale/fr/LC_MESSAGES/calligra_shape_video.mo
+share/locale/fr/LC_MESSAGES/calligra_shape_webshape.mo
share/locale/fr/LC_MESSAGES/calligra_textediting_autocorrect.mo
share/locale/fr/LC_MESSAGES/calligra_textediting_changecase.mo
share/locale/fr/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/fr/LC_MESSAGES/calligra_textediting_thesaurus.mo
share/locale/fr/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/fr/LC_MESSAGES/calligrafilters.mo
+share/locale/fr/LC_MESSAGES/calligralauncher.mo
share/locale/fr/LC_MESSAGES/calligrasheets.mo
share/locale/fr/LC_MESSAGES/calligrasheets_calendar.mo
share/locale/fr/LC_MESSAGES/calligrasheets_solver.mo
@@ -5930,8 +5978,6 @@ share/locale/fr/LC_MESSAGES/calligrawords.mo
share/locale/fr/LC_MESSAGES/karbon.mo
share/locale/fr/LC_MESSAGES/kocolorspaces.mo
share/locale/fr/LC_MESSAGES/koconverter.mo
-share/locale/fr/LC_MESSAGES/krossmodulesheets.mo
-share/locale/fr/LC_MESSAGES/krossmodulewords.mo
share/locale/fr/LC_MESSAGES/okularGenerator_odp.mo
share/locale/fr/LC_MESSAGES/okularGenerator_odt.mo
share/locale/fy/LC_MESSAGES/KarbonFilterEffects.mo
@@ -5955,7 +6001,6 @@ share/locale/fy/LC_MESSAGES/calligrastage.mo
share/locale/fy/LC_MESSAGES/calligrawords.mo
share/locale/fy/LC_MESSAGES/karbon.mo
share/locale/fy/LC_MESSAGES/koconverter.mo
-share/locale/fy/LC_MESSAGES/krossmodulesheets.mo
share/locale/ga/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/ga/LC_MESSAGES/KarbonTools.mo
share/locale/ga/LC_MESSAGES/braindump.mo
@@ -5991,8 +6036,6 @@ share/locale/ga/LC_MESSAGES/calligrawords.mo
share/locale/ga/LC_MESSAGES/karbon.mo
share/locale/ga/LC_MESSAGES/kocolorspaces.mo
share/locale/ga/LC_MESSAGES/koconverter.mo
-share/locale/ga/LC_MESSAGES/krossmodulesheets.mo
-share/locale/ga/LC_MESSAGES/krossmodulewords.mo
share/locale/ga/LC_MESSAGES/okularGenerator_odp.mo
share/locale/gl/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/gl/LC_MESSAGES/KarbonTools.mo
@@ -6018,12 +6061,14 @@ share/locale/gl/LC_MESSAGES/calligra_shape_text.mo
share/locale/gl/LC_MESSAGES/calligra_shape_threed.mo
share/locale/gl/LC_MESSAGES/calligra_shape_vector.mo
share/locale/gl/LC_MESSAGES/calligra_shape_video.mo
+share/locale/gl/LC_MESSAGES/calligra_shape_webshape.mo
share/locale/gl/LC_MESSAGES/calligra_textediting_autocorrect.mo
share/locale/gl/LC_MESSAGES/calligra_textediting_changecase.mo
share/locale/gl/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/gl/LC_MESSAGES/calligra_textediting_thesaurus.mo
share/locale/gl/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/gl/LC_MESSAGES/calligrafilters.mo
+share/locale/gl/LC_MESSAGES/calligralauncher.mo
share/locale/gl/LC_MESSAGES/calligrasheets.mo
share/locale/gl/LC_MESSAGES/calligrasheets_calendar.mo
share/locale/gl/LC_MESSAGES/calligrasheets_solver.mo
@@ -6032,23 +6077,48 @@ share/locale/gl/LC_MESSAGES/calligrawords.mo
share/locale/gl/LC_MESSAGES/karbon.mo
share/locale/gl/LC_MESSAGES/kocolorspaces.mo
share/locale/gl/LC_MESSAGES/koconverter.mo
-share/locale/gl/LC_MESSAGES/krossmodulesheets.mo
-share/locale/gl/LC_MESSAGES/krossmodulewords.mo
share/locale/gl/LC_MESSAGES/okularGenerator_odp.mo
share/locale/gl/LC_MESSAGES/okularGenerator_odt.mo
share/locale/he/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/he/LC_MESSAGES/KarbonTools.mo
+share/locale/he/LC_MESSAGES/braindump.mo
+share/locale/he/LC_MESSAGES/calligra-defaulttools.mo
+share/locale/he/LC_MESSAGES/calligra-dockers.mo
+share/locale/he/LC_MESSAGES/calligra-opener.mo
share/locale/he/LC_MESSAGES/calligra.mo
+share/locale/he/LC_MESSAGES/calligra_semanticitem_contact.mo
+share/locale/he/LC_MESSAGES/calligra_semanticitem_event.mo
+share/locale/he/LC_MESSAGES/calligra_semanticitem_location.mo
+share/locale/he/LC_MESSAGES/calligra_shape_artistictext.mo
+share/locale/he/LC_MESSAGES/calligra_shape_chart.mo
+share/locale/he/LC_MESSAGES/calligra_shape_comment.mo
+share/locale/he/LC_MESSAGES/calligra_shape_formula.mo
+share/locale/he/LC_MESSAGES/calligra_shape_paths.mo
share/locale/he/LC_MESSAGES/calligra_shape_picture.mo
+share/locale/he/LC_MESSAGES/calligra_shape_plugin.mo
+share/locale/he/LC_MESSAGES/calligra_shape_spreadsheet.mo
+share/locale/he/LC_MESSAGES/calligra_shape_template.mo
+share/locale/he/LC_MESSAGES/calligra_shape_threed.mo
+share/locale/he/LC_MESSAGES/calligra_shape_vector.mo
+share/locale/he/LC_MESSAGES/calligra_shape_video.mo
+share/locale/he/LC_MESSAGES/calligra_shape_webshape.mo
+share/locale/he/LC_MESSAGES/calligra_textediting_autocorrect.mo
+share/locale/he/LC_MESSAGES/calligra_textediting_changecase.mo
share/locale/he/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/he/LC_MESSAGES/calligra_textediting_thesaurus.mo
+share/locale/he/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/he/LC_MESSAGES/calligrafilters.mo
+share/locale/he/LC_MESSAGES/calligralauncher.mo
share/locale/he/LC_MESSAGES/calligrasheets.mo
share/locale/he/LC_MESSAGES/calligrasheets_calendar.mo
+share/locale/he/LC_MESSAGES/calligrasheets_solver.mo
share/locale/he/LC_MESSAGES/calligrastage.mo
share/locale/he/LC_MESSAGES/calligrawords.mo
share/locale/he/LC_MESSAGES/karbon.mo
+share/locale/he/LC_MESSAGES/kocolorspaces.mo
share/locale/he/LC_MESSAGES/koconverter.mo
+share/locale/he/LC_MESSAGES/okularGenerator_odp.mo
+share/locale/he/LC_MESSAGES/okularGenerator_odt.mo
share/locale/hi/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/hi/LC_MESSAGES/KarbonTools.mo
share/locale/hi/LC_MESSAGES/calligra-dockers.mo
@@ -6070,7 +6140,6 @@ share/locale/hi/LC_MESSAGES/calligrastage.mo
share/locale/hi/LC_MESSAGES/calligrawords.mo
share/locale/hi/LC_MESSAGES/karbon.mo
share/locale/hi/LC_MESSAGES/koconverter.mo
-share/locale/hi/LC_MESSAGES/krossmodulesheets.mo
share/locale/hne/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/hne/LC_MESSAGES/KarbonTools.mo
share/locale/hne/LC_MESSAGES/calligra-dockers.mo
@@ -6091,7 +6160,6 @@ share/locale/hne/LC_MESSAGES/calligrastage.mo
share/locale/hne/LC_MESSAGES/calligrawords.mo
share/locale/hne/LC_MESSAGES/karbon.mo
share/locale/hne/LC_MESSAGES/koconverter.mo
-share/locale/hne/LC_MESSAGES/krossmodulesheets.mo
share/locale/hr/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/hr/LC_MESSAGES/KarbonTools.mo
share/locale/hr/LC_MESSAGES/calligra.mo
@@ -6104,6 +6172,7 @@ share/locale/hr/LC_MESSAGES/calligrastage.mo
share/locale/hr/LC_MESSAGES/calligrawords.mo
share/locale/hr/LC_MESSAGES/karbon.mo
share/locale/hr/LC_MESSAGES/koconverter.mo
+share/locale/hsb/LC_MESSAGES/calligra.mo
share/locale/hsb/LC_MESSAGES/calligra_textediting_thesaurus.mo
share/locale/hsb/LC_MESSAGES/calligrafilters.mo
share/locale/hsb/LC_MESSAGES/calligrastage.mo
@@ -6146,9 +6215,8 @@ share/locale/hu/LC_MESSAGES/calligrawords.mo
share/locale/hu/LC_MESSAGES/karbon.mo
share/locale/hu/LC_MESSAGES/kocolorspaces.mo
share/locale/hu/LC_MESSAGES/koconverter.mo
-share/locale/hu/LC_MESSAGES/krossmodulesheets.mo
-share/locale/hu/LC_MESSAGES/krossmodulewords.mo
share/locale/hu/LC_MESSAGES/okularGenerator_odp.mo
+share/locale/hu/LC_MESSAGES/okularGenerator_odt.mo
share/locale/ia/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/ia/LC_MESSAGES/KarbonTools.mo
share/locale/ia/LC_MESSAGES/braindump.mo
@@ -6187,8 +6255,6 @@ share/locale/ia/LC_MESSAGES/calligrawords.mo
share/locale/ia/LC_MESSAGES/karbon.mo
share/locale/ia/LC_MESSAGES/kocolorspaces.mo
share/locale/ia/LC_MESSAGES/koconverter.mo
-share/locale/ia/LC_MESSAGES/krossmodulesheets.mo
-share/locale/ia/LC_MESSAGES/krossmodulewords.mo
share/locale/ia/LC_MESSAGES/okularGenerator_odp.mo
share/locale/ia/LC_MESSAGES/okularGenerator_odt.mo
share/locale/id/LC_MESSAGES/KarbonFilterEffects.mo
@@ -6229,8 +6295,6 @@ share/locale/id/LC_MESSAGES/calligrawords.mo
share/locale/id/LC_MESSAGES/karbon.mo
share/locale/id/LC_MESSAGES/kocolorspaces.mo
share/locale/id/LC_MESSAGES/koconverter.mo
-share/locale/id/LC_MESSAGES/krossmodulesheets.mo
-share/locale/id/LC_MESSAGES/krossmodulewords.mo
share/locale/id/LC_MESSAGES/okularGenerator_odp.mo
share/locale/id/LC_MESSAGES/okularGenerator_odt.mo
share/locale/is/LC_MESSAGES/calligra.mo
@@ -6264,12 +6328,14 @@ share/locale/it/LC_MESSAGES/calligra_shape_text.mo
share/locale/it/LC_MESSAGES/calligra_shape_threed.mo
share/locale/it/LC_MESSAGES/calligra_shape_vector.mo
share/locale/it/LC_MESSAGES/calligra_shape_video.mo
+share/locale/it/LC_MESSAGES/calligra_shape_webshape.mo
share/locale/it/LC_MESSAGES/calligra_textediting_autocorrect.mo
share/locale/it/LC_MESSAGES/calligra_textediting_changecase.mo
share/locale/it/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/it/LC_MESSAGES/calligra_textediting_thesaurus.mo
share/locale/it/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/it/LC_MESSAGES/calligrafilters.mo
+share/locale/it/LC_MESSAGES/calligralauncher.mo
share/locale/it/LC_MESSAGES/calligrasheets.mo
share/locale/it/LC_MESSAGES/calligrasheets_calendar.mo
share/locale/it/LC_MESSAGES/calligrasheets_solver.mo
@@ -6278,8 +6344,6 @@ share/locale/it/LC_MESSAGES/calligrawords.mo
share/locale/it/LC_MESSAGES/karbon.mo
share/locale/it/LC_MESSAGES/kocolorspaces.mo
share/locale/it/LC_MESSAGES/koconverter.mo
-share/locale/it/LC_MESSAGES/krossmodulesheets.mo
-share/locale/it/LC_MESSAGES/krossmodulewords.mo
share/locale/it/LC_MESSAGES/okularGenerator_odp.mo
share/locale/it/LC_MESSAGES/okularGenerator_odt.mo
share/locale/ja/LC_MESSAGES/KarbonFilterEffects.mo
@@ -6320,10 +6384,50 @@ share/locale/ja/LC_MESSAGES/calligrawords.mo
share/locale/ja/LC_MESSAGES/karbon.mo
share/locale/ja/LC_MESSAGES/kocolorspaces.mo
share/locale/ja/LC_MESSAGES/koconverter.mo
-share/locale/ja/LC_MESSAGES/krossmodulesheets.mo
-share/locale/ja/LC_MESSAGES/krossmodulewords.mo
share/locale/ja/LC_MESSAGES/okularGenerator_odp.mo
share/locale/ja/LC_MESSAGES/okularGenerator_odt.mo
+share/locale/ka/LC_MESSAGES/KarbonFilterEffects.mo
+share/locale/ka/LC_MESSAGES/KarbonTools.mo
+share/locale/ka/LC_MESSAGES/braindump.mo
+share/locale/ka/LC_MESSAGES/calligra-defaulttools.mo
+share/locale/ka/LC_MESSAGES/calligra-dockers.mo
+share/locale/ka/LC_MESSAGES/calligra-opener.mo
+share/locale/ka/LC_MESSAGES/calligra.mo
+share/locale/ka/LC_MESSAGES/calligra_semanticitem_contact.mo
+share/locale/ka/LC_MESSAGES/calligra_semanticitem_event.mo
+share/locale/ka/LC_MESSAGES/calligra_semanticitem_location.mo
+share/locale/ka/LC_MESSAGES/calligra_shape_artistictext.mo
+share/locale/ka/LC_MESSAGES/calligra_shape_chart.mo
+share/locale/ka/LC_MESSAGES/calligra_shape_comment.mo
+share/locale/ka/LC_MESSAGES/calligra_shape_formula.mo
+share/locale/ka/LC_MESSAGES/calligra_shape_music.mo
+share/locale/ka/LC_MESSAGES/calligra_shape_paths.mo
+share/locale/ka/LC_MESSAGES/calligra_shape_picture.mo
+share/locale/ka/LC_MESSAGES/calligra_shape_plugin.mo
+share/locale/ka/LC_MESSAGES/calligra_shape_spreadsheet.mo
+share/locale/ka/LC_MESSAGES/calligra_shape_template.mo
+share/locale/ka/LC_MESSAGES/calligra_shape_text.mo
+share/locale/ka/LC_MESSAGES/calligra_shape_threed.mo
+share/locale/ka/LC_MESSAGES/calligra_shape_vector.mo
+share/locale/ka/LC_MESSAGES/calligra_shape_video.mo
+share/locale/ka/LC_MESSAGES/calligra_shape_webshape.mo
+share/locale/ka/LC_MESSAGES/calligra_textediting_autocorrect.mo
+share/locale/ka/LC_MESSAGES/calligra_textediting_changecase.mo
+share/locale/ka/LC_MESSAGES/calligra_textediting_spellcheck.mo
+share/locale/ka/LC_MESSAGES/calligra_textediting_thesaurus.mo
+share/locale/ka/LC_MESSAGES/calligra_textinlineobject_variables.mo
+share/locale/ka/LC_MESSAGES/calligrafilters.mo
+share/locale/ka/LC_MESSAGES/calligralauncher.mo
+share/locale/ka/LC_MESSAGES/calligrasheets.mo
+share/locale/ka/LC_MESSAGES/calligrasheets_calendar.mo
+share/locale/ka/LC_MESSAGES/calligrasheets_solver.mo
+share/locale/ka/LC_MESSAGES/calligrastage.mo
+share/locale/ka/LC_MESSAGES/calligrawords.mo
+share/locale/ka/LC_MESSAGES/karbon.mo
+share/locale/ka/LC_MESSAGES/kocolorspaces.mo
+share/locale/ka/LC_MESSAGES/koconverter.mo
+share/locale/ka/LC_MESSAGES/okularGenerator_odp.mo
+share/locale/ka/LC_MESSAGES/okularGenerator_odt.mo
share/locale/kk/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/kk/LC_MESSAGES/KarbonTools.mo
share/locale/kk/LC_MESSAGES/braindump.mo
@@ -6362,12 +6466,12 @@ share/locale/kk/LC_MESSAGES/calligrawords.mo
share/locale/kk/LC_MESSAGES/karbon.mo
share/locale/kk/LC_MESSAGES/kocolorspaces.mo
share/locale/kk/LC_MESSAGES/koconverter.mo
-share/locale/kk/LC_MESSAGES/krossmodulesheets.mo
-share/locale/kk/LC_MESSAGES/krossmodulewords.mo
share/locale/kk/LC_MESSAGES/okularGenerator_odp.mo
share/locale/km/LC_MESSAGES/koconverter.mo
share/locale/ko/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/ko/LC_MESSAGES/KarbonTools.mo
+share/locale/ko/LC_MESSAGES/braindump.mo
+share/locale/ko/LC_MESSAGES/calligra-defaulttools.mo
share/locale/ko/LC_MESSAGES/calligra-dockers.mo
share/locale/ko/LC_MESSAGES/calligra-opener.mo
share/locale/ko/LC_MESSAGES/calligra.mo
@@ -6378,15 +6482,21 @@ share/locale/ko/LC_MESSAGES/calligra_shape_artistictext.mo
share/locale/ko/LC_MESSAGES/calligra_shape_chart.mo
share/locale/ko/LC_MESSAGES/calligra_shape_comment.mo
share/locale/ko/LC_MESSAGES/calligra_shape_formula.mo
+share/locale/ko/LC_MESSAGES/calligra_shape_music.mo
+share/locale/ko/LC_MESSAGES/calligra_shape_paths.mo
share/locale/ko/LC_MESSAGES/calligra_shape_picture.mo
share/locale/ko/LC_MESSAGES/calligra_shape_plugin.mo
share/locale/ko/LC_MESSAGES/calligra_shape_spreadsheet.mo
share/locale/ko/LC_MESSAGES/calligra_shape_template.mo
+share/locale/ko/LC_MESSAGES/calligra_shape_text.mo
share/locale/ko/LC_MESSAGES/calligra_shape_threed.mo
share/locale/ko/LC_MESSAGES/calligra_shape_vector.mo
share/locale/ko/LC_MESSAGES/calligra_shape_video.mo
+share/locale/ko/LC_MESSAGES/calligra_textediting_autocorrect.mo
share/locale/ko/LC_MESSAGES/calligra_textediting_changecase.mo
share/locale/ko/LC_MESSAGES/calligra_textediting_spellcheck.mo
+share/locale/ko/LC_MESSAGES/calligra_textediting_thesaurus.mo
+share/locale/ko/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/ko/LC_MESSAGES/calligrafilters.mo
share/locale/ko/LC_MESSAGES/calligrasheets.mo
share/locale/ko/LC_MESSAGES/calligrasheets_calendar.mo
@@ -6394,10 +6504,12 @@ share/locale/ko/LC_MESSAGES/calligrasheets_solver.mo
share/locale/ko/LC_MESSAGES/calligrastage.mo
share/locale/ko/LC_MESSAGES/calligrawords.mo
share/locale/ko/LC_MESSAGES/karbon.mo
+share/locale/ko/LC_MESSAGES/kocolorspaces.mo
share/locale/ko/LC_MESSAGES/koconverter.mo
-share/locale/ko/LC_MESSAGES/krossmodulewords.mo
share/locale/ko/LC_MESSAGES/okularGenerator_odp.mo
share/locale/ko/LC_MESSAGES/okularGenerator_odt.mo
+share/locale/ku/LC_MESSAGES/calligra.mo
+share/locale/ku/LC_MESSAGES/calligrawords.mo
share/locale/lt/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/lt/LC_MESSAGES/KarbonTools.mo
share/locale/lt/LC_MESSAGES/braindump.mo
@@ -6436,18 +6548,50 @@ share/locale/lt/LC_MESSAGES/calligrawords.mo
share/locale/lt/LC_MESSAGES/karbon.mo
share/locale/lt/LC_MESSAGES/kocolorspaces.mo
share/locale/lt/LC_MESSAGES/koconverter.mo
-share/locale/lt/LC_MESSAGES/krossmodulesheets.mo
-share/locale/lt/LC_MESSAGES/krossmodulewords.mo
share/locale/lt/LC_MESSAGES/okularGenerator_odp.mo
share/locale/lt/LC_MESSAGES/okularGenerator_odt.mo
+share/locale/lv/LC_MESSAGES/KarbonFilterEffects.mo
+share/locale/lv/LC_MESSAGES/KarbonTools.mo
+share/locale/lv/LC_MESSAGES/braindump.mo
+share/locale/lv/LC_MESSAGES/calligra-defaulttools.mo
+share/locale/lv/LC_MESSAGES/calligra-dockers.mo
+share/locale/lv/LC_MESSAGES/calligra-opener.mo
share/locale/lv/LC_MESSAGES/calligra.mo
+share/locale/lv/LC_MESSAGES/calligra_semanticitem_contact.mo
+share/locale/lv/LC_MESSAGES/calligra_semanticitem_event.mo
+share/locale/lv/LC_MESSAGES/calligra_semanticitem_location.mo
share/locale/lv/LC_MESSAGES/calligra_shape_artistictext.mo
+share/locale/lv/LC_MESSAGES/calligra_shape_chart.mo
+share/locale/lv/LC_MESSAGES/calligra_shape_comment.mo
+share/locale/lv/LC_MESSAGES/calligra_shape_formula.mo
+share/locale/lv/LC_MESSAGES/calligra_shape_music.mo
+share/locale/lv/LC_MESSAGES/calligra_shape_paths.mo
+share/locale/lv/LC_MESSAGES/calligra_shape_picture.mo
+share/locale/lv/LC_MESSAGES/calligra_shape_plugin.mo
+share/locale/lv/LC_MESSAGES/calligra_shape_spreadsheet.mo
+share/locale/lv/LC_MESSAGES/calligra_shape_template.mo
+share/locale/lv/LC_MESSAGES/calligra_shape_text.mo
+share/locale/lv/LC_MESSAGES/calligra_shape_threed.mo
+share/locale/lv/LC_MESSAGES/calligra_shape_vector.mo
+share/locale/lv/LC_MESSAGES/calligra_shape_video.mo
+share/locale/lv/LC_MESSAGES/calligra_shape_webshape.mo
+share/locale/lv/LC_MESSAGES/calligra_textediting_autocorrect.mo
+share/locale/lv/LC_MESSAGES/calligra_textediting_changecase.mo
+share/locale/lv/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/lv/LC_MESSAGES/calligra_textediting_thesaurus.mo
+share/locale/lv/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/lv/LC_MESSAGES/calligrafilters.mo
+share/locale/lv/LC_MESSAGES/calligralauncher.mo
share/locale/lv/LC_MESSAGES/calligrasheets.mo
+share/locale/lv/LC_MESSAGES/calligrasheets_calendar.mo
+share/locale/lv/LC_MESSAGES/calligrasheets_solver.mo
share/locale/lv/LC_MESSAGES/calligrastage.mo
share/locale/lv/LC_MESSAGES/calligrawords.mo
+share/locale/lv/LC_MESSAGES/karbon.mo
+share/locale/lv/LC_MESSAGES/kocolorspaces.mo
share/locale/lv/LC_MESSAGES/koconverter.mo
+share/locale/lv/LC_MESSAGES/okularGenerator_odp.mo
+share/locale/lv/LC_MESSAGES/okularGenerator_odt.mo
share/locale/mai/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/mai/LC_MESSAGES/KarbonTools.mo
share/locale/mai/LC_MESSAGES/calligra-defaulttools.mo
@@ -6475,8 +6619,6 @@ share/locale/mai/LC_MESSAGES/calligrawords.mo
share/locale/mai/LC_MESSAGES/karbon.mo
share/locale/mai/LC_MESSAGES/kocolorspaces.mo
share/locale/mai/LC_MESSAGES/koconverter.mo
-share/locale/mai/LC_MESSAGES/krossmodulesheets.mo
-share/locale/mai/LC_MESSAGES/krossmodulewords.mo
share/locale/mk/LC_MESSAGES/calligra.mo
share/locale/mk/LC_MESSAGES/calligrasheets.mo
share/locale/mk/LC_MESSAGES/calligrawords.mo
@@ -6516,8 +6658,6 @@ share/locale/mr/LC_MESSAGES/calligrawords.mo
share/locale/mr/LC_MESSAGES/karbon.mo
share/locale/mr/LC_MESSAGES/kocolorspaces.mo
share/locale/mr/LC_MESSAGES/koconverter.mo
-share/locale/mr/LC_MESSAGES/krossmodulesheets.mo
-share/locale/mr/LC_MESSAGES/krossmodulewords.mo
share/locale/mr/LC_MESSAGES/okularGenerator_odp.mo
share/locale/ms/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/ms/LC_MESSAGES/KarbonTools.mo
@@ -6578,8 +6718,6 @@ share/locale/nb/LC_MESSAGES/calligrawords.mo
share/locale/nb/LC_MESSAGES/karbon.mo
share/locale/nb/LC_MESSAGES/kocolorspaces.mo
share/locale/nb/LC_MESSAGES/koconverter.mo
-share/locale/nb/LC_MESSAGES/krossmodulesheets.mo
-share/locale/nb/LC_MESSAGES/krossmodulewords.mo
share/locale/nb/LC_MESSAGES/okularGenerator_odp.mo
share/locale/nds/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/nds/LC_MESSAGES/KarbonTools.mo
@@ -6619,8 +6757,6 @@ share/locale/nds/LC_MESSAGES/calligrawords.mo
share/locale/nds/LC_MESSAGES/karbon.mo
share/locale/nds/LC_MESSAGES/kocolorspaces.mo
share/locale/nds/LC_MESSAGES/koconverter.mo
-share/locale/nds/LC_MESSAGES/krossmodulesheets.mo
-share/locale/nds/LC_MESSAGES/krossmodulewords.mo
share/locale/nds/LC_MESSAGES/okularGenerator_odp.mo
share/locale/ne/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/ne/LC_MESSAGES/KarbonTools.mo
@@ -6657,12 +6793,14 @@ share/locale/nl/LC_MESSAGES/calligra_shape_text.mo
share/locale/nl/LC_MESSAGES/calligra_shape_threed.mo
share/locale/nl/LC_MESSAGES/calligra_shape_vector.mo
share/locale/nl/LC_MESSAGES/calligra_shape_video.mo
+share/locale/nl/LC_MESSAGES/calligra_shape_webshape.mo
share/locale/nl/LC_MESSAGES/calligra_textediting_autocorrect.mo
share/locale/nl/LC_MESSAGES/calligra_textediting_changecase.mo
share/locale/nl/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/nl/LC_MESSAGES/calligra_textediting_thesaurus.mo
share/locale/nl/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/nl/LC_MESSAGES/calligrafilters.mo
+share/locale/nl/LC_MESSAGES/calligralauncher.mo
share/locale/nl/LC_MESSAGES/calligrasheets.mo
share/locale/nl/LC_MESSAGES/calligrasheets_calendar.mo
share/locale/nl/LC_MESSAGES/calligrasheets_solver.mo
@@ -6671,8 +6809,6 @@ share/locale/nl/LC_MESSAGES/calligrawords.mo
share/locale/nl/LC_MESSAGES/karbon.mo
share/locale/nl/LC_MESSAGES/kocolorspaces.mo
share/locale/nl/LC_MESSAGES/koconverter.mo
-share/locale/nl/LC_MESSAGES/krossmodulesheets.mo
-share/locale/nl/LC_MESSAGES/krossmodulewords.mo
share/locale/nl/LC_MESSAGES/okularGenerator_odp.mo
share/locale/nl/LC_MESSAGES/okularGenerator_odt.mo
share/locale/nn/LC_MESSAGES/KarbonFilterEffects.mo
@@ -6702,8 +6838,8 @@ share/locale/nn/LC_MESSAGES/calligrawords.mo
share/locale/nn/LC_MESSAGES/karbon.mo
share/locale/nn/LC_MESSAGES/kocolorspaces.mo
share/locale/nn/LC_MESSAGES/koconverter.mo
-share/locale/nn/LC_MESSAGES/krossmodulesheets.mo
-share/locale/nn/LC_MESSAGES/krossmodulewords.mo
+share/locale/nn/LC_MESSAGES/okularGenerator_odp.mo
+share/locale/nn/LC_MESSAGES/okularGenerator_odt.mo
share/locale/oc/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/oc/LC_MESSAGES/KarbonTools.mo
share/locale/oc/LC_MESSAGES/calligra-dockers.mo
@@ -6725,7 +6861,6 @@ share/locale/oc/LC_MESSAGES/calligrastage.mo
share/locale/oc/LC_MESSAGES/calligrawords.mo
share/locale/oc/LC_MESSAGES/karbon.mo
share/locale/oc/LC_MESSAGES/koconverter.mo
-share/locale/oc/LC_MESSAGES/krossmodulesheets.mo
share/locale/pa/LC_MESSAGES/calligra.mo
share/locale/pa/LC_MESSAGES/calligrasheets.mo
share/locale/pa/LC_MESSAGES/calligrastage.mo
@@ -6754,12 +6889,14 @@ share/locale/pl/LC_MESSAGES/calligra_shape_text.mo
share/locale/pl/LC_MESSAGES/calligra_shape_threed.mo
share/locale/pl/LC_MESSAGES/calligra_shape_vector.mo
share/locale/pl/LC_MESSAGES/calligra_shape_video.mo
+share/locale/pl/LC_MESSAGES/calligra_shape_webshape.mo
share/locale/pl/LC_MESSAGES/calligra_textediting_autocorrect.mo
share/locale/pl/LC_MESSAGES/calligra_textediting_changecase.mo
share/locale/pl/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/pl/LC_MESSAGES/calligra_textediting_thesaurus.mo
share/locale/pl/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/pl/LC_MESSAGES/calligrafilters.mo
+share/locale/pl/LC_MESSAGES/calligralauncher.mo
share/locale/pl/LC_MESSAGES/calligrasheets.mo
share/locale/pl/LC_MESSAGES/calligrasheets_calendar.mo
share/locale/pl/LC_MESSAGES/calligrasheets_solver.mo
@@ -6768,8 +6905,6 @@ share/locale/pl/LC_MESSAGES/calligrawords.mo
share/locale/pl/LC_MESSAGES/karbon.mo
share/locale/pl/LC_MESSAGES/kocolorspaces.mo
share/locale/pl/LC_MESSAGES/koconverter.mo
-share/locale/pl/LC_MESSAGES/krossmodulesheets.mo
-share/locale/pl/LC_MESSAGES/krossmodulewords.mo
share/locale/pl/LC_MESSAGES/okularGenerator_odp.mo
share/locale/pl/LC_MESSAGES/okularGenerator_odt.mo
share/locale/pt/LC_MESSAGES/KarbonFilterEffects.mo
@@ -6810,8 +6945,6 @@ share/locale/pt/LC_MESSAGES/calligrawords.mo
share/locale/pt/LC_MESSAGES/karbon.mo
share/locale/pt/LC_MESSAGES/kocolorspaces.mo
share/locale/pt/LC_MESSAGES/koconverter.mo
-share/locale/pt/LC_MESSAGES/krossmodulesheets.mo
-share/locale/pt/LC_MESSAGES/krossmodulewords.mo
share/locale/pt/LC_MESSAGES/okularGenerator_odp.mo
share/locale/pt/LC_MESSAGES/okularGenerator_odt.mo
share/locale/pt_BR/LC_MESSAGES/KarbonFilterEffects.mo
@@ -6852,8 +6985,6 @@ share/locale/pt_BR/LC_MESSAGES/calligrawords.mo
share/locale/pt_BR/LC_MESSAGES/karbon.mo
share/locale/pt_BR/LC_MESSAGES/kocolorspaces.mo
share/locale/pt_BR/LC_MESSAGES/koconverter.mo
-share/locale/pt_BR/LC_MESSAGES/krossmodulesheets.mo
-share/locale/pt_BR/LC_MESSAGES/krossmodulewords.mo
share/locale/pt_BR/LC_MESSAGES/okularGenerator_odp.mo
share/locale/pt_BR/LC_MESSAGES/okularGenerator_odt.mo
share/locale/ro/LC_MESSAGES/KarbonFilterEffects.mo
@@ -6877,7 +7008,6 @@ share/locale/ro/LC_MESSAGES/calligrastage.mo
share/locale/ro/LC_MESSAGES/calligrawords.mo
share/locale/ro/LC_MESSAGES/karbon.mo
share/locale/ro/LC_MESSAGES/koconverter.mo
-share/locale/ro/LC_MESSAGES/krossmodulesheets.mo
share/locale/ru/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/ru/LC_MESSAGES/KarbonTools.mo
share/locale/ru/LC_MESSAGES/braindump.mo
@@ -6916,8 +7046,6 @@ share/locale/ru/LC_MESSAGES/calligrawords.mo
share/locale/ru/LC_MESSAGES/karbon.mo
share/locale/ru/LC_MESSAGES/kocolorspaces.mo
share/locale/ru/LC_MESSAGES/koconverter.mo
-share/locale/ru/LC_MESSAGES/krossmodulesheets.mo
-share/locale/ru/LC_MESSAGES/krossmodulewords.mo
share/locale/ru/LC_MESSAGES/okularGenerator_odp.mo
share/locale/ru/LC_MESSAGES/okularGenerator_odt.mo
share/locale/se/LC_MESSAGES/KarbonFilterEffects.mo
@@ -6957,12 +7085,14 @@ share/locale/sk/LC_MESSAGES/calligra_shape_text.mo
share/locale/sk/LC_MESSAGES/calligra_shape_threed.mo
share/locale/sk/LC_MESSAGES/calligra_shape_vector.mo
share/locale/sk/LC_MESSAGES/calligra_shape_video.mo
+share/locale/sk/LC_MESSAGES/calligra_shape_webshape.mo
share/locale/sk/LC_MESSAGES/calligra_textediting_autocorrect.mo
share/locale/sk/LC_MESSAGES/calligra_textediting_changecase.mo
share/locale/sk/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/sk/LC_MESSAGES/calligra_textediting_thesaurus.mo
share/locale/sk/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/sk/LC_MESSAGES/calligrafilters.mo
+share/locale/sk/LC_MESSAGES/calligralauncher.mo
share/locale/sk/LC_MESSAGES/calligrasheets.mo
share/locale/sk/LC_MESSAGES/calligrasheets_calendar.mo
share/locale/sk/LC_MESSAGES/calligrasheets_solver.mo
@@ -6971,8 +7101,6 @@ share/locale/sk/LC_MESSAGES/calligrawords.mo
share/locale/sk/LC_MESSAGES/karbon.mo
share/locale/sk/LC_MESSAGES/kocolorspaces.mo
share/locale/sk/LC_MESSAGES/koconverter.mo
-share/locale/sk/LC_MESSAGES/krossmodulesheets.mo
-share/locale/sk/LC_MESSAGES/krossmodulewords.mo
share/locale/sk/LC_MESSAGES/okularGenerator_odp.mo
share/locale/sk/LC_MESSAGES/okularGenerator_odt.mo
share/locale/sl/LC_MESSAGES/KarbonFilterEffects.mo
@@ -6982,7 +7110,9 @@ share/locale/sl/LC_MESSAGES/calligra-defaulttools.mo
share/locale/sl/LC_MESSAGES/calligra-dockers.mo
share/locale/sl/LC_MESSAGES/calligra-opener.mo
share/locale/sl/LC_MESSAGES/calligra.mo
+share/locale/sl/LC_MESSAGES/calligra_semanticitem_contact.mo
share/locale/sl/LC_MESSAGES/calligra_semanticitem_event.mo
+share/locale/sl/LC_MESSAGES/calligra_semanticitem_location.mo
share/locale/sl/LC_MESSAGES/calligra_shape_artistictext.mo
share/locale/sl/LC_MESSAGES/calligra_shape_chart.mo
share/locale/sl/LC_MESSAGES/calligra_shape_comment.mo
@@ -6997,12 +7127,14 @@ share/locale/sl/LC_MESSAGES/calligra_shape_text.mo
share/locale/sl/LC_MESSAGES/calligra_shape_threed.mo
share/locale/sl/LC_MESSAGES/calligra_shape_vector.mo
share/locale/sl/LC_MESSAGES/calligra_shape_video.mo
+share/locale/sl/LC_MESSAGES/calligra_shape_webshape.mo
share/locale/sl/LC_MESSAGES/calligra_textediting_autocorrect.mo
share/locale/sl/LC_MESSAGES/calligra_textediting_changecase.mo
share/locale/sl/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/sl/LC_MESSAGES/calligra_textediting_thesaurus.mo
share/locale/sl/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/sl/LC_MESSAGES/calligrafilters.mo
+share/locale/sl/LC_MESSAGES/calligralauncher.mo
share/locale/sl/LC_MESSAGES/calligrasheets.mo
share/locale/sl/LC_MESSAGES/calligrasheets_calendar.mo
share/locale/sl/LC_MESSAGES/calligrasheets_solver.mo
@@ -7011,9 +7143,8 @@ share/locale/sl/LC_MESSAGES/calligrawords.mo
share/locale/sl/LC_MESSAGES/karbon.mo
share/locale/sl/LC_MESSAGES/kocolorspaces.mo
share/locale/sl/LC_MESSAGES/koconverter.mo
-share/locale/sl/LC_MESSAGES/krossmodulesheets.mo
-share/locale/sl/LC_MESSAGES/krossmodulewords.mo
share/locale/sl/LC_MESSAGES/okularGenerator_odp.mo
+share/locale/sl/LC_MESSAGES/okularGenerator_odt.mo
share/locale/sq/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/sq/LC_MESSAGES/calligra_shape_picture.mo
share/locale/sq/LC_MESSAGES/calligra_shape_video.mo
@@ -7044,12 +7175,14 @@ share/locale/sv/LC_MESSAGES/calligra_shape_text.mo
share/locale/sv/LC_MESSAGES/calligra_shape_threed.mo
share/locale/sv/LC_MESSAGES/calligra_shape_vector.mo
share/locale/sv/LC_MESSAGES/calligra_shape_video.mo
+share/locale/sv/LC_MESSAGES/calligra_shape_webshape.mo
share/locale/sv/LC_MESSAGES/calligra_textediting_autocorrect.mo
share/locale/sv/LC_MESSAGES/calligra_textediting_changecase.mo
share/locale/sv/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/sv/LC_MESSAGES/calligra_textediting_thesaurus.mo
share/locale/sv/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/sv/LC_MESSAGES/calligrafilters.mo
+share/locale/sv/LC_MESSAGES/calligralauncher.mo
share/locale/sv/LC_MESSAGES/calligrasheets.mo
share/locale/sv/LC_MESSAGES/calligrasheets_calendar.mo
share/locale/sv/LC_MESSAGES/calligrasheets_solver.mo
@@ -7058,8 +7191,6 @@ share/locale/sv/LC_MESSAGES/calligrawords.mo
share/locale/sv/LC_MESSAGES/karbon.mo
share/locale/sv/LC_MESSAGES/kocolorspaces.mo
share/locale/sv/LC_MESSAGES/koconverter.mo
-share/locale/sv/LC_MESSAGES/krossmodulesheets.mo
-share/locale/sv/LC_MESSAGES/krossmodulewords.mo
share/locale/sv/LC_MESSAGES/okularGenerator_odp.mo
share/locale/sv/LC_MESSAGES/okularGenerator_odt.mo
share/locale/ta/LC_MESSAGES/KarbonFilterEffects.mo
@@ -7119,12 +7250,14 @@ share/locale/tr/LC_MESSAGES/calligra_shape_text.mo
share/locale/tr/LC_MESSAGES/calligra_shape_threed.mo
share/locale/tr/LC_MESSAGES/calligra_shape_vector.mo
share/locale/tr/LC_MESSAGES/calligra_shape_video.mo
+share/locale/tr/LC_MESSAGES/calligra_shape_webshape.mo
share/locale/tr/LC_MESSAGES/calligra_textediting_autocorrect.mo
share/locale/tr/LC_MESSAGES/calligra_textediting_changecase.mo
share/locale/tr/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/tr/LC_MESSAGES/calligra_textediting_thesaurus.mo
share/locale/tr/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/tr/LC_MESSAGES/calligrafilters.mo
+share/locale/tr/LC_MESSAGES/calligralauncher.mo
share/locale/tr/LC_MESSAGES/calligrasheets.mo
share/locale/tr/LC_MESSAGES/calligrasheets_calendar.mo
share/locale/tr/LC_MESSAGES/calligrasheets_solver.mo
@@ -7133,8 +7266,6 @@ share/locale/tr/LC_MESSAGES/calligrawords.mo
share/locale/tr/LC_MESSAGES/karbon.mo
share/locale/tr/LC_MESSAGES/kocolorspaces.mo
share/locale/tr/LC_MESSAGES/koconverter.mo
-share/locale/tr/LC_MESSAGES/krossmodulesheets.mo
-share/locale/tr/LC_MESSAGES/krossmodulewords.mo
share/locale/tr/LC_MESSAGES/okularGenerator_odp.mo
share/locale/tr/LC_MESSAGES/okularGenerator_odt.mo
share/locale/ug/LC_MESSAGES/KarbonFilterEffects.mo
@@ -7172,8 +7303,6 @@ share/locale/ug/LC_MESSAGES/calligrawords.mo
share/locale/ug/LC_MESSAGES/karbon.mo
share/locale/ug/LC_MESSAGES/kocolorspaces.mo
share/locale/ug/LC_MESSAGES/koconverter.mo
-share/locale/ug/LC_MESSAGES/krossmodulesheets.mo
-share/locale/ug/LC_MESSAGES/krossmodulewords.mo
share/locale/ug/LC_MESSAGES/okularGenerator_odp.mo
share/locale/uk/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/uk/LC_MESSAGES/KarbonTools.mo
@@ -7199,12 +7328,14 @@ share/locale/uk/LC_MESSAGES/calligra_shape_text.mo
share/locale/uk/LC_MESSAGES/calligra_shape_threed.mo
share/locale/uk/LC_MESSAGES/calligra_shape_vector.mo
share/locale/uk/LC_MESSAGES/calligra_shape_video.mo
+share/locale/uk/LC_MESSAGES/calligra_shape_webshape.mo
share/locale/uk/LC_MESSAGES/calligra_textediting_autocorrect.mo
share/locale/uk/LC_MESSAGES/calligra_textediting_changecase.mo
share/locale/uk/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/uk/LC_MESSAGES/calligra_textediting_thesaurus.mo
share/locale/uk/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/uk/LC_MESSAGES/calligrafilters.mo
+share/locale/uk/LC_MESSAGES/calligralauncher.mo
share/locale/uk/LC_MESSAGES/calligrasheets.mo
share/locale/uk/LC_MESSAGES/calligrasheets_calendar.mo
share/locale/uk/LC_MESSAGES/calligrasheets_solver.mo
@@ -7213,8 +7344,6 @@ share/locale/uk/LC_MESSAGES/calligrawords.mo
share/locale/uk/LC_MESSAGES/karbon.mo
share/locale/uk/LC_MESSAGES/kocolorspaces.mo
share/locale/uk/LC_MESSAGES/koconverter.mo
-share/locale/uk/LC_MESSAGES/krossmodulesheets.mo
-share/locale/uk/LC_MESSAGES/krossmodulewords.mo
share/locale/uk/LC_MESSAGES/okularGenerator_odp.mo
share/locale/uk/LC_MESSAGES/okularGenerator_odt.mo
share/locale/uz/LC_MESSAGES/KarbonFilterEffects.mo
@@ -7267,8 +7396,6 @@ share/locale/wa/LC_MESSAGES/calligrawords.mo
share/locale/wa/LC_MESSAGES/karbon.mo
share/locale/wa/LC_MESSAGES/kocolorspaces.mo
share/locale/wa/LC_MESSAGES/koconverter.mo
-share/locale/wa/LC_MESSAGES/krossmodulesheets.mo
-share/locale/wa/LC_MESSAGES/krossmodulewords.mo
share/locale/xh/LC_MESSAGES/KarbonFilterEffects.mo
share/locale/xh/LC_MESSAGES/KarbonTools.mo
share/locale/xh/LC_MESSAGES/calligra.mo
@@ -7303,12 +7430,14 @@ share/locale/zh_CN/LC_MESSAGES/calligra_shape_text.mo
share/locale/zh_CN/LC_MESSAGES/calligra_shape_threed.mo
share/locale/zh_CN/LC_MESSAGES/calligra_shape_vector.mo
share/locale/zh_CN/LC_MESSAGES/calligra_shape_video.mo
+share/locale/zh_CN/LC_MESSAGES/calligra_shape_webshape.mo
share/locale/zh_CN/LC_MESSAGES/calligra_textediting_autocorrect.mo
share/locale/zh_CN/LC_MESSAGES/calligra_textediting_changecase.mo
share/locale/zh_CN/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/zh_CN/LC_MESSAGES/calligra_textediting_thesaurus.mo
share/locale/zh_CN/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/zh_CN/LC_MESSAGES/calligrafilters.mo
+share/locale/zh_CN/LC_MESSAGES/calligralauncher.mo
share/locale/zh_CN/LC_MESSAGES/calligrasheets.mo
share/locale/zh_CN/LC_MESSAGES/calligrasheets_calendar.mo
share/locale/zh_CN/LC_MESSAGES/calligrasheets_solver.mo
@@ -7317,8 +7446,6 @@ share/locale/zh_CN/LC_MESSAGES/calligrawords.mo
share/locale/zh_CN/LC_MESSAGES/karbon.mo
share/locale/zh_CN/LC_MESSAGES/kocolorspaces.mo
share/locale/zh_CN/LC_MESSAGES/koconverter.mo
-share/locale/zh_CN/LC_MESSAGES/krossmodulesheets.mo
-share/locale/zh_CN/LC_MESSAGES/krossmodulewords.mo
share/locale/zh_CN/LC_MESSAGES/okularGenerator_odp.mo
share/locale/zh_CN/LC_MESSAGES/okularGenerator_odt.mo
share/locale/zh_TW/LC_MESSAGES/KarbonFilterEffects.mo
@@ -7351,6 +7478,7 @@ share/locale/zh_TW/LC_MESSAGES/calligra_textediting_spellcheck.mo
share/locale/zh_TW/LC_MESSAGES/calligra_textediting_thesaurus.mo
share/locale/zh_TW/LC_MESSAGES/calligra_textinlineobject_variables.mo
share/locale/zh_TW/LC_MESSAGES/calligrafilters.mo
+share/locale/zh_TW/LC_MESSAGES/calligralauncher.mo
share/locale/zh_TW/LC_MESSAGES/calligrasheets.mo
share/locale/zh_TW/LC_MESSAGES/calligrasheets_calendar.mo
share/locale/zh_TW/LC_MESSAGES/calligrasheets_solver.mo
@@ -7359,14 +7487,13 @@ share/locale/zh_TW/LC_MESSAGES/calligrawords.mo
share/locale/zh_TW/LC_MESSAGES/karbon.mo
share/locale/zh_TW/LC_MESSAGES/kocolorspaces.mo
share/locale/zh_TW/LC_MESSAGES/koconverter.mo
-share/locale/zh_TW/LC_MESSAGES/krossmodulesheets.mo
-share/locale/zh_TW/LC_MESSAGES/krossmodulewords.mo
share/locale/zh_TW/LC_MESSAGES/okularGenerator_odp.mo
share/locale/zh_TW/LC_MESSAGES/okularGenerator_odt.mo
-share/metainfo/org.kde.calligrasheets.appdata.xml
-share/metainfo/org.kde.calligrastage.appdata.xml
-share/metainfo/org.kde.calligrawords.appdata.xml
-share/metainfo/org.kde.karbon.appdata.xml
+share/metainfo/org.kde.calligra.karbon.metainfo.xml
+share/metainfo/org.kde.calligra.metainfo.xml
+share/metainfo/org.kde.calligra.sheets.metainfo.xml
+share/metainfo/org.kde.calligra.stage.metainfo.xml
+share/metainfo/org.kde.calligra.words.metainfo.xml
share/mime/packages/calligra_svm.xml
share/mime/packages/wiki-format.xml
share/templates/.source/Illustration.odg