diff -Nru kpimtextedit-17.12.3/autotests/editorutiltest.cpp kpimtextedit-18.04.1/autotests/editorutiltest.cpp --- kpimtextedit-17.12.3/autotests/editorutiltest.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/autotests/editorutiltest.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Montel Laurent + Copyright (c) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as @@ -23,12 +23,10 @@ EditorUtilTest::EditorUtilTest(QObject *parent) : QObject(parent) { - } EditorUtilTest::~EditorUtilTest() { - } void EditorUtilTest::testUpperCase_data() diff -Nru kpimtextedit-17.12.3/autotests/editorutiltest.h kpimtextedit-18.04.1/autotests/editorutiltest.h --- kpimtextedit-17.12.3/autotests/editorutiltest.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/autotests/editorutiltest.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Montel Laurent + Copyright (c) 2015-2018 Montel Laurent This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as diff -Nru kpimtextedit-17.12.3/autotests/slidecontainertest.cpp kpimtextedit-18.04.1/autotests/slidecontainertest.cpp --- kpimtextedit-17.12.3/autotests/slidecontainertest.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/autotests/slidecontainertest.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -129,7 +129,7 @@ // Resizing content should not trigger a slide if it is not visible. TestWindow window; window.show(); - QTest::qWaitForWindowExposed(&window); + QVERIFY(QTest::qWaitForWindowExposed(&window)); window.mContent->show(); window.mContent->setFixedSize(150, 80); diff -Nru kpimtextedit-17.12.3/autotests/textutilstest.cpp kpimtextedit-18.04.1/autotests/textutilstest.cpp --- kpimtextedit-17.12.3/autotests/textutilstest.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/autotests/textutilstest.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -24,7 +24,7 @@ using namespace KPIMTextEdit; -QTEST_MAIN(TextUtilsTest) +QTEST_GUILESS_MAIN(TextUtilsTest) #define lineLength 40 void TextUtilsTest::test_flowText() diff -Nru kpimtextedit-17.12.3/CMakeLists.txt kpimtextedit-18.04.1/CMakeLists.txt --- kpimtextedit-17.12.3/CMakeLists.txt 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/CMakeLists.txt 2018-05-08 00:21:23.000000000 +0000 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.0) -set(PIM_VERSION "5.7.3") +set(PIM_VERSION "5.8.1") project(KPimTextEdit VERSION ${PIM_VERSION}) # ECM setup -set(KF5_VERSION "5.39.0") +set(KF5_VERSION "5.44.0") find_package(ECM ${KF5_VERSION} CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) @@ -87,7 +87,7 @@ if(BUILD_TESTING) find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED COMPONENTS Test) add_definitions(-DBUILD_TESTING) -endif(BUILD_TESTING) +endif() ########### Targets ########### add_subdirectory(src) diff -Nru kpimtextedit-17.12.3/debian/changelog kpimtextedit-18.04.1/debian/changelog --- kpimtextedit-17.12.3/debian/changelog 2018-03-12 21:28:39.000000000 +0000 +++ kpimtextedit-18.04.1/debian/changelog 2018-05-08 12:26:51.000000000 +0000 @@ -1,8 +1,21 @@ -kpimtextedit (17.12.3-0ubuntu1~ubuntu18.04~ppa1) bionic; urgency=medium +kpimtextedit (18.04.1-0ubuntu1~ubuntu18.04~ppa1) bionic; urgency=medium + + [ Simon Quigley ] + * Update symbols from build logs. + * libkf5pimtextedit5abi2 -> libkf5pimtextedit5abi3 + + [ Rik Mills ] + * New upstream release (18.03.80) + * New upstream release (18.04.0) + * New upstream release (18.04.1) + + -- Rik Mills Tue, 08 May 2018 13:26:51 +0100 + +kpimtextedit (17.12.3-0ubuntu1) bionic; urgency=medium * New upstream release (17.12.3) - -- Rik Mills Mon, 12 Mar 2018 21:28:39 +0000 + -- Rik Mills Fri, 16 Mar 2018 13:30:00 +0000 kpimtextedit (17.12.2-0ubuntu2) bionic; urgency=medium @@ -13,6 +26,7 @@ kpimtextedit (17.12.2-0ubuntu1) bionic; urgency=medium + [ Rik Mills ] * Update symbols from build logs * New upstream release (17.11.80) * New upstream release (17.11.90) diff -Nru kpimtextedit-17.12.3/debian/control kpimtextedit-18.04.1/debian/control --- kpimtextedit-17.12.3/debian/control 2018-03-12 21:28:39.000000000 +0000 +++ kpimtextedit-18.04.1/debian/control 2018-05-08 12:26:51.000000000 +0000 @@ -32,7 +32,7 @@ Section: libdevel Architecture: any Multi-Arch: same -Depends: libkf5pimtextedit5abi2 (= ${binary:Version}), +Depends: libkf5pimtextedit5abi3 (= ${binary:Version}), libkf5syntaxhighlighting-dev (>= 5.31.0~), libkf5textwidgets-dev (>= 5.31.0~), ${misc:Depends}, @@ -44,8 +44,8 @@ . This package contains the development files. -Package: libkf5pimtextedit5abi2 -X-Debian-ABI: 2 +Package: libkf5pimtextedit5abi3 +X-Debian-ABI: 3 X-CMake-Target: KF5PimTextEdit Architecture: any Multi-Arch: same diff -Nru kpimtextedit-17.12.3/debian/libkf5pimtextedit5abi2.install kpimtextedit-18.04.1/debian/libkf5pimtextedit5abi2.install --- kpimtextedit-17.12.3/debian/libkf5pimtextedit5abi2.install 2018-03-12 21:28:39.000000000 +0000 +++ kpimtextedit-18.04.1/debian/libkf5pimtextedit5abi2.install 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -usr/lib/*/libKF5PimTextEdit.so.5.* -usr/lib/*/libKF5PimTextEdit.so.5abi2 diff -Nru kpimtextedit-17.12.3/debian/libkf5pimtextedit5abi2.symbols kpimtextedit-18.04.1/debian/libkf5pimtextedit5abi2.symbols --- kpimtextedit-17.12.3/debian/libkf5pimtextedit5abi2.symbols 2018-03-12 21:28:39.000000000 +0000 +++ kpimtextedit-18.04.1/debian/libkf5pimtextedit5abi2.symbols 1970-01-01 00:00:00.000000000 +0000 @@ -1,1000 +0,0 @@ -# SymbolsHelper-Confirmed: 17.12.2 amd64 arm64 armhf i386 ppc64el s390x -libKF5PimTextEdit.so.5abi2 libkf5pimtextedit5abi2 #MINVER# - ABI_5_2@ABI_5_2 16.12.3+git20170328 - (optional=templinst|arch=!ppc64el)_ZN12KConfigGroup10writeEntryIdEEvPKcRKT_6QFlagsIN11KConfigBase15WriteConfigFlagEE@ABI_5_2 16.12.3+git20170328 - (optional=templinst|arch=!ppc64el)_ZN12KConfigGroup10writeEntryIiEEvPKcRKT_6QFlagsIN11KConfigBase15WriteConfigFlagEE@ABI_5_2 17.12.2 - _ZN12KPIMTextEdit10EditorUtilC1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit10EditorUtilC2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit12TextToSpeech11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit12TextToSpeech11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit12TextToSpeech12stateChangedENS0_5StateE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit12TextToSpeech14reloadSettingsEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit12TextToSpeech16slotStateChangedEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit12TextToSpeech16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit12TextToSpeech3sayERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit12TextToSpeech4selfEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit12TextToSpeech4stopEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit12TextToSpeech5pauseEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit12TextToSpeech6resumeEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit12TextToSpeech7setRateEd@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit12TextToSpeech8setPitchEd@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit12TextToSpeech9setVolumeEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit12TextToSpeechC1EP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit12TextToSpeechC2EP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit12TextToSpeechD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit12TextToSpeechD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit12TextToSpeechD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor10wheelEventEP11QWheelEvent@ABI_5_2 17.12.2 - _ZN12KPIMTextEdit14RichTextEditor11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor11replaceTextEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor11setReadOnlyEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor12focusInEventEP11QFocusEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor12slotAllowTabEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor13checkSpellingEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor13highlightWordEii@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor13keyPressEventEP9QKeyEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor13slotSpeakTextEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor13slotZoomResetEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor14addIgnoreWordsERK11QStringList@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor14clearDecoratorEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor14deleteWordBackEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor14handleShortcutEP9QKeyEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor14mousePopupMenuE6QPoint@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor14setHighlighterEPN6Sonnet11HighlighterE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor15languageChangedERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor16contextMenuEventEP17QContextMenuEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor16overrideShortcutEP9QKeyEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor16setSearchSupportEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor16spellCheckStatusERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor17addExtraMenuEntryEP5QMenu6QPoint@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor17createHighlighterEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor17deleteWordForwardEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor17slotCheckSpellingEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor17slotUndoableClearEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor17updateHighLighterEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor18forceSpellCheckingEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor18setAllowTabSupportEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor19forceAutoCorrectionEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor20checkSpellingChangedEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor20slotLanguageSelectedEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor21setWebShortcutSupportEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor21spellCheckingCanceledEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor21spellCheckingFinishedEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor22setTextToSpeechSupportEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor23setActivateLanguageMenuEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor23setCheckSpellingEnabledEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor23setSpellCheckingSupportEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor23spellCheckerAutoCorrectERK7QStringS3_@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor24setShowAutoCorrectButtonEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor24setSpellCheckingLanguageERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor24slotSpellCheckerCanceledEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor24slotSpellCheckerFinishedEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor24slotToggleAutoSpellCheckEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor25createSpellCheckDecoratorEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor25slotSpellCheckerCorrectedERK7QStringiS3_@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor27addIgnoreWordsToHighLighterEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor27slotDisplayMessageIndicatorERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor27slotSpellCheckerAutoCorrectERK7QStringS3_@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor27slotSpellCheckerMisspellingERK7QStringi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor30setSpellCheckingConfigFileNameERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor3sayERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor5eventEP6QEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditor8findTextEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditorC1EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditorC2EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditorD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditorD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14RichTextEditorD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14SlideContainer10setContentEP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14SlideContainer11eventFilterEP7QObjectP6QEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14SlideContainer11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14SlideContainer11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14SlideContainer11resizeEventEP12QResizeEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14SlideContainer14setSlideHeightEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14SlideContainer16slotAnimFinishedEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14SlideContainer16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14SlideContainer21adjustContentGeometryEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14SlideContainer6animToEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14SlideContainer7slideInEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14SlideContainer8slideOutEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14SlideContainer8slidedInEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14SlideContainer9slidedOutEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14SlideContainerC1EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit14SlideContainerC2EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor10wheelEventEP11QWheelEvent@ABI_5_2 17.12.2 - _ZN12KPIMTextEdit15PlainTextEditor11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor11replaceTextEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor11setReadOnlyEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor12focusInEventEP11QFocusEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor13highlightWordEii@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor13keyPressEventEP9QKeyEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor13slotSpeakTextEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor13slotZoomResetEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor14addIgnoreWordsERK11QStringList@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor14clearDecoratorEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor14deleteWordBackEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor14handleShortcutEP9QKeyEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor14setHighlighterEPN6Sonnet11HighlighterE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor15languageChangedERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor16contextMenuEventEP17QContextMenuEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor16overrideShortcutEP9QKeyEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor16setSearchSupportEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor16spellCheckStatusERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor17addExtraMenuEntryEP5QMenu6QPoint@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor17createHighlighterEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor17deleteWordForwardEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor17slotCheckSpellingEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor17slotUndoableClearEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor17updateHighLighterEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor20checkSpellingChangedEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor20slotLanguageSelectedEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor21setWebShortcutSupportEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor22setTextToSpeechSupportEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor23setActivateLanguageMenuEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor23setCheckSpellingEnabledEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor23setSpellCheckingSupportEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor23spellCheckerAutoCorrectERK7QStringS3_@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor24setSpellCheckingLanguageERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor24slotSpellCheckerCanceledEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor24slotSpellCheckerFinishedEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor24slotToggleAutoSpellCheckEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor25createSpellCheckDecoratorEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor25slotSpellCheckerCorrectedERK7QStringiS3_@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor27addIgnoreWordsToHighLighterEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor27slotDisplayMessageIndicatorERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor27slotSpellCheckerAutoCorrectERK7QStringS3_@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor27slotSpellCheckerMisspellingERK7QStringi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor30setSpellCheckingConfigFileNameERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor3sayERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor5eventEP6QEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditor8findTextEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditorC1EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditorC2EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditorD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditorD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15PlainTextEditorD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15TableActionMenu11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15TableActionMenu11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15TableActionMenu15setRichTextModeEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15TableActionMenu16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15TableActionMenuC1EP9QTextEdit@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15TableActionMenuC2EP9QTextEdit@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15TableActionMenuD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15TableActionMenuD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit15TableActionMenuD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16InsertHtmlDialog11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16InsertHtmlDialog11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16InsertHtmlDialog15setSelectedTextERK7QString@ABI_5_2 17.04.1 - _ZN12KPIMTextEdit16InsertHtmlDialog16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16InsertHtmlDialogC1EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16InsertHtmlDialogC2EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16InsertHtmlDialogD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16InsertHtmlDialogD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16InsertHtmlDialogD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer10smartQuoteERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer13createActionsEP17KActionCollection@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer13keyPressEventEP9QKeyEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer13setTextOrHtmlERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer14clearDecoratorEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer14enableWordWrapEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer15disableWordWrapEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer15processKeyEventEP9QKeyEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer15textModeChangedENS0_4ModeE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer16activateRichTextEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer16setEnableActionsEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer17createHighlighterEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer17insertModeChangedEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer17mouseReleaseEventEP11QMouseEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer17switchToPlainTextEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer17updateHighLighterEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer18insertFromMimeDataEPK9QMimeData@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer18killExternalEditorEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer18setQuotePrefixNameERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer19evaluateListSupportEP9QKeyEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer19slotTextModeChangedENS0_4ModeE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer20externalEditorClosedEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer20forcePlainTextMarkupEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer20setHighlighterColorsEPNS_37RichTextComposerEmailQuoteHighlighterE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer20setUseExternalEditorEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer20slotChangeInsertModeEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer21externalEditorStartedEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer21processAutoCorrectionEP9QKeyEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer21setExternalEditorPathERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer24evaluateReturnKeySupportEP9QKeyEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer25createSpellCheckDecoratorEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer26setCursorPositionFromStartEj@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer27checkExternalEditorFinishedEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer29insertPlainTextImplementationEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposer7focusUpEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposerC1EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposerC2EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposerD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposerD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit16RichTextComposerD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageDialog11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageDialog11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageDialog11setImageUrlERK4QUrl@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageDialog13setImageWidthEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageDialog14setImageHeightEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageDialog16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageDialogC1EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageDialogC2EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageDialogD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageDialogD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageDialogD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageWidget11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageWidget11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageWidget11setImageUrlERK4QUrl@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageWidget13setImageWidthEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageWidget14enableButtonOkEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageWidget14setImageHeightEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageWidget16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageWidgetC1EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageWidgetC2EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageWidgetD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageWidgetD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertImageWidgetD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableDialog10setColumnsEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableDialog11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableDialog11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableDialog15setTypeOfLengthEN11QTextLength4TypeE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableDialog16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableDialog7setRowsEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableDialog9setBorderEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableDialog9setLengthEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableDialogC1EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableDialogC2EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableDialogD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableDialogD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableDialogD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableWidget10setColumnsEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableWidget11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableWidget11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableWidget15setTypeOfLengthEN11QTextLength4TypeE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableWidget16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableWidget23slotTypeOfLengthChangedEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableWidget7setRowsEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableWidget9setBorderEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableWidget9setLengthEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableWidgetC1EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableWidgetC2EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableWidgetD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableWidgetD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17InsertTableWidgetD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17TableFormatDialog10setColumnsEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17TableFormatDialog10setPaddingEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17TableFormatDialog10setSpacingEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17TableFormatDialog11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17TableFormatDialog11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17TableFormatDialog12setAlignmentE6QFlagsIN2Qt13AlignmentFlagEE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17TableFormatDialog15setTypeOfLengthEN11QTextLength4TypeE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17TableFormatDialog16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17TableFormatDialog23setTableBackgroundColorERK6QColor@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17TableFormatDialog7setRowsEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17TableFormatDialog9setBorderEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17TableFormatDialog9setLengthEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17TableFormatDialogC1EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17TableFormatDialogC2EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17TableFormatDialogD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17TableFormatDialogD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit17TableFormatDialogD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextGoToLineWidget10moveToLineEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextGoToLineWidget11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextGoToLineWidget11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextGoToLineWidget12hideGotoLineEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextGoToLineWidget12slotCloseBarEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextGoToLineWidget12slotGoToLineEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextGoToLineWidget16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextGoToLineWidget19setMaximumLineCountEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextGoToLineWidget21slotBlockCountChangedEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextGoToLineWidget5eventEP6QEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextGoToLineWidget8goToLineEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextGoToLineWidget9showEventEP10QShowEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextGoToLineWidgetC1EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextGoToLineWidgetC2EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextGoToLineWidgetD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextGoToLineWidgetD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextGoToLineWidgetD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextToSpeechWidget11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextToSpeechWidget11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextToSpeechWidget12stateChangedENS0_5StateE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextToSpeechWidget13slotConfigureEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextToSpeechWidget16slotStateChangedENS_12TextToSpeech5StateE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextToSpeechWidget16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextToSpeechWidget17slotVolumeChangedEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextToSpeechWidget24setTextToSpeechInterfaceEPNS_29AbstractTextToSpeechInterfaceE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextToSpeechWidget3sayERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextToSpeechWidget8setStateENS0_5StateE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextToSpeechWidgetC1EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextToSpeechWidgetC2EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextToSpeechWidgetD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextToSpeechWidgetD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit18TextToSpeechWidgetD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19RichTextEditFindBar11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19RichTextEditFindBar11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19RichTextEditFindBar14slotSearchTextEbb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19RichTextEditFindBar15slotReplaceTextEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19RichTextEditFindBar16searchInDocumentERK7QString6QFlagsIN13QTextDocument8FindFlagEE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19RichTextEditFindBar16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19RichTextEditFindBar18slotReplaceAllTextEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19RichTextEditFindBar20autoSearchMoveCursorEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19RichTextEditFindBarC1EP9QTextEditP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19RichTextEditFindBarC2EP9QTextEditP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19RichTextEditFindBarD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19RichTextEditFindBarD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19RichTextEditFindBarD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBase10autoSearchERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBase10searchTextEbb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBase11hideFindBarEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBase11messageInfoEbbb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBase11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBase11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBase11showReplaceEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBase15clearSelectionsEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBase15slotClearSearchEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBase16setHideWhenCloseEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBase16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBase17focusAndSetCursorEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBase23displayMessageIndicatorERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBase23slotUpdateSearchOptionsEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBase5eventEP6QEvent@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBase7setTextERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBase8closeBarEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBase8findNextEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBase8findPrevEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBase8showFindEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBaseC1EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBaseC2EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBaseD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBaseD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditFindBarBaseD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditorCompleter11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditorCompleter11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditorCompleter12completeTextEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditorCompleter14slotCompletionERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditorCompleter16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditorCompleter22setCompleterStringListERK11QStringList@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditorCompleter22setExcludeOfCharactersERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditorCompleter26TextEditorCompleterPrivate12completeTextEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditorCompleter26TextEditorCompleterPrivate13setCompletionERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditorCompleter26TextEditorCompleterPrivate15createCompleterEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditorCompleterC1EP14QPlainTextEditP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditorCompleterC1EP9QTextEditP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditorCompleterC2EP14QPlainTextEditP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditorCompleterC2EP9QTextEditP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditorCompleterD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditorCompleterD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextEditorCompleterD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextToSpeechActions11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextToSpeechActions11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextToSpeechActions12stateChangedENS_18TextToSpeechWidget5StateE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextToSpeechActions13slotPlayPauseEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextToSpeechActions16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextToSpeechActions8setStateENS_18TextToSpeechWidget5StateE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextToSpeechActions8slotStopEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextToSpeechActionsC1EP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextToSpeechActionsC2EP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextToSpeechActionsD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextToSpeechActionsD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit19TextToSpeechActionsD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20PlainTextEditFindBar11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20PlainTextEditFindBar11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20PlainTextEditFindBar14slotSearchTextEbb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20PlainTextEditFindBar15slotReplaceTextEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20PlainTextEditFindBar16searchInDocumentERK7QString6QFlagsIN13QTextDocument8FindFlagEE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20PlainTextEditFindBar16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20PlainTextEditFindBar18slotReplaceAllTextEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20PlainTextEditFindBar20autoSearchMoveCursorEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20PlainTextEditFindBarC1EP14QPlainTextEditP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20PlainTextEditFindBarC2EP14QPlainTextEditP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20PlainTextEditFindBarD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20PlainTextEditFindBarD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20PlainTextEditFindBarD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20RichTextEditorWidget11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20RichTextEditorWidget11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20RichTextEditorWidget11setReadOnlyEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20RichTextEditorWidget11slotReplaceEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20RichTextEditorWidget12setPlainTextERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20RichTextEditorWidget12slotFindNextEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20RichTextEditorWidget15slotHideFindBarEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20RichTextEditorWidget16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20RichTextEditorWidget17setAcceptRichTextEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20RichTextEditorWidget30setSpellCheckingConfigFileNameERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20RichTextEditorWidget4initEPNS_14RichTextEditorE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20RichTextEditorWidget5clearEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20RichTextEditorWidget7setHtmlERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20RichTextEditorWidget8slotFindEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20RichTextEditorWidgetC1EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20RichTextEditorWidgetC1EPNS_14RichTextEditorEP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20RichTextEditorWidgetC2EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20RichTextEditorWidgetC2EPNS_14RichTextEditorEP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20RichTextEditorWidgetD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20RichTextEditorWidgetD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit20RichTextEditorWidgetD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21PlainTextEditorWidget11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21PlainTextEditorWidget11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21PlainTextEditorWidget11setReadOnlyEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21PlainTextEditorWidget11slotReplaceEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21PlainTextEditorWidget12setPlainTextERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21PlainTextEditorWidget15slotHideFindBarEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21PlainTextEditorWidget16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21PlainTextEditorWidget30setSpellCheckingConfigFileNameERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21PlainTextEditorWidget4initEPNS_15PlainTextEditorE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21PlainTextEditorWidget5clearEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21PlainTextEditorWidget8slotFindEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21PlainTextEditorWidgetC1EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21PlainTextEditorWidgetC1EPNS_15PlainTextEditorEP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21PlainTextEditorWidgetC2EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21PlainTextEditorWidgetC2EPNS_15PlainTextEditorEP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21PlainTextEditorWidgetD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21PlainTextEditorWidgetD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21PlainTextEditorWidgetD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TableCellFormatDialog11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TableCellFormatDialog11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TableCellFormatDialog16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TableCellFormatDialog20setVerticalAlignmentEN15QTextCharFormat17VerticalAlignmentE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TableCellFormatDialog27setTableCellBackgroundColorERK6QColor@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TableCellFormatDialogC1EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TableCellFormatDialogC2EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TableCellFormatDialogD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TableCellFormatDialogD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TableCellFormatDialogD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TextToSpeechInterface11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TextToSpeechInterface11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TextToSpeechInterface12stateChangedENS_18TextToSpeechWidget5StateE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TextToSpeechInterface14reloadSettingsEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TextToSpeechInterface16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TextToSpeechInterface3sayERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TextToSpeechInterface9setVolumeEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TextToSpeechInterfaceC1EPNS_18TextToSpeechWidgetEP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TextToSpeechInterfaceC2EPNS_18TextToSpeechWidgetEP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TextToSpeechInterfaceD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TextToSpeechInterfaceD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit21TextToSpeechInterfaceD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22EmoticonTextEditAction11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22EmoticonTextEditAction11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22EmoticonTextEditAction16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22EmoticonTextEditAction17emoticonActivatedERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22EmoticonTextEditActionC1EP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22EmoticonTextEditActionC2EP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22EmoticonTextEditActionD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22EmoticonTextEditActionD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22EmoticonTextEditActionD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerImages11insertImageERK6QImageRK9QFileInfo@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerImages11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerImages11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerImages14addImageHelperERK4QUrlii@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerImages14addImageHelperERK7QStringRK6QImageii@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerImages16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerImages22imageNamesToContentIdsERK10QByteArrayRK5QListI14QSharedPointerINS_13EmbeddedImageEEE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerImages8addImageERK4QUrlii@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerImages9loadImageERK6QImageRK7QStringS6_@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerImagesC1EPNS_16RichTextComposerEP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerImagesC2EPNS_16RichTextComposerEP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerImagesD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerImagesD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerImagesD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerWidget11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerWidget11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerWidget16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerWidgetC1EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerWidgetC2EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerWidgetD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerWidgetD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit22RichTextComposerWidgetD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23RichTextComposerActions11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23RichTextComposerActions11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23RichTextComposerActions12setListStyleEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23RichTextComposerActions13createActionsEP17KActionCollection@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23RichTextComposerActions15textModeChangedENS_16RichTextComposer4ModeE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23RichTextComposerActions16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23RichTextComposerActions17setActionsEnabledEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23RichTextComposerActions18updateActionStatesEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23RichTextComposerActions21slotUpdateMiscActionsEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23RichTextComposerActions26uncheckActionFormatPainterEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23RichTextComposerActions27slotUpdateCharFormatActionsERK15QTextCharFormat@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23RichTextComposerActionsC1EPNS_25RichTextComposerControlerEP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23RichTextComposerActionsC2EPNS_25RichTextComposerControlerEP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23RichTextComposerActionsD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23RichTextComposerActionsD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23RichTextComposerActionsD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23SelectSpecialCharDialog11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23SelectSpecialCharDialog11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23SelectSpecialCharDialog12charSelectedE5QChar@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23SelectSpecialCharDialog14autoInsertCharEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23SelectSpecialCharDialog14setCurrentCharE5QChar@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23SelectSpecialCharDialog15setOkButtonTextERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23SelectSpecialCharDialog16showSelectButtonEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23SelectSpecialCharDialog16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23SelectSpecialCharDialogC1EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23SelectSpecialCharDialogC2EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23SelectSpecialCharDialogD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23SelectSpecialCharDialogD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit23SelectSpecialCharDialogD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24RichTextExternalComposer11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24RichTextExternalComposer11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24RichTextExternalComposer16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24RichTextExternalComposer18killExternalEditorEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24RichTextExternalComposer18slotEditorFinishedEiN8QProcess10ExitStatusE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24RichTextExternalComposer19startExternalEditorEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24RichTextExternalComposer20externalEditorClosedEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24RichTextExternalComposer20setUseExternalEditorEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24RichTextExternalComposer21externalEditorStartedEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24RichTextExternalComposer21setExternalEditorPathERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24RichTextExternalComposer27checkExternalEditorFinishedEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24RichTextExternalComposerC1EPNS_16RichTextComposerEP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24RichTextExternalComposerC2EPNS_16RichTextComposerEP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24RichTextExternalComposerD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24RichTextExternalComposerD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24RichTextExternalComposerD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigDialog10readConfigEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigDialog11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigDialog11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigDialog11writeConfigEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigDialog12slotAcceptedEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigDialog16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigDialog19slotRestoreDefaultsEv@ABI_5_2 17.08.2+git20171029 - _ZN12KPIMTextEdit24TextToSpeechConfigDialogC1EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigDialogC2EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigDialogD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigDialogD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigDialogD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidget10readConfigEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidget11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidget11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidget11updateVoiceEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidget11writeConfigEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidget12updateEngineEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidget12updateLocaleEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidget12valueChangedEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidget13configChangedEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidget15restoreDefaultsEv@ABI_5_2 17.08.2+git20171029 - _ZN12KPIMTextEdit24TextToSpeechConfigWidget16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidget17slotEngineChangedEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidget18slotUpdateSettingsEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidget19slotLanguageChangedEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidget21updateAvailableEngineEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidget21updateAvailableVoicesEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidget22updateAvailableLocalesEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidget30setTextToSpeechConfigInterfaceEPNS_35AbstractTextToSpeechConfigInterfaceE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidgetC1EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidgetC2EP7QWidget@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidgetD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidgetD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit24TextToSpeechConfigWidgetD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler10alignRightEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler10insertLinkERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler10manageLinkEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler10updateLinkERK7QStringS3_@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler11alignCenterEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler11setFontSizeEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler11setTextBoldEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler12alignJustifyEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler12setListStyleEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler12slotAddImageEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler13setFontFamilyERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler13setTextItalicEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler13slotAddQuotesEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler14disablePainterEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler14indentListLessEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler14indentListMoreEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler14slotDeleteLineEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler14slotInsertHtmlEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler15insertShareLinkERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler15makeLeftToRightEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler15makeRightToLeftEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler15slotAddEmoticonERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler15slotFormatResetEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler15textModeChangedENS_16RichTextComposer4ModeE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler16setTextStrikeOutEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler16setTextSubScriptEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler16setTextUnderlineEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler16slotRemoveQuotesEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler17slotFormatPainterEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler18setTextSuperScriptEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler19ensureCursorVisibleEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler19setFontForWholeTextERK5QFont@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler20insertHorizontalRuleEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler20slotPasteAsQuotationEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler22setTextBackgroundColorERK6QColor@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler22setTextForegroundColorERK6QColor@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler26ensureCursorVisibleDelayedEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler26setCursorPositionFromStartEj@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler26slotPasteWithoutFormattingEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler28setChangeTextBackgroundColorEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler28setChangeTextForegroundColorEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler7setFontERK5QFont@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControler9alignLeftEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControlerC1EPNS_16RichTextComposerEP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControlerC2EPNS_16RichTextComposerEP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControlerD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControlerD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit25RichTextComposerControlerD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit27TextToSpeechConfigInterface11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit27TextToSpeechConfigInterface11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit27TextToSpeechConfigInterface16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit27TextToSpeechConfigInterface9setEngineERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit27TextToSpeechConfigInterfaceC1EP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit27TextToSpeechConfigInterfaceC2EP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit27TextToSpeechConfigInterfaceD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit27TextToSpeechConfigInterfaceD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit27TextToSpeechConfigInterfaceD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit29AbstractTextToSpeechInterface11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit29AbstractTextToSpeechInterface11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit29AbstractTextToSpeechInterface14reloadSettingsEv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit29AbstractTextToSpeechInterface16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit29AbstractTextToSpeechInterface3sayERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit29AbstractTextToSpeechInterface9setVolumeEi@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit29AbstractTextToSpeechInterfaceC1EP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit29AbstractTextToSpeechInterfaceC2EP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit29AbstractTextToSpeechInterfaceD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit29AbstractTextToSpeechInterfaceD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit29AbstractTextToSpeechInterfaceD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit35AbstractTextToSpeechConfigInterface11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit35AbstractTextToSpeechConfigInterface11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit35AbstractTextToSpeechConfigInterface16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit35AbstractTextToSpeechConfigInterface9setEngineERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit35AbstractTextToSpeechConfigInterface9setLocaleERK7QLocale@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit35AbstractTextToSpeechConfigInterfaceC1EP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit35AbstractTextToSpeechConfigInterfaceC2EP7QObject@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit35AbstractTextToSpeechConfigInterfaceD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit35AbstractTextToSpeechConfigInterfaceD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit35AbstractTextToSpeechConfigInterfaceD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit35RichTextComposerEmailQuoteDecoratorC1EPNS_16RichTextComposerE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit35RichTextComposerEmailQuoteDecoratorC2EPNS_16RichTextComposerE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit35RichTextComposerEmailQuoteDecoratorD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit35RichTextComposerEmailQuoteDecoratorD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit35RichTextComposerEmailQuoteDecoratorD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighter11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighter11qt_metacastEPKc@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighter13setMisspelledEii@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighter13setQuoteColorERK6QColorS3_S3_S3_S3_@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighter14highlightBlockERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighter15unsetMisspelledEii@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighter16staticMetaObjectE@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighter23toggleSpellHighlightingEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighterC1EPNS_16RichTextComposerERK6QColorS5_S5_S5_S5_@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighterC2EPNS_16RichTextComposerERK6QColorS5_S5_S5_S5_@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighterD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighterD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighterD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighter11applyFormatEiiRKN19KSyntaxHighlighting6FormatE@ABI_5_2 17.11.60+git20170905 - _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighter13setDefinitionERKN19KSyntaxHighlighting10DefinitionE@ABI_5_2 17.11.60+git20170905 - _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighter13setMisspelledEii@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighter14highlightBlockERK7QString@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighter15unsetMisspelledEii@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighter23toggleSpellHighlightingEb@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighterC1EPNS_15PlainTextEditorERK6QColor@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighterC2EPNS_15PlainTextEditorERK6QColor@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighterD0Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighterD1Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighterD2Ev@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit9TextUtils18containsFormattingEPK13QTextDocument@ABI_5_2 16.12.3+git20170328 - _ZN12KPIMTextEdit9TextUtils8flowTextER7QStringRKS1_i@ABI_5_2 16.12.3+git20170328 - (optional=templinst|arch=!i386 !ppc64el !s390x)_ZNK12KConfigGroup9readEntryI5QSizeEET_PKcRKS2_@ABI_5_2 16.12.3+git20170328 - (optional=templinst|arch=!ppc64el)_ZNK12KConfigGroup9readEntryIbEET_PKcRKS1_@ABI_5_2 16.12.3+git20170328 - (optional=templinst|arch=!ppc64el)_ZNK12KConfigGroup9readEntryIdEET_PKcRKS1_@ABI_5_2 17.12.2 - (optional=templinst|arch=!ppc64el)_ZNK12KConfigGroup9readEntryIiEET_PKcRKS1_@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit10EditorUtil11reverseCaseER11QTextCursor@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit10EditorUtil12sentenceCaseER11QTextCursor@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit10EditorUtil9lowerCaseER11QTextCursor@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit10EditorUtil9upperCaseER11QTextCursor@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit12TextToSpeech10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit12TextToSpeech15availableVoicesEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit12TextToSpeech16availableEnginesEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit12TextToSpeech16availableLocalesEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit12TextToSpeech6localeEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit12TextToSpeech6volumeEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit12TextToSpeech7isReadyEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit12TextToSpeech9setLocaleERK7QLocale@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit14RichTextEditor10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit14RichTextEditor11highlighterEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit14RichTextEditor13searchSupportEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit14RichTextEditor15allowTabSupportEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit14RichTextEditor18webShortcutSupportEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit14RichTextEditor19textToSpeechSupportEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit14RichTextEditor20activateLanguageMenuEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit14RichTextEditor20checkSpellingEnabledEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit14RichTextEditor20spellCheckingSupportEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit14RichTextEditor21showAutoCorrectButtonEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit14RichTextEditor21spellCheckingLanguageEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit14RichTextEditor27spellCheckingConfigFileNameEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit14SlideContainer10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit14SlideContainer11slideHeightEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit14SlideContainer15minimumSizeHintEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit14SlideContainer7contentEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit14SlideContainer8sizeHintEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit15PlainTextEditor10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit15PlainTextEditor11highlighterEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit15PlainTextEditor13searchSupportEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit15PlainTextEditor18webShortcutSupportEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit15PlainTextEditor19textToSpeechSupportEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit15PlainTextEditor20activateLanguageMenuEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit15PlainTextEditor20checkSpellingEnabledEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit15PlainTextEditor20spellCheckingSupportEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit15PlainTextEditor21spellCheckingLanguageEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit15PlainTextEditor27spellCheckingConfigFileNameEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit15TableActionMenu10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit16InsertHtmlDialog10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit16InsertHtmlDialog4htmlEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit16RichTextComposer10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit16RichTextComposer10textOrHtmlEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit16RichTextComposer11quoteLengthERK7QStringb@ABI_5_2 17.04.1+git20170609 - _ZNK12KPIMTextEdit16RichTextComposer12columnNumberEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit16RichTextComposer12isLineQuotedERK7QString@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit16RichTextComposer12linePositionEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit16RichTextComposer15composerActionsEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit16RichTextComposer15quotePrefixNameEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit16RichTextComposer16defaultQuoteSignEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit16RichTextComposer16externalComposerEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit16RichTextComposer17composerControlerEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit16RichTextComposer18richTextActionListEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit16RichTextComposer21canInsertFromMimeDataEPK9QMimeData@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit16RichTextComposer8textModeEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertImageDialog10imageWidthEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertImageDialog10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertImageDialog11imageHeightEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertImageDialog16keepOriginalSizeEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertImageDialog8imageUrlEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertImageWidget10imageWidthEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertImageWidget10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertImageWidget11imageHeightEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertImageWidget16keepOriginalSizeEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertImageWidget8imageUrlEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertTableDialog10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertTableDialog12typeOfLengthEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertTableDialog4rowsEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertTableDialog6borderEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertTableDialog6lengthEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertTableDialog7columnsEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertTableWidget10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertTableWidget12typeOfLengthEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertTableWidget4rowsEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertTableWidget6borderEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertTableWidget6lengthEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17InsertTableWidget7columnsEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17TableFormatDialog10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17TableFormatDialog12typeOfLengthEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17TableFormatDialog18useBackgroundColorEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17TableFormatDialog20tableBackgroundColorEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17TableFormatDialog4rowsEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17TableFormatDialog6borderEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17TableFormatDialog6lengthEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17TableFormatDialog7columnsEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17TableFormatDialog7paddingEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17TableFormatDialog7spacingEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit17TableFormatDialog9alignmentEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit18TextGoToLineWidget10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit18TextToSpeechWidget10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit18TextToSpeechWidget5stateEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit18TextToSpeechWidget7isReadyEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit19RichTextEditFindBar10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit19RichTextEditFindBar14viewIsReadOnlyEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit19RichTextEditFindBar15documentIsEmptyEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit19TextEditFindBarBase10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit19TextEditFindBarBase4textEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit19TextEditorCompleter10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit19TextEditorCompleter26TextEditorCompleterPrivate15wordUnderCursorEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit19TextEditorCompleter9completerEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit19TextToSpeechActions10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit19TextToSpeechActions10stopActionEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit19TextToSpeechActions15playPauseActionEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit19TextToSpeechActions5stateEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit20PlainTextEditFindBar10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit20PlainTextEditFindBar14viewIsReadOnlyEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit20PlainTextEditFindBar15documentIsEmptyEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit20RichTextEditorWidget10isReadOnlyEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit20RichTextEditorWidget10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit20RichTextEditorWidget11toPlainTextEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit20RichTextEditorWidget14acceptRichTextEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit20RichTextEditorWidget6editorEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit20RichTextEditorWidget6toHtmlEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit20RichTextEditorWidget7isEmptyEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit21PlainTextEditorWidget10isReadOnlyEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit21PlainTextEditorWidget10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit21PlainTextEditorWidget11toPlainTextEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit21PlainTextEditorWidget6editorEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit21PlainTextEditorWidget7isEmptyEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit21TableCellFormatDialog10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit21TableCellFormatDialog17verticalAlignmentEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit21TableCellFormatDialog18useBackgroundColorEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit21TableCellFormatDialog24tableCellBackgroundColorEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit21TextToSpeechInterface10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit21TextToSpeechInterface6volumeEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit21TextToSpeechInterface7isReadyEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit22EmoticonTextEditAction10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit22RichTextComposerImages10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit22RichTextComposerImages14embeddedImagesEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit22RichTextComposerImages14imagesWithNameEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit22RichTextComposerImages20embeddedImageFormatsEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit22RichTextComposerWidget10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit22RichTextComposerWidget16richTextComposerEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit23RichTextComposerActions10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit23RichTextComposerActions15numberOfActionsEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit23RichTextComposerActions18richTextActionListEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit23SelectSpecialCharDialog10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit23SelectSpecialCharDialog11currentCharEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit24RichTextExternalComposer10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit24RichTextExternalComposer12isInProgressEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit24RichTextExternalComposer17useExternalEditorEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit24RichTextExternalComposer18externalEditorPathEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit24TextToSpeechConfigDialog10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit24TextToSpeechConfigWidget10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit25RichTextComposerControler10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit25RichTextComposerControler11toCleanHtmlEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit25RichTextComposerControler13canDedentListEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit25RichTextComposerControler13canIndentListEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit25RichTextComposerControler13painterActiveEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit25RichTextComposerControler14composerImagesEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit25RichTextComposerControler14currentLinkUrlEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit25RichTextComposerControler14selectLinkTextEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit25RichTextComposerControler15currentLinkTextEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit25RichTextComposerControler16isFormattingUsedEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit25RichTextComposerControler16nestedListHelperEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit25RichTextComposerControler16richTextComposerEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit25RichTextComposerControler16toCleanPlainTextERK7QString@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit25RichTextComposerControler18toWrappedPlainTextEP13QTextDocument@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit25RichTextComposerControler18toWrappedPlainTextEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit27TextToSpeechConfigInterface10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit27TextToSpeechConfigInterface15availableVoicesEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit27TextToSpeechConfigInterface16availableEnginesEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit27TextToSpeechConfigInterface16availableLocalesEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit27TextToSpeechConfigInterface6localeEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit29AbstractTextToSpeechInterface10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit29AbstractTextToSpeechInterface6volumeEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit29AbstractTextToSpeechInterface7isReadyEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit35AbstractTextToSpeechConfigInterface10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit35AbstractTextToSpeechConfigInterface15availableVoicesEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit35AbstractTextToSpeechConfigInterface16availableEnginesEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit35AbstractTextToSpeechConfigInterface16availableLocalesEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit35AbstractTextToSpeechConfigInterface6localeEv@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit35RichTextComposerEmailQuoteDecorator30isSpellCheckingEnabledForBlockERK7QString@ABI_5_2 16.12.3+git20170328 - _ZNK12KPIMTextEdit37RichTextComposerEmailQuoteHighlighter10metaObjectEv@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit12TextToSpeechE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit14RichTextEditorE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit14SlideContainerE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit15PlainTextEditorE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit15TableActionMenuE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit16InsertHtmlDialogE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit16RichTextComposerE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit17InsertImageDialogE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit17InsertImageWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit17InsertTableDialogE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit17InsertTableWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit17TableFormatDialogE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit18TextGoToLineWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit18TextToSpeechWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit19RichTextEditFindBarE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit19TextEditFindBarBaseE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit19TextEditorCompleterE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit19TextToSpeechActionsE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit20PlainTextEditFindBarE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit20RichTextEditorWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit21PlainTextEditorWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit21TableCellFormatDialogE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit21TextToSpeechInterfaceE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit22EmoticonTextEditActionE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit22RichTextComposerImagesE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit22RichTextComposerWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit23RichTextComposerActionsE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit23SelectSpecialCharDialogE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit24RichTextExternalComposerE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit24TextToSpeechConfigDialogE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit24TextToSpeechConfigWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit25RichTextComposerControlerE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit27TextToSpeechConfigInterfaceE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit29AbstractTextToSpeechInterfaceE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit35AbstractTextToSpeechConfigInterfaceE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit35RichTextComposerEmailQuoteDecoratorE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighterE@ABI_5_2 16.12.3+git20170328 - _ZTIN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighterE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit12TextToSpeechE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit14RichTextEditorE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit14SlideContainerE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit15PlainTextEditorE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit15TableActionMenuE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit16InsertHtmlDialogE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit16RichTextComposerE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit17InsertImageDialogE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit17InsertImageWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit17InsertTableDialogE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit17InsertTableWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit17TableFormatDialogE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit18TextGoToLineWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit18TextToSpeechWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit19RichTextEditFindBarE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit19TextEditFindBarBaseE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit19TextEditorCompleterE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit19TextToSpeechActionsE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit20PlainTextEditFindBarE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit20RichTextEditorWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit21PlainTextEditorWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit21TableCellFormatDialogE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit21TextToSpeechInterfaceE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit22EmoticonTextEditActionE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit22RichTextComposerImagesE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit22RichTextComposerWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit23RichTextComposerActionsE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit23SelectSpecialCharDialogE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit24RichTextExternalComposerE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit24TextToSpeechConfigDialogE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit24TextToSpeechConfigWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit25RichTextComposerControlerE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit27TextToSpeechConfigInterfaceE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit29AbstractTextToSpeechInterfaceE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit35AbstractTextToSpeechConfigInterfaceE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit35RichTextComposerEmailQuoteDecoratorE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighterE@ABI_5_2 16.12.3+git20170328 - _ZTSN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighterE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit12TextToSpeechE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit14RichTextEditorE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit14SlideContainerE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit15PlainTextEditorE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit15TableActionMenuE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit16InsertHtmlDialogE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit16RichTextComposerE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit17InsertImageDialogE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit17InsertImageWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit17InsertTableDialogE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit17InsertTableWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit17TableFormatDialogE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit18TextGoToLineWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit18TextToSpeechWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit19RichTextEditFindBarE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit19TextEditFindBarBaseE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit19TextEditorCompleterE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit19TextToSpeechActionsE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit20PlainTextEditFindBarE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit20RichTextEditorWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit21PlainTextEditorWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit21TableCellFormatDialogE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit21TextToSpeechInterfaceE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit22EmoticonTextEditActionE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit22RichTextComposerImagesE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit22RichTextComposerWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit23RichTextComposerActionsE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit23SelectSpecialCharDialogE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit24RichTextExternalComposerE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit24TextToSpeechConfigDialogE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit24TextToSpeechConfigWidgetE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit25RichTextComposerControlerE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit27TextToSpeechConfigInterfaceE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit29AbstractTextToSpeechInterfaceE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit35AbstractTextToSpeechConfigInterfaceE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit35RichTextComposerEmailQuoteDecoratorE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighterE@ABI_5_2 16.12.3+git20170328 - _ZTVN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighterE@ABI_5_2 16.12.3+git20170328 - (c++)"non-virtual thunk to KPIMTextEdit::InsertHtmlDialog::~InsertHtmlDialog()@ABI_5_2" 16.12.3+git20170328 - (c++)"non-virtual thunk to KPIMTextEdit::InsertImageDialog::~InsertImageDialog()@ABI_5_2" 16.12.3+git20170328 - (c++)"non-virtual thunk to KPIMTextEdit::InsertImageWidget::~InsertImageWidget()@ABI_5_2" 16.12.3+git20170328 - (c++)"non-virtual thunk to KPIMTextEdit::InsertTableDialog::~InsertTableDialog()@ABI_5_2" 16.12.3+git20170328 - (c++)"non-virtual thunk to KPIMTextEdit::InsertTableWidget::~InsertTableWidget()@ABI_5_2" 16.12.3+git20170328 - (c++)"non-virtual thunk to KPIMTextEdit::PlainTextEditFindBar::~PlainTextEditFindBar()@ABI_5_2" 16.12.3+git20170328 - (c++)"non-virtual thunk to KPIMTextEdit::PlainTextEditor::~PlainTextEditor()@ABI_5_2" 16.12.3+git20170328 - (c++)"non-virtual thunk to KPIMTextEdit::PlainTextEditorWidget::~PlainTextEditorWidget()@ABI_5_2" 16.12.3+git20170328 - (c++)"non-virtual thunk to KPIMTextEdit::PlainTextSyntaxSpellCheckingHighlighter::applyFormat(int, int, KSyntaxHighlighting::Format const&)@ABI_5_2" 17.11.60+git20170905 - (c++)"non-virtual thunk to KPIMTextEdit::PlainTextSyntaxSpellCheckingHighlighter::setDefinition(KSyntaxHighlighting::Definition const&)@ABI_5_2" 17.11.60+git20170905 - (c++)"non-virtual thunk to KPIMTextEdit::PlainTextSyntaxSpellCheckingHighlighter::~PlainTextSyntaxSpellCheckingHighlighter()@ABI_5_2" 17.11.60+git20170905 - (c++)"non-virtual thunk to KPIMTextEdit::RichTextComposer::~RichTextComposer()@ABI_5_2" 16.12.3+git20170328 - (c++)"non-virtual thunk to KPIMTextEdit::RichTextComposerWidget::~RichTextComposerWidget()@ABI_5_2" 16.12.3+git20170328 - (c++)"non-virtual thunk to KPIMTextEdit::RichTextEditFindBar::~RichTextEditFindBar()@ABI_5_2" 16.12.3+git20170328 - (c++)"non-virtual thunk to KPIMTextEdit::RichTextEditor::~RichTextEditor()@ABI_5_2" 16.12.3+git20170328 - (c++)"non-virtual thunk to KPIMTextEdit::RichTextEditorWidget::~RichTextEditorWidget()@ABI_5_2" 16.12.3+git20170328 - (c++)"non-virtual thunk to KPIMTextEdit::SelectSpecialCharDialog::~SelectSpecialCharDialog()@ABI_5_2" 16.12.3+git20170328 - (c++)"non-virtual thunk to KPIMTextEdit::TableCellFormatDialog::~TableCellFormatDialog()@ABI_5_2" 16.12.3+git20170328 - (c++)"non-virtual thunk to KPIMTextEdit::TableFormatDialog::~TableFormatDialog()@ABI_5_2" 16.12.3+git20170328 - (c++)"non-virtual thunk to KPIMTextEdit::TextEditFindBarBase::~TextEditFindBarBase()@ABI_5_2" 16.12.3+git20170328 - (c++)"non-virtual thunk to KPIMTextEdit::TextGoToLineWidget::~TextGoToLineWidget()@ABI_5_2" 16.12.3+git20170328 - (c++)"non-virtual thunk to KPIMTextEdit::TextToSpeechConfigDialog::~TextToSpeechConfigDialog()@ABI_5_2" 16.12.3+git20170328 - (c++)"non-virtual thunk to KPIMTextEdit::TextToSpeechConfigWidget::~TextToSpeechConfigWidget()@ABI_5_2" 16.12.3+git20170328 - (c++)"non-virtual thunk to KPIMTextEdit::TextToSpeechWidget::~TextToSpeechWidget()@ABI_5_2" 16.12.3+git20170328 diff -Nru kpimtextedit-17.12.3/debian/libkf5pimtextedit5abi3.install kpimtextedit-18.04.1/debian/libkf5pimtextedit5abi3.install --- kpimtextedit-17.12.3/debian/libkf5pimtextedit5abi3.install 1970-01-01 00:00:00.000000000 +0000 +++ kpimtextedit-18.04.1/debian/libkf5pimtextedit5abi3.install 2018-05-08 12:26:51.000000000 +0000 @@ -0,0 +1,2 @@ +usr/lib/*/libKF5PimTextEdit.so.5.* +usr/lib/*/libKF5PimTextEdit.so.5abi3 diff -Nru kpimtextedit-17.12.3/debian/libkf5pimtextedit5abi3.symbols kpimtextedit-18.04.1/debian/libkf5pimtextedit5abi3.symbols --- kpimtextedit-17.12.3/debian/libkf5pimtextedit5abi3.symbols 1970-01-01 00:00:00.000000000 +0000 +++ kpimtextedit-18.04.1/debian/libkf5pimtextedit5abi3.symbols 2018-05-08 12:26:51.000000000 +0000 @@ -0,0 +1,839 @@ +# SymbolsHelper-Confirmed: 18.03.70+git20171223 amd64 +libKF5PimTextEdit.so.5abi3 libkf5pimtextedit5abi3 #MINVER# + ABI_5_3@ABI_5_3 18.03.70+git20171223 + (optional=templinst)_ZN12KConfigGroup10writeEntryIiEEvPKcRKT_6QFlagsIN11KConfigBase15WriteConfigFlagEE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit10EditorUtilC1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit10EditorUtilC2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit12TextToSpeech11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit12TextToSpeech11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit12TextToSpeech12stateChangedENS0_5StateE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit12TextToSpeech14reloadSettingsEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit12TextToSpeech16slotStateChangedEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit12TextToSpeech16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit12TextToSpeech3sayERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit12TextToSpeech4selfEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit12TextToSpeech4stopEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit12TextToSpeech5pauseEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit12TextToSpeech6resumeEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit12TextToSpeech7setRateEd@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit12TextToSpeech8setPitchEd@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit12TextToSpeech9setVolumeEi@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit12TextToSpeechC1EP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit12TextToSpeechC2EP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit12TextToSpeechD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit12TextToSpeechD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit12TextToSpeechD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor10wheelEventEP11QWheelEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor11replaceTextEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor11setReadOnlyEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor12focusInEventEP11QFocusEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor12slotAllowTabEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor13checkSpellingEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor13highlightWordEii@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor13keyPressEventEP9QKeyEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor13slotSpeakTextEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor13slotZoomResetEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor14addIgnoreWordsERK11QStringList@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor14clearDecoratorEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor14deleteWordBackEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor14handleShortcutEP9QKeyEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor14mousePopupMenuE6QPoint@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor14moveLineUpDownEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor14setHighlighterEPN6Sonnet11HighlighterE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor15languageChangedERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor16contextMenuEventEP17QContextMenuEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor16overrideShortcutEP9QKeyEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor16setSearchSupportEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor16spellCheckStatusERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor17addExtraMenuEntryEP5QMenu6QPoint@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor17createHighlighterEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor17deleteWordForwardEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor17slotCheckSpellingEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor17slotUndoableClearEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor17updateHighLighterEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor18forceSpellCheckingEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor18setAllowTabSupportEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor19forceAutoCorrectionEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor20checkSpellingChangedEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor20slotLanguageSelectedEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor21setWebShortcutSupportEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor21spellCheckingCanceledEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor21spellCheckingFinishedEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor22setTextToSpeechSupportEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor23setActivateLanguageMenuEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor23setCheckSpellingEnabledEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor23setSpellCheckingSupportEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor23spellCheckerAutoCorrectERK7QStringS3_@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor24setShowAutoCorrectButtonEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor24setSpellCheckingLanguageERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor24slotSpellCheckerCanceledEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor24slotSpellCheckerFinishedEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor24slotToggleAutoSpellCheckEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor25createSpellCheckDecoratorEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor25slotSpellCheckerCorrectedERK7QStringiS3_@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor27addIgnoreWordsToHighLighterEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor27slotDisplayMessageIndicatorERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor27slotSpellCheckerAutoCorrectERK7QStringS3_@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor27slotSpellCheckerMisspellingERK7QStringi@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor30setSpellCheckingConfigFileNameERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor3sayERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor5eventEP6QEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditor8findTextEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditorC1EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditorC2EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditorD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditorD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14RichTextEditorD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14SlideContainer10setContentEP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14SlideContainer11eventFilterEP7QObjectP6QEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14SlideContainer11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14SlideContainer11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14SlideContainer11resizeEventEP12QResizeEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14SlideContainer14setSlideHeightEi@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14SlideContainer16slotAnimFinishedEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14SlideContainer16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14SlideContainer21adjustContentGeometryEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14SlideContainer6animToEi@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14SlideContainer7slideInEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14SlideContainer8slideOutEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14SlideContainer8slidedInEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14SlideContainer9slidedOutEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14SlideContainerC1EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit14SlideContainerC2EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor10wheelEventEP11QWheelEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor11replaceTextEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor11setReadOnlyEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor12focusInEventEP11QFocusEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor13highlightWordEii@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor13keyPressEventEP9QKeyEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor13slotSpeakTextEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor13slotZoomResetEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor14addIgnoreWordsERK11QStringList@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor14clearDecoratorEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor14deleteWordBackEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor14handleShortcutEP9QKeyEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor14moveLineUpDownEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor14setHighlighterEPN6Sonnet11HighlighterE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor15deleteEndOfLineEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor15languageChangedERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor16contextMenuEventEP17QContextMenuEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor16overrideShortcutEP9QKeyEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor16setSearchSupportEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor16spellCheckStatusERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor17addExtraMenuEntryEP5QMenu6QPoint@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor17createHighlighterEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor17deleteWordForwardEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor17slotCheckSpellingEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor17slotUndoableClearEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor17updateHighLighterEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor20checkSpellingChangedEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor20slotLanguageSelectedEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor21setWebShortcutSupportEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor22setTextToSpeechSupportEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor23setActivateLanguageMenuEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor23setCheckSpellingEnabledEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor23setSpellCheckingSupportEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor23spellCheckerAutoCorrectERK7QStringS3_@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor24setSpellCheckingLanguageERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor24slotSpellCheckerCanceledEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor24slotSpellCheckerFinishedEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor24slotToggleAutoSpellCheckEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor25createSpellCheckDecoratorEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor25slotSpellCheckerCorrectedERK7QStringiS3_@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor27addIgnoreWordsToHighLighterEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor27slotDisplayMessageIndicatorERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor27slotSpellCheckerAutoCorrectERK7QStringS3_@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor27slotSpellCheckerMisspellingERK7QStringi@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor30setSpellCheckingConfigFileNameERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor3sayERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor5eventEP6QEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditor8findTextEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditorC1EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditorC2EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditorD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditorD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit15PlainTextEditorD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16InsertHtmlDialog11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16InsertHtmlDialog11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16InsertHtmlDialog15setSelectedTextERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16InsertHtmlDialog16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16InsertHtmlDialogC1EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16InsertHtmlDialogC2EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16InsertHtmlDialogD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16InsertHtmlDialogD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16InsertHtmlDialogD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer10smartQuoteERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer13createActionsEP17KActionCollection@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer13keyPressEventEP9QKeyEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer13setTextOrHtmlERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer14clearDecoratorEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer14enableWordWrapEi@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer15disableWordWrapEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer15processKeyEventEP9QKeyEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer15textModeChangedENS0_4ModeE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer16activateRichTextEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer16setEnableActionsEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer17createHighlighterEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer17insertModeChangedEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer17mouseReleaseEventEP11QMouseEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer17switchToPlainTextEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer17updateHighLighterEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer18insertFromMimeDataEPK9QMimeData@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer18killExternalEditorEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer18setQuotePrefixNameERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer19evaluateListSupportEP9QKeyEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer19slotTextModeChangedENS0_4ModeE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer20externalEditorClosedEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer20forcePlainTextMarkupEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer20setHighlighterColorsEPNS_37RichTextComposerEmailQuoteHighlighterE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer20setUseExternalEditorEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer20slotChangeInsertModeEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer21externalEditorStartedEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer21processAutoCorrectionEP9QKeyEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer21setExternalEditorPathERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer24evaluateReturnKeySupportEP9QKeyEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer25createSpellCheckDecoratorEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer26setCursorPositionFromStartEj@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer27checkExternalEditorFinishedEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer29insertPlainTextImplementationEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposer7focusUpEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposerC1EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposerC2EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposerD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposerD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit16RichTextComposerD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextGoToLineWidget10moveToLineEi@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextGoToLineWidget11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextGoToLineWidget11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextGoToLineWidget12hideGotoLineEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextGoToLineWidget12slotCloseBarEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextGoToLineWidget12slotGoToLineEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextGoToLineWidget16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextGoToLineWidget19setMaximumLineCountEi@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextGoToLineWidget21slotBlockCountChangedEi@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextGoToLineWidget5eventEP6QEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextGoToLineWidget8goToLineEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextGoToLineWidget9showEventEP10QShowEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextGoToLineWidgetC1EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextGoToLineWidgetC2EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextGoToLineWidgetD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextGoToLineWidgetD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextGoToLineWidgetD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextToSpeechWidget11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextToSpeechWidget11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextToSpeechWidget12stateChangedENS0_5StateE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextToSpeechWidget13slotConfigureEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextToSpeechWidget16slotStateChangedENS_12TextToSpeech5StateE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextToSpeechWidget16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextToSpeechWidget17slotVolumeChangedEi@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextToSpeechWidget24setTextToSpeechInterfaceEPNS_29AbstractTextToSpeechInterfaceE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextToSpeechWidget3sayERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextToSpeechWidget8setStateENS0_5StateE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextToSpeechWidgetC1EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextToSpeechWidgetC2EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextToSpeechWidgetD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextToSpeechWidgetD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit18TextToSpeechWidgetD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19RichTextEditFindBar11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19RichTextEditFindBar11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19RichTextEditFindBar14slotSearchTextEbb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19RichTextEditFindBar15slotReplaceTextEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19RichTextEditFindBar16searchInDocumentERK7QRegExp6QFlagsIN13QTextDocument8FindFlagEE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19RichTextEditFindBar16searchInDocumentERK7QString6QFlagsIN13QTextDocument8FindFlagEE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19RichTextEditFindBar16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19RichTextEditFindBar18slotReplaceAllTextEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19RichTextEditFindBar20autoSearchMoveCursorEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19RichTextEditFindBarC1EP9QTextEditP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19RichTextEditFindBarC2EP9QTextEditP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19RichTextEditFindBarD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19RichTextEditFindBarD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19RichTextEditFindBarD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBase10autoSearchERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBase10searchTextEbb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBase11hideFindBarEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBase11messageInfoEbbb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBase11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBase11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBase11showReplaceEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBase15clearSelectionsEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBase15slotClearSearchEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBase16setHideWhenCloseEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBase16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBase17focusAndSetCursorEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBase23displayMessageIndicatorERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBase23slotUpdateSearchOptionsEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBase5eventEP6QEvent@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBase7setTextERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBase8closeBarEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBase8findNextEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBase8findPrevEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBase8showFindEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBaseC1EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBaseC2EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBaseD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBaseD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditFindBarBaseD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditorCompleter11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditorCompleter11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditorCompleter12completeTextEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditorCompleter14slotCompletionERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditorCompleter16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditorCompleter22setCompleterStringListERK11QStringList@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditorCompleter22setExcludeOfCharactersERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditorCompleter26TextEditorCompleterPrivate12completeTextEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditorCompleter26TextEditorCompleterPrivate13setCompletionERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditorCompleter26TextEditorCompleterPrivate15createCompleterEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditorCompleterC1EP14QPlainTextEditP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditorCompleterC1EP9QTextEditP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditorCompleterC2EP14QPlainTextEditP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditorCompleterC2EP9QTextEditP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditorCompleterD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditorCompleterD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextEditorCompleterD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextToSpeechActions11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextToSpeechActions11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextToSpeechActions12stateChangedENS_18TextToSpeechWidget5StateE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextToSpeechActions13slotPlayPauseEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextToSpeechActions16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextToSpeechActions8setStateENS_18TextToSpeechWidget5StateE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextToSpeechActions8slotStopEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextToSpeechActionsC1EP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextToSpeechActionsC2EP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextToSpeechActionsD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextToSpeechActionsD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit19TextToSpeechActionsD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20PlainTextEditFindBar11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20PlainTextEditFindBar11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20PlainTextEditFindBar14slotSearchTextEbb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20PlainTextEditFindBar15slotReplaceTextEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20PlainTextEditFindBar16searchInDocumentERK7QRegExp6QFlagsIN13QTextDocument8FindFlagEE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20PlainTextEditFindBar16searchInDocumentERK7QString6QFlagsIN13QTextDocument8FindFlagEE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20PlainTextEditFindBar16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20PlainTextEditFindBar18slotReplaceAllTextEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20PlainTextEditFindBar20autoSearchMoveCursorEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20PlainTextEditFindBarC1EP14QPlainTextEditP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20PlainTextEditFindBarC2EP14QPlainTextEditP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20PlainTextEditFindBarD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20PlainTextEditFindBarD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20PlainTextEditFindBarD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20RichTextEditorWidget11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20RichTextEditorWidget11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20RichTextEditorWidget11setReadOnlyEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20RichTextEditorWidget11slotReplaceEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20RichTextEditorWidget12setPlainTextERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20RichTextEditorWidget12slotFindNextEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20RichTextEditorWidget15slotHideFindBarEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20RichTextEditorWidget16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20RichTextEditorWidget17setAcceptRichTextEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20RichTextEditorWidget30setSpellCheckingConfigFileNameERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20RichTextEditorWidget4initEPNS_14RichTextEditorE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20RichTextEditorWidget5clearEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20RichTextEditorWidget7setHtmlERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20RichTextEditorWidget8slotFindEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20RichTextEditorWidgetC1EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20RichTextEditorWidgetC1EPNS_14RichTextEditorEP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20RichTextEditorWidgetC2EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20RichTextEditorWidgetC2EPNS_14RichTextEditorEP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20RichTextEditorWidgetD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20RichTextEditorWidgetD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit20RichTextEditorWidgetD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21PlainTextEditorWidget11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21PlainTextEditorWidget11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21PlainTextEditorWidget11setReadOnlyEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21PlainTextEditorWidget11slotReplaceEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21PlainTextEditorWidget12setPlainTextERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21PlainTextEditorWidget15slotHideFindBarEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21PlainTextEditorWidget16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21PlainTextEditorWidget30setSpellCheckingConfigFileNameERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21PlainTextEditorWidget4initEPNS_15PlainTextEditorE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21PlainTextEditorWidget5clearEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21PlainTextEditorWidget8slotFindEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21PlainTextEditorWidgetC1EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21PlainTextEditorWidgetC1EPNS_15PlainTextEditorEP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21PlainTextEditorWidgetC2EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21PlainTextEditorWidgetC2EPNS_15PlainTextEditorEP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21PlainTextEditorWidgetD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21PlainTextEditorWidgetD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21PlainTextEditorWidgetD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21TextToSpeechInterface11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21TextToSpeechInterface11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21TextToSpeechInterface12stateChangedENS_18TextToSpeechWidget5StateE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21TextToSpeechInterface14reloadSettingsEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21TextToSpeechInterface16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21TextToSpeechInterface3sayERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21TextToSpeechInterface9setVolumeEi@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21TextToSpeechInterfaceC1EPNS_18TextToSpeechWidgetEP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21TextToSpeechInterfaceC2EPNS_18TextToSpeechWidgetEP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21TextToSpeechInterfaceD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21TextToSpeechInterfaceD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit21TextToSpeechInterfaceD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerImages11insertImageERK6QImageRK9QFileInfo@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerImages11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerImages11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerImages14addImageHelperERK4QUrlii@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerImages14addImageHelperERK7QStringRK6QImageii@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerImages16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerImages22imageNamesToContentIdsERK10QByteArrayRK5QListI14QSharedPointerINS_13EmbeddedImageEEE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerImages8addImageERK4QUrlii@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerImages9loadImageERK6QImageRK7QStringS6_@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerImagesC1EPNS_16RichTextComposerEP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerImagesC2EPNS_16RichTextComposerEP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerImagesD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerImagesD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerImagesD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerWidget11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerWidget11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerWidget16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerWidgetC1EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerWidgetC2EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerWidgetD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerWidgetD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit22RichTextComposerWidgetD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23RichTextComposerActions11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23RichTextComposerActions11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23RichTextComposerActions12setListStyleEi@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23RichTextComposerActions13createActionsEP17KActionCollection@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23RichTextComposerActions15textModeChangedENS_16RichTextComposer4ModeE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23RichTextComposerActions16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23RichTextComposerActions17setActionsEnabledEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23RichTextComposerActions18updateActionStatesEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23RichTextComposerActions21slotUpdateMiscActionsEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23RichTextComposerActions26uncheckActionFormatPainterEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23RichTextComposerActions27slotUpdateCharFormatActionsERK15QTextCharFormat@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23RichTextComposerActionsC1EPNS_25RichTextComposerControlerEP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23RichTextComposerActionsC2EPNS_25RichTextComposerControlerEP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23RichTextComposerActionsD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23RichTextComposerActionsD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23RichTextComposerActionsD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23SelectSpecialCharDialog11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23SelectSpecialCharDialog11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23SelectSpecialCharDialog12charSelectedE5QChar@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23SelectSpecialCharDialog14autoInsertCharEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23SelectSpecialCharDialog14setCurrentCharE5QChar@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23SelectSpecialCharDialog15setOkButtonTextERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23SelectSpecialCharDialog16showSelectButtonEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23SelectSpecialCharDialog16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23SelectSpecialCharDialogC1EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23SelectSpecialCharDialogC2EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23SelectSpecialCharDialogD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23SelectSpecialCharDialogD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit23SelectSpecialCharDialogD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24RichTextExternalComposer11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24RichTextExternalComposer11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24RichTextExternalComposer16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24RichTextExternalComposer18killExternalEditorEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24RichTextExternalComposer18slotEditorFinishedEiN8QProcess10ExitStatusE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24RichTextExternalComposer19startExternalEditorEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24RichTextExternalComposer20externalEditorClosedEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24RichTextExternalComposer20setUseExternalEditorEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24RichTextExternalComposer21externalEditorStartedEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24RichTextExternalComposer21setExternalEditorPathERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24RichTextExternalComposer27checkExternalEditorFinishedEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24RichTextExternalComposerC1EPNS_16RichTextComposerEP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24RichTextExternalComposerC2EPNS_16RichTextComposerEP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24RichTextExternalComposerD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24RichTextExternalComposerD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24RichTextExternalComposerD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigDialog10readConfigEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigDialog11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigDialog11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigDialog11writeConfigEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigDialog12slotAcceptedEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigDialog16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigDialog19slotRestoreDefaultsEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigDialogC1EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigDialogC2EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigDialogD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigDialogD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigDialogD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidget10readConfigEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidget11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidget11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidget11updateVoiceEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidget11writeConfigEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidget12updateEngineEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidget12updateLocaleEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidget12valueChangedEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidget13configChangedEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidget15restoreDefaultsEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidget16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidget17slotEngineChangedEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidget18slotUpdateSettingsEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidget19slotLanguageChangedEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidget21updateAvailableEngineEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidget21updateAvailableVoicesEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidget22updateAvailableLocalesEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidget30setTextToSpeechConfigInterfaceEPNS_35AbstractTextToSpeechConfigInterfaceE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidgetC1EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidgetC2EP7QWidget@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidgetD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidgetD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit24TextToSpeechConfigWidgetD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler10alignRightEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler10insertLinkERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler10manageLinkEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler10updateLinkERK7QStringS3_@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler11alignCenterEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler11setFontSizeEi@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler11setTextBoldEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler12alignJustifyEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler12setListStyleEi@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler12slotAddImageEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler13setFontFamilyERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler13setTextItalicEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler13slotAddQuotesEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler14disablePainterEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler14indentListLessEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler14indentListMoreEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler14slotDeleteLineEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler14slotInsertHtmlEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler15insertShareLinkERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler15makeLeftToRightEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler15makeRightToLeftEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler15slotAddEmoticonERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler15slotFormatResetEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler15textModeChangedENS_16RichTextComposer4ModeE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler16setTextStrikeOutEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler16setTextSubScriptEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler16setTextUnderlineEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler16slotRemoveQuotesEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler17slotFormatPainterEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler18setTextSuperScriptEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler19ensureCursorVisibleEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler19setFontForWholeTextERK5QFont@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler20insertHorizontalRuleEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler20slotPasteAsQuotationEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler22setTextBackgroundColorERK6QColor@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler22setTextForegroundColorERK6QColor@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler26ensureCursorVisibleDelayedEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler26setCursorPositionFromStartEj@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler26slotPasteWithoutFormattingEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler28setChangeTextBackgroundColorEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler28setChangeTextForegroundColorEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler7setFontERK5QFont@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControler9alignLeftEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControlerC1EPNS_16RichTextComposerEP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControlerC2EPNS_16RichTextComposerEP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControlerD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControlerD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit25RichTextComposerControlerD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit27TextToSpeechConfigInterface11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit27TextToSpeechConfigInterface11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit27TextToSpeechConfigInterface16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit27TextToSpeechConfigInterface9setEngineERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit27TextToSpeechConfigInterfaceC1EP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit27TextToSpeechConfigInterfaceC2EP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit27TextToSpeechConfigInterfaceD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit27TextToSpeechConfigInterfaceD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit27TextToSpeechConfigInterfaceD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit29AbstractTextToSpeechInterface11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit29AbstractTextToSpeechInterface11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit29AbstractTextToSpeechInterface14reloadSettingsEv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit29AbstractTextToSpeechInterface16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit29AbstractTextToSpeechInterface3sayERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit29AbstractTextToSpeechInterface9setVolumeEi@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit29AbstractTextToSpeechInterfaceC1EP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit29AbstractTextToSpeechInterfaceC2EP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit29AbstractTextToSpeechInterfaceD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit29AbstractTextToSpeechInterfaceD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit29AbstractTextToSpeechInterfaceD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit35AbstractTextToSpeechConfigInterface11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit35AbstractTextToSpeechConfigInterface11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit35AbstractTextToSpeechConfigInterface16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit35AbstractTextToSpeechConfigInterface9setEngineERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit35AbstractTextToSpeechConfigInterface9setLocaleERK7QLocale@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit35AbstractTextToSpeechConfigInterfaceC1EP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit35AbstractTextToSpeechConfigInterfaceC2EP7QObject@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit35AbstractTextToSpeechConfigInterfaceD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit35AbstractTextToSpeechConfigInterfaceD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit35AbstractTextToSpeechConfigInterfaceD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit35RichTextComposerEmailQuoteDecoratorC1EPNS_16RichTextComposerE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit35RichTextComposerEmailQuoteDecoratorC2EPNS_16RichTextComposerE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit35RichTextComposerEmailQuoteDecoratorD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit35RichTextComposerEmailQuoteDecoratorD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit35RichTextComposerEmailQuoteDecoratorD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighter11qt_metacallEN11QMetaObject4CallEiPPv@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighter11qt_metacastEPKc@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighter13setMisspelledEii@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighter13setQuoteColorERK6QColorS3_S3_S3_S3_@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighter14highlightBlockERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighter15unsetMisspelledEii@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighter16staticMetaObjectE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighter23toggleSpellHighlightingEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighterC1EPNS_16RichTextComposerERK6QColorS5_S5_S5_S5_@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighterC2EPNS_16RichTextComposerERK6QColorS5_S5_S5_S5_@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighterD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighterD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighterD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighter11applyFormatEiiRKN19KSyntaxHighlighting6FormatE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighter13setDefinitionERKN19KSyntaxHighlighting10DefinitionE@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighter13setMisspelledEii@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighter14highlightBlockERK7QString@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighter15unsetMisspelledEii@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighter23toggleSpellHighlightingEb@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighterC1EPNS_15PlainTextEditorERK6QColor@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighterC2EPNS_15PlainTextEditorERK6QColor@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighterD0Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighterD1Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighterD2Ev@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit9TextUtils18containsFormattingEPK13QTextDocument@ABI_5_3 18.03.70+git20171223 + _ZN12KPIMTextEdit9TextUtils8flowTextER7QStringRKS1_i@ABI_5_3 18.03.70+git20171223 + (optional=templinst)_ZNK12KConfigGroup9readEntryI5QSizeEET_PKcRKS2_@ABI_5_3 18.03.70+git20171223 + (optional=templinst)_ZNK12KConfigGroup9readEntryIbEET_PKcRKS1_@ABI_5_3 18.03.70+git20171223 + (optional=templinst)_ZNK12KConfigGroup9readEntryIdEET_PKcRKS1_@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit10EditorUtil11reverseCaseER11QTextCursor@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit10EditorUtil12sentenceCaseER11QTextCursor@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit10EditorUtil9lowerCaseER11QTextCursor@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit10EditorUtil9upperCaseER11QTextCursor@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit12TextToSpeech10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit12TextToSpeech15availableVoicesEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit12TextToSpeech16availableEnginesEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit12TextToSpeech16availableLocalesEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit12TextToSpeech6localeEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit12TextToSpeech6volumeEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit12TextToSpeech7isReadyEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit12TextToSpeech9setLocaleERK7QLocale@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit14RichTextEditor10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit14RichTextEditor11highlighterEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit14RichTextEditor13searchSupportEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit14RichTextEditor15allowTabSupportEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit14RichTextEditor18webShortcutSupportEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit14RichTextEditor19textToSpeechSupportEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit14RichTextEditor20activateLanguageMenuEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit14RichTextEditor20checkSpellingEnabledEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit14RichTextEditor20spellCheckingSupportEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit14RichTextEditor21showAutoCorrectButtonEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit14RichTextEditor21spellCheckingLanguageEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit14RichTextEditor27spellCheckingConfigFileNameEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit14SlideContainer10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit14SlideContainer11slideHeightEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit14SlideContainer15minimumSizeHintEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit14SlideContainer7contentEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit14SlideContainer8sizeHintEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit15PlainTextEditor10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit15PlainTextEditor11highlighterEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit15PlainTextEditor13searchSupportEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit15PlainTextEditor18webShortcutSupportEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit15PlainTextEditor19textToSpeechSupportEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit15PlainTextEditor20activateLanguageMenuEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit15PlainTextEditor20checkSpellingEnabledEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit15PlainTextEditor20spellCheckingSupportEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit15PlainTextEditor21spellCheckingLanguageEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit15PlainTextEditor27spellCheckingConfigFileNameEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit16InsertHtmlDialog10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit16InsertHtmlDialog4htmlEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit16RichTextComposer10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit16RichTextComposer10textOrHtmlEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit16RichTextComposer11quoteLengthERK7QStringb@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit16RichTextComposer12columnNumberEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit16RichTextComposer12isLineQuotedERK7QString@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit16RichTextComposer12linePositionEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit16RichTextComposer15composerActionsEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit16RichTextComposer15quotePrefixNameEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit16RichTextComposer16defaultQuoteSignEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit16RichTextComposer16externalComposerEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit16RichTextComposer17composerControlerEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit16RichTextComposer18richTextActionListEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit16RichTextComposer21canInsertFromMimeDataEPK9QMimeData@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit16RichTextComposer8textModeEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit18TextGoToLineWidget10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit18TextToSpeechWidget10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit18TextToSpeechWidget5stateEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit18TextToSpeechWidget7isReadyEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit19RichTextEditFindBar10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit19RichTextEditFindBar14viewIsReadOnlyEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit19RichTextEditFindBar15documentIsEmptyEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit19TextEditFindBarBase10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit19TextEditFindBarBase4textEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit19TextEditorCompleter10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit19TextEditorCompleter26TextEditorCompleterPrivate15wordUnderCursorEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit19TextEditorCompleter9completerEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit19TextToSpeechActions10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit19TextToSpeechActions10stopActionEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit19TextToSpeechActions15playPauseActionEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit19TextToSpeechActions5stateEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit20PlainTextEditFindBar10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit20PlainTextEditFindBar14viewIsReadOnlyEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit20PlainTextEditFindBar15documentIsEmptyEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit20RichTextEditorWidget10isReadOnlyEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit20RichTextEditorWidget10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit20RichTextEditorWidget11toPlainTextEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit20RichTextEditorWidget14acceptRichTextEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit20RichTextEditorWidget6editorEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit20RichTextEditorWidget6toHtmlEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit20RichTextEditorWidget7isEmptyEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit21PlainTextEditorWidget10isReadOnlyEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit21PlainTextEditorWidget10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit21PlainTextEditorWidget11toPlainTextEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit21PlainTextEditorWidget6editorEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit21PlainTextEditorWidget7isEmptyEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit21TextToSpeechInterface10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit21TextToSpeechInterface6volumeEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit21TextToSpeechInterface7isReadyEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit22RichTextComposerImages10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit22RichTextComposerImages14embeddedImagesEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit22RichTextComposerImages14imagesWithNameEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit22RichTextComposerImages20embeddedImageFormatsEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit22RichTextComposerWidget10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit22RichTextComposerWidget16richTextComposerEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit23RichTextComposerActions10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit23RichTextComposerActions15numberOfActionsEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit23RichTextComposerActions18richTextActionListEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit23SelectSpecialCharDialog10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit23SelectSpecialCharDialog11currentCharEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit24RichTextExternalComposer10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit24RichTextExternalComposer12isInProgressEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit24RichTextExternalComposer17useExternalEditorEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit24RichTextExternalComposer18externalEditorPathEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit24TextToSpeechConfigDialog10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit24TextToSpeechConfigWidget10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit25RichTextComposerControler10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit25RichTextComposerControler11toCleanHtmlEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit25RichTextComposerControler13canDedentListEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit25RichTextComposerControler13canIndentListEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit25RichTextComposerControler13painterActiveEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit25RichTextComposerControler14composerImagesEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit25RichTextComposerControler14currentLinkUrlEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit25RichTextComposerControler14selectLinkTextEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit25RichTextComposerControler15currentLinkTextEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit25RichTextComposerControler16isFormattingUsedEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit25RichTextComposerControler16nestedListHelperEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit25RichTextComposerControler16richTextComposerEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit25RichTextComposerControler16toCleanPlainTextERK7QString@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit25RichTextComposerControler18toWrappedPlainTextEP13QTextDocument@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit25RichTextComposerControler18toWrappedPlainTextEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit27TextToSpeechConfigInterface10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit27TextToSpeechConfigInterface15availableVoicesEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit27TextToSpeechConfigInterface16availableEnginesEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit27TextToSpeechConfigInterface16availableLocalesEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit27TextToSpeechConfigInterface6localeEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit29AbstractTextToSpeechInterface10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit29AbstractTextToSpeechInterface6volumeEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit29AbstractTextToSpeechInterface7isReadyEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit35AbstractTextToSpeechConfigInterface10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit35AbstractTextToSpeechConfigInterface15availableVoicesEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit35AbstractTextToSpeechConfigInterface16availableEnginesEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit35AbstractTextToSpeechConfigInterface16availableLocalesEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit35AbstractTextToSpeechConfigInterface6localeEv@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit35RichTextComposerEmailQuoteDecorator30isSpellCheckingEnabledForBlockERK7QString@ABI_5_3 18.03.70+git20171223 + _ZNK12KPIMTextEdit37RichTextComposerEmailQuoteHighlighter10metaObjectEv@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit12TextToSpeechE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit14RichTextEditorE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit14SlideContainerE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit15PlainTextEditorE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit16InsertHtmlDialogE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit16RichTextComposerE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit18TextGoToLineWidgetE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit18TextToSpeechWidgetE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit19RichTextEditFindBarE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit19TextEditFindBarBaseE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit19TextEditorCompleterE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit19TextToSpeechActionsE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit20PlainTextEditFindBarE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit20RichTextEditorWidgetE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit21PlainTextEditorWidgetE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit21TextToSpeechInterfaceE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit22RichTextComposerImagesE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit22RichTextComposerWidgetE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit23RichTextComposerActionsE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit23SelectSpecialCharDialogE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit24RichTextExternalComposerE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit24TextToSpeechConfigDialogE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit24TextToSpeechConfigWidgetE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit25RichTextComposerControlerE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit27TextToSpeechConfigInterfaceE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit29AbstractTextToSpeechInterfaceE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit35AbstractTextToSpeechConfigInterfaceE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit35RichTextComposerEmailQuoteDecoratorE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighterE@ABI_5_3 18.03.70+git20171223 + _ZTIN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighterE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit12TextToSpeechE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit14RichTextEditorE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit14SlideContainerE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit15PlainTextEditorE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit16InsertHtmlDialogE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit16RichTextComposerE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit18TextGoToLineWidgetE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit18TextToSpeechWidgetE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit19RichTextEditFindBarE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit19TextEditFindBarBaseE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit19TextEditorCompleterE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit19TextToSpeechActionsE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit20PlainTextEditFindBarE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit20RichTextEditorWidgetE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit21PlainTextEditorWidgetE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit21TextToSpeechInterfaceE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit22RichTextComposerImagesE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit22RichTextComposerWidgetE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit23RichTextComposerActionsE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit23SelectSpecialCharDialogE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit24RichTextExternalComposerE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit24TextToSpeechConfigDialogE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit24TextToSpeechConfigWidgetE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit25RichTextComposerControlerE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit27TextToSpeechConfigInterfaceE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit29AbstractTextToSpeechInterfaceE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit35AbstractTextToSpeechConfigInterfaceE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit35RichTextComposerEmailQuoteDecoratorE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighterE@ABI_5_3 18.03.70+git20171223 + _ZTSN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighterE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit12TextToSpeechE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit14RichTextEditorE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit14SlideContainerE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit15PlainTextEditorE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit16InsertHtmlDialogE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit16RichTextComposerE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit18TextGoToLineWidgetE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit18TextToSpeechWidgetE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit19RichTextEditFindBarE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit19TextEditFindBarBaseE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit19TextEditorCompleterE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit19TextToSpeechActionsE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit20PlainTextEditFindBarE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit20RichTextEditorWidgetE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit21PlainTextEditorWidgetE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit21TextToSpeechInterfaceE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit22RichTextComposerImagesE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit22RichTextComposerWidgetE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit23RichTextComposerActionsE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit23SelectSpecialCharDialogE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit24RichTextExternalComposerE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit24TextToSpeechConfigDialogE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit24TextToSpeechConfigWidgetE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit25RichTextComposerControlerE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit27TextToSpeechConfigInterfaceE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit29AbstractTextToSpeechInterfaceE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit35AbstractTextToSpeechConfigInterfaceE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit35RichTextComposerEmailQuoteDecoratorE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit37RichTextComposerEmailQuoteHighlighterE@ABI_5_3 18.03.70+git20171223 + _ZTVN12KPIMTextEdit39PlainTextSyntaxSpellCheckingHighlighterE@ABI_5_3 18.03.70+git20171223 + (c++)"non-virtual thunk to KPIMTextEdit::InsertHtmlDialog::~InsertHtmlDialog()@ABI_5_3" 18.03.70+git20171223 + (c++)"non-virtual thunk to KPIMTextEdit::PlainTextEditFindBar::~PlainTextEditFindBar()@ABI_5_3" 18.03.70+git20171223 + (c++)"non-virtual thunk to KPIMTextEdit::PlainTextEditor::~PlainTextEditor()@ABI_5_3" 18.03.70+git20171223 + (c++)"non-virtual thunk to KPIMTextEdit::PlainTextEditorWidget::~PlainTextEditorWidget()@ABI_5_3" 18.03.70+git20171223 + (c++)"non-virtual thunk to KPIMTextEdit::PlainTextSyntaxSpellCheckingHighlighter::applyFormat(int, int, KSyntaxHighlighting::Format const&)@ABI_5_3" 18.03.70+git20171223 + (c++)"non-virtual thunk to KPIMTextEdit::PlainTextSyntaxSpellCheckingHighlighter::setDefinition(KSyntaxHighlighting::Definition const&)@ABI_5_3" 18.03.70+git20171223 + (c++)"non-virtual thunk to KPIMTextEdit::PlainTextSyntaxSpellCheckingHighlighter::~PlainTextSyntaxSpellCheckingHighlighter()@ABI_5_3" 18.03.70+git20171223 + (c++)"non-virtual thunk to KPIMTextEdit::RichTextComposer::~RichTextComposer()@ABI_5_3" 18.03.70+git20171223 + (c++)"non-virtual thunk to KPIMTextEdit::RichTextComposerWidget::~RichTextComposerWidget()@ABI_5_3" 18.03.70+git20171223 + (c++)"non-virtual thunk to KPIMTextEdit::RichTextEditFindBar::~RichTextEditFindBar()@ABI_5_3" 18.03.70+git20171223 + (c++)"non-virtual thunk to KPIMTextEdit::RichTextEditor::~RichTextEditor()@ABI_5_3" 18.03.70+git20171223 + (c++)"non-virtual thunk to KPIMTextEdit::RichTextEditorWidget::~RichTextEditorWidget()@ABI_5_3" 18.03.70+git20171223 + (c++)"non-virtual thunk to KPIMTextEdit::SelectSpecialCharDialog::~SelectSpecialCharDialog()@ABI_5_3" 18.03.70+git20171223 + (c++)"non-virtual thunk to KPIMTextEdit::TextEditFindBarBase::~TextEditFindBarBase()@ABI_5_3" 18.03.70+git20171223 + (c++)"non-virtual thunk to KPIMTextEdit::TextGoToLineWidget::~TextGoToLineWidget()@ABI_5_3" 18.03.70+git20171223 + (c++)"non-virtual thunk to KPIMTextEdit::TextToSpeechConfigDialog::~TextToSpeechConfigDialog()@ABI_5_3" 18.03.70+git20171223 + (c++)"non-virtual thunk to KPIMTextEdit::TextToSpeechConfigWidget::~TextToSpeechConfigWidget()@ABI_5_3" 18.03.70+git20171223 + (c++)"non-virtual thunk to KPIMTextEdit::TextToSpeechWidget::~TextToSpeechWidget()@ABI_5_3" 18.03.70+git20171223 diff -Nru kpimtextedit-17.12.3/po/ar/libkpimtextedit.po kpimtextedit-18.04.1/po/ar/libkpimtextedit.po --- kpimtextedit-17.12.3/po/ar/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/ar/libkpimtextedit.po 2018-05-08 00:21:22.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2018-01-28 15:00+0300\n" "Last-Translator: Safa Alfulaij \n" "Language-Team: Arabic \n" @@ -327,7 +327,7 @@ msgid "Unable to load image %1." msgstr "تعذّر تحميل الصّورة %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -419,7 +419,7 @@ msgid "Insert Image" msgstr "أدرج صورة" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -430,32 +430,32 @@ msgid "Image Location:" msgstr "مكان الصّورة:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "أبقِ الحجم الأصليّ" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "أبقِ نسبة الصّورة" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "العرض:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " بكسل" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "الارتفاع:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "معاينة الصورة:" @@ -495,7 +495,7 @@ msgid "Select Special Characters" msgstr "اختر محارف خاصّة" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "اختر" @@ -505,57 +505,58 @@ msgid "Table..." msgstr "الجدول..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "صفًّا بعده" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "صفًّا قبله" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "عمودًا قبله" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "عمودًا بعده" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "احذف" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "محتويات الخليّة" -#: tableactionmenu.cpp:498 +# في الكود هذا يعني الخلية التي بعد الخلية الحالية، وهذا يريحنا من عناء ثنائية الاتجاه +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "ادمجها بالخليّة التّالية" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "ادمج الخلايا المحدّدة" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "اقسم الخلايا" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "تنسيق الجدول..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "تنسيق خليّة الجدول..." @@ -649,7 +650,7 @@ msgid "Close" msgstr "أغلق" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -727,6 +728,11 @@ msgid "Whole word" msgstr "كلمات كاملة" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "تعبير نمطيّ" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -737,43 +743,43 @@ msgid "Go" msgstr "انتقل" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "استبدل..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "دقّق الإملاء..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "دقّق الإملاء آليًّا" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "لغة تدقيق الإملاء" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "انطق النّصّ" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "لا شيء لتدقيق إملائه." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/ast/libkpimtextedit.po kpimtextedit-18.04.1/po/ast/libkpimtextedit.po --- kpimtextedit-17.12.3/po/ast/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/ast/libkpimtextedit.po 2018-05-08 00:21:22.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2016-12-19 02:55+0100\n" "Last-Translator: enolp \n" "Language-Team: Asturian \n" @@ -326,7 +326,7 @@ msgid "Unable to load image %1." msgstr "" -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -416,7 +416,7 @@ msgid "Insert Image" msgstr "" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -427,32 +427,32 @@ msgid "Image Location:" msgstr "" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr "" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "" @@ -492,7 +492,7 @@ msgid "Select Special Characters" msgstr "" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "" @@ -502,57 +502,57 @@ msgid "Table..." msgstr "" -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "" -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "" @@ -646,7 +646,7 @@ msgid "Close" msgstr "" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -722,6 +722,11 @@ msgid "Whole word" msgstr "" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -732,43 +737,43 @@ msgid "Go" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/bs/libkpimtextedit.po kpimtextedit-18.04.1/po/bs/libkpimtextedit.po --- kpimtextedit-17.12.3/po/bs/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/bs/libkpimtextedit.po 2018-05-08 00:21:22.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kdepimlibs\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2015-02-04 15:38+0000\n" "Last-Translator: Samir Ribić \n" "Language-Team: Bosnian \n" @@ -337,7 +337,7 @@ msgid "Unable to load image %1." msgstr "Ne može se učitati slika %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -429,7 +429,7 @@ msgid "Insert Image" msgstr "Dodaj Sliku" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -440,32 +440,32 @@ msgid "Image Location:" msgstr "Lokacija slike:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Čuvaj izvornu veličinu" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Čuvaj omjer slike" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Širina:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Visina:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Pregled slike:" @@ -505,7 +505,7 @@ msgid "Select Special Characters" msgstr "Izaberi specijalne znake" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Izaberi" @@ -515,57 +515,57 @@ msgid "Table..." msgstr "Tabela..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Red ispod" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Red iznad" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Kolona prije" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Kolona iza" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Obriši" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Sadržaj ćelije" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Spoji s ćelijom desno" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Spoji odabrane ćelije" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Razdvoji ćelije" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Format tabele..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Format ćelija tabele..." @@ -659,7 +659,7 @@ msgid "Close" msgstr "" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -735,6 +735,11 @@ msgid "Whole word" msgstr "" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -745,43 +750,43 @@ msgid "Go" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/ca/libkpimtextedit.po kpimtextedit-18.04.1/po/ca/libkpimtextedit.po --- kpimtextedit-17.12.3/po/ca/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/ca/libkpimtextedit.po 2018-05-08 00:21:22.000000000 +0000 @@ -3,16 +3,16 @@ # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # -# Josep Ma. Ferrer , 2009, 2012, 2013, 2014. +# Josep Ma. Ferrer , 2009, 2012, 2013, 2014, 2017. # Manuel Tortosa Moreno , 2009. # Antoni Bella Pérez , 2014, 2015, 2016, 2017. msgid "" msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" -"PO-Revision-Date: 2017-02-16 17:34+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" +"PO-Revision-Date: 2017-12-16 15:07+0100\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" @@ -331,7 +331,7 @@ msgid "Unable to load image %1." msgstr "No s'ha pogut carregar la imatge %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -424,7 +424,7 @@ msgid "Insert Image" msgstr "Insereix una imatge" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -435,32 +435,32 @@ msgid "Image Location:" msgstr "Ubicació de la imatge:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Mantén la mida original" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Mantén la proporció de la imatge" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Amplada:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Alçada:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Vista prèvia de la imatge:" @@ -500,7 +500,7 @@ msgid "Select Special Characters" msgstr "Selecció de caràcters especials" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Selecciona" @@ -510,57 +510,57 @@ msgid "Table..." msgstr "Taula..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Fila a sota" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Fila a dalt" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Columna abans" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Columna després" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Suprimeix" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Contingut de la cel·la" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Uneix amb la cel·la de la dreta" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Uneix les cel·les seleccionades" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Divideix les cel·les" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Format de la taula..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Format de cel·la de la taula..." @@ -654,7 +654,7 @@ msgid "Close" msgstr "Tanca" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -732,6 +732,11 @@ msgid "Whole word" msgstr "Paraula sencera" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "Expressió regular" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -742,43 +747,43 @@ msgid "Go" msgstr "Vés" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Substitueix..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Verifica l'ortografia..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Verifica automàticament l'ortogràfica" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Idioma de la verificació ortogràfica" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Pronuncia el text" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "No hi ha res a verificar ortogràficament." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." @@ -856,3 +861,51 @@ #, kde-format msgid "Configure..." msgstr "Configura..." + +#~ msgid "RichTextComposerWidgetTest_Gui" +#~ msgstr "RichTextComposerWidgetTest_Gui" + +#~ msgid "Test for richtextcomposertest widget" +#~ msgstr "Prova per a l'estri «richtextcomposertest»" + +#~ msgid "PlainTextEditorTest_Gui" +#~ msgstr "PlainTextEditorTest_Gui" + +#~ msgid "Test for plaintexteditor widget" +#~ msgstr "Prova per a l'estri «plaintexteditor»" + +#~ msgid "RichTextEditorTest_Gui" +#~ msgstr "RichTextEditorTest_Gui" + +#~ msgid "Test for richtexteditor widget" +#~ msgstr "Prova per a l'estri «richtexteditor»" + +#~ msgid "texttospeechconfigdialog_Gui" +#~ msgstr "texttospeechconfigdialog_Gui" + +#~ msgid "Test for config dialog text to speech" +#~ msgstr "Prova del diàleg de configuració pel text a veu" + +#~ msgid "texttospeechconfig_Gui" +#~ msgstr "texttospeechconfig_Gui" + +#~ msgid "Test for config text to speech" +#~ msgstr "Prova de la configuració pel text a veu" + +#~ msgid "Speech text" +#~ msgstr "Parla el text" + +#~ msgid "texttospeech_Gui" +#~ msgstr "texttospeech_Gui" + +#~ msgid "Test for text to speech" +#~ msgstr "Prova pel text a veu" + +#~ msgid "texttospeechwidget_Gui" +#~ msgstr "texttospeechwidget_Gui" + +#~ msgid "Test for text to speech widget" +#~ msgstr "Prova de l'estri pel text a veu" + +#~ msgid "&Add" +#~ msgstr "&Afegeix" diff -Nru kpimtextedit-17.12.3/po/ca@valencia/libkpimtextedit.po kpimtextedit-18.04.1/po/ca@valencia/libkpimtextedit.po --- kpimtextedit-17.12.3/po/ca@valencia/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/ca@valencia/libkpimtextedit.po 2018-05-08 00:21:22.000000000 +0000 @@ -3,16 +3,16 @@ # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # -# Josep Ma. Ferrer , 2009, 2012, 2013, 2014. +# Josep Ma. Ferrer , 2009, 2012, 2013, 2014, 2017. # Manuel Tortosa Moreno , 2009. # Antoni Bella Pérez , 2014, 2015, 2016, 2017. msgid "" msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" -"PO-Revision-Date: 2017-02-16 17:34+0100\n" -"Last-Translator: Antoni Bella Pérez \n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" +"PO-Revision-Date: 2017-12-16 15:07+0100\n" +"Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" @@ -318,7 +318,7 @@ #: composer-ng/richtextcomposercontroler.cpp:617 #, kde-format msgid "I've linked 1 file to this email:" -msgstr "He vinculat 1 fitxer a este correu electrònic:" +msgstr "He vinculat 1 fitxer a aquest correu electrònic:" #: composer-ng/richtextcomposercontroler.cpp:735 #, kde-format @@ -331,7 +331,7 @@ msgid "Unable to load image %1." msgstr "No s'ha pogut carregar la imatge %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -340,17 +340,17 @@ #: composer-ng/richtextexternalcomposer.cpp:86 #, kde-format msgid "Command line is empty. Please verify settings." -msgstr "La línia d'ordes és buida. Per favor, verifiqueu els paràmetres." +msgstr "La línia d'ordres és buida. Per favor, verifiqueu els paràmetres." #: composer-ng/richtextexternalcomposer.cpp:86 #, kde-format msgid "Empty command line" -msgstr "Línia d'ordes buida" +msgstr "Línia d'ordres buida" #: composer-ng/richtextexternalcomposer.cpp:139 #, kde-format msgid "External editor cannot be started. Please verify command \"%1\"" -msgstr "No s'ha pogut iniciar l'editor extern. Verifiqueu l'orde «%1»" +msgstr "No s'ha pogut iniciar l'editor extern. Verifiqueu l'ordre «%1»" #: composer-ng/richtextexternalcomposer.cpp:157 #, kde-format @@ -424,7 +424,7 @@ msgid "Insert Image" msgstr "Insereix una imatge" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -435,32 +435,32 @@ msgid "Image Location:" msgstr "Ubicació de la imatge:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Mantén la mida original" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Mantén la proporció de la imatge" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Amplària:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Alçària:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Vista prèvia de la imatge:" @@ -500,7 +500,7 @@ msgid "Select Special Characters" msgstr "Selecció de caràcters especials" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Selecciona" @@ -510,57 +510,57 @@ msgid "Table..." msgstr "Taula..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Fila a sota" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Fila a dalt" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Columna abans" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Columna després" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Suprimeix" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Contingut de la cel·la" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Uneix amb la cel·la de la dreta" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Uneix les cel·les seleccionades" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Divideix les cel·les" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Format de la taula..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Format de cel·la de la taula..." @@ -654,7 +654,7 @@ msgid "Close" msgstr "Tanca" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -688,7 +688,7 @@ #: texteditor/commonwidget/textfindreplacewidget.cpp:80 #, kde-format msgid "Text to search for" -msgstr "Text a buscar per" +msgstr "Text a cercar per" #: texteditor/commonwidget/textfindreplacewidget.cpp:85 #, kde-format @@ -720,7 +720,7 @@ #: texteditor/commonwidget/textfindreplacewidget.cpp:97 #, kde-format msgid "Modify search behavior" -msgstr "Modifica el comportament de la busca" +msgstr "Modifica el comportament de la cerca" #: texteditor/commonwidget/textfindreplacewidget.cpp:99 #, kde-format @@ -732,6 +732,11 @@ msgid "Whole word" msgstr "Paraula sencera" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "Expressió regular" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -742,43 +747,43 @@ msgid "Go" msgstr "Vés" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Substitueix..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Verifica l'ortografia..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Verifica automàticament l'ortogràfica" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Idioma de la verificació ortogràfica" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Pronuncia el text" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "No hi ha res a verificar ortogràficament." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." @@ -856,3 +861,51 @@ #, kde-format msgid "Configure..." msgstr "Configura..." + +#~ msgid "RichTextComposerWidgetTest_Gui" +#~ msgstr "RichTextComposerWidgetTest_Gui" + +#~ msgid "Test for richtextcomposertest widget" +#~ msgstr "Prova per a l'estri «richtextcomposertest»" + +#~ msgid "PlainTextEditorTest_Gui" +#~ msgstr "PlainTextEditorTest_Gui" + +#~ msgid "Test for plaintexteditor widget" +#~ msgstr "Prova per a l'estri «plaintexteditor»" + +#~ msgid "RichTextEditorTest_Gui" +#~ msgstr "RichTextEditorTest_Gui" + +#~ msgid "Test for richtexteditor widget" +#~ msgstr "Prova per a l'estri «richtexteditor»" + +#~ msgid "texttospeechconfigdialog_Gui" +#~ msgstr "texttospeechconfigdialog_Gui" + +#~ msgid "Test for config dialog text to speech" +#~ msgstr "Prova del diàleg de configuració pel text a veu" + +#~ msgid "texttospeechconfig_Gui" +#~ msgstr "texttospeechconfig_Gui" + +#~ msgid "Test for config text to speech" +#~ msgstr "Prova de la configuració pel text a veu" + +#~ msgid "Speech text" +#~ msgstr "Parla el text" + +#~ msgid "texttospeech_Gui" +#~ msgstr "texttospeech_Gui" + +#~ msgid "Test for text to speech" +#~ msgstr "Prova pel text a veu" + +#~ msgid "texttospeechwidget_Gui" +#~ msgstr "texttospeechwidget_Gui" + +#~ msgid "Test for text to speech widget" +#~ msgstr "Prova de l'estri pel text a veu" + +#~ msgid "&Add" +#~ msgstr "&Afegeix" diff -Nru kpimtextedit-17.12.3/po/cs/libkpimtextedit.po kpimtextedit-18.04.1/po/cs/libkpimtextedit.po --- kpimtextedit-17.12.3/po/cs/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/cs/libkpimtextedit.po 2018-05-08 00:21:22.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2015-11-03 09:45+0100\n" "Last-Translator: Vít Pelčák \n" "Language-Team: Czech \n" @@ -327,7 +327,7 @@ msgid "Unable to load image %1." msgstr "Nelze načíst obrázek %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -417,7 +417,7 @@ msgid "Insert Image" msgstr "Vložit obrázek" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -428,32 +428,32 @@ msgid "Image Location:" msgstr "Umístění obrázku:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Zachovat původní velikost" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Zachovat poměr stran obrázku" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Šířka:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Výška:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Náhled obrázku:" @@ -493,7 +493,7 @@ msgid "Select Special Characters" msgstr "Vybrat zvláštní znaky" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Vybrat" @@ -503,57 +503,57 @@ msgid "Table..." msgstr "Tabulka..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Řádek pod" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Řádek výše" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Sloupec před" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Sloupec po" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Smazat" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Obsah buňky" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Sloučit s buňkou vpravo" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Sloučit vybrané buňky" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Rozdělit buňky" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Formát tabulky..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Formát buňky tabulky..." @@ -647,7 +647,7 @@ msgid "Close" msgstr "Zavřít" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -725,6 +725,11 @@ msgid "Whole word" msgstr "Celé slovo" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "Regulární výraz" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -735,43 +740,43 @@ msgid "Go" msgstr "Přejít" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Nahradit..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Zkontrolovat pravopis..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Automatická kontrola pravopisu" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Jazyk kontroly pravopisu" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Přečíst text" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Nic ke kontrole pravopisu." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/da/libkpimtextedit.po kpimtextedit-18.04.1/po/da/libkpimtextedit.po --- kpimtextedit-17.12.3/po/da/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/da/libkpimtextedit.po 2018-05-08 00:21:22.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2016-08-11 22:05+0100\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" @@ -327,7 +327,7 @@ msgid "Unable to load image %1." msgstr "Kan ikke indlæse billede %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -417,7 +417,7 @@ msgid "Insert Image" msgstr "Indsæt billede" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -428,32 +428,32 @@ msgid "Image Location:" msgstr "Billedplacering:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Behold oprindelig størrelse" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Bevar aspektforhold" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Bredde:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Højde:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Forhåndsvisning af billede:" @@ -493,7 +493,7 @@ msgid "Select Special Characters" msgstr "Vælg specialtegn" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Vælg" @@ -503,57 +503,57 @@ msgid "Table..." msgstr "Tabel..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Række under" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Række over" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Kolonne før" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Kolonne efter" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Slet" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Celleindhold" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Flet med cellen til højre" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Flet markerede celler" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Opdel celler" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Tabelformat..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Tabellens celleformat..." @@ -647,7 +647,7 @@ msgid "Close" msgstr "Luk" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -725,6 +725,11 @@ msgid "Whole word" msgstr "Hele ord" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -735,43 +740,43 @@ msgid "Go" msgstr "Kør" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Erstat..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Stavekontrol..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Automatisk stavekontrol" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Sprog til stavekontrol" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Udtal tekst" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/de/libkpimtextedit.po kpimtextedit-18.04.1/po/de/libkpimtextedit.po --- kpimtextedit-17.12.3/po/de/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/de/libkpimtextedit.po 2018-05-08 00:21:22.000000000 +0000 @@ -1,12 +1,12 @@ -# Burkhard Lück , 2009, 2012, 2013, 2015, 2017. +# Burkhard Lück , 2009, 2012, 2013, 2015, 2017, 2018. # Frederik Schwarzer , 2009, 2015, 2016. # Thomas Reitelbach , 2009. msgid "" msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" -"PO-Revision-Date: 2017-03-19 15:41+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" +"PO-Revision-Date: 2018-02-27 13:44+0100\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" "Language: de\n" @@ -325,7 +325,7 @@ msgid "Unable to load image %1." msgstr "Das Bild %1 kann nicht geladen werden." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -420,7 +420,7 @@ msgid "Insert Image" msgstr "Bild einfügen" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -431,32 +431,32 @@ msgid "Image Location:" msgstr "Bildadresse:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Originalgröße beibehalten" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Größenverhältnis beibehalten" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Breite:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Höhe:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Bildvorschau:" @@ -496,7 +496,7 @@ msgid "Select Special Characters" msgstr "Sonderzeichen auswählen" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Auswählen" @@ -506,57 +506,57 @@ msgid "Table..." msgstr "Tabelle ..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Zeile unterhalb" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Zeile oberhalb" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Spalte vor" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Spalte nach" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Löschen" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Zelleninhalte" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Mit der rechten Zellen verschmelzen" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Ausgewählte Zellen verschmelzen" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Zellen teilen" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Tabellenformat ..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Tabellenzellformat ..." @@ -650,7 +650,7 @@ msgid "Close" msgstr "Schließen" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -728,6 +728,11 @@ msgid "Whole word" msgstr "Ganzes Wort" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "Regulärer Ausdruck" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -738,43 +743,43 @@ msgid "Go" msgstr "Gehe zu" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Ersetzen ..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Rechtschreibprüfung ..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Automatische Rechtschreibprüfung" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Sprache für Rechtschreibprüfung" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Text vorlesen" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Kein Text für Rechtschreibprüfung." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/el/libkpimtextedit.po kpimtextedit-18.04.1/po/el/libkpimtextedit.po --- kpimtextedit-17.12.3/po/el/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/el/libkpimtextedit.po 2018-05-08 00:21:22.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2014-03-09 19:45+0200\n" "Last-Translator: Dimitris Kardarakos \n" "Language-Team: Greek \n" @@ -336,7 +336,7 @@ msgid "Unable to load image %1." msgstr "Αδυναμία φόρτωσης της εικόνας %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -428,7 +428,7 @@ msgid "Insert Image" msgstr "Εισαγωγή εικόνας" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -439,32 +439,32 @@ msgid "Image Location:" msgstr "Θέση εικόνας:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Διατήρηση αρχικού μεγέθους" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Διατήρηση αναλογίας εικόνας" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Πλάτος:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Ύψος:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Προεπισκόπηση εικόνας:" @@ -504,7 +504,7 @@ msgid "Select Special Characters" msgstr "Επιλογή ειδικών χαρακτήρων" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Επιλογή" @@ -514,57 +514,57 @@ msgid "Table..." msgstr "Πίνακας..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Γραμμή κάτω από" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Γραμμή πάνω από" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Στήλη προ" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Στήλη μετά" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Διαγραφή" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Περιεχόμενα κελιού" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Ένωση με το κελί στα δεξιά" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Ένωση επιλεγμένων κελιών" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Διαίρεση κελιών" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Τύπος πίνακα..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Μορφή πίνακα κελιών..." @@ -658,7 +658,7 @@ msgid "Close" msgstr "" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -734,6 +734,11 @@ msgid "Whole word" msgstr "" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -744,43 +749,43 @@ msgid "Go" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/en_GB/libkpimtextedit.po kpimtextedit-18.04.1/po/en_GB/libkpimtextedit.po --- kpimtextedit-17.12.3/po/en_GB/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/en_GB/libkpimtextedit.po 2018-05-08 00:21:22.000000000 +0000 @@ -7,10 +7,10 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" -"PO-Revision-Date: 2017-02-19 15:56+0000\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" +"PO-Revision-Date: 2017-12-22 15:41+0000\n" "Last-Translator: Steve Allewell \n" -"Language-Team: English \n" +"Language-Team: British English \n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -327,7 +327,7 @@ msgid "Unable to load image %1." msgstr "Unable to load image %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -420,7 +420,7 @@ msgid "Insert Image" msgstr "Insert Image" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -431,32 +431,32 @@ msgid "Image Location:" msgstr "Image Location:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Keep Original Size" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Keep Image Ratio" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Width:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Height:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Image Preview:" @@ -496,7 +496,7 @@ msgid "Select Special Characters" msgstr "Select Special Characters" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Select" @@ -506,57 +506,57 @@ msgid "Table..." msgstr "Table..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Row Below" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Row Above" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Column Before" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Column After" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Delete" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Cell Contents" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Join With Cell to the Right" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Join Selected Cells" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Split cells" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Table Format..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Table Cell Format..." @@ -650,7 +650,7 @@ msgid "Close" msgstr "Close" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -728,6 +728,11 @@ msgid "Whole word" msgstr "Whole word" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "Regular Expression" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -738,43 +743,43 @@ msgid "Go" msgstr "Go" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Replace..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Check Spelling..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Auto Spell Check" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Spell Checking Language" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Speak Text" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Nothing to spell check." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/eo/libkpimtextedit.po kpimtextedit-18.04.1/po/eo/libkpimtextedit.po --- kpimtextedit-17.12.3/po/eo/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/eo/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2009-11-15 12:06+0100\n" "Last-Translator: Axel Rousseau \n" "Language-Team: esperanto \n" @@ -326,7 +326,7 @@ msgid "Unable to load image %1." msgstr "Ĉu vi vere volas lanĉi %1?" -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -416,7 +416,7 @@ msgid "Insert Image" msgstr "" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -427,32 +427,32 @@ msgid "Image Location:" msgstr "" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr "" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "" @@ -492,7 +492,7 @@ msgid "Select Special Characters" msgstr "" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "" @@ -502,58 +502,58 @@ msgid "Table..." msgstr "" -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, fuzzy, kde-format #| msgid "Delete Line" msgid "Delete" msgstr "Forigi linion" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "" -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "" @@ -647,7 +647,7 @@ msgid "Close" msgstr "" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -723,6 +723,11 @@ msgid "Whole word" msgstr "" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -733,43 +738,43 @@ msgid "Go" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/es/libkpimtextedit.po kpimtextedit-18.04.1/po/es/libkpimtextedit.po --- kpimtextedit-17.12.3/po/es/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/es/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -4,15 +4,15 @@ # Dario Andres Rodriguez , 2009. # Cristina Yenyxe González García , 2009. # Javier Vinal , 2011, 2012. -# Javier Viñal , 2012, 2013, 2014, 2015, 2016, 2017. +# Javier Viñal , 2012, 2013, 2014, 2015, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" -"PO-Revision-Date: 2017-02-18 21:53+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" +"PO-Revision-Date: 2018-01-02 23:09+0100\n" "Last-Translator: Javier Vinal \n" -"Language-Team: Spanish \n" +"Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -330,7 +330,7 @@ msgid "Unable to load image %1." msgstr "No es posible cargar la imagen %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -424,7 +424,7 @@ msgid "Insert Image" msgstr "Insertar imagen" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -435,32 +435,32 @@ msgid "Image Location:" msgstr "Ubicación de la imagen:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Mantener tamaño original" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Mantener proporción de la imagen" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Ancho:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Altura:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Vista previa de imagen:" @@ -500,7 +500,7 @@ msgid "Select Special Characters" msgstr "Seleccionar caracteres especiales" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Seleccionar" @@ -510,57 +510,57 @@ msgid "Table..." msgstr "Tabla..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Fila de abajo" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Fila de arriba" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Columna anterior" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Columna posterior" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Borrar" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Contenidos de la celda" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Juntar con la celda de la derecha" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Unir celdas seleccionadas" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Dividir celdas" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Formato de tabla..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Formato de celda de tabla..." @@ -654,7 +654,7 @@ msgid "Close" msgstr "Cerrar" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -732,6 +732,11 @@ msgid "Whole word" msgstr "Palabra completa" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "Expresión regular" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -742,43 +747,43 @@ msgid "Go" msgstr "Ir" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Remplazar..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Revisión de ortografía..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Autorevisión ortográfica" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Corrector ortográfico del idioma" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Leer texto" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Nada para revisar ortografía." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/et/libkpimtextedit.po kpimtextedit-18.04.1/po/et/libkpimtextedit.po --- kpimtextedit-17.12.3/po/et/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/et/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2016-07-26 20:44+0300\n" "Last-Translator: Marek Laane \n" "Language-Team: Estonian \n" @@ -327,7 +327,7 @@ msgid "Unable to load image %1." msgstr "Pildi %1 laadimine nurjus." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -420,7 +420,7 @@ msgid "Insert Image" msgstr "Pildi lisamine" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -431,32 +431,32 @@ msgid "Image Location:" msgstr "Pildi asukoht:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Säilitatakse algsuurus" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Säilitatakse pildi proportsioonid" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Laius:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Kõrgus:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Pildi eelvaatlus:" @@ -496,7 +496,7 @@ msgid "Select Special Characters" msgstr "Erimärgi valimine" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Vali" @@ -506,57 +506,57 @@ msgid "Table..." msgstr "Tabel..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Rida allapoole" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Rida ülespoole" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Veerg ette" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Veerg järele" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Kustuta" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Lahtri sisu" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Ühenda parempoolse lahtriga" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Ühenda valitud lahtrid" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Jaga lahtrid" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Tabeli vormindus..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Tabeli lahtri vorming..." @@ -650,7 +650,7 @@ msgid "Close" msgstr "Sulge" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -728,6 +728,11 @@ msgid "Whole word" msgstr "Terve sõna" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -738,43 +743,43 @@ msgid "Go" msgstr "Liigu" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Asenda..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Õigekirja kontroll..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Õigekirja automaatne kontroll" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Õigekirja kontrollimise keel" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Loe tekst ette" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Pole midagi kontrollida." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/fi/libkpimtextedit.po kpimtextedit-18.04.1/po/fi/libkpimtextedit.po --- kpimtextedit-17.12.3/po/fi/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/fi/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" -"PO-Revision-Date: 2017-05-07 20:56+0200\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" +"PO-Revision-Date: 2017-12-25 20:33+0200\n" "Last-Translator: Tommi Nieminen \n" "Language-Team: Finnish \n" "Language: fi\n" @@ -330,7 +330,7 @@ msgid "Unable to load image %1." msgstr "Kuvaa %1 ei voi ladata." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -423,7 +423,7 @@ msgid "Insert Image" msgstr "Lisää kuva" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -434,32 +434,32 @@ msgid "Image Location:" msgstr "Kuvan sijainti:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Säilytä alkuperäinen koko" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Säilytä kuvasuhde" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Leveys:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Korkeus:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Kuvan esikatselu:" @@ -499,7 +499,7 @@ msgid "Select Special Characters" msgstr "Valitse erikoismerkkejä" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Valitse" @@ -509,57 +509,57 @@ msgid "Table..." msgstr "Taulukko…" -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Rivi alle" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Rivi ylle" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Sarake edelle" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Sarake jälkeen" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Poista" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Solun sisältö" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Yhdistä oikeanpuoleiseen soluun" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Yhdistä valitut solut" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Jaa solut" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Taulukon muotoilu…" -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Taulukkosolun muotoilu…" @@ -653,7 +653,7 @@ msgid "Close" msgstr "Sulje" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -731,6 +731,11 @@ msgid "Whole word" msgstr "Koko sana" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "Säännöllinen lauseke" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -741,43 +746,43 @@ msgid "Go" msgstr "Siirry" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Korvaa…" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Tarkista oikeinkirjoitus…" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Automaattinen oikoluku" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Oikoluvun kieli" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Puhu teksti" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Ei oikoluettavaa." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/fr/libkpimtextedit.po kpimtextedit-18.04.1/po/fr/libkpimtextedit.po --- kpimtextedit-17.12.3/po/fr/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/fr/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2017-06-14 17:45+0100\n" "Last-Translator: Vincent Pinon \n" "Language-Team: French \n" @@ -335,7 +335,7 @@ msgid "Unable to load image %1." msgstr "Impossible de charger l'image %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -430,7 +430,7 @@ msgid "Insert Image" msgstr "Insérer une image" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -441,32 +441,32 @@ msgid "Image Location:" msgstr "Emplacement de l'image : " -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Conserver la taille originale" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Conserver les proportions" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Largeur :" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Hauteur :" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Aperçu de l'image : " @@ -506,7 +506,7 @@ msgid "Select Special Characters" msgstr "Sélectionner des caractères spéciaux" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Sélectionner" @@ -516,57 +516,57 @@ msgid "Table..." msgstr "Tableau..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Ligne en dessous" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Ligne au dessus" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Colonne avant" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Colonne après" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Supprimer" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Contenu des cellules" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Fusionner avec la cellule de droite" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Fusionner les cellules sélectionnées" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Scinder les cellules" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Format du tableau..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Format des cellules du tableau..." @@ -660,7 +660,7 @@ msgid "Close" msgstr "Close" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -738,6 +738,11 @@ msgid "Whole word" msgstr "Mot entier" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "Expression rationnelle" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -748,43 +753,43 @@ msgid "Go" msgstr "Aller" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Remplacer..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Vérifier l'orthographe..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Vérification automatique de l'orthographe" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Langue de vérification de l'orthographe" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Lire le texte" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Rien à vérifier" -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/ga/libkpimtextedit.po kpimtextedit-18.04.1/po/ga/libkpimtextedit.po --- kpimtextedit-17.12.3/po/ga/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/ga/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2009-12-24 06:59-0500\n" "Last-Translator: Kevin Scannell \n" "Language-Team: Irish \n" @@ -330,7 +330,7 @@ msgid "Unable to load image %1." msgstr "Ní féidir íomhá %1 a luchtú." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -422,7 +422,7 @@ msgid "Insert Image" msgstr "Ionsáigh Íomhá" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -433,32 +433,32 @@ msgid "Image Location:" msgstr "Suíomh na hÍomhá:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Leithead:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " pct" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Airde:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "" @@ -498,7 +498,7 @@ msgid "Select Special Characters" msgstr "" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "" @@ -508,57 +508,57 @@ msgid "Table..." msgstr "Tábla..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Scrios" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Roinn cealla" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "" -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "" @@ -652,7 +652,7 @@ msgid "Close" msgstr "" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -728,6 +728,11 @@ msgid "Whole word" msgstr "" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -738,43 +743,43 @@ msgid "Go" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/gl/libkpimtextedit.po kpimtextedit-18.04.1/po/gl/libkpimtextedit.po --- kpimtextedit-17.12.3/po/gl/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/gl/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -7,14 +7,14 @@ # Xosé , 2009. # Marce Villarino , 2012, 2013. # Adrian Chaves Fernandez , 2013, 2015, 2017. -# Adrián Chaves (Gallaecio) , 2017. +# Adrián Chaves (Gallaecio) , 2017, 2018. msgid "" msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" -"PO-Revision-Date: 2017-10-27 07:59+0100\n" -"Last-Translator: Adrián Chaves (Gallaecio) \n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" +"PO-Revision-Date: 2018-04-20 19:14+0100\n" +"Last-Translator: Adrian Chaves \n" "Language-Team: Galician \n" "Language: gl\n" "MIME-Version: 1.0\n" @@ -333,9 +333,9 @@ #, kde-kuit-format msgctxt "@info" msgid "Unable to load image %1." -msgstr "Non foi posíbel cargar a imaxe %1." +msgstr "Non se pode cargar a imaxe %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -430,7 +430,7 @@ msgid "Insert Image" msgstr "Inserir unha imaxe" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -441,32 +441,32 @@ msgid "Image Location:" msgstr "Lugar da imaxe:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Manter o tamaño orixinal" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Manter as proporcións da imaxe" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Anchura:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Altura:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Vista previa da imaxe:" @@ -506,7 +506,7 @@ msgid "Select Special Characters" msgstr "Escoller os caracteres especiais" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Escoller" @@ -516,57 +516,57 @@ msgid "Table..." msgstr "Táboa…" -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Fila despois" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Fila antes" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Columna antes" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Columna despois" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Eliminar" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Contido da cela" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Unir coa cela á dereita" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Unirse as celas escollidas" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Dividir en celas" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Formato da táboa…" -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Formato da cela da táboa…" @@ -660,14 +660,14 @@ msgid "Close" msgstr "Pechar" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" "Phrase '%1' could not be found." msgstr "" "Chegouse ao final da mensaxe.\n" -"Non foi posíbel atopar a frase «%1»." +"Non se puido atopar a frase «%1»." #: texteditor/commonwidget/textfindreplacewidget.cpp:37 #, kde-format @@ -738,6 +738,11 @@ msgid "Whole word" msgstr "Palabra completa" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "Expresión regular" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -748,43 +753,43 @@ msgid "Go" msgstr "Ir" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Substituír…" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Corrixir a ortografía…" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Configurar a corrección ortográfica" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Idioma da corrección ortográfica" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Ler o texto" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Non hai nada que comprobar." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." @@ -798,7 +803,7 @@ #: texteditor/richtexteditor/richtexteditor.cpp:446 #, kde-format msgid "Skip" -msgstr "" +msgstr "Saltar" #: texttospeech/texttospeechactions.cpp:43 #: texttospeech/texttospeechactions.cpp:46 diff -Nru kpimtextedit-17.12.3/po/hu/libkpimtextedit.po kpimtextedit-18.04.1/po/hu/libkpimtextedit.po --- kpimtextedit-17.12.3/po/hu/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/hu/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: KDE 4.3\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2013-03-29 11:59+0100\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -336,7 +336,7 @@ msgid "Unable to load image %1." msgstr "Nem sikerült betölteni ezt a képet: %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -428,7 +428,7 @@ msgid "Insert Image" msgstr "Kép beszúrása" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -439,32 +439,32 @@ msgid "Image Location:" msgstr "Kép helye:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Az eredeti képméret megőrzése" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "A képarány megőrzése" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Szélesség:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Magasság:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Kép előnézete:" @@ -504,7 +504,7 @@ msgid "Select Special Characters" msgstr "Speciális karakterek kijelölése" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Kijelölés" @@ -514,57 +514,57 @@ msgid "Table..." msgstr "Táblázat…" -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Sor alá" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Sor fölé" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Oszlop elé" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Oszlop mögé" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Törlés" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Cellatartalmak" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Csatlakoztatás a jobb oldali cellához" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Kijelölt cellák egyesítése" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Cellák felosztása" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Táblázat formátum…" -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Táblázat cellaformátum…" @@ -658,7 +658,7 @@ msgid "Close" msgstr "" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -734,6 +734,11 @@ msgid "Whole word" msgstr "" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -744,43 +749,43 @@ msgid "Go" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/ia/libkpimtextedit.po kpimtextedit-18.04.1/po/ia/libkpimtextedit.po --- kpimtextedit-17.12.3/po/ia/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/ia/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2013-03-06 13:02+0100\n" "Last-Translator: Giovanni Sora \n" "Language-Team: Interlingua \n" @@ -334,7 +334,7 @@ msgid "Unable to load image %1." msgstr "Inhabile de cargar image %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -426,7 +426,7 @@ msgid "Insert Image" msgstr "Inserta imagine" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -437,32 +437,32 @@ msgid "Image Location:" msgstr "Location de imagine" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Mantene grandor original" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Mantene rata de aspecto de Imagine" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Largessa:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr "px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Altessa:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Vista preliminar de Imagine:" @@ -502,7 +502,7 @@ msgid "Select Special Characters" msgstr "Selige characteres special" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Selige" @@ -512,57 +512,57 @@ msgid "Table..." msgstr "Tabula..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Linea a basso" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Linea in alto" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Columna ante" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Columna post" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Dele" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Contentos de cella" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Conjunge con cella a dextere" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Uni cellas seligite" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Divide cellas" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Exeque formato de tabula..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Exeque formato de tabula de cella" @@ -656,7 +656,7 @@ msgid "Close" msgstr "" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -732,6 +732,11 @@ msgid "Whole word" msgstr "" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -742,43 +747,43 @@ msgid "Go" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/it/libkpimtextedit.po kpimtextedit-18.04.1/po/it/libkpimtextedit.po --- kpimtextedit-17.12.3/po/it/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/it/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" -"PO-Revision-Date: 2017-02-18 08:49+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" +"PO-Revision-Date: 2017-12-16 20:02+0100\n" "Last-Translator: Vincenzo Reale \n" "Language-Team: Italian \n" "Language: it\n" @@ -328,7 +328,7 @@ msgid "Unable to load image %1." msgstr "Impossibile caricare l'immagine %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -421,7 +421,7 @@ msgid "Insert Image" msgstr "Inserisci immagine" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -432,32 +432,32 @@ msgid "Image Location:" msgstr "Posizione immagini:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Mantieni dimensione originale" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Mantieni proporzioni originali" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Larghezza:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Altezza:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Anteprima immagine:" @@ -497,7 +497,7 @@ msgid "Select Special Characters" msgstr "Seleziona caratteri speciali" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Seleziona" @@ -507,57 +507,57 @@ msgid "Table..." msgstr "Tabella..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Riga sotto" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Riga sopra" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Colonna prima" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Colonna dopo" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Elimina" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Contenuti celle" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Unisci alle celle di destra" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Unisci celle selezionate" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Dividi celle" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Formato tabella..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Formato cella..." @@ -651,7 +651,7 @@ msgid "Close" msgstr "Chiudi" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -729,6 +729,11 @@ msgid "Whole word" msgstr "Parola intera" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "Espressione regolare" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -739,43 +744,43 @@ msgid "Go" msgstr "Vai" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Sostituisci..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Controllo ortografico..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Controllo ortografico automatico" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Lingua del controllo ortografico" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Pronuncia testo" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Niente da controllare." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/ja/libkpimtextedit.po kpimtextedit-18.04.1/po/ja/libkpimtextedit.po --- kpimtextedit-17.12.3/po/ja/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/ja/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2010-03-20 23:08+0900\n" "Last-Translator: Yukiko Bando \n" "Language-Team: Japanese \n" @@ -325,7 +325,7 @@ msgid "Unable to load image %1." msgstr "画像 %1 を読み込めません。" -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -416,7 +416,7 @@ msgid "Insert Image" msgstr "" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -427,32 +427,32 @@ msgid "Image Location:" msgstr "" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr "" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "" @@ -492,7 +492,7 @@ msgid "Select Special Characters" msgstr "" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "" @@ -502,58 +502,58 @@ msgid "Table..." msgstr "" -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, fuzzy, kde-format #| msgid "Delete Line" msgid "Delete" msgstr "行を削除" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "" -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "" @@ -647,7 +647,7 @@ msgid "Close" msgstr "" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -723,6 +723,11 @@ msgid "Whole word" msgstr "" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -733,43 +738,43 @@ msgid "Go" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/kk/libkpimtextedit.po kpimtextedit-18.04.1/po/kk/libkpimtextedit.po --- kpimtextedit-17.12.3/po/kk/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/kk/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2013-07-12 05:09+0600\n" "Last-Translator: Sairan Kikkarin \n" "Language-Team: Kazakh \n" @@ -334,7 +334,7 @@ msgid "Unable to load image %1." msgstr "%1 кескіні жүктелмеді." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -426,7 +426,7 @@ msgid "Insert Image" msgstr "Кескінді енгізу" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -437,32 +437,32 @@ msgid "Image Location:" msgstr "Кескін сілтемесі:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Өз өлшемі қалсын" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Кескіннің ара қатынасы сақталсын" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Ені:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " пкс" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Биіктігі:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Қарап-шығатын кескін:" @@ -502,7 +502,7 @@ msgid "Select Special Characters" msgstr "Арнаулы таңбаларды таңдау" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Таңдау" @@ -512,57 +512,57 @@ msgid "Table..." msgstr "Кесте..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Жолды төменінде" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Жолды жоғарында" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Алдында баған" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Кейін баған" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Өшіру" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Ұяшықтың мазмұны" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Оң жақ ұяшығымен біріктіру" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Таңдалған ұяшықтарын біріктіру" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Ұяшықтарды бөлу" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Кесте пішімі..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Кесте ұяшығының пішімі..." @@ -656,7 +656,7 @@ msgid "Close" msgstr "" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -732,6 +732,11 @@ msgid "Whole word" msgstr "" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -742,43 +747,43 @@ msgid "Go" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/km/libkpimtextedit.po kpimtextedit-18.04.1/po/km/libkpimtextedit.po --- kpimtextedit-17.12.3/po/km/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/km/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2012-06-13 09:17+0700\n" "Last-Translator: Khoem Sokhem \n" "Language-Team: Khmer\n" @@ -328,7 +328,7 @@ msgid "Unable to load image %1." msgstr "មិនអាច​ផ្ទុក​រូបភាព %1 បានទេ ។" -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -418,7 +418,7 @@ msgid "Insert Image" msgstr "" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -429,32 +429,32 @@ msgid "Image Location:" msgstr "" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr "" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "" @@ -494,7 +494,7 @@ msgid "Select Special Characters" msgstr "" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "" @@ -504,58 +504,58 @@ msgid "Table..." msgstr "" -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, fuzzy, kde-format #| msgid "Delete Line" msgid "Delete" msgstr "លុប​បន្ទាត់" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "" -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "" @@ -649,7 +649,7 @@ msgid "Close" msgstr "" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -725,6 +725,11 @@ msgid "Whole word" msgstr "" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -735,43 +740,43 @@ msgid "Go" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/ko/libkpimtextedit.po kpimtextedit-18.04.1/po/ko/libkpimtextedit.po --- kpimtextedit-17.12.3/po/ko/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/ko/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2017-12-03 22:16+0100\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" @@ -326,7 +326,7 @@ msgid "Unable to load image %1." msgstr "그림 %1을(를) 불러올 수 없습니다." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -420,7 +420,7 @@ msgid "Insert Image" msgstr "그림 삽입" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -431,32 +431,32 @@ msgid "Image Location:" msgstr "그림 위치:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "원본 크기 유지" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "원본 비율 유지" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "너비:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " 픽셀" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "높이:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "그림 미리 보기:" @@ -496,7 +496,7 @@ msgid "Select Special Characters" msgstr "특수 문자 선택" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "선택" @@ -506,57 +506,57 @@ msgid "Table..." msgstr "표..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "아래쪽 행" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "위쪽 행" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "이전 열" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "다음 열" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "삭제" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "셀 내용" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "오른쪽 셀과 병합" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "선택한 셀 병합" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "셀 분할" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "표 서식..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "표 셀 서식..." @@ -650,7 +650,7 @@ msgid "Close" msgstr "닫기" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -728,6 +728,11 @@ msgid "Whole word" msgstr "단어 단위로" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -738,43 +743,43 @@ msgid "Go" msgstr "이동" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "바꾸기..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "맞춤법 검사..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "자동 맞춤법 검사" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "맞춤법 검사 언어" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "텍스트 말하기" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "맞춤법 검사할 항목이 없습니다." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/lt/libkpimtextedit.po kpimtextedit-18.04.1/po/lt/libkpimtextedit.po --- kpimtextedit-17.12.3/po/lt/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/lt/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2015-08-30 16:02+0200\n" "Last-Translator: Liudas Ališauskas \n" "Language-Team: Lithuanian \n" @@ -336,7 +336,7 @@ msgid "Unable to load image %1." msgstr "Nepavyksta įkelti paveikslėlio %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -428,7 +428,7 @@ msgid "Insert Image" msgstr "Įterpti paveikslą" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -439,32 +439,32 @@ msgid "Image Location:" msgstr "Paveikslėlio vieta:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Išlaikyti originalų dydį" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Išlaikyti paveikslėlio santykį" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Plotis:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " piks." -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Aukštis:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Paveikslėlio peržiūra:" @@ -504,7 +504,7 @@ msgid "Select Special Characters" msgstr "Pažymėti specialius simbolius" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Žymėti" @@ -514,57 +514,57 @@ msgid "Table..." msgstr "Lentelė..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Eilutę apačioje" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Eilutę virš" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Stulpelis anksčiau" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Stulpelis po" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Trinti" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Langelio turinys" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Sujungti su laukeliu į dešinę" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Sujungti pažymėtus langelius" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Skaidyti langelius" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Lentelės formatas..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Lentelės langelio formatas..." @@ -658,7 +658,7 @@ msgid "Close" msgstr "" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -734,6 +734,11 @@ msgid "Whole word" msgstr "" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -744,43 +749,43 @@ msgid "Go" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/lv/libkpimtextedit.po kpimtextedit-18.04.1/po/lv/libkpimtextedit.po --- kpimtextedit-17.12.3/po/lv/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/lv/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2010-01-01 17:05+0200\n" "Last-Translator: Viesturs Zarins \n" "Language-Team: Latvian \n" @@ -328,7 +328,7 @@ msgid "Unable to load image %1." msgstr "Neizdevās ielādēt attēlu %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -419,7 +419,7 @@ msgid "Insert Image" msgstr "" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -430,32 +430,32 @@ msgid "Image Location:" msgstr "" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr "" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "" @@ -495,7 +495,7 @@ msgid "Select Special Characters" msgstr "" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "" @@ -505,58 +505,58 @@ msgid "Table..." msgstr "" -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, fuzzy, kde-format #| msgid "Delete Line" msgid "Delete" msgstr "Dzēst rindu" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "" -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "" @@ -650,7 +650,7 @@ msgid "Close" msgstr "" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -726,6 +726,11 @@ msgid "Whole word" msgstr "" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -736,43 +741,43 @@ msgid "Go" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/mr/libkpimtextedit.po kpimtextedit-18.04.1/po/mr/libkpimtextedit.po --- kpimtextedit-17.12.3/po/mr/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/mr/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2013-03-07 18:25+0530\n" "Last-Translator: Chetan Khona \n" "Language-Team: Marathi \n" @@ -332,7 +332,7 @@ msgid "Unable to load image %1." msgstr "प्रतिमा दाखल करू शकत नाही - %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -424,7 +424,7 @@ msgid "Insert Image" msgstr "" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -435,32 +435,32 @@ msgid "Image Location:" msgstr "" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "रुंदी :" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "उंची :" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "" @@ -500,7 +500,7 @@ msgid "Select Special Characters" msgstr "" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "निवडा" @@ -510,57 +510,57 @@ msgid "Table..." msgstr "कोष्टक..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "काढून टाका" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "" -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "" @@ -654,7 +654,7 @@ msgid "Close" msgstr "" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -730,6 +730,11 @@ msgid "Whole word" msgstr "" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -740,43 +745,43 @@ msgid "Go" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/nb/libkpimtextedit.po kpimtextedit-18.04.1/po/nb/libkpimtextedit.po --- kpimtextedit-17.12.3/po/nb/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/nb/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2013-04-03 18:03+0200\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" @@ -328,7 +328,7 @@ msgid "Unable to load image %1." msgstr "Klarte ikke å laste bildet %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -422,7 +422,7 @@ msgid "Insert Image" msgstr "Sett inn bilde" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -433,32 +433,32 @@ msgid "Image Location:" msgstr "Bildested:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Behold opprinnelig størrelse" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Behold høyde/bredde-forhold" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Bredde:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " piksler" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Høyde:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Bildeforhåndsvisning:" @@ -498,7 +498,7 @@ msgid "Select Special Characters" msgstr "Velg spesialtegn" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Velg" @@ -508,57 +508,57 @@ msgid "Table..." msgstr "Tabell …" -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Rad under" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Rad over" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Kolonne foran" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Kolonne etter" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Slett" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Celleinnhold" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Slå sammen med cellen til høyre" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Slå sammen valgte celler" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Del celler" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Tabellformat …" -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Tabellcelleformat …" @@ -652,7 +652,7 @@ msgid "Close" msgstr "Lukk" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -728,6 +728,11 @@ msgid "Whole word" msgstr "Hele ord" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "Regulært uttrykk" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -738,43 +743,43 @@ msgid "Go" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Erstatt …" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Kjør stavekontroll …" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Automatisk stavekontroll" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Språk for stavekontroll" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Uttal teksten" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Ingenting å stavekontrollere." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/nds/libkpimtextedit.po kpimtextedit-18.04.1/po/nds/libkpimtextedit.po --- kpimtextedit-17.12.3/po/nds/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/nds/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2014-03-05 00:31+0100\n" "Last-Translator: Sönke Dibbern \n" "Language-Team: Low Saxon \n" @@ -336,7 +336,7 @@ msgid "Unable to load image %1." msgstr "Dat Bild %1 lett sik nich laden." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -428,7 +428,7 @@ msgid "Insert Image" msgstr "Bild infögen" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -439,32 +439,32 @@ msgid "Image Location:" msgstr "Bildadress:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Orginaalgrött wohren" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Proportschoon wohren" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Breed:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Hööchde:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Bild-Vöransicht:" @@ -504,7 +504,7 @@ msgid "Select Special Characters" msgstr "Sünnertekens utsöken" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Utsöken" @@ -514,57 +514,57 @@ msgid "Table..." msgstr "Tabell..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Reeg nerrn" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Reeg baven" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Striep dor vör" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Striep dor achter" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Wegdoon" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Zellinholden" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Mit Zell rechterhand tosamenfögen" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Utsöcht Zellen tosamenfögen" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Zellen delen" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Tabellformaat..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Tabellzellformaat..." @@ -658,7 +658,7 @@ msgid "Close" msgstr "" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -734,6 +734,11 @@ msgid "Whole word" msgstr "" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -744,43 +749,43 @@ msgid "Go" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/nl/libkpimtextedit.po kpimtextedit-18.04.1/po/nl/libkpimtextedit.po --- kpimtextedit-17.12.3/po/nl/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/nl/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" -"PO-Revision-Date: 2017-12-20 11:56+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" +"PO-Revision-Date: 2017-12-16 13:29+0100\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" "Language: nl\n" @@ -328,7 +328,7 @@ msgid "Unable to load image %1." msgstr "De afbeelding %1 kan niet worden geladen." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -422,7 +422,7 @@ msgid "Insert Image" msgstr "Afbeelding invoegen" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -433,32 +433,32 @@ msgid "Image Location:" msgstr "Afbeeldingslocatie:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Oorspronkelijke grootte handhaven" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Afbeeldingsverhouding behouden" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Breedte:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Hoogte:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Afbeeldingsvoorbeeld:" @@ -498,7 +498,7 @@ msgid "Select Special Characters" msgstr "Speciale tekens selecteren" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Selecteren" @@ -508,57 +508,57 @@ msgid "Table..." msgstr "Tabel..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Rij eronder" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Rij erboven" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Kolom vóór" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Kolom na" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Verwijderen" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Celinhoud" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Met de cel rechts samenvoegen" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Voeg geselecteerde cellen samen" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Cellen splitsen" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Tabelindeling..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Celindeling van tabel..." @@ -652,7 +652,7 @@ msgid "Close" msgstr "Sluiten" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -730,6 +730,11 @@ msgid "Whole word" msgstr "Geheel woord" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "Reguliere expressie" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -740,43 +745,43 @@ msgid "Go" msgstr "Ga naar" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Vervangen..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Spelling controleren..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Automatische spellingcontrole" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Taal van spellingcontrole" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Tekst uitspreken" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Niets om de spelling van te controleren." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." @@ -853,7 +858,7 @@ #: texttospeech/texttospeechwidget.cpp:90 #, kde-format msgid "Configure..." -msgstr "Configureren..." +msgstr "Instellen..." #~ msgid "RichTextComposerWidgetTest_Gui" #~ msgstr "RichTextComposerWidgetTest_Gui" diff -Nru kpimtextedit-17.12.3/po/nn/libkpimtextedit.po kpimtextedit-18.04.1/po/nn/libkpimtextedit.po --- kpimtextedit-17.12.3/po/nn/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/nn/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2009-08-31 22:08-0400\n" "Last-Translator: \n" "Language-Team: Norwegian Nynorsk \n" @@ -328,7 +328,7 @@ msgid "Unable to load image %1." msgstr "Klarte ikkje lasta inn biletet %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -418,7 +418,7 @@ msgid "Insert Image" msgstr "" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -429,32 +429,32 @@ msgid "Image Location:" msgstr "" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr "" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "" @@ -494,7 +494,7 @@ msgid "Select Special Characters" msgstr "" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "" @@ -504,57 +504,57 @@ msgid "Table..." msgstr "" -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "" -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "" @@ -648,7 +648,7 @@ msgid "Close" msgstr "Lukk" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -724,6 +724,11 @@ msgid "Whole word" msgstr "" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "Regulært uttrykk" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -734,43 +739,43 @@ msgid "Go" msgstr "Gå til" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Køyr stavekontroll …" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Automatisk stavekontroll" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Ingenting å stavekontrollera." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/pa/libkpimtextedit.po kpimtextedit-18.04.1/po/pa/libkpimtextedit.po --- kpimtextedit-17.12.3/po/pa/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/pa/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2010-01-16 08:30+0530\n" "Last-Translator: A S Alam \n" "Language-Team: ਪੰਜਾਬੀ \n" @@ -326,7 +326,7 @@ msgid "Unable to load image %1." msgstr "" -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -417,7 +417,7 @@ msgid "Insert Image" msgstr "" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -428,32 +428,32 @@ msgid "Image Location:" msgstr "" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr "" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "" @@ -493,7 +493,7 @@ msgid "Select Special Characters" msgstr "" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "" @@ -503,58 +503,58 @@ msgid "Table..." msgstr "" -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, fuzzy, kde-format #| msgid "Delete Line" msgid "Delete" msgstr "ਲਾਈਨ ਹਟਾਓ" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "" -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "" @@ -648,7 +648,7 @@ msgid "Close" msgstr "" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -724,6 +724,11 @@ msgid "Whole word" msgstr "" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -734,43 +739,43 @@ msgid "Go" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/pl/libkpimtextedit.po kpimtextedit-18.04.1/po/pl/libkpimtextedit.po --- kpimtextedit-17.12.3/po/pl/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/pl/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -2,13 +2,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Maciej Wikło , 2009. -# Łukasz Wojniłowicz , 2011, 2012, 2013, 2015, 2017. +# Łukasz Wojniłowicz , 2011, 2012, 2013, 2015, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" -"PO-Revision-Date: 2017-12-09 07:50+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" +"PO-Revision-Date: 2018-01-28 06:06+0100\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" "Language: pl\n" @@ -328,7 +328,7 @@ msgid "Unable to load image %1." msgstr "Nie można wczytać obrazu %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -422,7 +422,7 @@ msgid "Insert Image" msgstr "Wstaw obraz" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -433,32 +433,32 @@ msgid "Image Location:" msgstr "Położenie obrazu:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Zachowaj pierwotny rozmiar" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Zachowaj kształt obrazu" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Szerokość:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " piks." -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Wysokość:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Podgląd obrazu:" @@ -498,7 +498,7 @@ msgid "Select Special Characters" msgstr "Wybierz znaki specjalne" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Wybierz" @@ -508,57 +508,57 @@ msgid "Table..." msgstr "Tabela..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Wiersz poniżej" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Wiersz powyżej" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Kolumna przed" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Kolumna za" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Usuń" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Zawartość komórki" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Połącz z komórką po prawo" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Scal wybrane komórki" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Rozdziel komórki" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Format tabeli..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Format komórki tabeli..." @@ -652,7 +652,7 @@ msgid "Close" msgstr "Zamknij" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -730,6 +730,11 @@ msgid "Whole word" msgstr "Całe słowo" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "Wyrażenie regularne" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -740,43 +745,43 @@ msgid "Go" msgstr "Idź" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Zamień..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Sprawdź pisownię..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Samoczynne sprawdzanie pisowni" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Język sprawdzania pisowni" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Wypowiedz tekst" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Nic do sprawdzenia pisowni." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/pt/libkpimtextedit.po kpimtextedit-18.04.1/po/pt/libkpimtextedit.po --- kpimtextedit-17.12.3/po/pt/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/pt/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kmail\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2015-11-18 11:57+0000\n" "Last-Translator: Pedro Morais \n" "Language-Team: pt \n" @@ -368,7 +368,7 @@ msgid "Unable to load image %1." msgstr "Não é possível carregar a imagem %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -463,7 +463,7 @@ msgid "Insert Image" msgstr "Inserir uma Imagem" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -474,32 +474,32 @@ msgid "Image Location:" msgstr "Localização da Imagem:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Manter o Tamanho Original" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Manter as Proporções" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Largura:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " pontos" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Altura:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Antevisão da Imagem:" @@ -539,7 +539,7 @@ msgid "Select Special Characters" msgstr "Seleccionar os Caracteres Especiais" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Seleccionar" @@ -549,57 +549,57 @@ msgid "Table..." msgstr "Tabela..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Linha Abaixo" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Linha Acima" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Coluna Antes" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Coluna Depois" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Apagar" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Conteúdo da Célula" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Juntar à Célula da Direita" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Juntar as Células Seleccionadas" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Dividir as células" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Formato da Tabela..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Formato da Célula da Tabela..." @@ -693,7 +693,7 @@ msgid "Close" msgstr "Fechar" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -771,6 +771,11 @@ msgid "Whole word" msgstr "Palavra inteira" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "Expressão Regular" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -781,43 +786,43 @@ msgid "Go" msgstr "Ir" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Substituir..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Verificar a Ortografia..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Verificação Ortográfica Automática" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Língua da Verificação Ortográfica" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Falar o Texto" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Nada a verificar a nível ortográfico." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/pt_BR/libkpimtextedit.po kpimtextedit-18.04.1/po/pt_BR/libkpimtextedit.po --- kpimtextedit-17.12.3/po/pt_BR/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/pt_BR/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2015-11-18 09:08-0200\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" @@ -329,7 +329,7 @@ msgid "Unable to load image %1." msgstr "Não foi possível carregar a imagem %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -422,7 +422,7 @@ msgid "Insert Image" msgstr "Inserir imagem" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -433,32 +433,32 @@ msgid "Image Location:" msgstr "Localização da imagem:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Manter o tamanho original" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Manter a proporção" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Largura:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Altura:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Visualização da imagem:" @@ -499,7 +499,7 @@ msgid "Select Special Characters" msgstr "Selecionar caracteres especiais" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Selecionar" @@ -509,57 +509,57 @@ msgid "Table..." msgstr "Tabela..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Linha abaixo" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Linha acima" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Antes da coluna" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Após a coluna" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Excluir" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Conteúdo da célula" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Inserir célula à direita" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Juntar as células selecionadas" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Dividir células" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Formato da tabela..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Formato da célula da tabela..." @@ -653,7 +653,7 @@ msgid "Close" msgstr "Fechar" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -731,6 +731,11 @@ msgid "Whole word" msgstr "Palavra inteira" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -741,43 +746,43 @@ msgid "Go" msgstr "Ir" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Substituir..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Verificar ortografia..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Verificar ortografia automaticamente" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Idioma da verificação ortográfica" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Falar o texto" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Nenhuma ortografia a ser verificada." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/ro/libkpimtextedit.po kpimtextedit-18.04.1/po/ro/libkpimtextedit.po --- kpimtextedit-17.12.3/po/ro/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/ro/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2013-01-12 05:10+0200\n" "Last-Translator: Sergiu Bivol \n" "Language-Team: Romanian \n" @@ -334,7 +334,7 @@ msgid "Unable to load image %1." msgstr "Nu pot încărca imaginea %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -426,7 +426,7 @@ msgid "Insert Image" msgstr "Inserează imagine" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -437,32 +437,32 @@ msgid "Image Location:" msgstr "Amplasarea imaginii:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Păstrează dimensiunea originală" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Păstrează raportul imaginii" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Lățime:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Înălțime:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "" @@ -502,7 +502,7 @@ msgid "Select Special Characters" msgstr "" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "" @@ -512,57 +512,57 @@ msgid "Table..." msgstr "Tabel..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Rânduri dedesubt" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Rânduri deasupra" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Coloană anterior" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Coloană posterior" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Șterge" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Conținut celulă" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Unește cu celula din dreapta" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Unește celulele alese" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Desparte celulele" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Format tabel..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Format celule din tabel..." @@ -656,7 +656,7 @@ msgid "Close" msgstr "" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -732,6 +732,11 @@ msgid "Whole word" msgstr "" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -742,43 +747,43 @@ msgid "Go" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/ru/libkpimtextedit.po kpimtextedit-18.04.1/po/ru/libkpimtextedit.po --- kpimtextedit-17.12.3/po/ru/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/ru/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2016-01-10 17:00+0300\n" "Last-Translator: Alexander Potashev \n" "Language-Team: Russian \n" @@ -332,7 +332,7 @@ msgid "Unable to load image %1." msgstr "Не удалось загрузить изображение %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -426,7 +426,7 @@ msgid "Insert Image" msgstr "Вставить изображение" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -437,32 +437,32 @@ msgid "Image Location:" msgstr "Адрес изображения:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Сохранять оригинальный размер" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Сохранять соотношение сторон" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Ширина:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " пикс." -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Высота:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Просмотр изображения:" @@ -502,7 +502,7 @@ msgid "Select Special Characters" msgstr "Выбор специальных символов" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Выбрать" @@ -512,57 +512,57 @@ msgid "Table..." msgstr "Таблица..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Строку ниже" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Строку выше" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Столбец слева" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Столбец справа" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Удалить" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Содержимое ячейки" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Объединить с ячейкой справа" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Объединить выделенные ячейки" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Разделить ячейки" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Формат таблицы..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Формат ячейки таблицы..." @@ -656,7 +656,7 @@ msgid "Close" msgstr "Закрыть" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -734,6 +734,11 @@ msgid "Whole word" msgstr "Только полные слова" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -744,43 +749,43 @@ msgid "Go" msgstr "Перейти" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Заменить..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Проверить орфографию..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Автоматическая проверка орфографии" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Язык для проверки орфографии" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Зачитать текст" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Нечего проверять." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/sk/libkpimtextedit.po kpimtextedit-18.04.1/po/sk/libkpimtextedit.po --- kpimtextedit-17.12.3/po/sk/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/sk/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2017-04-16 09:18+0100\n" "Last-Translator: Roman Paholik \n" "Language-Team: Slovak \n" @@ -325,7 +325,7 @@ msgid "Unable to load image %1." msgstr "Nepodarilo sa načítať obrázok %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -419,7 +419,7 @@ msgid "Insert Image" msgstr "Vložiť obrázok" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -430,32 +430,32 @@ msgid "Image Location:" msgstr "Poloha obrázku:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Zachovať pôvodnú veľkosť" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Zachovať pomer obrázku" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Šírka:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Výška:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Náhľad obrázka:" @@ -495,7 +495,7 @@ msgid "Select Special Characters" msgstr "Vybrať špeciálne znaky" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Vybrať" @@ -505,57 +505,57 @@ msgid "Table..." msgstr "Tabuľka..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Riadok pod" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Riadok nad" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Stĺpec pred" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Stĺpec za" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Odstrániť" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Obsah bunky" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Prepojiť s bunkou napravo" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Spojiť vybrané bunky" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Rozdeliť bunky" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Formát tabuľky..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Formát bunky tabuľky..." @@ -649,7 +649,7 @@ msgid "Close" msgstr "Zavrieť" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -727,6 +727,11 @@ msgid "Whole word" msgstr "Celé slovo" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -737,43 +742,43 @@ msgid "Go" msgstr "Prejsť" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Nahradiť..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Kontrola pravopisu..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Automatická kontrola pravopisu" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Jazyk kontroly pravopisu" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Povedať text" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Nič ku kontrole pravopisu." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/sl/libkpimtextedit.po kpimtextedit-18.04.1/po/sl/libkpimtextedit.po --- kpimtextedit-17.12.3/po/sl/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/sl/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2018-02-18 12:18+0100\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" @@ -330,7 +330,7 @@ msgid "Unable to load image %1." msgstr "Slike %1 ni mogoče naložiti." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -423,7 +423,7 @@ msgid "Insert Image" msgstr "Vstavi sliko" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -434,32 +434,32 @@ msgid "Image Location:" msgstr "Mesto slike:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Ohrani izvorno velikost" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Ohrani razmerje velikosti" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Širina:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Višina:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Predogled slike:" @@ -499,7 +499,7 @@ msgid "Select Special Characters" msgstr "Izberi posebne znake" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Izberi" @@ -509,57 +509,57 @@ msgid "Table..." msgstr "Razpredelnica ..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Vrstica spodaj" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Vrstica zgoraj" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Stolpec pred" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Stolpec za" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Izbriši" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Vsebina celic" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Združi s celico na desni" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Združi izbrane celice" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Razdeli celice" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Oblika razpredelnice ..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Oblika celice v razpredelnici ..." @@ -653,7 +653,7 @@ msgid "Close" msgstr "Zapri" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -731,6 +731,11 @@ msgid "Whole word" msgstr "Cele besede" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "Regularni izraz" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -741,43 +746,43 @@ msgid "Go" msgstr "Pojdi" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Zamenjaj ..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Preveri črkovanje ..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Samodejno preverjanje črkovanja" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Jezik preverjanja črkovanja" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Izgovori besedilo" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Za preverjanje črkovanja ni ničesar." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/sr/libkpimtextedit.po kpimtextedit-18.04.1/po/sr/libkpimtextedit.po --- kpimtextedit-17.12.3/po/sr/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/sr/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" -"PO-Revision-Date: 2017-02-19 13:25+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" +"PO-Revision-Date: 2017-12-24 21:47+0100\n" "Last-Translator: Chusslove Illich \n" "Language-Team: Serbian \n" "Language: sr\n" @@ -333,7 +333,7 @@ msgid "Unable to load image %1." msgstr "Не могу да учитам слику %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -427,7 +427,7 @@ msgid "Insert Image" msgstr "Уметање слике" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -438,33 +438,33 @@ msgid "Image Location:" msgstr "Локација слике:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Задржи изворну величину" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Задржи пропорцију слике" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Ширина" # well-spelled: пикс -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " пикс" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Висина" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Преглед слике:" @@ -506,7 +506,7 @@ msgid "Select Special Characters" msgstr "Избор посебних знакова" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Изабери" @@ -516,58 +516,58 @@ msgid "Table..." msgstr "Табела..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Врста испод" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Врста изнад" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Колона пре" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Колона после" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Обриши" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Садржај ћелије" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Споји са ћелијом десно" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Споји изабране ћелије" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Подели ћелије" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Формат табеле..." # rewrite-msgid: /Table// -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Формат ћелије..." @@ -665,7 +665,7 @@ msgid "Close" msgstr "Затвори" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -744,6 +744,11 @@ msgid "Whole word" msgstr "Цела реч" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "Регуларни израз" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -754,43 +759,43 @@ msgid "Go" msgstr "Иди" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Замени..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Провери правопис..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Аутоматска провера правописа" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Језик провере правописа" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Изговори текст" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Нема ничег за проверу правописа." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/sv/libkpimtextedit.po kpimtextedit-18.04.1/po/sv/libkpimtextedit.po --- kpimtextedit-17.12.3/po/sv/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/sv/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" -"PO-Revision-Date: 2017-02-21 18:28+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" +"PO-Revision-Date: 2017-12-16 16:14+0100\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" "Language: sv\n" @@ -327,7 +327,7 @@ msgid "Unable to load image %1." msgstr "Kunde inte ladda bilden %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -420,7 +420,7 @@ msgid "Insert Image" msgstr "Infoga bild" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -431,32 +431,32 @@ msgid "Image Location:" msgstr "Bildplats:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Behåll originalstorlek" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Behåll bildproportion" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Bredd:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " bildpunkter" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Höjd:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Förhandsgranskning av bild:" @@ -496,7 +496,7 @@ msgid "Select Special Characters" msgstr "Välj specialtecken" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Välj" @@ -506,57 +506,57 @@ msgid "Table..." msgstr "Tabell..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Rad nedanför" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Rad ovanför" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Kolumn före" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Kolumn efter" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Ta bort" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Cellinnehåll" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Sammanfoga med cellen till höger" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Sammanfoga markerade celler" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Dela celler" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Tabellformat..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Tabellcellformat..." @@ -650,7 +650,7 @@ msgid "Close" msgstr "Stäng" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -728,6 +728,11 @@ msgid "Whole word" msgstr "Hela ord" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "Reguljärt uttryck" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -738,43 +743,43 @@ msgid "Go" msgstr "Gå" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Ersätt..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Kontrollera stavning..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Automatisk stavningskontroll" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Språk för stavningskontroll" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Läs upp text" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Ingenting att stavningskontrollera." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/tr/libkpimtextedit.po kpimtextedit-18.04.1/po/tr/libkpimtextedit.po --- kpimtextedit-17.12.3/po/tr/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/tr/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kdepimlibs-kde4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2017-06-05 14:10+0000\n" "Last-Translator: Kaan \n" "Language-Team: Turkish \n" @@ -329,7 +329,7 @@ msgid "Unable to load image %1." msgstr "%1 resmi yüklenemiyor." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -422,7 +422,7 @@ msgid "Insert Image" msgstr "Resim Ekle" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -433,32 +433,32 @@ msgid "Image Location:" msgstr "Resim Konumu:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Özgün Boyutu Koru" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Resim Oranını Koru" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Genişlik:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Yükseklik:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Resim Önizleme:" @@ -498,7 +498,7 @@ msgid "Select Special Characters" msgstr "Özel Karakterler Seç" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Seç" @@ -508,57 +508,57 @@ msgid "Table..." msgstr "Tablo..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Alt Satır" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Üst Satır" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Önceki Sütun" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Sonraki Sütun" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Sil" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Hücre İçeriği" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Sağdaki Hücreyle Birleştir" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Seçili Hücreleri Birleştir" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Hücreleri böl" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Tablo Biçimi..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Tablo Hücre Biçimi..." @@ -652,7 +652,7 @@ msgid "Close" msgstr "Kapat" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -730,6 +730,11 @@ msgid "Whole word" msgstr "Tüm kelime" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -740,43 +745,43 @@ msgid "Go" msgstr "Git" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Değiştir..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Yazım Denetimi Yap..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Otomatik Yazım Denetimi" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Yazım Denetimi Dili" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Metni Seslendir" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Yazım denetimi yapılacak bir şey yok." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/ug/libkpimtextedit.po kpimtextedit-18.04.1/po/ug/libkpimtextedit.po --- kpimtextedit-17.12.3/po/ug/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/ug/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji \n" "Language-Team: Uyghur Computer Science Association \n" @@ -333,7 +333,7 @@ msgid "Unable to load image %1." msgstr "" -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -425,7 +425,7 @@ msgid "Insert Image" msgstr "سۈرەت قىستۇر" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -436,32 +436,32 @@ msgid "Image Location:" msgstr "" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "كەڭلىك:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " px" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "ئېگىزلىك:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "" @@ -501,7 +501,7 @@ msgid "Select Special Characters" msgstr "" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "تاللا" @@ -511,57 +511,57 @@ msgid "Table..." msgstr "جەدۋەل…" -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "قۇر ئاستى" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "قۇر ئۈستى" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "ئىستوندىن ئىلگىرى" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "ئىستوندىن كېيىن" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "ئۆچۈر" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "كاتەكچە مەزمۇنلىرى" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "" -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "" @@ -655,7 +655,7 @@ msgid "Close" msgstr "" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -731,6 +731,11 @@ msgid "Whole word" msgstr "" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -741,43 +746,43 @@ msgid "Go" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/uk/libkpimtextedit.po kpimtextedit-18.04.1/po/uk/libkpimtextedit.po --- kpimtextedit-17.12.3/po/uk/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/uk/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -8,15 +8,15 @@ msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" -"PO-Revision-Date: 2017-02-16 09:57+0200\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" +"PO-Revision-Date: 2017-12-16 09:37+0200\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" @@ -329,7 +329,7 @@ msgid "Unable to load image %1." msgstr "Не вдалося завантажити зображення %1." -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -424,7 +424,7 @@ msgid "Insert Image" msgstr "Вставлення зображення" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -435,32 +435,32 @@ msgid "Image Location:" msgstr "Розташування зображення:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "Зберігати початкові розміри" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "Зберігати співвідношення розмірів" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "Ширина:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " пк" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "Висота:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "Перегляд зображення:" @@ -500,7 +500,7 @@ msgid "Select Special Characters" msgstr "Виберіть спеціальні символи" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "Вибрати" @@ -510,57 +510,57 @@ msgid "Table..." msgstr "Таблиця…" -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "Рядок нижче" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "Рядок вище" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "Стовпчик лівіше" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "Стовпчик правіше" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "Вилучити" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "Вміст комірки" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "Об’єднати з коміркою праворуч" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "Об’єднати позначені комірки" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "Розділити комірки" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "Формат таблиці…" -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "Формат комірки таблиці…" @@ -654,7 +654,7 @@ msgid "Close" msgstr "Закрити" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -732,6 +732,11 @@ msgid "Whole word" msgstr "Тільки цілі слова" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "Формальний вираз" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -742,43 +747,43 @@ msgid "Go" msgstr "Перейти" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "Замінити…" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "Перевірити правопис…" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "Автоматична перевірка правопису" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "Мова для перевірки правопису" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "Декламувати текст" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "Немає матеріалів для перевірки правопису." -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/zh_CN/libkpimtextedit.po kpimtextedit-18.04.1/po/zh_CN/libkpimtextedit.po --- kpimtextedit-17.12.3/po/zh_CN/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/zh_CN/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" -"PO-Revision-Date: 2018-02-28 02:28-0500\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" +"PO-Revision-Date: 2018-04-26 06:08-0400\n" "Last-Translator: guoyunhebrave \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -331,7 +331,7 @@ msgid "Unable to load image %1." msgstr "无法装入图像 %1。" -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -423,7 +423,7 @@ msgid "Insert Image" msgstr "插入图片" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -434,32 +434,32 @@ msgid "Image Location:" msgstr "图片位置:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "保持原始尺寸" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "保持图片纵横比" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "宽度:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " 像素" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "高度:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "图片预览:" @@ -499,7 +499,7 @@ msgid "Select Special Characters" msgstr "选择特殊字符" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "选择" @@ -509,57 +509,57 @@ msgid "Table..." msgstr "表格..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "向下插入行" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "向上插入行" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "向左插入列" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "向右插入列" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "删除" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "单元格内容" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "向右合并单元格" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "合并选中单元格" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "分割单元格" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "表格格式..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "表格单元格格式..." @@ -653,7 +653,7 @@ msgid "Close" msgstr "关闭" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -731,6 +731,11 @@ msgid "Whole word" msgstr "完整单词" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "正则表达式" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -741,43 +746,43 @@ msgid "Go" msgstr "转到" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "替换..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "检查拼写..." -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "自动拼写检查" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "拼写检查语言" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "朗读文本" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "没有可供检查拼写的内容。" -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/po/zh_TW/libkpimtextedit.po kpimtextedit-18.04.1/po/zh_TW/libkpimtextedit.po --- kpimtextedit-17.12.3/po/zh_TW/libkpimtextedit.po 2018-03-06 00:28:14.000000000 +0000 +++ kpimtextedit-18.04.1/po/zh_TW/libkpimtextedit.po 2018-05-08 00:21:23.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libkpimtextedit\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-12-18 05:30+0100\n" +"POT-Creation-Date: 2017-12-26 03:19+0100\n" "PO-Revision-Date: 2013-05-20 17:22+0800\n" "Last-Translator: Franklin Weng \n" "Language-Team: Chinese Traditional \n" @@ -335,7 +335,7 @@ msgid "Unable to load image %1." msgstr "無法載入影像檔 %1。" -#: composer-ng/richtextcomposerimages.cpp:235 +#: composer-ng/richtextcomposerimages.cpp:234 #, kde-format msgctxt "Start of the filename for an image" msgid "image" @@ -427,7 +427,7 @@ msgid "Insert Image" msgstr "插入影像" -#: insertimagedialog.cpp:46 inserttabledialog.cpp:50 +#: insertimagedialog.cpp:48 inserttabledialog.cpp:50 #: selectspecialchardialog.cpp:46 tableactionmenu.cpp:424 #, kde-format msgid "Insert" @@ -438,32 +438,32 @@ msgid "Image Location:" msgstr "影像位置:" -#: insertimagewidget.cpp:76 +#: insertimagewidget.cpp:78 #, kde-format msgid "Keep Original Size" msgstr "保持原始大小" -#: insertimagewidget.cpp:82 +#: insertimagewidget.cpp:86 #, kde-format msgid "Keep Image Ratio" msgstr "保持影像比例" -#: insertimagewidget.cpp:88 inserttablewidget.cpp:72 +#: insertimagewidget.cpp:92 inserttablewidget.cpp:72 #, kde-format msgid "Width:" msgstr "寬度:" -#: insertimagewidget.cpp:93 insertimagewidget.cpp:107 inserttablewidget.cpp:49 +#: insertimagewidget.cpp:97 insertimagewidget.cpp:113 inserttablewidget.cpp:49 #, kde-format msgid " px" msgstr " 像素" -#: insertimagewidget.cpp:102 +#: insertimagewidget.cpp:108 #, kde-format msgid "Height:" msgstr "高度:" -#: insertimagewidget.cpp:119 +#: insertimagewidget.cpp:127 #, kde-format msgid "Image Preview:" msgstr "影像預覽:" @@ -503,7 +503,7 @@ msgid "Select Special Characters" msgstr "選擇特殊字元" -#: selectspecialchardialog.cpp:57 +#: selectspecialchardialog.cpp:59 #, kde-format msgid "Select" msgstr "選取" @@ -513,57 +513,57 @@ msgid "Table..." msgstr "表格..." -#: tableactionmenu.cpp:435 tableactionmenu.cpp:466 +#: tableactionmenu.cpp:437 tableactionmenu.cpp:476 #, kde-format msgid "Row Below" msgstr "列下方" -#: tableactionmenu.cpp:442 tableactionmenu.cpp:471 +#: tableactionmenu.cpp:446 tableactionmenu.cpp:483 #, kde-format msgid "Row Above" msgstr "列上方" -#: tableactionmenu.cpp:450 tableactionmenu.cpp:477 +#: tableactionmenu.cpp:456 tableactionmenu.cpp:491 #, kde-format msgid "Column Before" msgstr "欄之前" -#: tableactionmenu.cpp:458 tableactionmenu.cpp:483 +#: tableactionmenu.cpp:466 tableactionmenu.cpp:499 #, kde-format msgid "Column After" msgstr "欄之後" -#: tableactionmenu.cpp:463 +#: tableactionmenu.cpp:473 #, kde-format msgid "Delete" msgstr "刪除" -#: tableactionmenu.cpp:489 +#: tableactionmenu.cpp:507 #, kde-format msgid "Cell Contents" msgstr "儲存格內容" -#: tableactionmenu.cpp:498 +#: tableactionmenu.cpp:518 #, kde-format msgid "Join With Cell to the Right" msgstr "與右方儲存格合併" -#: tableactionmenu.cpp:503 +#: tableactionmenu.cpp:525 #, kde-format msgid "Join Selected Cells" msgstr "合併選取的儲存格" -#: tableactionmenu.cpp:510 +#: tableactionmenu.cpp:534 #, kde-format msgid "Split cells" msgstr "分割儲存格" -#: tableactionmenu.cpp:517 +#: tableactionmenu.cpp:543 #, kde-format msgid "Table Format..." msgstr "表格格式..." -#: tableactionmenu.cpp:522 +#: tableactionmenu.cpp:550 #, kde-format msgid "Table Cell Format..." msgstr "表格儲存格格式..." @@ -657,7 +657,7 @@ msgid "Close" msgstr "" -#: texteditor/commonwidget/texteditfindbarbase.cpp:156 +#: texteditor/commonwidget/texteditfindbarbase.cpp:158 #, kde-format msgid "" "End of message reached.\n" @@ -733,6 +733,11 @@ msgid "Whole word" msgstr "" +#: texteditor/commonwidget/textfindreplacewidget.cpp:105 +#, kde-format +msgid "Regular Expression" +msgstr "" + #: texteditor/commonwidget/textgotolinewidget.cpp:64 #, kde-format msgid "Go to Line:" @@ -743,43 +748,43 @@ msgid "Go" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:156 +#: texteditor/plaintexteditor/plaintexteditor.cpp:158 #: texteditor/richtexteditor/richtexteditor.cpp:185 #, kde-format msgid "Replace..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:170 +#: texteditor/plaintexteditor/plaintexteditor.cpp:172 #: texteditor/richtexteditor/richtexteditor.cpp:200 #, kde-format msgid "Check Spelling..." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:173 +#: texteditor/plaintexteditor/plaintexteditor.cpp:175 #: texteditor/richtexteditor/richtexteditor.cpp:205 #, kde-format msgid "Auto Spell Check" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:179 +#: texteditor/plaintexteditor/plaintexteditor.cpp:181 #: texteditor/richtexteditor/richtexteditor.cpp:211 #, kde-format msgid "Spell Checking Language" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:207 +#: texteditor/plaintexteditor/plaintexteditor.cpp:209 #: texteditor/richtexteditor/richtexteditor.cpp:245 #, kde-format msgid "Speak Text" msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:348 +#: texteditor/plaintexteditor/plaintexteditor.cpp:350 #: texteditor/richtexteditor/richtexteditor.cpp:423 #, kde-format msgid "Nothing to spell check." msgstr "" -#: texteditor/plaintexteditor/plaintexteditor.cpp:353 +#: texteditor/plaintexteditor/plaintexteditor.cpp:355 #: texteditor/richtexteditor/richtexteditor.cpp:431 #, kde-format msgid "No backend available for spell checking." diff -Nru kpimtextedit-17.12.3/src/composer-ng/autotests/richtextcomposeractionstest.cpp kpimtextedit-18.04.1/src/composer-ng/autotests/richtextcomposeractionstest.cpp --- kpimtextedit-17.12.3/src/composer-ng/autotests/richtextcomposeractionstest.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/autotests/richtextcomposeractionstest.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/composer-ng/autotests/richtextcomposeractionstest.h kpimtextedit-18.04.1/src/composer-ng/autotests/richtextcomposeractionstest.h --- kpimtextedit-17.12.3/src/composer-ng/autotests/richtextcomposeractionstest.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/autotests/richtextcomposeractionstest.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/composer-ng/autotests/richtextcomposercontrolertest.cpp kpimtextedit-18.04.1/src/composer-ng/autotests/richtextcomposercontrolertest.cpp --- kpimtextedit-17.12.3/src/composer-ng/autotests/richtextcomposercontrolertest.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/autotests/richtextcomposercontrolertest.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -39,7 +39,7 @@ composer.createActions(actionCollection); KPIMTextEdit::RichTextComposerControler controler(&composer); composer.show(); - QTest::qWaitForWindowExposed(&composer); + QVERIFY(QTest::qWaitForWindowExposed(&composer)); controler.alignLeft(); QVERIFY(controler.richTextComposer()->hasFocus()); QCOMPARE(controler.richTextComposer()->alignment(), Qt::AlignLeft); @@ -53,7 +53,7 @@ composer.createActions(actionCollection); KPIMTextEdit::RichTextComposerControler controler(&composer); composer.show(); - QTest::qWaitForWindowExposed(&composer); + QVERIFY(QTest::qWaitForWindowExposed(&composer)); controler.alignRight(); QVERIFY(controler.richTextComposer()->hasFocus()); QCOMPARE(controler.richTextComposer()->alignment(), Qt::AlignRight); @@ -67,7 +67,7 @@ composer.createActions(actionCollection); KPIMTextEdit::RichTextComposerControler controler(&composer); composer.show(); - QTest::qWaitForWindowExposed(&composer); + QVERIFY(QTest::qWaitForWindowExposed(&composer)); controler.alignJustify(); QVERIFY(controler.richTextComposer()->hasFocus()); QCOMPARE(controler.richTextComposer()->alignment(), Qt::AlignJustify); @@ -81,7 +81,7 @@ composer.createActions(actionCollection); KPIMTextEdit::RichTextComposerControler controler(&composer); composer.show(); - QTest::qWaitForWindowExposed(&composer); + QVERIFY(QTest::qWaitForWindowExposed(&composer)); controler.alignCenter(); QVERIFY(controler.richTextComposer()->hasFocus()); QCOMPARE(controler.richTextComposer()->alignment(), Qt::AlignHCenter); @@ -103,7 +103,7 @@ composer.createActions(actionCollection); KPIMTextEdit::RichTextComposerControler controler(&composer); composer.show(); - QTest::qWaitForWindowExposed(&composer); + QVERIFY(QTest::qWaitForWindowExposed(&composer)); controler.setTextBold(true); QVERIFY(controler.richTextComposer()->hasFocus()); QVERIFY(controler.richTextComposer()->acceptRichText()); @@ -117,7 +117,7 @@ composer.createActions(actionCollection); KPIMTextEdit::RichTextComposerControler controler(&composer); composer.show(); - QTest::qWaitForWindowExposed(&composer); + QVERIFY(QTest::qWaitForWindowExposed(&composer)); controler.setTextItalic(true); QVERIFY(controler.richTextComposer()->hasFocus()); QVERIFY(controler.richTextComposer()->acceptRichText()); @@ -131,7 +131,7 @@ composer.createActions(actionCollection); KPIMTextEdit::RichTextComposerControler controler(&composer); composer.show(); - QTest::qWaitForWindowExposed(&composer); + QVERIFY(QTest::qWaitForWindowExposed(&composer)); controler.setTextUnderline(true); QVERIFY(controler.richTextComposer()->hasFocus()); QVERIFY(controler.richTextComposer()->acceptRichText()); @@ -145,7 +145,7 @@ composer.createActions(actionCollection); KPIMTextEdit::RichTextComposerControler controler(&composer); composer.show(); - QTest::qWaitForWindowExposed(&composer); + QVERIFY(QTest::qWaitForWindowExposed(&composer)); controler.setTextStrikeOut(true); QVERIFY(controler.richTextComposer()->hasFocus()); QVERIFY(controler.richTextComposer()->acceptRichText()); @@ -159,7 +159,7 @@ composer.createActions(actionCollection); KPIMTextEdit::RichTextComposerControler controler(&composer); composer.show(); - QTest::qWaitForWindowExposed(&composer); + QVERIFY(QTest::qWaitForWindowExposed(&composer)); //TODO } @@ -170,7 +170,7 @@ composer.createActions(actionCollection); KPIMTextEdit::RichTextComposerControler controler(&composer); composer.show(); - QTest::qWaitForWindowExposed(&composer); + QVERIFY(QTest::qWaitForWindowExposed(&composer)); //TODO } @@ -181,7 +181,7 @@ composer.createActions(actionCollection); KPIMTextEdit::RichTextComposerControler controler(&composer); composer.show(); - QTest::qWaitForWindowExposed(&composer); + QVERIFY(QTest::qWaitForWindowExposed(&composer)); //TODO } @@ -192,7 +192,7 @@ composer.createActions(actionCollection); KPIMTextEdit::RichTextComposerControler controler(&composer); composer.show(); - QTest::qWaitForWindowExposed(&composer); + QVERIFY(QTest::qWaitForWindowExposed(&composer)); controler.setTextSuperScript(true); QVERIFY(controler.richTextComposer()->hasFocus()); QVERIFY(controler.richTextComposer()->acceptRichText()); @@ -206,7 +206,7 @@ composer.createActions(actionCollection); KPIMTextEdit::RichTextComposerControler controler(&composer); composer.show(); - QTest::qWaitForWindowExposed(&composer); + QVERIFY(QTest::qWaitForWindowExposed(&composer)); controler.setTextSubScript(true); QVERIFY(controler.richTextComposer()->hasFocus()); QVERIFY(controler.richTextComposer()->acceptRichText()); @@ -243,7 +243,7 @@ composer.createActions(actionCollection); KPIMTextEdit::RichTextComposerControler controler(&composer); composer.show(); - QTest::qWaitForWindowExposed(&composer); + QVERIFY(QTest::qWaitForWindowExposed(&composer)); composer.setPlainText(input); controler.slotRemoveQuotes(); @@ -273,7 +273,7 @@ composer.createActions(actionCollection); KPIMTextEdit::RichTextComposerControler controler(&composer); composer.show(); - QTest::qWaitForWindowExposed(&composer); + QVERIFY(QTest::qWaitForWindowExposed(&composer)); composer.setPlainText(input); controler.slotRemoveQuotes(); @@ -303,7 +303,7 @@ // composer.createActions(actionCollection); // KPIMTextEdit::RichTextComposerControler controler(&composer); // composer.show(); -// QTest::qWaitForWindowExposed(&composer); +// QVERIFY(QTest::qWaitForWindowExposed(&composer)); // composer.setPlainText(input); // controler.slotAddQuotes(); diff -Nru kpimtextedit-17.12.3/src/composer-ng/autotests/richtextcomposercontrolertest.h kpimtextedit-18.04.1/src/composer-ng/autotests/richtextcomposercontrolertest.h --- kpimtextedit-17.12.3/src/composer-ng/autotests/richtextcomposercontrolertest.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/autotests/richtextcomposercontrolertest.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/composer-ng/autotests/richtextcomposerimagestest.cpp kpimtextedit-18.04.1/src/composer-ng/autotests/richtextcomposerimagestest.cpp --- kpimtextedit-17.12.3/src/composer-ng/autotests/richtextcomposerimagestest.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/autotests/richtextcomposerimagestest.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/composer-ng/autotests/richtextcomposerimagestest.h kpimtextedit-18.04.1/src/composer-ng/autotests/richtextcomposerimagestest.h --- kpimtextedit-17.12.3/src/composer-ng/autotests/richtextcomposerimagestest.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/autotests/richtextcomposerimagestest.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/composer-ng/autotests/richtextcomposertest.cpp kpimtextedit-18.04.1/src/composer-ng/autotests/richtextcomposertest.cpp --- kpimtextedit-17.12.3/src/composer-ng/autotests/richtextcomposertest.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/autotests/richtextcomposertest.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/composer-ng/autotests/richtextcomposertest.h kpimtextedit-18.04.1/src/composer-ng/autotests/richtextcomposertest.h --- kpimtextedit-17.12.3/src/composer-ng/autotests/richtextcomposertest.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/autotests/richtextcomposertest.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/composer-ng/autotests/richtextcomposerwidgettest.cpp kpimtextedit-18.04.1/src/composer-ng/autotests/richtextcomposerwidgettest.cpp --- kpimtextedit-17.12.3/src/composer-ng/autotests/richtextcomposerwidgettest.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/autotests/richtextcomposerwidgettest.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/composer-ng/autotests/richtextcomposerwidgettest.h kpimtextedit-18.04.1/src/composer-ng/autotests/richtextcomposerwidgettest.h --- kpimtextedit-17.12.3/src/composer-ng/autotests/richtextcomposerwidgettest.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/autotests/richtextcomposerwidgettest.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/composer-ng/autotests/richtextexternalcomposertest.cpp kpimtextedit-18.04.1/src/composer-ng/autotests/richtextexternalcomposertest.cpp --- kpimtextedit-17.12.3/src/composer-ng/autotests/richtextexternalcomposertest.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/autotests/richtextexternalcomposertest.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/composer-ng/autotests/richtextexternalcomposertest.h kpimtextedit-18.04.1/src/composer-ng/autotests/richtextexternalcomposertest.h --- kpimtextedit-17.12.3/src/composer-ng/autotests/richtextexternalcomposertest.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/autotests/richtextexternalcomposertest.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/composer-ng/nestedlisthelper.cpp kpimtextedit-18.04.1/src/composer-ng/nestedlisthelper.cpp --- kpimtextedit-17.12.3/src/composer-ng/nestedlisthelper.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/nestedlisthelper.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -292,7 +292,7 @@ { QTextCursor cursor = textEdit->textCursor(); if (styleIndex != 0) { - QTextListFormat::Style style = (QTextListFormat::Style)styleIndex; + QTextListFormat::Style style = static_cast(styleIndex); QTextList *currentList = cursor.currentList(); QTextListFormat listFmt; diff -Nru kpimtextedit-17.12.3/src/composer-ng/richtextcomposeractions.cpp kpimtextedit-18.04.1/src/composer-ng/richtextcomposeractions.cpp --- kpimtextedit-17.12.3/src/composer-ng/richtextcomposeractions.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/richtextcomposeractions.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -403,7 +403,7 @@ connect(d->action_list_style, QOverload::of(&KSelectAction::triggered), this, &RichTextComposerActions::setListStyle); connect(d->action_list_style, QOverload::of(&QAction::triggered), - this, &RichTextComposerActions::slotUpdateMiscActions); + this, &RichTextComposerActions::slotUpdateMiscActions); d->action_paste_quotation = new QAction(i18n("Pa&ste as Quotation"), this); d->action_paste_quotation->setObjectName(QStringLiteral("paste_quoted")); if (ac) { diff -Nru kpimtextedit-17.12.3/src/composer-ng/richtextcomposeractions.h kpimtextedit-18.04.1/src/composer-ng/richtextcomposeractions.h --- kpimtextedit-17.12.3/src/composer-ng/richtextcomposeractions.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/richtextcomposeractions.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/composer-ng/richtextcomposercontroler.cpp kpimtextedit-18.04.1/src/composer-ng/richtextcomposercontroler.cpp --- kpimtextedit-17.12.3/src/composer-ng/richtextcomposercontroler.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/richtextcomposercontroler.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -46,9 +46,9 @@ { public: RichTextComposerControlerPrivate(RichTextComposer *composer, RichTextComposerControler *qq) - : painterActive(false) - , richtextComposer(composer) + : richtextComposer(composer) , q(qq) + , painterActive(false) { nestedListHelper = new NestedListHelper(composer); richTextImages = new RichTextComposerImages(richtextComposer, q); @@ -76,11 +76,11 @@ QFont saveFont; QColor mLinkColor; QTextCharFormat painterFormat; - bool painterActive; NestedListHelper *nestedListHelper = nullptr; RichTextComposer *richtextComposer = nullptr; RichTextComposerImages *richTextImages = nullptr; RichTextComposerControler *q = nullptr; + bool painterActive; }; void RichTextComposerControler::RichTextComposerControlerPrivate::selectLinkText(QTextCursor *cursor) const diff -Nru kpimtextedit-17.12.3/src/composer-ng/richtextcomposercontroler.h kpimtextedit-18.04.1/src/composer-ng/richtextcomposercontroler.h --- kpimtextedit-17.12.3/src/composer-ng/richtextcomposercontroler.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/richtextcomposercontroler.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/composer-ng/richtextcomposer.cpp kpimtextedit-18.04.1/src/composer-ng/richtextcomposer.cpp --- kpimtextedit-17.12.3/src/composer-ng/richtextcomposer.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/richtextcomposer.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -44,8 +44,8 @@ public: RichTextComposerPrivate(RichTextComposer *qq) : q(qq) - , forcePlainTextMarkup(false) , mode(RichTextComposer::Plain) + , forcePlainTextMarkup(false) { composerControler = new RichTextComposerControler(q, q); richTextComposerActions = new RichTextComposerActions(composerControler, q); @@ -60,8 +60,8 @@ RichTextComposerActions *richTextComposerActions = nullptr; KPIMTextEdit::RichTextExternalComposer *externalComposer = nullptr; RichTextComposer *q = nullptr; - bool forcePlainTextMarkup = false; RichTextComposer::Mode mode; + bool forcePlainTextMarkup = false; }; RichTextComposer::RichTextComposer(QWidget *parent) diff -Nru kpimtextedit-17.12.3/src/composer-ng/richtextcomposeremailquotedecorator.cpp kpimtextedit-18.04.1/src/composer-ng/richtextcomposeremailquotedecorator.cpp --- kpimtextedit-17.12.3/src/composer-ng/richtextcomposeremailquotedecorator.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/richtextcomposeremailquotedecorator.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/composer-ng/richtextcomposeremailquotedecorator.h kpimtextedit-18.04.1/src/composer-ng/richtextcomposeremailquotedecorator.h --- kpimtextedit-17.12.3/src/composer-ng/richtextcomposeremailquotedecorator.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/richtextcomposeremailquotedecorator.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -29,7 +29,7 @@ { public: explicit RichTextComposerEmailQuoteDecorator(RichTextComposer *textEdit); - ~RichTextComposerEmailQuoteDecorator(); + ~RichTextComposerEmailQuoteDecorator() override; protected: bool isSpellCheckingEnabledForBlock(const QString &blockText) const override; diff -Nru kpimtextedit-17.12.3/src/composer-ng/richtextcomposeremailquotehighlighter.cpp kpimtextedit-18.04.1/src/composer-ng/richtextcomposeremailquotehighlighter.cpp --- kpimtextedit-17.12.3/src/composer-ng/richtextcomposeremailquotehighlighter.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/richtextcomposeremailquotehighlighter.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -81,15 +81,15 @@ simplified = simplified.remove(QRegularExpression(QStringLiteral("\\s"))). replace(QLatin1Char('|'), QLatin1Char('>')); - while (simplified.startsWith(QStringLiteral(">>>>"))) { + while (simplified.startsWith(QLatin1String(">>>>"))) { simplified = simplified.mid(3); } - if (simplified.startsWith(QStringLiteral(">>>"))) { + if (simplified.startsWith(QLatin1String(">>>"))) { setFormat(0, text.length(), d->col3); - } else if (simplified.startsWith(QStringLiteral(">>"))) { + } else if (simplified.startsWith(QLatin1String(">>"))) { setFormat(0, text.length(), d->col2); - } else if (simplified.startsWith(QStringLiteral(">"))) { + } else if (simplified.startsWith(QLatin1String(">"))) { setFormat(0, text.length(), d->col1); } else if (d->parent->isLineQuoted(text)) { setFormat(0, text.length(), d->col1); // FIXME: custom quote prefix diff -Nru kpimtextedit-17.12.3/src/composer-ng/richtextcomposeremailquotehighlighter.h kpimtextedit-18.04.1/src/composer-ng/richtextcomposeremailquotehighlighter.h --- kpimtextedit-17.12.3/src/composer-ng/richtextcomposeremailquotehighlighter.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/richtextcomposeremailquotehighlighter.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -36,7 +36,7 @@ explicit RichTextComposerEmailQuoteHighlighter(RichTextComposer *textEdit, const QColor &normalColor = Qt::black, const QColor "eDepth1 = QColor(0x00, 0x80, 0x00), const QColor "eDepth2 = QColor(0x00, 0x80, 0x00), const QColor "eDepth3 = QColor(0x00, 0x80, 0x00), const QColor &misspelledColor = Qt::red); - ~RichTextComposerEmailQuoteHighlighter(); + ~RichTextComposerEmailQuoteHighlighter() override; /** * Sets the colors used for highlighting quoted text and spelling mistakes. diff -Nru kpimtextedit-17.12.3/src/composer-ng/richtextcomposer.h kpimtextedit-18.04.1/src/composer-ng/richtextcomposer.h --- kpimtextedit-17.12.3/src/composer-ng/richtextcomposer.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/richtextcomposer.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -35,7 +35,7 @@ Q_OBJECT public: explicit RichTextComposer(QWidget *parent = nullptr); - ~RichTextComposer(); + ~RichTextComposer() override; enum Mode { Plain, ///< Plain text mode diff -Nru kpimtextedit-17.12.3/src/composer-ng/richtextcomposerimages.cpp kpimtextedit-18.04.1/src/composer-ng/richtextcomposerimages.cpp --- kpimtextedit-17.12.3/src/composer-ng/richtextcomposerimages.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/richtextcomposerimages.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -76,8 +76,8 @@ url.path())); return; } - QFileInfo fi(url.path()); - QString imageName + const QFileInfo fi(url.path()); + const QString imageName = fi.baseName().isEmpty() ? QStringLiteral("image.png") : QString(fi.baseName() + QLatin1String(".png")); @@ -105,7 +105,7 @@ QUrl(resourceName), QVariant(image)); QTextImageFormat format; format.setName(resourceName); - if ((imageFormat.width() != 0) && (imageFormat.height() != 0)) { + if ((imageFormat.width() != 0.0) && (imageFormat.height() != 0.0)) { format.setWidth(imageFormat.width()); format.setHeight(imageFormat.height()); } @@ -210,15 +210,14 @@ QTextBlock currentBlock = doc->begin(); while (currentBlock.isValid()) { - QTextBlock::iterator it; - for (it = currentBlock.begin(); !it.atEnd(); ++it) { + for (QTextBlock::iterator it = currentBlock.begin(); !it.atEnd(); ++it) { QTextFragment fragment = it.fragment(); if (fragment.isValid()) { QTextImageFormat imageFormat = fragment.charFormat().toImageFormat(); if (imageFormat.isValid()) { //TODO: Replace with a way to see if an image is an embedded image or a remote QUrl url(imageFormat.name()); - if (!url.isValid() || !url.scheme().startsWith(QStringLiteral("http"))) { + if (!url.isValid() || !url.scheme().startsWith(QLatin1String("http"))) { retList.append(imageFormat); } } @@ -231,7 +230,7 @@ void RichTextComposerImages::insertImage(const QImage &image, const QFileInfo &fileInfo) { - QString imageName = fileInfo.baseName().isEmpty() + const QString imageName = fileInfo.baseName().isEmpty() ? i18nc("Start of the filename for an image", "image") : fileInfo.baseName(); addImageHelper(imageName, image); diff -Nru kpimtextedit-17.12.3/src/composer-ng/richtextcomposerimages.h kpimtextedit-18.04.1/src/composer-ng/richtextcomposerimages.h --- kpimtextedit-17.12.3/src/composer-ng/richtextcomposerimages.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/richtextcomposerimages.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/composer-ng/richtextcomposerwidget.cpp kpimtextedit-18.04.1/src/composer-ng/richtextcomposerwidget.cpp --- kpimtextedit-17.12.3/src/composer-ng/richtextcomposerwidget.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/richtextcomposerwidget.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -24,7 +24,7 @@ using namespace KPIMTextEdit; -class KPIMTextEdit::RichTextComposerWidgetPrivate +class Q_DECL_HIDDEN KPIMTextEdit::RichTextComposerWidgetPrivate { public: RichTextComposerWidgetPrivate() diff -Nru kpimtextedit-17.12.3/src/composer-ng/richtextcomposerwidget.h kpimtextedit-18.04.1/src/composer-ng/richtextcomposerwidget.h --- kpimtextedit-17.12.3/src/composer-ng/richtextcomposerwidget.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/richtextcomposerwidget.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/composer-ng/richtextexternalcomposer.cpp kpimtextedit-18.04.1/src/composer-ng/richtextexternalcomposer.cpp --- kpimtextedit-17.12.3/src/composer-ng/richtextexternalcomposer.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/richtextexternalcomposer.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -102,12 +102,12 @@ // construct command line... QHash map; map.insert(QLatin1Char('l'), QString::number(d->richTextComposer->textCursor().blockNumber() + 1)); - map.insert(QLatin1Char('w'), QString::number((qulonglong)d->richTextComposer->winId())); + map.insert(QLatin1Char('w'), QString::number(static_cast(d->richTextComposer->winId()))); map.insert(QLatin1Char('f'), d->extEditorTempFile->fileName()); const QString cmd = KMacroExpander::expandMacrosShellQuote(commandLine, map); const QStringList arg = KShell::splitArgs(cmd); bool filenameAdded = false; - if (commandLine.contains(QStringLiteral("%f"))) { + if (commandLine.contains(QLatin1String("%f"))) { filenameAdded = true; } QStringList command; @@ -124,7 +124,7 @@ (*d->externalEditorProcess) << d->extEditorTempFile->fileName(); } - connect(d->externalEditorProcess, QOverload::of(&KProcess::finished), this, &RichTextExternalComposer::slotEditorFinished); + connect(d->externalEditorProcess, QOverload::of(&KProcess::finished), this, &RichTextExternalComposer::slotEditorFinished); d->externalEditorProcess->start(); if (!d->externalEditorProcess->waitForStarted()) { d->cannotStartProcess(commandLine); diff -Nru kpimtextedit-17.12.3/src/composer-ng/richtextexternalcomposer.h kpimtextedit-18.04.1/src/composer-ng/richtextexternalcomposer.h --- kpimtextedit-17.12.3/src/composer-ng/richtextexternalcomposer.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/richtextexternalcomposer.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/composer-ng/tests/richtextcomposerwidget_gui.cpp kpimtextedit-18.04.1/src/composer-ng/tests/richtextcomposerwidget_gui.cpp --- kpimtextedit-17.12.3/src/composer-ng/tests/richtextcomposerwidget_gui.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/composer-ng/tests/richtextcomposerwidget_gui.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/designer/CMakeLists.txt kpimtextedit-18.04.1/src/designer/CMakeLists.txt --- kpimtextedit-17.12.3/src/designer/CMakeLists.txt 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/designer/CMakeLists.txt 2018-04-19 11:30:32.000000000 +0000 @@ -3,6 +3,7 @@ target_link_libraries(kpimtexteditwidgets KF5::PimTextEdit Qt5::Widgets ) + set_property(SOURCE ${CMAKE_CURRENT_BINARY_DIR}/kpimtexteditwidgetswidgets.cpp PROPERTY SKIP_AUTOMOC ON) if(NOT WIN32) # Since there are no libraries provided by this module, # there is no point including the build tree in RPath, diff -Nru kpimtextedit-17.12.3/src/editorutil.cpp kpimtextedit-18.04.1/src/editorutil.cpp --- kpimtextedit-17.12.3/src/editorutil.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/editorutil.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Laurent Montel + Copyright (C) 2013-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/editorutil.h kpimtextedit-18.04.1/src/editorutil.h --- kpimtextedit-17.12.3/src/editorutil.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/editorutil.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Laurent Montel + Copyright (C) 2013-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/emoticontexteditaction.cpp kpimtextedit-18.04.1/src/emoticontexteditaction.cpp --- kpimtextedit-17.12.3/src/emoticontexteditaction.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/emoticontexteditaction.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2017 Montel Laurent + Copyright (c) 2012-2018 Montel Laurent based on code from kopete This library is free software; you can redistribute it and/or modify it diff -Nru kpimtextedit-17.12.3/src/emoticontexteditaction.h kpimtextedit-18.04.1/src/emoticontexteditaction.h --- kpimtextedit-17.12.3/src/emoticontexteditaction.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/emoticontexteditaction.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2017 Montel Laurent + Copyright (c) 2012-2018 Montel Laurent based on code from kopete This library is free software; you can redistribute it and/or modify it @@ -26,7 +26,7 @@ #include namespace KPIMTextEdit { -class KPIMTEXTEDIT_EXPORT EmoticonTextEditAction : public KActionMenu +class EmoticonTextEditAction : public KActionMenu { Q_OBJECT public: diff -Nru kpimtextedit-17.12.3/src/emoticontexteditselector.cpp kpimtextedit-18.04.1/src/emoticontexteditselector.cpp --- kpimtextedit-17.12.3/src/emoticontexteditselector.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/emoticontexteditselector.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2017 Montel Laurent + Copyright (c) 2012-2018 Montel Laurent based on code from kopete This library is free software; you can redistribute it and/or modify it @@ -129,7 +129,7 @@ } EmoticonTextEditItem *itemEmoticon = static_cast(item); - emit itemSelected(itemEmoticon->text()); + Q_EMIT itemSelected(itemEmoticon->text()); if (isVisible() && parentWidget() && parentWidget()->inherits("QMenu")) { parentWidget()->close(); diff -Nru kpimtextedit-17.12.3/src/emoticontexteditselector.h kpimtextedit-18.04.1/src/emoticontexteditselector.h --- kpimtextedit-17.12.3/src/emoticontexteditselector.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/emoticontexteditselector.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2017 Montel Laurent + Copyright (c) 2012-2018 Montel Laurent based on code from kopete This library is free software; you can redistribute it and/or modify it diff -Nru kpimtextedit-17.12.3/src/inserthtmldialog.cpp kpimtextedit-18.04.1/src/inserthtmldialog.cpp --- kpimtextedit-17.12.3/src/inserthtmldialog.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/inserthtmldialog.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Montel Laurent + Copyright (c) 2015-2018 Montel Laurent This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by @@ -59,7 +59,9 @@ q->connect(buttonBox, &QDialogButtonBox::rejected, q, &QDialog::reject); lay->addWidget(buttonBox); - q->connect(editor, &InsertHtmlEditor::textChanged, q, [this]() {_k_slotTextChanged(); }); + q->connect(editor, &InsertHtmlEditor::textChanged, q, [this]() { + _k_slotTextChanged(); + }); okButton->setEnabled(false); q->resize(640, 480); } diff -Nru kpimtextedit-17.12.3/src/inserthtmldialog.h kpimtextedit-18.04.1/src/inserthtmldialog.h --- kpimtextedit-17.12.3/src/inserthtmldialog.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/inserthtmldialog.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Montel Laurent + Copyright (c) 2015-2018 Montel Laurent This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by @@ -24,12 +24,12 @@ #include #include "config-kpimtextedit.h" -#include "kpimtextedit_export.h" +#include "kpimtextedit_private_export.h" #include "kpimtextedit/plaintexteditor.h" namespace KPIMTextEdit { class InsertHtmlDialogPrivate; -class KPIMTEXTEDIT_EXPORT InsertHtmlDialog : public QDialog +class KPIMTEXTEDIT_TESTS_EXPORT InsertHtmlDialog : public QDialog { Q_OBJECT public: diff -Nru kpimtextedit-17.12.3/src/inserthtmleditor.cpp kpimtextedit-18.04.1/src/inserthtmleditor.cpp --- kpimtextedit-17.12.3/src/inserthtmleditor.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/inserthtmleditor.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2016-2017 Montel Laurent + Copyright (c) 2016-2018 Montel Laurent This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by @@ -20,6 +20,7 @@ #include "inserthtmleditor.h" #include "texteditorcompleter.h" +#include "kpimtextedit_debug.h" #include #include @@ -34,8 +35,10 @@ InsertHtmlEditor::InsertHtmlEditor(QWidget *parent) : KPIMTextEdit::PlainTextEditor(parent) { - KSyntaxHighlighting::Definition def; - def = mRepo.definitionForName(QStringLiteral("HTML")); + const KSyntaxHighlighting::Definition def = mRepo.definitionForName(QStringLiteral("HTML")); + if (!def.isValid()) { + qCWarning(KPIMTEXTEDIT_LOG) << "Invalid definition name"; + } KSyntaxHighlighting::SyntaxHighlighter *hl = new KSyntaxHighlighting::SyntaxHighlighter(document()); hl->setTheme((palette().color(QPalette::Base).lightness() < 128) diff -Nru kpimtextedit-17.12.3/src/inserthtmleditor.h kpimtextedit-18.04.1/src/inserthtmleditor.h --- kpimtextedit-17.12.3/src/inserthtmleditor.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/inserthtmleditor.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2016-2017 Montel Laurent + Copyright (c) 2016-2018 Montel Laurent This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by @@ -34,7 +34,7 @@ Q_OBJECT public: explicit InsertHtmlEditor(QWidget *parent = nullptr); - ~InsertHtmlEditor(); + ~InsertHtmlEditor() override; protected: void keyPressEvent(QKeyEvent *e) override; private: diff -Nru kpimtextedit-17.12.3/src/insertimagedialog.cpp kpimtextedit-18.04.1/src/insertimagedialog.cpp --- kpimtextedit-17.12.3/src/insertimagedialog.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/insertimagedialog.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2017 Montel Laurent + Copyright (c) 2012-2018 Montel Laurent This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by @@ -40,7 +40,9 @@ imageWidget = new InsertImageWidget(q); vbox->addWidget(imageWidget); - q->connect(imageWidget, &InsertImageWidget::enableButtonOk, q, [this](bool b) { _k_slotEnabledButtonChanged(b); }); + q->connect(imageWidget, &InsertImageWidget::enableButtonOk, q, [this](bool b) { + _k_slotEnabledButtonChanged(b); + }); QDialogButtonBox *buttonBox = new QDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel, q); okButton = buttonBox->button(QDialogButtonBox::Ok); okButton->setText(i18n("Insert")); diff -Nru kpimtextedit-17.12.3/src/insertimagedialog.h kpimtextedit-18.04.1/src/insertimagedialog.h --- kpimtextedit-17.12.3/src/insertimagedialog.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/insertimagedialog.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2017 Montel Laurent + Copyright (c) 2012-2018 Montel Laurent This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by @@ -21,15 +21,13 @@ #ifndef KPIMTEXTEDIT_INSERTIMAGEDIALOG_H #define KPIMTEXTEDIT_INSERTIMAGEDIALOG_H -#include "kpimtextedit_export.h" - #include #include namespace KPIMTextEdit { class InsertImageDialogPrivate; -class KPIMTEXTEDIT_EXPORT InsertImageDialog : public QDialog +class InsertImageDialog : public QDialog { Q_OBJECT public: diff -Nru kpimtextedit-17.12.3/src/insertimagewidget.cpp kpimtextedit-18.04.1/src/insertimagewidget.cpp --- kpimtextedit-17.12.3/src/insertimagewidget.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/insertimagewidget.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2017 Montel Laurent + Copyright (c) 2012-2018 Montel Laurent This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by @@ -66,7 +66,9 @@ imageUrlRequester->setWindowTitle(i18n("Add Image")); imageUrlRequester->setMode(KFile::File); q->connect(imageUrlRequester->lineEdit(), &KLineEdit::textChanged, - q, [this](const QString &str) { _k_slotUrlChanged(str);}); + q, [this](const QString &str) { + _k_slotUrlChanged(str); + }); hbox->addWidget(lab); hbox->addWidget(imageUrlRequester); @@ -75,7 +77,9 @@ keepOriginalSize = new QCheckBox(i18n("Keep Original Size")); q->connect(keepOriginalSize, &QCheckBox::clicked, - q, [this](bool b) { _k_slotKeepOriginalSizeClicked(b);}); + q, [this](bool b) { + _k_slotKeepOriginalSizeClicked(b); + }); keepOriginalSize->setChecked(true); lay->addWidget(keepOriginalSize); @@ -93,7 +97,9 @@ width->setSuffix(i18n(" px")); lab->setBuddy(width); q->connect(width, QOverload::of(&QSpinBox::valueChanged), - q, [this](int val) { _k_slotImageWidthChanged(val);}); + q, [this](int val) { + _k_slotImageWidthChanged(val); + }); hbox->addWidget(lab); hbox->addWidget(width); lay->addLayout(hbox); @@ -107,7 +113,9 @@ height->setSuffix(i18n(" px")); lab->setBuddy(height); q->connect(height, QOverload::of(&QSpinBox::valueChanged), - q, [this](int val) { _k_slotImageHeightChanged(val);}); + q, [this](int val) { + _k_slotImageHeightChanged(val); + }); hbox->addWidget(lab); hbox->addWidget(height); lay->addLayout(hbox); diff -Nru kpimtextedit-17.12.3/src/insertimagewidget.h kpimtextedit-18.04.1/src/insertimagewidget.h --- kpimtextedit-17.12.3/src/insertimagewidget.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/insertimagewidget.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2017 Montel Laurent + Copyright (c) 2012-2018 Montel Laurent This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by @@ -20,7 +20,6 @@ #ifndef KPIMTEXTEDIT_INSERTIMAGEWIDGET_H #define KPIMTEXTEDIT_INSERTIMAGEWIDGET_H -#include "kpimtextedit_export.h" #include @@ -29,7 +28,7 @@ namespace KPIMTextEdit { class InsertImageWidgetPrivate; -class KPIMTEXTEDIT_EXPORT InsertImageWidget : public QWidget +class InsertImageWidget : public QWidget { Q_OBJECT public: diff -Nru kpimtextedit-17.12.3/src/inserttabledialog.cpp kpimtextedit-18.04.1/src/inserttabledialog.cpp --- kpimtextedit-17.12.3/src/inserttabledialog.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/inserttabledialog.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2017 Montel Laurent + Copyright (c) 2012-2018 Montel Laurent This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by diff -Nru kpimtextedit-17.12.3/src/inserttabledialog.h kpimtextedit-18.04.1/src/inserttabledialog.h --- kpimtextedit-17.12.3/src/inserttabledialog.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/inserttabledialog.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2017 Montel Laurent + Copyright (c) 2012-2018 Montel Laurent This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by @@ -21,14 +21,13 @@ #ifndef KPIMTEXTEDIT_INSERTTABLEDIALOG_H #define KPIMTEXTEDIT_INSERTTABLEDIALOG_H -#include "kpimtextedit_export.h" #include #include namespace KPIMTextEdit { -class KPIMTEXTEDIT_EXPORT InsertTableDialog : public QDialog +class InsertTableDialog : public QDialog { Q_OBJECT public: diff -Nru kpimtextedit-17.12.3/src/inserttablewidget.cpp kpimtextedit-18.04.1/src/inserttablewidget.cpp --- kpimtextedit-17.12.3/src/inserttablewidget.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/inserttablewidget.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2017 Montel Laurent + Copyright (c) 2014-2018 Montel Laurent This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by @@ -114,8 +114,8 @@ QTextLength::Type InsertTableWidget::typeOfLength() const { return - (QTextLength::Type)d->mTypeOfLength->itemData( - d->mTypeOfLength->currentIndex()).toInt(); + static_cast(d->mTypeOfLength->itemData( + d->mTypeOfLength->currentIndex()).toInt()); } void InsertTableWidget::setTypeOfLength(QTextLength::Type type) diff -Nru kpimtextedit-17.12.3/src/inserttablewidget.h kpimtextedit-18.04.1/src/inserttablewidget.h --- kpimtextedit-17.12.3/src/inserttablewidget.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/inserttablewidget.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2017 Montel Laurent + Copyright (c) 2014-2018 Montel Laurent This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by @@ -20,14 +20,13 @@ #ifndef INSERTTABLEWIDGET_H #define INSERTTABLEWIDGET_H -#include "kpimtextedit_export.h" #include #include namespace KPIMTextEdit { -class KPIMTEXTEDIT_EXPORT InsertTableWidget : public QWidget +class InsertTableWidget : public QWidget { Q_OBJECT public: diff -Nru kpimtextedit-17.12.3/src/kpimtextedit_private_export.h kpimtextedit-18.04.1/src/kpimtextedit_private_export.h --- kpimtextedit-17.12.3/src/kpimtextedit_private_export.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/kpimtextedit_private_export.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2017 Laurent Montel + Copyright (C) 2017-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/selectspecialchardialog.cpp kpimtextedit-18.04.1/src/selectspecialchardialog.cpp --- kpimtextedit-17.12.3/src/selectspecialchardialog.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/selectspecialchardialog.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2017 Montel Laurent + Copyright (c) 2012-2018 Montel Laurent This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by @@ -49,14 +49,18 @@ q->connect(mButtonBox, &QDialogButtonBox::accepted, q, &QDialog::accept); q->connect(mButtonBox, &QDialogButtonBox::rejected, q, &QDialog::reject); - q->connect(okButton, &QPushButton::clicked, q, [this]() { _k_slotInsertChar(); }); + q->connect(okButton, &QPushButton::clicked, q, [this]() { + _k_slotInsertChar(); + }); } void addSelectButton() { mSelectButton = new QPushButton(i18n("Select")); mButtonBox->addButton(mSelectButton, QDialogButtonBox::ActionRole); - q->connect(mSelectButton, &QPushButton::clicked, q, [this]() { _k_slotInsertChar(); }); + q->connect(mSelectButton, &QPushButton::clicked, q, [this]() { + _k_slotInsertChar(); + }); } void _k_slotInsertChar(); diff -Nru kpimtextedit-17.12.3/src/selectspecialchardialog.h kpimtextedit-18.04.1/src/selectspecialchardialog.h --- kpimtextedit-17.12.3/src/selectspecialchardialog.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/selectspecialchardialog.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2017 Montel Laurent + Copyright (c) 2012-2018 Montel Laurent This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by diff -Nru kpimtextedit-17.12.3/src/tableactionmenu.cpp kpimtextedit-18.04.1/src/tableactionmenu.cpp --- kpimtextedit-17.12.3/src/tableactionmenu.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/tableactionmenu.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2017 Montel Laurent + Copyright (c) 2012-2018 Montel Laurent This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by @@ -427,7 +427,9 @@ d->actionInsertTable = new QAction(QIcon::fromTheme(QStringLiteral("insert-table")), i18n("Table..."), this); d->actionInsertTable->setObjectName(QStringLiteral("insert_new_table")); insertMenu->addAction(d->actionInsertTable); - connect(d->actionInsertTable, &QAction::triggered, this, [this]() {d->_k_slotInsertTable();}); + connect(d->actionInsertTable, &QAction::triggered, this, [this]() { + d->_k_slotInsertTable(); + }); insertMenu->addSeparator(); d->actionInsertRowBelow @@ -435,14 +437,18 @@ i18n("Row Below"), this); insertMenu->addAction(d->actionInsertRowBelow); d->actionInsertRowBelow->setObjectName(QStringLiteral("insert_row_below")); - connect(d->actionInsertRowBelow, &QAction::triggered, this, [this]() {d->_k_slotInsertRowBelow();}); + connect(d->actionInsertRowBelow, &QAction::triggered, this, [this]() { + d->_k_slotInsertRowBelow(); + }); d->actionInsertRowAbove = new QAction(QIcon::fromTheme(QStringLiteral("edit-table-insert-row-above")), i18n("Row Above"), this); insertMenu->addAction(d->actionInsertRowAbove); d->actionInsertRowAbove->setObjectName(QStringLiteral("insert_row_above")); - connect(d->actionInsertRowAbove, &QAction::triggered, this, [this]() {d->_k_slotInsertRowAbove();}); + connect(d->actionInsertRowAbove, &QAction::triggered, this, [this]() { + d->_k_slotInsertRowAbove(); + }); insertMenu->addSeparator(); d->actionInsertColumnBefore @@ -451,14 +457,18 @@ insertMenu->addAction(d->actionInsertColumnBefore); d->actionInsertColumnBefore->setObjectName(QStringLiteral("insert_column_before")); - connect(d->actionInsertColumnBefore, &QAction::triggered, this, [this]() {d->_k_slotInsertColumnBefore();}); + connect(d->actionInsertColumnBefore, &QAction::triggered, this, [this]() { + d->_k_slotInsertColumnBefore(); + }); d->actionInsertColumnAfter = new QAction(QIcon::fromTheme(QStringLiteral("edit-table-insert-column-right")), i18n("Column After"), this); insertMenu->addAction(d->actionInsertColumnAfter); d->actionInsertColumnAfter->setObjectName(QStringLiteral("insert_column_after")); - connect(d->actionInsertColumnAfter, &QAction::triggered, this, [this]() {d->_k_slotInsertColumnAfter();}); + connect(d->actionInsertColumnAfter, &QAction::triggered, this, [this]() { + d->_k_slotInsertColumnAfter(); + }); KActionMenu *removeMenu = new KActionMenu(i18n("Delete"), this); addAction(removeMenu); @@ -466,30 +476,40 @@ d->actionRemoveRowBelow = new QAction(i18n("Row Below"), this); removeMenu->addAction(d->actionRemoveRowBelow); d->actionRemoveRowBelow->setObjectName(QStringLiteral("remove_row_below")); - connect(d->actionRemoveRowBelow, &QAction::triggered, this, [this]() {d->_k_slotRemoveRowBelow();}); + connect(d->actionRemoveRowBelow, &QAction::triggered, this, [this]() { + d->_k_slotRemoveRowBelow(); + }); d->actionRemoveRowAbove = new QAction(i18n("Row Above"), this); removeMenu->addAction(d->actionRemoveRowAbove); d->actionRemoveRowAbove->setObjectName(QStringLiteral("remove_row_above")); - connect(d->actionRemoveRowAbove, &QAction::triggered, this, [this]() {d->_k_slotRemoveRowAbove();}); + connect(d->actionRemoveRowAbove, &QAction::triggered, this, [this]() { + d->_k_slotRemoveRowAbove(); + }); removeMenu->addSeparator(); d->actionRemoveColumnBefore = new QAction(i18n("Column Before"), this); removeMenu->addAction(d->actionRemoveColumnBefore); d->actionRemoveColumnBefore->setObjectName(QStringLiteral("remove_column_before")); - connect(d->actionRemoveColumnBefore, &QAction::triggered, this, [this]() {d->_k_slotRemoveColumnBefore();}); + connect(d->actionRemoveColumnBefore, &QAction::triggered, this, [this]() { + d->_k_slotRemoveColumnBefore(); + }); d->actionRemoveColumnAfter = new QAction(i18n("Column After"), this); removeMenu->addAction(d->actionRemoveColumnAfter); d->actionRemoveColumnAfter->setObjectName(QStringLiteral("remove_column_after")); - connect(d->actionRemoveColumnAfter, &QAction::triggered, this, [this]() {d->_k_slotRemoveColumnAfter();}); + connect(d->actionRemoveColumnAfter, &QAction::triggered, this, [this]() { + d->_k_slotRemoveColumnAfter(); + }); removeMenu->addSeparator(); d->actionRemoveCellContents = new QAction(i18n("Cell Contents"), this); removeMenu->addAction(d->actionRemoveCellContents); d->actionRemoveCellContents->setObjectName(QStringLiteral("remove_cell_contents")); - connect(d->actionRemoveCellContents, &QAction::triggered, this, [this]() {d->_k_slotRemoveCellContents();}); + connect(d->actionRemoveCellContents, &QAction::triggered, this, [this]() { + d->_k_slotRemoveCellContents(); + }); addSeparator(); @@ -497,34 +517,46 @@ = new QAction(QIcon::fromTheme(QStringLiteral("edit-table-cell-merge")), i18n("Join With Cell to the Right"), this); d->actionMergeCell->setObjectName(QStringLiteral("join_cell_to_the_right")); - connect(d->actionMergeCell, &QAction::triggered, this, [this]() {d->_k_slotMergeCell();}); + connect(d->actionMergeCell, &QAction::triggered, this, [this]() { + d->_k_slotMergeCell(); + }); addAction(d->actionMergeCell); d->actionMergeSelectedCells = new QAction(i18n("Join Selected Cells"), this); d->actionMergeSelectedCells->setObjectName(QStringLiteral("join_cell_selected_cells")); - connect(d->actionMergeSelectedCells, &QAction::triggered, this, [this]() {d->_k_slotMergeSelectedCells();}); + connect(d->actionMergeSelectedCells, &QAction::triggered, this, [this]() { + d->_k_slotMergeSelectedCells(); + }); addAction(d->actionMergeSelectedCells); d->actionSplitCell = new QAction(QIcon::fromTheme(QStringLiteral("edit-table-cell-split")), i18n("Split cells"), this); d->actionSplitCell->setObjectName(QStringLiteral("split_cells")); - connect(d->actionSplitCell, &QAction::triggered, this, [this]() {d->_k_slotSplitCell();}); + connect(d->actionSplitCell, &QAction::triggered, this, [this]() { + d->_k_slotSplitCell(); + }); addAction(d->actionSplitCell); addSeparator(); d->actionTableFormat = new QAction(i18n("Table Format..."), this); d->actionTableFormat->setObjectName(QStringLiteral("table_format")); - connect(d->actionTableFormat, &QAction::triggered, this, [this]() {d->_k_slotTableFormat();}); + connect(d->actionTableFormat, &QAction::triggered, this, [this]() { + d->_k_slotTableFormat(); + }); addAction(d->actionTableFormat); d->actionTableCellFormat = new QAction(i18n("Table Cell Format..."), this); d->actionTableCellFormat->setObjectName(QStringLiteral("table_cell_format")); - connect(d->actionTableCellFormat, &QAction::triggered, this, [this]() {d->_k_slotTableCellFormat();}); + connect(d->actionTableCellFormat, &QAction::triggered, this, [this]() { + d->_k_slotTableCellFormat(); + }); addAction(d->actionTableCellFormat); - connect(textEdit, &QTextEdit::cursorPositionChanged, this, [this]() {d->_k_updateActions(false);}); + connect(textEdit, &QTextEdit::cursorPositionChanged, this, [this]() { + d->_k_updateActions(false); + }); d->_k_updateActions(true); } diff -Nru kpimtextedit-17.12.3/src/tableactionmenu.h kpimtextedit-18.04.1/src/tableactionmenu.h --- kpimtextedit-17.12.3/src/tableactionmenu.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/tableactionmenu.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2017 Montel Laurent + Copyright (c) 2012-2018 Montel Laurent This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by @@ -22,12 +22,11 @@ #define KPIMTEXTEDIT_TABLEACTIONMENU_H #include -#include "kpimtextedit_export.h" #include namespace KPIMTextEdit { class TableActionMenuPrivate; -class KPIMTEXTEDIT_EXPORT TableActionMenu : public KActionMenu +class TableActionMenu : public KActionMenu { Q_OBJECT public: diff -Nru kpimtextedit-17.12.3/src/tablecellformatdialog.cpp kpimtextedit-18.04.1/src/tablecellformatdialog.cpp --- kpimtextedit-17.12.3/src/tablecellformatdialog.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/tablecellformatdialog.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2017 Montel Laurent + Copyright (c) 2012-2018 Montel Laurent This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by @@ -109,8 +109,8 @@ QTextCharFormat::VerticalAlignment TableCellFormatDialog::verticalAlignment() const { return - (QTextCharFormat::VerticalAlignment)d->verticalAlignment->itemData( - d->verticalAlignment->currentIndex()).toInt(); + static_cast(d->verticalAlignment->itemData( + d->verticalAlignment->currentIndex()).toInt()); } void TableCellFormatDialog::setVerticalAlignment(QTextCharFormat::VerticalAlignment vertical) diff -Nru kpimtextedit-17.12.3/src/tablecellformatdialog.h kpimtextedit-18.04.1/src/tablecellformatdialog.h --- kpimtextedit-17.12.3/src/tablecellformatdialog.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/tablecellformatdialog.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2017 Montel Laurent + Copyright (c) 2012-2018 Montel Laurent This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by @@ -21,14 +21,12 @@ #ifndef KPIMTEXTEDIT_TABLECELLFORMATDIALOG_H #define KPIMTEXTEDIT_TABLECELLFORMATDIALOG_H -#include "kpimtextedit_export.h" - #include #include namespace KPIMTextEdit { -class KPIMTEXTEDIT_EXPORT TableCellFormatDialog : public QDialog +class TableCellFormatDialog : public QDialog { Q_OBJECT public: diff -Nru kpimtextedit-17.12.3/src/tableformatdialog.cpp kpimtextedit-18.04.1/src/tableformatdialog.cpp --- kpimtextedit-17.12.3/src/tableformatdialog.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/tableformatdialog.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2017 Montel Laurent + Copyright (c) 2012-2018 Montel Laurent This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by @@ -190,7 +190,7 @@ Qt::Alignment TableFormatDialog::alignment() const { - return (Qt::Alignment)d->alignment->itemData(d->alignment->currentIndex()).toInt(); + return static_cast(d->alignment->itemData(d->alignment->currentIndex()).toInt()); } QTextLength::Type TableFormatDialog::typeOfLength() const diff -Nru kpimtextedit-17.12.3/src/tableformatdialog.h kpimtextedit-18.04.1/src/tableformatdialog.h --- kpimtextedit-17.12.3/src/tableformatdialog.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/tableformatdialog.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2017 Montel Laurent + Copyright (c) 2012-2018 Montel Laurent This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by @@ -21,14 +21,12 @@ #ifndef KPIMTEXTEDIT_TABLEFORMATDIALOG_H #define KPIMTEXTEDIT_TABLEFORMATDIALOG_H -#include "kpimtextedit_export.h" - #include #include namespace KPIMTextEdit { -class KPIMTEXTEDIT_EXPORT TableFormatDialog : public QDialog +class TableFormatDialog : public QDialog { Q_OBJECT public: diff -Nru kpimtextedit-17.12.3/src/texteditor/commonwidget/autotests/textgotolinewidgettest.cpp kpimtextedit-18.04.1/src/texteditor/commonwidget/autotests/textgotolinewidgettest.cpp --- kpimtextedit-17.12.3/src/texteditor/commonwidget/autotests/textgotolinewidgettest.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/commonwidget/autotests/textgotolinewidgettest.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -36,7 +36,7 @@ { KPIMTextEdit::TextGoToLineWidget edit; edit.show(); - QTest::qWaitForWindowExposed(&edit); + QVERIFY(QTest::qWaitForWindowExposed(&edit)); QSpinBox *line = edit.findChild(QStringLiteral("line")); QVERIFY(line); QCOMPARE(line->minimum(), 1); @@ -73,7 +73,7 @@ { KPIMTextEdit::TextGoToLineWidget edit; edit.show(); - QTest::qWaitForWindowExposed(&edit); + QVERIFY(QTest::qWaitForWindowExposed(&edit)); QVERIFY(edit.isVisible()); QToolButton *closebutton = edit.findChild(QStringLiteral("closebutton")); QTest::mouseClick(closebutton, Qt::LeftButton); @@ -84,7 +84,7 @@ { KPIMTextEdit::TextGoToLineWidget edit; edit.show(); - QTest::qWaitForWindowExposed(&edit); + QVERIFY(QTest::qWaitForWindowExposed(&edit)); QTest::keyPress(&edit, Qt::Key_Escape); QCOMPARE(edit.isVisible(), false); } @@ -93,7 +93,7 @@ { KPIMTextEdit::TextGoToLineWidget edit; edit.show(); - QTest::qWaitForWindowExposed(&edit); + QVERIFY(QTest::qWaitForWindowExposed(&edit)); QSpinBox *line = edit.findChild(QStringLiteral("line")); line->setFocus(); QVERIFY(line->hasFocus()); @@ -108,14 +108,14 @@ { KPIMTextEdit::TextGoToLineWidget edit; edit.show(); - QTest::qWaitForWindowExposed(&edit); + QVERIFY(QTest::qWaitForWindowExposed(&edit)); QSpinBox *line = edit.findChild(QStringLiteral("line")); QVERIFY(line); QVERIFY(line->hasFocus()); edit.hide(); QVERIFY(!line->hasFocus()); edit.show(); - QTest::qWaitForWindowExposed(&edit); + QVERIFY(QTest::qWaitForWindowExposed(&edit)); //FIXME QVERIFY(line->hasFocus()); } @@ -123,7 +123,7 @@ { KPIMTextEdit::TextGoToLineWidget edit; edit.show(); - QTest::qWaitForWindowExposed(&edit); + QVERIFY(QTest::qWaitForWindowExposed(&edit)); QSpinBox *line = edit.findChild(QStringLiteral("line")); QVERIFY(line->hasFocus()); edit.setFocus(); @@ -136,7 +136,7 @@ { KPIMTextEdit::TextGoToLineWidget edit; edit.show(); - QTest::qWaitForWindowExposed(&edit); + QVERIFY(QTest::qWaitForWindowExposed(&edit)); QSpinBox *line = edit.findChild(QStringLiteral("line")); QCOMPARE(line->value(), 1); diff -Nru kpimtextedit-17.12.3/src/texteditor/commonwidget/autotests/textgotolinewidgettest.h kpimtextedit-18.04.1/src/texteditor/commonwidget/autotests/textgotolinewidgettest.h --- kpimtextedit-17.12.3/src/texteditor/commonwidget/autotests/textgotolinewidgettest.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/commonwidget/autotests/textgotolinewidgettest.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texteditor/commonwidget/texteditfindbarbase.cpp kpimtextedit-18.04.1/src/texteditor/commonwidget/texteditfindbarbase.cpp --- kpimtextedit-17.12.3/src/texteditor/commonwidget/texteditfindbarbase.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/commonwidget/texteditfindbarbase.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Laurent Montel + Copyright (C) 2013-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -19,7 +19,7 @@ #include "texteditfindbarbase.h" #include "texteditor/commonwidget/textfindreplacewidget.h" - +#include "kpimtextedit_debug.h" #include #include #include @@ -83,7 +83,7 @@ if (documentIsEmpty()) { return; } - mReplaceWidget->slotSearchStringEmpty(mFindWidget->search()->text().isEmpty()); + mReplaceWidget->slotSearchStringEmpty(mFindWidget->searchText().isEmpty()); show(); if (mReplaceWidget->isVisible()) { mReplaceWidget->hide(); @@ -104,7 +104,7 @@ if (documentIsEmpty()) { return; } - mReplaceWidget->slotSearchStringEmpty(mFindWidget->search()->text().isEmpty()); + mReplaceWidget->slotSearchStringEmpty(mFindWidget->searchText().isEmpty()); show(); if (!mReplaceWidget->isVisible()) { mReplaceWidget->show(); @@ -114,19 +114,19 @@ void TextEditFindBarBase::setText(const QString &text) { - mFindWidget->search()->setText(text); + mFindWidget->searchLineEdit()->setText(text); } QString TextEditFindBarBase::text() const { - return mFindWidget->search()->text(); + return mFindWidget->searchText(); } void TextEditFindBarBase::focusAndSetCursor() { setFocus(); - mFindWidget->search()->selectAll(); - mFindWidget->search()->setFocus(); + mFindWidget->searchLineEdit()->selectAll(); + mFindWidget->searchLineEdit()->setFocus(); } void TextEditFindBarBase::slotClearSearch() @@ -138,7 +138,9 @@ { const bool isNotEmpty = (!str.isEmpty()); if (isNotEmpty) { - QTimer::singleShot(0, this, [this]() { slotSearchText(); }); + QTimer::singleShot(0, this, [this]() { + slotSearchText(); + }); } else { clearSelections(); } @@ -159,7 +161,8 @@ bool TextEditFindBarBase::searchText(bool backward, bool isAutoSearch) { - mLastSearchStr = mFindWidget->search()->text(); + mLastSearchStr = mFindWidget->searchText(); + mLastSearchRegExp = mFindWidget->searchRegExp(); QTextDocument::FindFlags searchOptions = mFindWidget->searchOptions(); if (backward) { searchOptions |= QTextDocument::FindBackward; @@ -167,11 +170,18 @@ if (isAutoSearch) { autoSearchMoveCursor(); - } else if (!mLastSearchStr.contains(mFindWidget->search()->text(), Qt::CaseSensitive)) { + } else if (mFindWidget->isRegularExpression()) { + //TODO + } else if (!mLastSearchStr.contains(mFindWidget->searchText(), Qt::CaseSensitive)) { clearSelections(); } - const bool found = searchInDocument(mLastSearchStr, searchOptions); + bool found = false; + if (mFindWidget->isRegularExpression()) { + found = searchInDocument(mLastSearchRegExp, searchOptions); + } else { + found = searchInDocument(mLastSearchStr, searchOptions); + } mFindWidget->setFoundMatch(found); messageInfo(backward, isAutoSearch, found); return found; @@ -190,8 +200,13 @@ void TextEditFindBarBase::slotUpdateSearchOptions() { const QTextDocument::FindFlags searchOptions = mFindWidget->searchOptions(); - mLastSearchStr = mFindWidget->search()->text(); - searchInDocument(mLastSearchStr, searchOptions); + mLastSearchStr = mFindWidget->searchText(); + mLastSearchRegExp = mFindWidget->searchRegExp(); + if (mFindWidget->isRegularExpression()) { + searchInDocument(mLastSearchRegExp, searchOptions); + } else { + searchInDocument(mLastSearchStr, searchOptions); + } } void TextEditFindBarBase::clearSelections() @@ -202,8 +217,8 @@ void TextEditFindBarBase::closeBar() { // Make sure that all old searches are cleared - mFindWidget->search()->setText(QString()); - mReplaceWidget->replace()->setText(QString()); + mFindWidget->searchLineEdit()->setText(QString()); + mReplaceWidget->replaceLineEdit()->setText(QString()); clearSelections(); mReplaceWidget->hide(); updateGeometry(); @@ -236,7 +251,7 @@ if (shortCutOverride) { return true; } - if (mFindWidget->search()->text().isEmpty()) { + if (mFindWidget->searchText().isEmpty()) { return true; } diff -Nru kpimtextedit-17.12.3/src/texteditor/commonwidget/texteditfindbarbase.h kpimtextedit-18.04.1/src/texteditor/commonwidget/texteditfindbarbase.h --- kpimtextedit-17.12.3/src/texteditor/commonwidget/texteditfindbarbase.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/commonwidget/texteditfindbarbase.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Laurent Montel + Copyright (C) 2013-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -33,7 +33,7 @@ public: explicit TextEditFindBarBase(QWidget *parent = nullptr); - ~TextEditFindBarBase(); + ~TextEditFindBarBase() override; QString text() const; void setText(const QString &text); @@ -52,6 +52,7 @@ virtual bool viewIsReadOnly() const = 0; virtual bool documentIsEmpty() const = 0; virtual bool searchInDocument(const QString &text, QTextDocument::FindFlags searchOptions) = 0; + virtual bool searchInDocument(const QRegExp ®Exp, QTextDocument::FindFlags searchOptions) = 0; virtual void autoSearchMoveCursor() = 0; bool event(QEvent *e) override; @@ -78,6 +79,7 @@ protected: QString mLastSearchStr; + QRegExp mLastSearchRegExp; TextFindWidget *mFindWidget = nullptr; TextReplaceWidget *mReplaceWidget = nullptr; bool mHideWhenClose = true; diff -Nru kpimtextedit-17.12.3/src/texteditor/commonwidget/textfindreplacewidget.cpp kpimtextedit-18.04.1/src/texteditor/commonwidget/textfindreplacewidget.cpp --- kpimtextedit-17.12.3/src/texteditor/commonwidget/textfindreplacewidget.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/commonwidget/textfindreplacewidget.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Laurent Montel + Copyright (C) 2013-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -56,7 +56,7 @@ { } -QLineEdit *TextReplaceWidget::replace() const +QLineEdit *TextReplaceWidget::replaceLineEdit() const { return mReplace; } @@ -102,6 +102,9 @@ mWholeWordAct = optionsMenu->addAction(i18n("Whole word")); mWholeWordAct->setCheckable(true); + mRegExpAct = optionsMenu->addAction(i18n("Regular Expression")); + mRegExpAct->setCheckable(true); + optionsBtn->setMenu(optionsMenu); lay->addWidget(optionsBtn); @@ -109,6 +112,7 @@ connect(mFindPrevBtn, &QPushButton::clicked, this, &TextFindWidget::findPrev); connect(mCaseSensitiveAct, &QAction::toggled, this, &TextFindWidget::updateSearchOptions); connect(mWholeWordAct, &QAction::toggled, this, &TextFindWidget::updateSearchOptions); + connect(mRegExpAct, &QAction::toggled, this, &TextFindWidget::updateSearchOptions); connect(mSearch, &QLineEdit::textChanged, this, &TextFindWidget::slotAutoSearch); } @@ -116,19 +120,6 @@ { } -QRegExp TextFindWidget::findRegExp() const -{ - QString str = QRegExp::escape(mSearch->text()); - if (mWholeWordAct->isChecked()) { - str = QLatin1String("\\b") + str + QLatin1String("\\b"); - } - if (mCaseSensitiveAct->isChecked()) { - return QRegExp(str, Qt::CaseSensitive); - } else { - return QRegExp(str, Qt::CaseInsensitive); - } -} - void TextFindWidget::setFoundMatch(bool match) { #ifndef QT_NO_STYLE_STYLESHEET @@ -165,11 +156,37 @@ } } -QLineEdit *TextFindWidget::search() const +QLineEdit *TextFindWidget::searchLineEdit() const { return mSearch; } +bool TextFindWidget::isRegularExpression() const +{ + return mRegExpAct->isChecked(); +} + +QString TextFindWidget::searchText() const +{ + return mSearch->text(); +} + +QRegExp TextFindWidget::searchRegExp() const +{ + QRegExp reg; + if (mCaseSensitiveAct->isChecked()) { + reg.setCaseSensitivity(Qt::CaseSensitive); + } else { + reg.setCaseSensitivity(Qt::CaseInsensitive); + } + QString searchTextString = mSearch->text(); + if (mWholeWordAct->isChecked()) { + searchTextString = QStringLiteral("\\b") + searchTextString + QStringLiteral("\\b"); + } + reg.setPattern(searchTextString); + return reg; +} + QTextDocument::FindFlags TextFindWidget::searchOptions() const { QTextDocument::FindFlags opt = nullptr; diff -Nru kpimtextedit-17.12.3/src/texteditor/commonwidget/textfindreplacewidget.h kpimtextedit-18.04.1/src/texteditor/commonwidget/textfindreplacewidget.h --- kpimtextedit-17.12.3/src/texteditor/commonwidget/textfindreplacewidget.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/commonwidget/textfindreplacewidget.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Laurent Montel + Copyright (C) 2013-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -36,10 +36,15 @@ QTextDocument::FindFlags searchOptions() const; - QLineEdit *search() const; + QLineEdit *searchLineEdit() const; void setFoundMatch(bool match); - QRegExp findRegExp() const; + + bool isRegularExpression() const; + + QRegExp searchRegExp() const; + + QString searchText() const; private Q_SLOTS: void slotAutoSearch(const QString &str); @@ -56,6 +61,7 @@ QLineEdit *mSearch = nullptr; QAction *mCaseSensitiveAct = nullptr; QAction *mWholeWordAct = nullptr; + QAction *mRegExpAct = nullptr; QPushButton *mFindPrevBtn = nullptr; QPushButton *mFindNextBtn = nullptr; @@ -68,7 +74,7 @@ explicit TextReplaceWidget(QWidget *parent = nullptr); ~TextReplaceWidget(); - QLineEdit *replace() const; + QLineEdit *replaceLineEdit() const; public Q_SLOTS: void slotSearchStringEmpty(bool); diff -Nru kpimtextedit-17.12.3/src/texteditor/commonwidget/textgotolinewidget.cpp kpimtextedit-18.04.1/src/texteditor/commonwidget/textgotolinewidget.cpp --- kpimtextedit-17.12.3/src/texteditor/commonwidget/textgotolinewidget.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/commonwidget/textgotolinewidget.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -31,7 +31,7 @@ using namespace KPIMTextEdit; -class KPIMTextEdit::TextGoToLineWidgetPrivate +class Q_DECL_HIDDEN KPIMTextEdit::TextGoToLineWidgetPrivate { public: TextGoToLineWidgetPrivate() diff -Nru kpimtextedit-17.12.3/src/texteditor/commonwidget/textgotolinewidget.h kpimtextedit-18.04.1/src/texteditor/commonwidget/textgotolinewidget.h --- kpimtextedit-17.12.3/src/texteditor/commonwidget/textgotolinewidget.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/commonwidget/textgotolinewidget.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -30,7 +30,7 @@ Q_OBJECT public: explicit TextGoToLineWidget(QWidget *parent = nullptr); - ~TextGoToLineWidget(); + ~TextGoToLineWidget() override; void goToLine(); diff -Nru kpimtextedit-17.12.3/src/texteditor/commonwidget/textmessageindicator.cpp kpimtextedit-18.04.1/src/texteditor/commonwidget/textmessageindicator.cpp --- kpimtextedit-17.12.3/src/texteditor/commonwidget/textmessageindicator.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/commonwidget/textmessageindicator.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texteditor/commonwidget/textmessageindicator.h kpimtextedit-18.04.1/src/texteditor/commonwidget/textmessageindicator.h --- kpimtextedit-17.12.3/src/texteditor/commonwidget/textmessageindicator.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/commonwidget/textmessageindicator.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texteditor/plaintexteditor/autotests/plaintexteditortest.cpp kpimtextedit-18.04.1/src/texteditor/plaintexteditor/autotests/plaintexteditortest.cpp --- kpimtextedit-17.12.3/src/texteditor/plaintexteditor/autotests/plaintexteditortest.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/plaintexteditor/autotests/plaintexteditortest.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texteditor/plaintexteditor/autotests/plaintexteditortest.h kpimtextedit-18.04.1/src/texteditor/plaintexteditor/autotests/plaintexteditortest.h --- kpimtextedit-17.12.3/src/texteditor/plaintexteditor/autotests/plaintexteditortest.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/plaintexteditor/autotests/plaintexteditortest.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texteditor/plaintexteditor/plaintexteditfindbar.cpp kpimtextedit-18.04.1/src/texteditor/plaintexteditor/plaintexteditfindbar.cpp --- kpimtextedit-17.12.3/src/texteditor/plaintexteditor/plaintexteditfindbar.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/plaintexteditor/plaintexteditfindbar.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2017 Laurent Montel + Copyright (C) 2012-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -73,6 +73,13 @@ return found; } +bool PlainTextEditFindBar::searchInDocument(const QRegExp ®Exp, QTextDocument::FindFlags searchOptions) +{ + const bool found = d->mView->find(regExp, searchOptions); + mFindWidget->setFoundMatch(found); + return found; +} + void PlainTextEditFindBar::autoSearchMoveCursor() { QTextCursor cursor = d->mView->textCursor(); @@ -83,10 +90,18 @@ void PlainTextEditFindBar::slotReplaceText() { if (d->mView->textCursor().hasSelection()) { - if (d->mView->textCursor().selectedText() == mFindWidget->search()->text()) { - d->mView->textCursor().insertText(mReplaceWidget->replace()->text()); - //search next after replace text. - searchText(false, false); + if (mFindWidget->isRegularExpression()) { + if (d->mView->textCursor().selectedText().contains(mFindWidget->searchRegExp())) { + d->mView->textCursor().insertText(mReplaceWidget->replaceLineEdit()->text()); + //search next after replace text. + searchText(false, false); + } + } else { + if (d->mView->textCursor().selectedText() == mFindWidget->searchText()) { + d->mView->textCursor().insertText(mReplaceWidget->replaceLineEdit()->text()); + //search next after replace text. + searchText(false, false); + } } } else { searchText(false, false); @@ -95,7 +110,12 @@ void PlainTextEditFindBar::slotReplaceAllText() { - const QString newText = d->mView->toPlainText().replace(mFindWidget->findRegExp(), mReplaceWidget->replace()->text()); + QString newText; + if (mFindWidget->isRegularExpression()) { + newText = d->mView->toPlainText().replace(mFindWidget->searchRegExp(), mReplaceWidget->replaceLineEdit()->text()); + } else { + newText = d->mView->toPlainText().replace(mFindWidget->searchText(), mReplaceWidget->replaceLineEdit()->text()); + } d->mView->selectAll(); d->mView->insertPlainText(newText); } diff -Nru kpimtextedit-17.12.3/src/texteditor/plaintexteditor/plaintexteditfindbar.h kpimtextedit-18.04.1/src/texteditor/plaintexteditor/plaintexteditfindbar.h --- kpimtextedit-17.12.3/src/texteditor/plaintexteditor/plaintexteditfindbar.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/plaintexteditor/plaintexteditfindbar.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2017 Laurent Montel + Copyright (C) 2012-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -33,12 +33,13 @@ public: explicit PlainTextEditFindBar(QPlainTextEdit *view, QWidget *parent = nullptr); - ~PlainTextEditFindBar(); + ~PlainTextEditFindBar() override; protected: bool viewIsReadOnly() const override; bool documentIsEmpty() const override; bool searchInDocument(const QString &text, QTextDocument::FindFlags searchOptions) override; + bool searchInDocument(const QRegExp ®Exp, QTextDocument::FindFlags searchOptions) override; void autoSearchMoveCursor() override; public Q_SLOTS: diff -Nru kpimtextedit-17.12.3/src/texteditor/plaintexteditor/plaintexteditor.cpp kpimtextedit-18.04.1/src/texteditor/plaintexteditor/plaintexteditor.cpp --- kpimtextedit-17.12.3/src/texteditor/plaintexteditor/plaintexteditor.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/plaintexteditor/plaintexteditor.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Laurent Montel + Copyright (C) 2013-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -17,6 +17,7 @@ Boston, MA 02110-1301, USA. */ #include "plaintexteditor.h" +#include "kpimtextedit_debug.h" #include "texteditor/commonwidget/textmessageindicator.h" #include @@ -41,6 +42,7 @@ #include #include #include +#include #include @@ -238,7 +240,7 @@ } else { text = toPlainText(); } - //qCDebug(PIMCOMMON_LOG) << " KPIMTextEdit::TextToSpeech::self()->isReady() :" << KPIMTextEdit::TextToSpeech::self()->isReady(); + //qCDebug(KPIMTEXTEDIT_LOG) << " KPIMTextEdit::TextToSpeech::self()->isReady() :" << KPIMTextEdit::TextToSpeech::self()->isReady(); Q_EMIT say(text); } @@ -616,20 +618,79 @@ } return true; } else if (event == QKeySequence::DeleteEndOfLine) { - QTextCursor cursor = textCursor(); - QTextBlock block = cursor.block(); - if (cursor.position() == block.position() + block.length() - 2) { - cursor.movePosition(QTextCursor::Right, QTextCursor::KeepAnchor); - } else { - cursor.movePosition(QTextCursor::EndOfBlock, QTextCursor::KeepAnchor); - } - cursor.removeSelectedText(); - setTextCursor(cursor); + deleteEndOfLine(); return true; } return false; } +void PlainTextEditor::deleteEndOfLine() +{ + QTextCursor cursor = textCursor(); + QTextBlock block = cursor.block(); + if (cursor.position() == block.position() + block.length() - 2) { + cursor.movePosition(QTextCursor::Right, QTextCursor::KeepAnchor); + } else { + cursor.movePosition(QTextCursor::EndOfBlock, QTextCursor::KeepAnchor); + } + cursor.removeSelectedText(); + setTextCursor(cursor); +} + +void PlainTextEditor::moveLineUpDown(bool moveUp) +{ + QTextCursor cursor = textCursor(); + QTextCursor move = cursor; + move.beginEditBlock(); + + bool hasSelection = cursor.hasSelection(); + + if (hasSelection) { + move.setPosition(cursor.selectionStart()); + move.movePosition(QTextCursor::StartOfBlock); + move.setPosition(cursor.selectionEnd(), QTextCursor::KeepAnchor); + move.movePosition(move.atBlockStart() ? QTextCursor::Left: QTextCursor::EndOfBlock, + QTextCursor::KeepAnchor); + } else { + move.movePosition(QTextCursor::StartOfBlock); + move.movePosition(QTextCursor::EndOfBlock, QTextCursor::KeepAnchor); + } + QString text = move.selectedText(); + + move.movePosition(QTextCursor::Right, QTextCursor::KeepAnchor); + move.removeSelectedText(); + + if (moveUp) { + move.movePosition(QTextCursor::PreviousBlock); + move.insertBlock(); + move.movePosition(QTextCursor::Left); + } else { + move.movePosition(QTextCursor::EndOfBlock); + if (move.atBlockStart()) { // empty block + move.movePosition(QTextCursor::NextBlock); + move.insertBlock(); + move.movePosition(QTextCursor::Left); + } else { + move.insertBlock(); + } + } + + int start = move.position(); + move.clearSelection(); + move.insertText(text); + int end = move.position(); + + if (hasSelection) { + move.setPosition(end); + move.setPosition(start, QTextCursor::KeepAnchor); + } else { + move.setPosition(start); + } + move.endEditBlock(); + + setTextCursor(move); +} + void PlainTextEditor::wheelEvent(QWheelEvent *event) { if (QApplication::keyboardModifiers() & Qt::ControlModifier) { @@ -644,11 +705,18 @@ QPlainTextEdit::wheelEvent(event); } - void PlainTextEditor::keyPressEvent(QKeyEvent *event) { + const bool isControlClicked = event->modifiers() & Qt::ControlModifier; + const bool isShiftClicked = event->modifiers() & Qt::ShiftModifier; if (handleShortcut(event)) { event->accept(); + } else if (event->key() == Qt::Key_Up && isControlClicked && isShiftClicked) { + moveLineUpDown(true); + event->accept(); + } else if (event->key() == Qt::Key_Down && isControlClicked && isShiftClicked) { + moveLineUpDown(false); + event->accept(); } else { QPlainTextEdit::keyPressEvent(event); } diff -Nru kpimtextedit-17.12.3/src/texteditor/plaintexteditor/plaintexteditor.h kpimtextedit-18.04.1/src/texteditor/plaintexteditor/plaintexteditor.h --- kpimtextedit-17.12.3/src/texteditor/plaintexteditor/plaintexteditor.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/plaintexteditor/plaintexteditor.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Laurent Montel + Copyright (C) 2013-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -38,7 +38,7 @@ Q_PROPERTY(bool webShortcutSupport READ webShortcutSupport WRITE setWebShortcutSupport) public: explicit PlainTextEditor(QWidget *parent = nullptr); - ~PlainTextEditor(); + ~PlainTextEditor() override; enum SupportFeature { None = 0, @@ -121,6 +121,8 @@ void deleteWordBack(); void deleteWordForward(); void highlightWord(int length, int pos); + void deleteEndOfLine(); + void moveLineUpDown(bool moveUp); class PlainTextEditorPrivate; PlainTextEditorPrivate *const d; }; diff -Nru kpimtextedit-17.12.3/src/texteditor/plaintexteditor/plaintexteditorwidget.cpp kpimtextedit-18.04.1/src/texteditor/plaintexteditor/plaintexteditorwidget.cpp --- kpimtextedit-17.12.3/src/texteditor/plaintexteditor/plaintexteditorwidget.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/plaintexteditor/plaintexteditorwidget.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Laurent Montel + Copyright (C) 2013-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texteditor/plaintexteditor/plaintexteditorwidget.h kpimtextedit-18.04.1/src/texteditor/plaintexteditor/plaintexteditorwidget.h --- kpimtextedit-17.12.3/src/texteditor/plaintexteditor/plaintexteditorwidget.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/plaintexteditor/plaintexteditorwidget.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Laurent Montel + Copyright (C) 2013-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texteditor/plaintexteditor/plaintextsyntaxspellcheckinghighlighter.cpp kpimtextedit-18.04.1/src/texteditor/plaintexteditor/plaintextsyntaxspellcheckinghighlighter.cpp --- kpimtextedit-17.12.3/src/texteditor/plaintexteditor/plaintextsyntaxspellcheckinghighlighter.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/plaintexteditor/plaintextsyntaxspellcheckinghighlighter.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -144,7 +144,11 @@ const auto nextBlock = currentBlock().next(); if (nextBlock.isValid()) { +#if QT_VERSION >= QT_VERSION_CHECK(5, 10, 0) + QMetaObject::invokeMethod(this, [this, nextBlock] { rehighlightBlock(nextBlock); }, Qt::QueuedConnection); +#else QMetaObject::invokeMethod(this, "rehighlightBlock", Qt::QueuedConnection, Q_ARG(QTextBlock, nextBlock)); +#endif } } diff -Nru kpimtextedit-17.12.3/src/texteditor/plaintexteditor/plaintextsyntaxspellcheckinghighlighter.h kpimtextedit-18.04.1/src/texteditor/plaintexteditor/plaintextsyntaxspellcheckinghighlighter.h --- kpimtextedit-17.12.3/src/texteditor/plaintexteditor/plaintextsyntaxspellcheckinghighlighter.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/plaintexteditor/plaintextsyntaxspellcheckinghighlighter.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -37,7 +37,7 @@ { public: explicit PlainTextSyntaxSpellCheckingHighlighter(PlainTextEditor *plainText, const QColor &misspelledColor = Qt::red); - ~PlainTextSyntaxSpellCheckingHighlighter(); + ~PlainTextSyntaxSpellCheckingHighlighter() override; void toggleSpellHighlighting(bool on); diff -Nru kpimtextedit-17.12.3/src/texteditor/plaintexteditor/tests/plaintexteditor_gui.cpp kpimtextedit-18.04.1/src/texteditor/plaintexteditor/tests/plaintexteditor_gui.cpp --- kpimtextedit-17.12.3/src/texteditor/plaintexteditor/tests/plaintexteditor_gui.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/plaintexteditor/tests/plaintexteditor_gui.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Laurent Montel + Copyright (C) 2013-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texteditor/richtexteditor/autotests/richtexteditortest.cpp kpimtextedit-18.04.1/src/texteditor/richtexteditor/autotests/richtexteditortest.cpp --- kpimtextedit-17.12.3/src/texteditor/richtexteditor/autotests/richtexteditortest.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/richtexteditor/autotests/richtexteditortest.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texteditor/richtexteditor/autotests/richtexteditortest.h kpimtextedit-18.04.1/src/texteditor/richtexteditor/autotests/richtexteditortest.h --- kpimtextedit-17.12.3/src/texteditor/richtexteditor/autotests/richtexteditortest.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/richtexteditor/autotests/richtexteditortest.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texteditor/richtexteditor/richtexteditfindbar.cpp kpimtextedit-18.04.1/src/texteditor/richtexteditor/richtexteditfindbar.cpp --- kpimtextedit-17.12.3/src/texteditor/richtexteditor/richtexteditfindbar.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/richtexteditor/richtexteditfindbar.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Laurent Montel + Copyright (C) 2013-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -72,6 +72,13 @@ return found; } +bool RichTextEditFindBar::searchInDocument(const QRegExp ®Exp, QTextDocument::FindFlags searchOptions) +{ + const bool found = d->mView->find(regExp, searchOptions); + mFindWidget->setFoundMatch(found); + return found; +} + void RichTextEditFindBar::autoSearchMoveCursor() { QTextCursor cursor = d->mView->textCursor(); @@ -83,10 +90,18 @@ { //FIXME! if (d->mView->textCursor().hasSelection()) { - if (d->mView->textCursor().selectedText() == mFindWidget->search()->text()) { - d->mView->textCursor().insertText(mReplaceWidget->replace()->text()); - //search next after replace text. - searchText(false, false); + if (mFindWidget->isRegularExpression()) { + if (d->mView->textCursor().selectedText().contains(mFindWidget->searchRegExp())) { + d->mView->textCursor().insertText(mReplaceWidget->replaceLineEdit()->text()); + //search next after replace text. + searchText(false, false); + } + } else { + if (d->mView->textCursor().selectedText() == mFindWidget->searchText()) { + d->mView->textCursor().insertText(mReplaceWidget->replaceLineEdit()->text()); + //search next after replace text. + searchText(false, false); + } } } else { searchText(false, false); @@ -95,8 +110,12 @@ void RichTextEditFindBar::slotReplaceAllText() { - //FIXME richtext - const QString newText = d->mView->toPlainText().replace(mFindWidget->findRegExp(), mReplaceWidget->replace()->text()); + QString newText; + if (mFindWidget->isRegularExpression()) { + newText = d->mView->toPlainText().replace(mFindWidget->searchRegExp(), mReplaceWidget->replaceLineEdit()->text()); + } else { + newText = d->mView->toPlainText().replace(mFindWidget->searchText(), mReplaceWidget->replaceLineEdit()->text()); + } d->mView->selectAll(); d->mView->insertPlainText(newText); } diff -Nru kpimtextedit-17.12.3/src/texteditor/richtexteditor/richtexteditfindbar.h kpimtextedit-18.04.1/src/texteditor/richtexteditor/richtexteditfindbar.h --- kpimtextedit-17.12.3/src/texteditor/richtexteditor/richtexteditfindbar.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/richtexteditor/richtexteditfindbar.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Laurent Montel + Copyright (C) 2013-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -32,12 +32,13 @@ Q_OBJECT public: explicit RichTextEditFindBar(QTextEdit *view, QWidget *parent = nullptr); - ~RichTextEditFindBar(); + ~RichTextEditFindBar() override; protected: bool viewIsReadOnly() const override; bool documentIsEmpty() const override; bool searchInDocument(const QString &text, QTextDocument::FindFlags searchOptions) override; + bool searchInDocument(const QRegExp ®Exp, QTextDocument::FindFlags searchOptions) override; void autoSearchMoveCursor() override; public Q_SLOTS: diff -Nru kpimtextedit-17.12.3/src/texteditor/richtexteditor/richtexteditor.cpp kpimtextedit-18.04.1/src/texteditor/richtexteditor/richtexteditor.cpp --- kpimtextedit-17.12.3/src/texteditor/richtexteditor/richtexteditor.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/richtexteditor/richtexteditor.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Laurent Montel + Copyright (C) 2013-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -901,8 +901,16 @@ void RichTextEditor::keyPressEvent(QKeyEvent *event) { + const bool isControlClicked = event->modifiers() & Qt::ControlModifier; + const bool isShiftClicked = event->modifiers() & Qt::ShiftModifier; if (handleShortcut(event)) { event->accept(); + } else if (event->key() == Qt::Key_Up && isControlClicked && isShiftClicked) { + moveLineUpDown(true); + event->accept(); + } else if (event->key() == Qt::Key_Down && isControlClicked && isShiftClicked) { + moveLineUpDown(false); + event->accept(); } else { QTextEdit::keyPressEvent(event); } @@ -916,3 +924,57 @@ setFont(f); } } + +void RichTextEditor::moveLineUpDown(bool moveUp) +{ + QTextCursor cursor = textCursor(); + QTextCursor move = cursor; + move.beginEditBlock(); + + bool hasSelection = cursor.hasSelection(); + + if (hasSelection) { + move.setPosition(cursor.selectionStart()); + move.movePosition(QTextCursor::StartOfBlock); + move.setPosition(cursor.selectionEnd(), QTextCursor::KeepAnchor); + move.movePosition(move.atBlockStart() ? QTextCursor::Left: QTextCursor::EndOfBlock, + QTextCursor::KeepAnchor); + } else { + move.movePosition(QTextCursor::StartOfBlock); + move.movePosition(QTextCursor::EndOfBlock, QTextCursor::KeepAnchor); + } + QString text = move.selectedText(); + + move.movePosition(QTextCursor::Right, QTextCursor::KeepAnchor); + move.removeSelectedText(); + + if (moveUp) { + move.movePosition(QTextCursor::PreviousBlock); + move.insertBlock(); + move.movePosition(QTextCursor::Left); + } else { + move.movePosition(QTextCursor::EndOfBlock); + if (move.atBlockStart()) { // empty block + move.movePosition(QTextCursor::NextBlock); + move.insertBlock(); + move.movePosition(QTextCursor::Left); + } else { + move.insertBlock(); + } + } + + int start = move.position(); + move.clearSelection(); + move.insertText(text); + int end = move.position(); + + if (hasSelection) { + move.setPosition(end); + move.setPosition(start, QTextCursor::KeepAnchor); + } else { + move.setPosition(start); + } + move.endEditBlock(); + + setTextCursor(move); +} diff -Nru kpimtextedit-17.12.3/src/texteditor/richtexteditor/richtexteditor.h kpimtextedit-18.04.1/src/texteditor/richtexteditor/richtexteditor.h --- kpimtextedit-17.12.3/src/texteditor/richtexteditor/richtexteditor.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/richtexteditor/richtexteditor.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Laurent Montel + Copyright (C) 2013-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -41,7 +41,7 @@ Q_PROPERTY(bool webShortcutSupport READ webShortcutSupport WRITE setWebShortcutSupport) public: explicit RichTextEditor(QWidget *parent = nullptr); - ~RichTextEditor(); + ~RichTextEditor() override; enum SupportFeature { None = 0, Search = 1, @@ -144,6 +144,7 @@ void deleteWordForward(); void highlightWord(int length, int pos); void checkSpelling(bool force); + void moveLineUpDown(bool moveUp); class RichTextEditorPrivate; RichTextEditorPrivate *const d; }; diff -Nru kpimtextedit-17.12.3/src/texteditor/richtexteditor/richtexteditorwidget.cpp kpimtextedit-18.04.1/src/texteditor/richtexteditor/richtexteditorwidget.cpp --- kpimtextedit-17.12.3/src/texteditor/richtexteditor/richtexteditorwidget.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/richtexteditor/richtexteditorwidget.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Laurent Montel + Copyright (C) 2013-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texteditor/richtexteditor/richtexteditorwidget.h kpimtextedit-18.04.1/src/texteditor/richtexteditor/richtexteditorwidget.h --- kpimtextedit-17.12.3/src/texteditor/richtexteditor/richtexteditorwidget.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/richtexteditor/richtexteditorwidget.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Laurent Montel + Copyright (C) 2013-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texteditor/richtexteditor/tests/richtexteditor_gui.cpp kpimtextedit-18.04.1/src/texteditor/richtexteditor/tests/richtexteditor_gui.cpp --- kpimtextedit-17.12.3/src/texteditor/richtexteditor/tests/richtexteditor_gui.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditor/richtexteditor/tests/richtexteditor_gui.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Laurent Montel + Copyright (C) 2013-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texteditorcompleter.cpp kpimtextedit-18.04.1/src/texteditorcompleter.cpp --- kpimtextedit-17.12.3/src/texteditorcompleter.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditorcompleter.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Laurent Montel + * Copyright (C) 2015-2018 Laurent Montel * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff -Nru kpimtextedit-17.12.3/src/texteditorcompleter.h kpimtextedit-18.04.1/src/texteditorcompleter.h --- kpimtextedit-17.12.3/src/texteditorcompleter.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texteditorcompleter.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Laurent Montel + * Copyright (C) 2015-2018 Laurent Montel * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/abstracttexttospeechconfiginterface.cpp kpimtextedit-18.04.1/src/texttospeech/abstracttexttospeechconfiginterface.cpp --- kpimtextedit-17.12.3/src/texttospeech/abstracttexttospeechconfiginterface.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/abstracttexttospeechconfiginterface.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/abstracttexttospeechconfiginterface.h kpimtextedit-18.04.1/src/texttospeech/abstracttexttospeechconfiginterface.h --- kpimtextedit-17.12.3/src/texttospeech/abstracttexttospeechconfiginterface.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/abstracttexttospeechconfiginterface.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/abstracttexttospeechinterface.cpp kpimtextedit-18.04.1/src/texttospeech/abstracttexttospeechinterface.cpp --- kpimtextedit-17.12.3/src/texttospeech/abstracttexttospeechinterface.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/abstracttexttospeechinterface.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/abstracttexttospeechinterface.h kpimtextedit-18.04.1/src/texttospeech/abstracttexttospeechinterface.h --- kpimtextedit-17.12.3/src/texttospeech/abstracttexttospeechinterface.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/abstracttexttospeechinterface.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/autotests/texttospeechactionstest.cpp kpimtextedit-18.04.1/src/texttospeech/autotests/texttospeechactionstest.cpp --- kpimtextedit-17.12.3/src/texttospeech/autotests/texttospeechactionstest.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/autotests/texttospeechactionstest.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/autotests/texttospeechactionstest.h kpimtextedit-18.04.1/src/texttospeech/autotests/texttospeechactionstest.h --- kpimtextedit-17.12.3/src/texttospeech/autotests/texttospeechactionstest.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/autotests/texttospeechactionstest.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/autotests/texttospeechconfigwidgettest.cpp kpimtextedit-18.04.1/src/texttospeech/autotests/texttospeechconfigwidgettest.cpp --- kpimtextedit-17.12.3/src/texttospeech/autotests/texttospeechconfigwidgettest.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/autotests/texttospeechconfigwidgettest.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/autotests/texttospeechconfigwidgettest.h kpimtextedit-18.04.1/src/texttospeech/autotests/texttospeechconfigwidgettest.h --- kpimtextedit-17.12.3/src/texttospeech/autotests/texttospeechconfigwidgettest.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/autotests/texttospeechconfigwidgettest.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/autotests/texttospeechwidgettest.cpp kpimtextedit-18.04.1/src/texttospeech/autotests/texttospeechwidgettest.cpp --- kpimtextedit-17.12.3/src/texttospeech/autotests/texttospeechwidgettest.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/autotests/texttospeechwidgettest.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/autotests/texttospeechwidgettest.h kpimtextedit-18.04.1/src/texttospeech/autotests/texttospeechwidgettest.h --- kpimtextedit-17.12.3/src/texttospeech/autotests/texttospeechwidgettest.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/autotests/texttospeechwidgettest.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/tests/texttospeechconfigdialoggui.cpp kpimtextedit-18.04.1/src/texttospeech/tests/texttospeechconfigdialoggui.cpp --- kpimtextedit-17.12.3/src/texttospeech/tests/texttospeechconfigdialoggui.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/tests/texttospeechconfigdialoggui.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/tests/texttospeechconfiggui.cpp kpimtextedit-18.04.1/src/texttospeech/tests/texttospeechconfiggui.cpp --- kpimtextedit-17.12.3/src/texttospeech/tests/texttospeechconfiggui.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/tests/texttospeechconfiggui.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/tests/texttospeechconfiggui.h kpimtextedit-18.04.1/src/texttospeech/tests/texttospeechconfiggui.h --- kpimtextedit-17.12.3/src/texttospeech/tests/texttospeechconfiggui.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/tests/texttospeechconfiggui.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/tests/texttospeechgui.cpp kpimtextedit-18.04.1/src/texttospeech/tests/texttospeechgui.cpp --- kpimtextedit-17.12.3/src/texttospeech/tests/texttospeechgui.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/tests/texttospeechgui.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/tests/texttospeechgui.h kpimtextedit-18.04.1/src/texttospeech/tests/texttospeechgui.h --- kpimtextedit-17.12.3/src/texttospeech/tests/texttospeechgui.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/tests/texttospeechgui.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/tests/texttospeechwidget_gui.cpp kpimtextedit-18.04.1/src/texttospeech/tests/texttospeechwidget_gui.cpp --- kpimtextedit-17.12.3/src/texttospeech/tests/texttospeechwidget_gui.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/tests/texttospeechwidget_gui.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/texttospeechactions.cpp kpimtextedit-18.04.1/src/texttospeech/texttospeechactions.cpp --- kpimtextedit-17.12.3/src/texttospeech/texttospeechactions.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/texttospeechactions.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -23,7 +23,7 @@ using namespace KPIMTextEdit; -class KPIMTextEdit::TextToSpeechActionsPrivate +class Q_DECL_HIDDEN KPIMTextEdit::TextToSpeechActionsPrivate { public: TextToSpeechActionsPrivate() diff -Nru kpimtextedit-17.12.3/src/texttospeech/texttospeechactions.h kpimtextedit-18.04.1/src/texttospeech/texttospeechactions.h --- kpimtextedit-17.12.3/src/texttospeech/texttospeechactions.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/texttospeechactions.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/texttospeechconfigdialog.cpp kpimtextedit-18.04.1/src/texttospeech/texttospeechconfigdialog.cpp --- kpimtextedit-17.12.3/src/texttospeech/texttospeechconfigdialog.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/texttospeechconfigdialog.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/texttospeechconfigdialog.h kpimtextedit-18.04.1/src/texttospeech/texttospeechconfigdialog.h --- kpimtextedit-17.12.3/src/texttospeech/texttospeechconfigdialog.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/texttospeechconfigdialog.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/texttospeechconfiginterface.cpp kpimtextedit-18.04.1/src/texttospeech/texttospeechconfiginterface.cpp --- kpimtextedit-17.12.3/src/texttospeech/texttospeechconfiginterface.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/texttospeechconfiginterface.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/texttospeechconfiginterface.h kpimtextedit-18.04.1/src/texttospeech/texttospeechconfiginterface.h --- kpimtextedit-17.12.3/src/texttospeech/texttospeechconfiginterface.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/texttospeechconfiginterface.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -32,7 +32,7 @@ Q_OBJECT public: explicit TextToSpeechConfigInterface(QObject *parent = nullptr); - ~TextToSpeechConfigInterface(); + ~TextToSpeechConfigInterface() override; QVector availableLocales() const override; QLocale locale() const override; diff -Nru kpimtextedit-17.12.3/src/texttospeech/texttospeechconfigwidget.cpp kpimtextedit-18.04.1/src/texttospeech/texttospeechconfigwidget.cpp --- kpimtextedit-17.12.3/src/texttospeech/texttospeechconfigwidget.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/texttospeechconfigwidget.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/texttospeechconfigwidget.h kpimtextedit-18.04.1/src/texttospeech/texttospeechconfigwidget.h --- kpimtextedit-17.12.3/src/texttospeech/texttospeechconfigwidget.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/texttospeechconfigwidget.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/texttospeech.cpp kpimtextedit-18.04.1/src/texttospeech/texttospeech.cpp --- kpimtextedit-17.12.3/src/texttospeech/texttospeech.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/texttospeech.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/texttospeech.h kpimtextedit-18.04.1/src/texttospeech/texttospeech.h --- kpimtextedit-17.12.3/src/texttospeech/texttospeech.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/texttospeech.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/texttospeechinterface.cpp kpimtextedit-18.04.1/src/texttospeech/texttospeechinterface.cpp --- kpimtextedit-17.12.3/src/texttospeech/texttospeechinterface.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/texttospeechinterface.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -22,7 +22,7 @@ using namespace KPIMTextEdit; -class KPIMTextEdit::TextToSpeechInterfacePrivate +class Q_DECL_HIDDEN KPIMTextEdit::TextToSpeechInterfacePrivate { public: TextToSpeechInterfacePrivate(TextToSpeechWidget *textToSpeechWidget) diff -Nru kpimtextedit-17.12.3/src/texttospeech/texttospeechinterface.h kpimtextedit-18.04.1/src/texttospeech/texttospeechinterface.h --- kpimtextedit-17.12.3/src/texttospeech/texttospeechinterface.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/texttospeechinterface.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -32,7 +32,7 @@ Q_OBJECT public: explicit TextToSpeechInterface(TextToSpeechWidget *textToSpeechWidget, QObject *parent = nullptr); - ~TextToSpeechInterface(); + ~TextToSpeechInterface() override; bool isReady() const override; void say(const QString &text) override; diff -Nru kpimtextedit-17.12.3/src/texttospeech/texttospeechlanguagecombobox.cpp kpimtextedit-18.04.1/src/texttospeech/texttospeechlanguagecombobox.cpp --- kpimtextedit-17.12.3/src/texttospeech/texttospeechlanguagecombobox.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/texttospeechlanguagecombobox.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (c) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/texttospeechlanguagecombobox.h kpimtextedit-18.04.1/src/texttospeech/texttospeechlanguagecombobox.h --- kpimtextedit-17.12.3/src/texttospeech/texttospeechlanguagecombobox.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/texttospeechlanguagecombobox.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/texttospeech/texttospeechwidget.cpp kpimtextedit-18.04.1/src/texttospeech/texttospeechwidget.cpp --- kpimtextedit-17.12.3/src/texttospeech/texttospeechwidget.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/texttospeechwidget.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -30,7 +30,7 @@ using namespace KPIMTextEdit; -class KPIMTextEdit::TextToSpeechWidgetPrivate +class Q_DECL_HIDDEN KPIMTextEdit::TextToSpeechWidgetPrivate { public: TextToSpeechWidgetPrivate() diff -Nru kpimtextedit-17.12.3/src/texttospeech/texttospeechwidget.h kpimtextedit-18.04.1/src/texttospeech/texttospeechwidget.h --- kpimtextedit-17.12.3/src/texttospeech/texttospeechwidget.h 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/texttospeech/texttospeechwidget.h 2018-04-19 11:30:32.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Laurent Montel + Copyright (C) 2014-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff -Nru kpimtextedit-17.12.3/src/textutils.cpp kpimtextedit-18.04.1/src/textutils.cpp --- kpimtextedit-17.12.3/src/textutils.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/src/textutils.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -102,7 +102,7 @@ block = block.next(); } - if (document->toHtml().contains(QStringLiteral("
"))) { + if (document->toHtml().contains(QLatin1String("
"))) { return true; } diff -Nru kpimtextedit-17.12.3/tests/inserthtmldialog_demo.cpp kpimtextedit-18.04.1/tests/inserthtmldialog_demo.cpp --- kpimtextedit-17.12.3/tests/inserthtmldialog_demo.cpp 2018-02-09 05:50:45.000000000 +0000 +++ kpimtextedit-18.04.1/tests/inserthtmldialog_demo.cpp 2018-04-19 11:30:32.000000000 +0000 @@ -1,7 +1,7 @@ /* This file is part of KDE. - Copyright (C) 2015-2017 Laurent Montel + Copyright (C) 2015-2018 Laurent Montel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by