Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2020-10-12 13:56:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktextwidgets (Old)
 and      /work/SRC/openSUSE:Factory/.ktextwidgets.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktextwidgets"

Mon Oct 12 13:56:22 2020 rev:84 rq:840849 version:5.75.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes        
2020-09-18 14:43:27.852112852 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.3486/ktextwidgets.changes      
2020-10-12 13:58:10.618187635 +0200
@@ -1,0 +2,11 @@
+Mon Oct  5 08:33:35 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.75.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.75.0
+- Changes since 5.74.0:
+  * Add missing explicit (cppcheck warning)
+  * Constify pointer when it's possible
+
+-------------------------------------------------------------------

Old:
----
  ktextwidgets-5.74.0.tar.xz
  ktextwidgets-5.74.0.tar.xz.sig

New:
----
  ktextwidgets-5.75.0.tar.xz
  ktextwidgets-5.75.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ktextwidgets.spec ++++++
--- /var/tmp/diff_new_pack.sGEh0g/_old  2020-10-12 13:58:11.142187853 +0200
+++ /var/tmp/diff_new_pack.sGEh0g/_new  2020-10-12 13:58:11.146187855 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.74
+%define _tar_path 5.75
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           ktextwidgets
-Version:        5.74.0
+Version:        5.75.0
 Release:        0
 Summary:        KDE Text editing widgets
 License:        LGPL-2.1-or-later

++++++ ktextwidgets-5.74.0.tar.xz -> ktextwidgets-5.75.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.74.0/CMakeLists.txt 
new/ktextwidgets-5.75.0/CMakeLists.txt
--- old/ktextwidgets-5.74.0/CMakeLists.txt      2020-09-06 12:36:50.000000000 
+0200
+++ new/ktextwidgets-5.75.0/CMakeLists.txt      2020-10-04 20:54:12.000000000 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.74.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.74.0") # handled by release scripts
+set(KF5_VERSION "5.75.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.75.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.74.0  NO_MODULE)
+find_package(ECM 5.75.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.74.0/autotests/kfindtest.h 
new/ktextwidgets-5.75.0/autotests/kfindtest.h
--- old/ktextwidgets-5.74.0/autotests/kfindtest.h       2020-09-06 
12:36:50.000000000 +0200
+++ new/ktextwidgets-5.75.0/autotests/kfindtest.h       2020-10-04 
20:54:12.000000000 +0200
@@ -20,7 +20,7 @@
     Q_OBJECT
 
 public:
-    KFindRecorder(const QStringList &text) :
+    explicit KFindRecorder(const QStringList &text) :
         QObject(nullptr),
         m_find(nullptr),
         m_text(text),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.74.0/po/ca/ktextwidgets5.po 
new/ktextwidgets-5.75.0/po/ca/ktextwidgets5.po
--- old/ktextwidgets-5.74.0/po/ca/ktextwidgets5.po      2020-09-06 
12:36:50.000000000 +0200
+++ new/ktextwidgets-5.75.0/po/ca/ktextwidgets5.po      2020-10-04 
20:54:12.000000000 +0200
@@ -11,7 +11,7 @@
 # Orestes Mas <[email protected]>, 2010.
 msgid ""
 msgstr ""
-"Project-Id-Version: ktextwidgets5\n"
+"Project-Id-Version: ktextwidgets\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-12 02:08+0200\n"
 "PO-Revision-Date: 2020-07-26 16:12+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.74.0/po/ca@valencia/ktextwidgets5.po 
new/ktextwidgets-5.75.0/po/ca@valencia/ktextwidgets5.po
--- old/ktextwidgets-5.74.0/po/ca@valencia/ktextwidgets5.po     2020-09-06 
12:36:50.000000000 +0200
+++ new/ktextwidgets-5.75.0/po/ca@valencia/ktextwidgets5.po     2020-10-04 
20:54:12.000000000 +0200
@@ -12,7 +12,7 @@
 # Empar <[email protected]>, 2019.
 msgid ""
 msgstr ""
-"Project-Id-Version: ktextwidgets5\n"
+"Project-Id-Version: ktextwidgets\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-12 02:08+0200\n"
 "PO-Revision-Date: 2019-06-19 08:42+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.74.0/po/de/ktextwidgets5.po 
new/ktextwidgets-5.75.0/po/de/ktextwidgets5.po
--- old/ktextwidgets-5.74.0/po/de/ktextwidgets5.po      2020-09-06 
12:36:50.000000000 +0200
+++ new/ktextwidgets-5.75.0/po/de/ktextwidgets5.po      2020-10-04 
20:54:12.000000000 +0200
@@ -4,7 +4,7 @@
 # Stephan Johach <[email protected]>, 2004, 2005, 2006, 2007.
 # Georg Schuster <[email protected]>, 2005.
 # Thomas Reitelbach <[email protected]>, 2005, 2006, 2007, 2008, 2009.
-# Burkhard Lück <[email protected]>, 2006, 2007, 2009, 2010, 2011, 2012, 
2013, 2014.
+# Burkhard Lück <[email protected]>, 2006, 2007, 2009, 2010, 2011, 2012, 
2013, 2014, 2020.
 # Frederik Schwarzer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2015, 2020.
 # Johannes Obermayr <[email protected]>, 2010.
 # Panagiotis Papadopoulos <[email protected]>, 2010.
@@ -14,14 +14,14 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-12 02:08+0200\n"
-"PO-Revision-Date: 2020-04-07 22:10+0200\n"
-"Last-Translator: Frederik Schwarzer <[email protected]>\n"
+"PO-Revision-Date: 2020-09-30 09:02+0200\n"
+"Last-Translator: Burkhard Lück <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 19.12.3\n"
+"X-Generator: Lokalize 19.04.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #: dialogs/klinkdialog.cpp:38
@@ -692,62 +692,52 @@
 msgstr "Hochgestellt"
 
 #: widgets/krichtextwidget.cpp:486
-#, fuzzy, kde-format
-#| msgid "Loading Preview"
+#, kde-format
 msgctxt "@title:menu"
 msgid "Heading Level"
-msgstr "Vorschau wird geladen"
+msgstr "Überschriftenebene"
 
 #: widgets/krichtextwidget.cpp:487
-#, fuzzy, kde-format
-#| msgctxt "KCharselect unicode block name"
-#| msgid "Basic Latin"
+#, kde-format
 msgctxt "@item:inmenu no heading"
 msgid "Basic text"
-msgstr "Latin Grundschrift"
+msgstr "Grundschrift"
 
 #: widgets/krichtextwidget.cpp:488
-#, fuzzy, kde-format
-#| msgctxt "Title of the notified event"
-#| msgid "Title"
+#, kde-format
 msgctxt "@item:inmenu heading level 1 (largest)"
 msgid "Title"
 msgstr "Titel"
 
 #: widgets/krichtextwidget.cpp:489
-#, fuzzy, kde-format
-#| msgid "Untitled"
+#, kde-format
 msgctxt "@item:inmenu heading level 2"
 msgid "Subtitle"
-msgstr "Unbenannt"
+msgstr "Untertitel"
 
 #: widgets/krichtextwidget.cpp:490
-#, fuzzy, kde-format
-#| msgid "Action"
+#, kde-format
 msgctxt "@item:inmenu heading level 3"
 msgid "Section"
-msgstr "Aktion"
+msgstr "Abschnitt"
 
 #: widgets/krichtextwidget.cpp:491
-#, fuzzy, kde-format
-#| msgid "Question"
+#, kde-format
 msgctxt "@item:inmenu heading level 4"
 msgid "Subsection"
-msgstr "Frage"
+msgstr "Unterabschnitt"
 
 #: widgets/krichtextwidget.cpp:492
-#, fuzzy, kde-format
-#| msgid "Separator, Paragraph"
+#, kde-format
 msgctxt "@item:inmenu heading level 5"
 msgid "Paragraph"
-msgstr "Trenner, Absatz"
+msgstr "Absatz"
 
 #: widgets/krichtextwidget.cpp:493
-#, fuzzy, kde-format
-#| msgid "Separator, Paragraph"
+#, kde-format
 msgctxt "@item:inmenu heading level 6 (smallest)"
 msgid "Subparagraph"
-msgstr "Trenner, Absatz"
+msgstr "Unterabsatz"
 
 #: widgets/ktextedit.cpp:149
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.74.0/po/ro/ktextwidgets5.po 
new/ktextwidgets-5.75.0/po/ro/ktextwidgets5.po
--- old/ktextwidgets-5.74.0/po/ro/ktextwidgets5.po      2020-09-06 
12:36:50.000000000 +0200
+++ new/ktextwidgets-5.75.0/po/ro/ktextwidgets5.po      2020-10-04 
20:54:12.000000000 +0200
@@ -1,23 +1,23 @@
 # Traducerea kdelibs4.po în Română
 # Laurenţiu Buzdugan <[email protected]>, 2008, 2009.
-# Sergiu Bivol <[email protected]>, 2008, 2009, 2010.
-# Sergiu Bivol <[email protected]>, 2010, 2012, 2013, 2014.
+# Sergiu Bivol <[email protected]>, 2008, 2009, 2010.
+# Sergiu Bivol <[email protected]>, 2010, 2012, 2013, 2014, 2020.
 # Cristian Oneț <[email protected]>, 2010, 2011, 2012, 2013.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-12 02:08+0200\n"
-"PO-Revision-Date: 2014-03-26 19:20+0200\n"
-"Last-Translator: Sergiu Bivol <[email protected]>\n"
-"Language-Team: Romanian <[email protected]>\n"
+"PO-Revision-Date: 2020-09-19 15:29+0100\n"
+"Last-Translator: Sergiu Bivol <[email protected]>\n"
+"Language-Team: Romanian\n"
 "Language: ro\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"
 "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
 "20)) ? 1 : 2;\n"
+"X-Generator: Lokalize 19.12.3\n"
 
 #: dialogs/klinkdialog.cpp:38
 #, kde-format
@@ -366,7 +366,7 @@
 #: findreplace/kfinddialog.cpp:555
 #, kde-format
 msgid "Invalid PCRE pattern syntax."
-msgstr ""
+msgstr "Sintaxă nevalidă de model PCRE."
 
 #: findreplace/kreplace.cpp:49 findreplace/kreplace.cpp:61
 #, kde-format
@@ -688,62 +688,52 @@
 msgstr "Indice sus"
 
 #: widgets/krichtextwidget.cpp:486
-#, fuzzy, kde-format
-#| msgid "Loading Preview"
+#, kde-format
 msgctxt "@title:menu"
 msgid "Heading Level"
-msgstr "Încarc previzualizare"
+msgstr "Nivel de antet"
 
 #: widgets/krichtextwidget.cpp:487
-#, fuzzy, kde-format
-#| msgctxt "KCharselect unicode block name"
-#| msgid "Basic Latin"
+#, kde-format
 msgctxt "@item:inmenu no heading"
 msgid "Basic text"
-msgstr "Latin elementar"
+msgstr "Text simplu"
 
 #: widgets/krichtextwidget.cpp:488
-#, fuzzy, kde-format
-#| msgctxt "Title of the notified event"
-#| msgid "Title"
+#, kde-format
 msgctxt "@item:inmenu heading level 1 (largest)"
 msgid "Title"
 msgstr "Titlu"
 
 #: widgets/krichtextwidget.cpp:489
-#, fuzzy, kde-format
-#| msgid "Untitled"
+#, kde-format
 msgctxt "@item:inmenu heading level 2"
 msgid "Subtitle"
-msgstr "Fără titlu"
+msgstr "Subtitlu"
 
 #: widgets/krichtextwidget.cpp:490
-#, fuzzy, kde-format
-#| msgid "Action"
+#, kde-format
 msgctxt "@item:inmenu heading level 3"
 msgid "Section"
-msgstr "Acțiune"
+msgstr "Secțiune"
 
 #: widgets/krichtextwidget.cpp:491
-#, fuzzy, kde-format
-#| msgid "Question"
+#, kde-format
 msgctxt "@item:inmenu heading level 4"
 msgid "Subsection"
-msgstr "Întrebare"
+msgstr "Subsecțiune"
 
 #: widgets/krichtextwidget.cpp:492
-#, fuzzy, kde-format
-#| msgid "Separator, Paragraph"
+#, kde-format
 msgctxt "@item:inmenu heading level 5"
 msgid "Paragraph"
-msgstr "Separator, paragraf"
+msgstr "Paragraf"
 
 #: widgets/krichtextwidget.cpp:493
-#, fuzzy, kde-format
-#| msgid "Separator, Paragraph"
+#, kde-format
 msgctxt "@item:inmenu heading level 6 (smallest)"
 msgid "Subparagraph"
-msgstr "Separator, paragraf"
+msgstr "Subparagraf"
 
 #: widgets/ktextedit.cpp:149
 #, kde-format
@@ -756,10 +746,9 @@
 msgstr "Verifică ortografia..."
 
 #: widgets/ktextedit.cpp:551
-#, fuzzy, kde-format
-#| msgid "Spell Checking"
+#, kde-format
 msgid "Spell Checking Language"
-msgstr "Verificare ortografică"
+msgstr "Limbă pentru verificare ortografică"
 
 #: widgets/ktextedit.cpp:574
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.74.0/po/se/ktextwidgets5.po 
new/ktextwidgets-5.75.0/po/se/ktextwidgets5.po
--- old/ktextwidgets-5.74.0/po/se/ktextwidgets5.po      2020-09-06 
12:36:50.000000000 +0200
+++ new/ktextwidgets-5.75.0/po/se/ktextwidgets5.po      2020-10-04 
20:54:12.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-05-11 03:07+0200\n"
+"POT-Creation-Date: 2020-08-12 02:08+0200\n"
 "PO-Revision-Date: 2012-05-30 23:19+0200\n"
 "Last-Translator: Børre Gaup <[email protected]>\n"
 "Language-Team: Northern Sami <[email protected]>\n"
@@ -19,161 +19,161 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: dialogs/klinkdialog.cpp:52
+#: dialogs/klinkdialog.cpp:38
 #, kde-format
 msgid "Manage Link"
 msgstr "Gieđahala liŋkka"
 
-#: dialogs/klinkdialog.cpp:60
+#: dialogs/klinkdialog.cpp:46
 #, kde-format
 msgid "Link Text:"
 msgstr "Liŋkka teaksta:"
 
-#: dialogs/klinkdialog.cpp:63
+#: dialogs/klinkdialog.cpp:49
 #, kde-format
 msgid "Link URL:"
 msgstr "Liŋkka čujuhus:"
 
-#: findreplace/kfind.cpp:61
+#: findreplace/kfind.cpp:49
 #, kde-format
 msgid "Find Next"
 msgstr "Oza čuovvovaš"
 
-#: findreplace/kfind.cpp:65
+#: findreplace/kfind.cpp:53
 #, kde-format
 msgid "<qt>Find next occurrence of '<b>%1</b>'?</qt>"
 msgstr "<qt> Oza boahtte «<b>%1</b>»-gávdnosa?</qt>"
 
-#: findreplace/kfind.cpp:673 findreplace/kfind.cpp:692
+#: findreplace/kfind.cpp:661 findreplace/kfind.cpp:680
 #, kde-format
 msgid "1 match found."
 msgid_plural "%1 matches found."
 msgstr[0] "Okta gávdnos."
 msgstr[1] "%1 gávdnosa."
 
-#: findreplace/kfind.cpp:675
+#: findreplace/kfind.cpp:663
 #, kde-format
 msgid "<qt>No matches found for '<b>%1</b>'.</qt>"
 msgstr "<qt>Eai lean gávdnosat «<b>%1</b>» várás.</qt>"
 
-#: findreplace/kfind.cpp:694
+#: findreplace/kfind.cpp:682
 #, kde-format
 msgid "No matches found for '<b>%1</b>'."
 msgstr "Ii gávdnan «<b>%1</b>»."
 
-#: findreplace/kfind.cpp:698 findreplace/kreplace.cpp:419
+#: findreplace/kfind.cpp:686 findreplace/kreplace.cpp:407
 #, kde-format
 msgid "Beginning of document reached."
 msgstr "Leat joavdan dokumeantta álgui."
 
-#: findreplace/kfind.cpp:700 findreplace/kreplace.cpp:421
+#: findreplace/kfind.cpp:688 findreplace/kreplace.cpp:409
 #, kde-format
 msgid "End of document reached."
 msgstr "Leat joavdan dokumeanta lohppii."
 
-#: findreplace/kfind.cpp:708
+#: findreplace/kfind.cpp:696
 #, kde-format
 msgid "Continue from the end?"
 msgstr "Joatkke loahpa rájes?"
 
-#: findreplace/kfind.cpp:709
+#: findreplace/kfind.cpp:697
 #, kde-format
 msgid "Continue from the beginning?"
 msgstr "Joatkke álggus?"
 
-#: findreplace/kfinddialog.cpp:47
+#: findreplace/kfinddialog.cpp:35
 #, kde-format
 msgid "Find Text"
 msgstr "Oza teavstta"
 
 # unreviewed-context
-#: findreplace/kfinddialog.cpp:82
+#: findreplace/kfinddialog.cpp:70
 #, kde-format
 msgctxt "@title:group"
 msgid "Find"
 msgstr "Oza"
 
-#: findreplace/kfinddialog.cpp:85
+#: findreplace/kfinddialog.cpp:73
 #, kde-format
 msgid "&Text to find:"
 msgstr "&Teavstta maid gávdnat:"
 
-#: findreplace/kfinddialog.cpp:89
+#: findreplace/kfinddialog.cpp:77
 #, kde-format
 msgid "Regular e&xpression"
 msgstr "&Virolaš cealkka"
 
-#: findreplace/kfinddialog.cpp:90
+#: findreplace/kfinddialog.cpp:78
 #, kde-format
 msgid "&Edit..."
 msgstr "&Doaimmat …"
 
-#: findreplace/kfinddialog.cpp:99
+#: findreplace/kfinddialog.cpp:87
 #, kde-format
 msgid "Replace With"
 msgstr "Buhtte dáinna"
 
-#: findreplace/kfinddialog.cpp:102
+#: findreplace/kfinddialog.cpp:90
 #, kde-format
 msgid "Replace&ment text:"
 msgstr "&Buhttenteaksta:"
 
-#: findreplace/kfinddialog.cpp:106
+#: findreplace/kfinddialog.cpp:94
 #, kde-format
 msgid "Use p&laceholders"
 msgstr ""
 
-#: findreplace/kfinddialog.cpp:107
+#: findreplace/kfinddialog.cpp:95
 #, kde-format
 msgid "Insert Place&holder"
 msgstr ""
 
-#: findreplace/kfinddialog.cpp:116
+#: findreplace/kfinddialog.cpp:104
 #, kde-format
 msgid "Options"
 msgstr "Molssaeavttut"
 
-#: findreplace/kfinddialog.cpp:119
+#: findreplace/kfinddialog.cpp:107
 #, kde-format
 msgid "C&ase sensitive"
 msgstr "Earut s&tuorrá ja smávva bustávaid"
 
-#: findreplace/kfinddialog.cpp:120
+#: findreplace/kfinddialog.cpp:108
 #, kde-format
 msgid "&Whole words only"
 msgstr "D&ušše olles sánit"
 
-#: findreplace/kfinddialog.cpp:121
+#: findreplace/kfinddialog.cpp:109
 #, kde-format
 msgid "From c&ursor"
 msgstr "Čá&llinmearkka rájes"
 
-#: findreplace/kfinddialog.cpp:122
+#: findreplace/kfinddialog.cpp:110
 #, kde-format
 msgid "Find &backwards"
 msgstr "Oza &maŋosguvlui"
 
-#: findreplace/kfinddialog.cpp:123
+#: findreplace/kfinddialog.cpp:111
 #, kde-format
 msgid "&Selected text"
 msgstr "&Merkejuvvon teaksta"
 
-#: findreplace/kfinddialog.cpp:130
+#: findreplace/kfinddialog.cpp:118
 #, kde-format
 msgid "&Prompt on replace"
 msgstr "J&eara ovdal go buhtte"
 
-#: findreplace/kfinddialog.cpp:197
+#: findreplace/kfinddialog.cpp:185
 #, kde-format
 msgid "&Replace"
 msgstr "&Buhtte"
 
-#: findreplace/kfinddialog.cpp:198
+#: findreplace/kfinddialog.cpp:186
 #, kde-format
 msgid "Start replace"
 msgstr "Álggat buhttema"
 
-#: findreplace/kfinddialog.cpp:199
+#: findreplace/kfinddialog.cpp:187
 #, kde-format
 msgid ""
 "<qt>If you press the <b>Replace</b> button, the text you entered above is "
@@ -183,17 +183,17 @@
 "<qt>Jos deaddilat <b>Buhtte</b>-boalu, de teaksta maid leat čállán dás "
 "bajábealde buhttejuvvo buhttenteavsttain maid leat addán.</qt>"
 
-#: findreplace/kfinddialog.cpp:203
+#: findreplace/kfinddialog.cpp:191
 #, kde-format
 msgid "&Find"
 msgstr "&Oza"
 
-#: findreplace/kfinddialog.cpp:204
+#: findreplace/kfinddialog.cpp:192
 #, kde-format
 msgid "Start searching"
 msgstr "Álggat ohcama"
 
-#: findreplace/kfinddialog.cpp:205
+#: findreplace/kfinddialog.cpp:193
 #, kde-format
 msgid ""
 "<qt>If you press the <b>Find</b> button, the text you entered above is "
@@ -202,29 +202,29 @@
 "<qt>Jos deaddilat <b>Oza</b>-boalu, de ohcagoahtá teavstta maid leat čállán "
 "dás bajábealde.</qt>"
 
-#: findreplace/kfinddialog.cpp:211
+#: findreplace/kfinddialog.cpp:199
 #, kde-format
 msgid ""
 "Enter a pattern to search for, or select a previous pattern from the list."
 msgstr "Čále minstara maid ohcat, dahje vállje ovddeš minstara listtus."
 
-#: findreplace/kfinddialog.cpp:214
+#: findreplace/kfinddialog.cpp:202
 #, kde-format
 msgid "If enabled, search for a regular expression."
 msgstr "Jus olámuttus, oza virolaš cealkaga."
 
-#: findreplace/kfinddialog.cpp:216
+#: findreplace/kfinddialog.cpp:204
 #, kde-format
 msgid "Click here to edit your regular expression using a graphical editor."
 msgstr ""
 "Coahkkal dákko doaimmahan dihte virolaš cealkagiid gráfalaš doaimmaheaddjis."
 
-#: findreplace/kfinddialog.cpp:218
+#: findreplace/kfinddialog.cpp:206
 #, kde-format
 msgid "Enter a replacement string, or select a previous one from the list."
 msgstr "Čále buhtadancealkaga, dahje vállje ovddeš cealkaga listtus."
 
-#: findreplace/kfinddialog.cpp:220
+#: findreplace/kfinddialog.cpp:208
 #, kde-format
 msgid ""
 "<qt>If enabled, any occurrence of <code><b>\\N</b></code>, where <code><b>N</"
@@ -239,27 +239,27 @@
 "<code><b>\\N</b></code> ođđa teavsttas, de fertet lasihit vel ovtta "
 "máŋosvinjusázu dan ovdal, omd. <code><b>\\\\N</b></code></p> </qt>"
 
-#: findreplace/kfinddialog.cpp:227
+#: findreplace/kfinddialog.cpp:215
 #, kde-format
 msgid "Click for a menu of available captures."
 msgstr "Coahkkal dása čájehan dihte olámuttus máŋgosiid."
 
-#: findreplace/kfinddialog.cpp:229
+#: findreplace/kfinddialog.cpp:217
 #, kde-format
 msgid "Require word boundaries in both ends of a match to succeed."
 msgstr "Gáibit sátnerájiid guktot gežiin jus cealkka galgá heivet."
 
-#: findreplace/kfinddialog.cpp:231
+#: findreplace/kfinddialog.cpp:219
 #, kde-format
 msgid "Start searching at the current cursor location rather than at the top."
 msgstr "Álggat ohcama čállinmearkka rájes iige álggo rájes."
 
-#: findreplace/kfinddialog.cpp:233
+#: findreplace/kfinddialog.cpp:221
 #, kde-format
 msgid "Only search within the current selection."
 msgstr "Oza dušše merkejuvvon guovllus."
 
-#: findreplace/kfinddialog.cpp:235
+#: findreplace/kfinddialog.cpp:223
 #, kde-format
 msgid ""
 "Perform a case sensitive search: entering the pattern 'Joe' will not match "
@@ -268,174 +268,174 @@
 "Daga ohcama mii earuha stuorra ja smávva bustávaid: Jus ozat «Piera», de dat "
 "ii oainne «piera», iige «PIERA», dušše «Piera»."
 
-#: findreplace/kfinddialog.cpp:238
+#: findreplace/kfinddialog.cpp:226
 #, kde-format
 msgid "Search backwards."
 msgstr "Oza maŋos guvlui."
 
-#: findreplace/kfinddialog.cpp:240
+#: findreplace/kfinddialog.cpp:228
 #, kde-format
 msgid "Ask before replacing each match found."
 msgstr "Jeara ovdalgo buhttet dan maid gávnnat."
 
-#: findreplace/kfinddialog.cpp:436
+#: findreplace/kfinddialog.cpp:424
 #, kde-format
 msgid "Any Character"
 msgstr "Vaikko makkár mearka"
 
-#: findreplace/kfinddialog.cpp:437
+#: findreplace/kfinddialog.cpp:425
 #, kde-format
 msgid "Start of Line"
 msgstr "Linnjá álgu"
 
-#: findreplace/kfinddialog.cpp:438
+#: findreplace/kfinddialog.cpp:426
 #, kde-format
 msgid "End of Line"
 msgstr "Linnjá loahppa"
 
-#: findreplace/kfinddialog.cpp:439
+#: findreplace/kfinddialog.cpp:427
 #, kde-format
 msgid "Set of Characters"
 msgstr "Mearkačoakkáldat"
 
-#: findreplace/kfinddialog.cpp:440
+#: findreplace/kfinddialog.cpp:428
 #, kde-format
 msgid "Repeats, Zero or More Times"
 msgstr "Gearddut, nolla dahje eanet gearddi"
 
-#: findreplace/kfinddialog.cpp:441
+#: findreplace/kfinddialog.cpp:429
 #, kde-format
 msgid "Repeats, One or More Times"
 msgstr "Gearddut, oktii dahje eanet gearddi"
 
-#: findreplace/kfinddialog.cpp:442
+#: findreplace/kfinddialog.cpp:430
 #, kde-format
 msgid "Optional"
 msgstr "Evttolaš"
 
-#: findreplace/kfinddialog.cpp:443
+#: findreplace/kfinddialog.cpp:431
 #, kde-format
 msgid "Escape"
 msgstr "Escape"
 
-#: findreplace/kfinddialog.cpp:444
+#: findreplace/kfinddialog.cpp:432
 #, kde-format
 msgid "TAB"
 msgstr "Tab"
 
-#: findreplace/kfinddialog.cpp:445
+#: findreplace/kfinddialog.cpp:433
 #, kde-format
 msgid "Newline"
 msgstr "Ođđa linnjá"
 
-#: findreplace/kfinddialog.cpp:446
+#: findreplace/kfinddialog.cpp:434
 #, kde-format
 msgid "Carriage Return"
 msgstr "Carriage Return"
 
-#: findreplace/kfinddialog.cpp:447
+#: findreplace/kfinddialog.cpp:435
 #, kde-format
 msgid "White Space"
 msgstr "White Space"
 
-#: findreplace/kfinddialog.cpp:448
+#: findreplace/kfinddialog.cpp:436
 #, kde-format
 msgid "Digit"
 msgstr "Lohku"
 
-#: findreplace/kfinddialog.cpp:548
+#: findreplace/kfinddialog.cpp:536
 #, kde-format
 msgid "Complete Match"
 msgstr "Olles ollašuhttindeaivan"
 
-#: findreplace/kfinddialog.cpp:552
+#: findreplace/kfinddialog.cpp:540
 #, kde-format
 msgid "Captured Text (%1)"
 msgstr "Oassecealkka (%1)"
 
-#: findreplace/kfinddialog.cpp:560
+#: findreplace/kfinddialog.cpp:548
 #, kde-format
 msgid "You must enter some text to search for."
 msgstr "Fertet addit teavstta maid ohcat."
 
-#: findreplace/kfinddialog.cpp:567
+#: findreplace/kfinddialog.cpp:555
 #, kde-format
 msgid "Invalid PCRE pattern syntax."
 msgstr ""
 
-#: findreplace/kreplace.cpp:61 findreplace/kreplace.cpp:73
+#: findreplace/kreplace.cpp:49 findreplace/kreplace.cpp:61
 #, kde-format
 msgid "Replace"
 msgstr "Buhtte"
 
-#: findreplace/kreplace.cpp:69
+#: findreplace/kreplace.cpp:57
 #, kde-format
 msgctxt "@action:button Replace all occurrences"
 msgid "&All"
 msgstr "&Buot"
 
-#: findreplace/kreplace.cpp:71
+#: findreplace/kreplace.cpp:59
 #, kde-format
 msgid "&Skip"
 msgstr "&Njuikes badjel"
 
-#: findreplace/kreplace.cpp:90
+#: findreplace/kreplace.cpp:78
 #, kde-format
 msgid "Replace '%1' with '%2'?"
 msgstr "Buhtte «%1» geavahettiin «%2»?"
 
-#: findreplace/kreplace.cpp:179 findreplace/kreplace.cpp:413
+#: findreplace/kreplace.cpp:167 findreplace/kreplace.cpp:401
 #, kde-format
 msgid "No text was replaced."
 msgstr "Teaksta ii buhttejuvvon."
 
-#: findreplace/kreplace.cpp:181 findreplace/kreplace.cpp:415
+#: findreplace/kreplace.cpp:169 findreplace/kreplace.cpp:403
 #, kde-format
 msgid "1 replacement done."
 msgid_plural "%1 replacements done."
 msgstr[0] "1 buhttádus dahkon."
 msgstr[1] "%1 buhttádusa dahkon."
 
-#: findreplace/kreplace.cpp:429
+#: findreplace/kreplace.cpp:417
 #, kde-format
 msgid "Do you want to restart search from the end?"
 msgstr "Áiggut go ohcat ođđasit loahpa rájes?"
 
-#: findreplace/kreplace.cpp:430
+#: findreplace/kreplace.cpp:418
 #, kde-format
 msgid "Do you want to restart search at the beginning?"
 msgstr "Áiggut go ohcat ođđasit álggu rájes?"
 
-#: findreplace/kreplace.cpp:433
+#: findreplace/kreplace.cpp:421
 #, kde-format
 msgctxt "@action:button Restart find & replace"
 msgid "Restart"
 msgstr "Álggat ođđasit"
 
-#: findreplace/kreplace.cpp:434
+#: findreplace/kreplace.cpp:422
 #, kde-format
 msgctxt "@action:button Stop find & replace"
 msgid "Stop"
 msgstr "Bisset"
 
-#: findreplace/kreplacedialog.cpp:149
+#: findreplace/kreplacedialog.cpp:137
 #, kde-format
 msgid "Your replacement string is referencing a capture greater than '\\%1', "
 msgstr "Du buhttenteaksta bájuha gávdnosii mii lea stuorit go «\\%1»."
 
-#: findreplace/kreplacedialog.cpp:151
+#: findreplace/kreplacedialog.cpp:139
 #, kde-format
 msgid "but your pattern only defines 1 capture."
 msgid_plural "but your pattern only defines %1 captures."
 msgstr[0] "muhto du minsttar definere dušše ovtta merkema."
 msgstr[1] "muhto du minsttar definere dušše %1 merkema."
 
-#: findreplace/kreplacedialog.cpp:153
+#: findreplace/kreplacedialog.cpp:141
 #, kde-format
 msgid "but your pattern defines no captures."
 msgstr "muhto du minsttar ii definere ovttage merkema."
 
-#: findreplace/kreplacedialog.cpp:154
+#: findreplace/kreplacedialog.cpp:142
 #, kde-format
 msgid ""
 "\n"
@@ -444,317 +444,317 @@
 "\n"
 "Divo dan."
 
-#: widgets/krichtextwidget.cpp:210
+#: widgets/krichtextwidget.cpp:198
 #, kde-format
 msgctxt "@action"
 msgid "Text &Color..."
 msgstr "Teaksta&ivdni …"
 
-#: widgets/krichtextwidget.cpp:211
+#: widgets/krichtextwidget.cpp:199
 #, kde-format
 msgctxt "@label stroke color"
 msgid "Color"
 msgstr "Ivdni"
 
-#: widgets/krichtextwidget.cpp:222
+#: widgets/krichtextwidget.cpp:210
 #, kde-format
 msgctxt "@action"
 msgid "Text &Highlight..."
 msgstr "Teaksta&merken …"
 
-#: widgets/krichtextwidget.cpp:232
+#: widgets/krichtextwidget.cpp:220
 #, kde-format
 msgctxt "@action"
 msgid "&Font"
 msgstr "&Fonta"
 
-#: widgets/krichtextwidget.cpp:242
+#: widgets/krichtextwidget.cpp:230
 #, kde-format
 msgctxt "@action"
 msgid "Font &Size"
 msgstr "Fonta&sturrodat"
 
-#: widgets/krichtextwidget.cpp:252
+#: widgets/krichtextwidget.cpp:240
 #, kde-format
 msgctxt "@action boldify selected text"
 msgid "&Bold"
 msgstr "&Buoidi"
 
-#: widgets/krichtextwidget.cpp:266
+#: widgets/krichtextwidget.cpp:254
 #, kde-format
 msgctxt "@action italicize selected text"
 msgid "&Italic"
 msgstr "&Vinjučála"
 
-#: widgets/krichtextwidget.cpp:281
+#: widgets/krichtextwidget.cpp:269
 #, kde-format
 msgctxt "@action underline selected text"
 msgid "&Underline"
 msgstr "&Vuolláisárggo"
 
-#: widgets/krichtextwidget.cpp:296
+#: widgets/krichtextwidget.cpp:284
 #, kde-format
 msgctxt "@action"
 msgid "&Strike Out"
 msgstr ""
 
-#: widgets/krichtextwidget.cpp:312
+#: widgets/krichtextwidget.cpp:300
 #, kde-format
 msgctxt "@action"
 msgid "Align &Left"
 msgstr "Ásat &gurutbeallái"
 
 # unreviewed-context
-#: widgets/krichtextwidget.cpp:313
+#: widgets/krichtextwidget.cpp:301
 #, kde-format
 msgctxt "@label left justify"
 msgid "Left"
 msgstr "Gurutbealde"
 
-#: widgets/krichtextwidget.cpp:320
+#: widgets/krichtextwidget.cpp:308
 #, kde-format
 msgctxt "@action"
 msgid "Align &Center"
 msgstr "Á&sat gasku"
 
-#: widgets/krichtextwidget.cpp:321
+#: widgets/krichtextwidget.cpp:309
 #, kde-format
 msgctxt "@label center justify"
 msgid "Center"
 msgstr "Guovdu"
 
-#: widgets/krichtextwidget.cpp:328
+#: widgets/krichtextwidget.cpp:316
 #, kde-format
 msgctxt "@action"
 msgid "Align &Right"
 msgstr "Ásat &olgešbeallái"
 
 # unreviewed-context
-#: widgets/krichtextwidget.cpp:329
+#: widgets/krichtextwidget.cpp:317
 #, kde-format
 msgctxt "@label right justify"
 msgid "Right"
 msgstr "Olgešbealde"
 
-#: widgets/krichtextwidget.cpp:336
+#: widgets/krichtextwidget.cpp:324
 #, kde-format
 msgctxt "@action"
 msgid "&Justify"
 msgstr "Á&sat"
 
-#: widgets/krichtextwidget.cpp:337
+#: widgets/krichtextwidget.cpp:325
 #, kde-format
 msgctxt "@label justify fill"
 msgid "Justify"
 msgstr "Ásat"
 
-#: widgets/krichtextwidget.cpp:357
+#: widgets/krichtextwidget.cpp:345
 #, kde-format
 msgctxt "@action"
 msgid "Left-to-Right"
 msgstr "Gurutbealis olgešbeallái"
 
-#: widgets/krichtextwidget.cpp:358
+#: widgets/krichtextwidget.cpp:346
 #, kde-format
 msgctxt "@label left-to-right"
 msgid "Left-to-Right"
 msgstr "Gurutbealis olgešbeallái"
 
-#: widgets/krichtextwidget.cpp:365
+#: widgets/krichtextwidget.cpp:353
 #, kde-format
 msgctxt "@action"
 msgid "Right-to-Left"
 msgstr "Olgešbealis gurutbeallái"
 
-#: widgets/krichtextwidget.cpp:366
+#: widgets/krichtextwidget.cpp:354
 #, kde-format
 msgctxt "@label right-to-left"
 msgid "Right-to-Left"
 msgstr "Olgešbealis gurutbeallái"
 
-#: widgets/krichtextwidget.cpp:382
+#: widgets/krichtextwidget.cpp:370
 #, kde-format
 msgctxt "@title:menu"
 msgid "List Style"
 msgstr "Listostiila"
 
 # unreviewed-context
-#: widgets/krichtextwidget.cpp:384
+#: widgets/krichtextwidget.cpp:372
 #, kde-format
 msgctxt "@item:inmenu no list style"
 msgid "None"
 msgstr "Ii mihkkige"
 
-#: widgets/krichtextwidget.cpp:385
+#: widgets/krichtextwidget.cpp:373
 #, kde-format
 msgctxt "@item:inmenu disc list style"
 msgid "Disc"
 msgstr "Skearru"
 
-#: widgets/krichtextwidget.cpp:386
+#: widgets/krichtextwidget.cpp:374
 #, kde-format
 msgctxt "@item:inmenu circle list style"
 msgid "Circle"
 msgstr "Geardu"
 
-#: widgets/krichtextwidget.cpp:387
+#: widgets/krichtextwidget.cpp:375
 #, kde-format
 msgctxt "@item:inmenu square list style"
 msgid "Square"
 msgstr "Njealječiegahas"
 
-#: widgets/krichtextwidget.cpp:388
+#: widgets/krichtextwidget.cpp:376
 #, kde-format
 msgctxt "@item:inmenu numbered lists"
 msgid "123"
 msgstr "123"
 
-#: widgets/krichtextwidget.cpp:389
+#: widgets/krichtextwidget.cpp:377
 #, kde-format
 msgctxt "@item:inmenu lowercase abc lists"
 msgid "abc"
 msgstr "abc"
 
-#: widgets/krichtextwidget.cpp:390
+#: widgets/krichtextwidget.cpp:378
 #, kde-format
 msgctxt "@item:inmenu uppercase abc lists"
 msgid "ABC"
 msgstr "ABC"
 
-#: widgets/krichtextwidget.cpp:391
+#: widgets/krichtextwidget.cpp:379
 #, kde-format
 msgctxt "@item:inmenu lower case roman numerals"
 msgid "i ii iii"
 msgstr ""
 
-#: widgets/krichtextwidget.cpp:392
+#: widgets/krichtextwidget.cpp:380
 #, kde-format
 msgctxt "@item:inmenu upper case roman numerals"
 msgid "I II III"
 msgstr ""
 
-#: widgets/krichtextwidget.cpp:409
+#: widgets/krichtextwidget.cpp:397
 #, kde-format
 msgctxt "@action"
 msgid "Increase Indent"
 msgstr "Stuorit siskkildeami"
 
-#: widgets/krichtextwidget.cpp:422
+#: widgets/krichtextwidget.cpp:410
 #, kde-format
 msgctxt "@action"
 msgid "Decrease Indent"
 msgstr "Unnit siskkildeami"
 
-#: widgets/krichtextwidget.cpp:435
+#: widgets/krichtextwidget.cpp:423
 #, kde-format
 msgctxt "@action"
 msgid "Insert Rule Line"
 msgstr "Lasit sáhcolinnjá"
 
-#: widgets/krichtextwidget.cpp:446
+#: widgets/krichtextwidget.cpp:434
 #, kde-format
 msgctxt "@action"
 msgid "Link"
 msgstr "Liŋka"
 
-#: widgets/krichtextwidget.cpp:457
+#: widgets/krichtextwidget.cpp:445
 #, kde-format
 msgctxt "@action"
 msgid "Format Painter"
 msgstr "Formáhttamálejeaddji"
 
-#: widgets/krichtextwidget.cpp:467
+#: widgets/krichtextwidget.cpp:455
 #, kde-format
 msgctxt "@action"
 msgid "To Plain Text"
 msgstr "Čabu tekstii"
 
-#: widgets/krichtextwidget.cpp:478
+#: widgets/krichtextwidget.cpp:466
 #, kde-format
 msgctxt "@action"
 msgid "Subscript"
 msgstr "Vuoliduvvon"
 
-#: widgets/krichtextwidget.cpp:485
+#: widgets/krichtextwidget.cpp:473
 #, kde-format
 msgctxt "@action"
 msgid "Superscript"
 msgstr "Loktejuvvon"
 
-#: widgets/krichtextwidget.cpp:498
+#: widgets/krichtextwidget.cpp:486
 #, kde-format
 msgctxt "@title:menu"
 msgid "Heading Level"
 msgstr ""
 
-#: widgets/krichtextwidget.cpp:499
+#: widgets/krichtextwidget.cpp:487
 #, kde-format
 msgctxt "@item:inmenu no heading"
 msgid "Basic text"
 msgstr ""
 
-#: widgets/krichtextwidget.cpp:500
+#: widgets/krichtextwidget.cpp:488
 #, kde-format
 msgctxt "@item:inmenu heading level 1 (largest)"
 msgid "Title"
 msgstr ""
 
-#: widgets/krichtextwidget.cpp:501
+#: widgets/krichtextwidget.cpp:489
 #, kde-format
 msgctxt "@item:inmenu heading level 2"
 msgid "Subtitle"
 msgstr ""
 
-#: widgets/krichtextwidget.cpp:502
+#: widgets/krichtextwidget.cpp:490
 #, kde-format
 msgctxt "@item:inmenu heading level 3"
 msgid "Section"
 msgstr ""
 
-#: widgets/krichtextwidget.cpp:503
+#: widgets/krichtextwidget.cpp:491
 #, kde-format
 msgctxt "@item:inmenu heading level 4"
 msgid "Subsection"
 msgstr ""
 
-#: widgets/krichtextwidget.cpp:504
+#: widgets/krichtextwidget.cpp:492
 #, kde-format
 msgctxt "@item:inmenu heading level 5"
 msgid "Paragraph"
 msgstr ""
 
-#: widgets/krichtextwidget.cpp:505
+#: widgets/krichtextwidget.cpp:493
 #, kde-format
 msgctxt "@item:inmenu heading level 6 (smallest)"
 msgid "Subparagraph"
 msgstr ""
 
-#: widgets/ktextedit.cpp:161
+#: widgets/ktextedit.cpp:149
 #, kde-format
 msgid "Nothing to spell check."
 msgstr "Ii mihkkige maid dárkkistit."
 
-#: widgets/ktextedit.cpp:558
+#: widgets/ktextedit.cpp:546
 #, kde-format
 msgid "Check Spelling..."
 msgstr "Dárkkis riektačállima …"
 
-#: widgets/ktextedit.cpp:563
+#: widgets/ktextedit.cpp:551
 #, kde-format
 msgid "Spell Checking Language"
 msgstr ""
 
-#: widgets/ktextedit.cpp:586
+#: widgets/ktextedit.cpp:574
 #, kde-format
 msgid "Auto Spell Check"
 msgstr "Automáhtalaš čállindárkkisteapmi"
 
-#: widgets/ktextedit.cpp:592
+#: widgets/ktextedit.cpp:580
 #, kde-format
 msgid "Allow Tabulations"
 msgstr "Divtte tabuláhtormearkkaid"
 
-#: widgets/ktextedit.cpp:625
+#: widgets/ktextedit.cpp:613
 #, kde-format
 msgid "Speak Text"
 msgstr "Huma teavstta"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.74.0/po/zh_CN/ktextwidgets5.po 
new/ktextwidgets-5.75.0/po/zh_CN/ktextwidgets5.po
--- old/ktextwidgets-5.74.0/po/zh_CN/ktextwidgets5.po   2020-09-06 
12:36:50.000000000 +0200
+++ new/ktextwidgets-5.75.0/po/zh_CN/ktextwidgets5.po   2020-10-04 
20:54:12.000000000 +0200
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-12 02:08+0200\n"
-"PO-Revision-Date: 2020-09-05 05:17\n"
+"PO-Revision-Date: 2020-09-23 12:19\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -683,49 +683,49 @@
 #, kde-format
 msgctxt "@title:menu"
 msgid "Heading Level"
-msgstr ""
+msgstr "标题级别"
 
 #: widgets/krichtextwidget.cpp:487
 #, kde-format
 msgctxt "@item:inmenu no heading"
 msgid "Basic text"
-msgstr ""
+msgstr "基本文本"
 
 #: widgets/krichtextwidget.cpp:488
 #, kde-format
 msgctxt "@item:inmenu heading level 1 (largest)"
 msgid "Title"
-msgstr ""
+msgstr "标题"
 
 #: widgets/krichtextwidget.cpp:489
 #, kde-format
 msgctxt "@item:inmenu heading level 2"
 msgid "Subtitle"
-msgstr ""
+msgstr "副标题"
 
 #: widgets/krichtextwidget.cpp:490
 #, kde-format
 msgctxt "@item:inmenu heading level 3"
 msgid "Section"
-msgstr ""
+msgstr "节"
 
 #: widgets/krichtextwidget.cpp:491
 #, kde-format
 msgctxt "@item:inmenu heading level 4"
 msgid "Subsection"
-msgstr ""
+msgstr "小节"
 
 #: widgets/krichtextwidget.cpp:492
 #, kde-format
 msgctxt "@item:inmenu heading level 5"
 msgid "Paragraph"
-msgstr ""
+msgstr "段落"
 
 #: widgets/krichtextwidget.cpp:493
 #, kde-format
 msgctxt "@item:inmenu heading level 6 (smallest)"
 msgid "Subparagraph"
-msgstr ""
+msgstr "子段落"
 
 #: widgets/ktextedit.cpp:149
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktextwidgets-5.74.0/src/findreplace/kreplacedialog.cpp 
new/ktextwidgets-5.75.0/src/findreplace/kreplacedialog.cpp
--- old/ktextwidgets-5.74.0/src/findreplace/kreplacedialog.cpp  2020-09-06 
12:36:50.000000000 +0200
+++ new/ktextwidgets-5.75.0/src/findreplace/kreplacedialog.cpp  2020-10-04 
20:54:12.000000000 +0200
@@ -35,7 +35,7 @@
     void _k_slotOk();
 
     QStringList replaceStrings;
-    KReplaceDialog *q = nullptr;
+    KReplaceDialog *const q;
     QWidget *replaceExtension = nullptr;
     bool initialShowDone = false;
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktextwidgets-5.74.0/src/widgets/kpluralhandlingspinbox.cpp 
new/ktextwidgets-5.75.0/src/widgets/kpluralhandlingspinbox.cpp
--- old/ktextwidgets-5.74.0/src/widgets/kpluralhandlingspinbox.cpp      
2020-09-06 12:36:50.000000000 +0200
+++ new/ktextwidgets-5.75.0/src/widgets/kpluralhandlingspinbox.cpp      
2020-10-04 20:54:12.000000000 +0200
@@ -23,7 +23,7 @@
         }
     }
 
-    QSpinBox *q;
+    QSpinBox *const q;
     KLocalizedString pluralSuffix;
 };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.74.0/src/widgets/krichtextedit.cpp 
new/ktextwidgets-5.75.0/src/widgets/krichtextedit.cpp
--- old/ktextwidgets-5.74.0/src/widgets/krichtextedit.cpp       2020-09-06 
12:36:50.000000000 +0200
+++ new/ktextwidgets-5.75.0/src/widgets/krichtextedit.cpp       2020-10-04 
20:54:12.000000000 +0200
@@ -29,8 +29,7 @@
 {
 public:
     explicit KRichTextEditPrivate(KRichTextEdit *parent)
-        : q(parent),
-          mMode(KRichTextEdit::Plain)
+        : q(parent)
     {
         nestedListHelper = new NestedListHelper(q);
     }
@@ -62,8 +61,8 @@
 
     // Data members
 
-    KRichTextEdit *q;
-    KRichTextEdit::Mode mMode;
+    KRichTextEdit *const q;
+    KRichTextEdit::Mode mMode = KRichTextEdit::Plain;
 
     NestedListHelper *nestedListHelper;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.74.0/src/widgets/krichtextwidget.cpp 
new/ktextwidgets-5.75.0/src/widgets/krichtextwidget.cpp
--- old/ktextwidgets-5.74.0/src/widgets/krichtextwidget.cpp     2020-09-06 
12:36:50.000000000 +0200
+++ new/ktextwidgets-5.75.0/src/widgets/krichtextwidget.cpp     2020-10-04 
20:54:12.000000000 +0200
@@ -39,7 +39,7 @@
 
     QList<QAction *> richTextActionList;
     QTextCharFormat painterFormat;
-    KRichTextWidget *q;
+    KRichTextWidget *const q;
 
     RichTextSupport richTextSupport;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.74.0/src/widgets/nestedlisthelper.cpp 
new/ktextwidgets-5.75.0/src/widgets/nestedlisthelper.cpp
--- old/ktextwidgets-5.74.0/src/widgets/nestedlisthelper.cpp    2020-09-06 
12:36:50.000000000 +0200
+++ new/ktextwidgets-5.75.0/src/widgets/nestedlisthelper.cpp    2020-10-04 
20:54:12.000000000 +0200
@@ -15,8 +15,8 @@
 #include "ktextedit.h"
 
 NestedListHelper::NestedListHelper(QTextEdit *te)
+    : textEdit(te)
 {
-    textEdit = te;
 }
 
 NestedListHelper::~NestedListHelper()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.74.0/src/widgets/nestedlisthelper_p.h 
new/ktextwidgets-5.75.0/src/widgets/nestedlisthelper_p.h
--- old/ktextwidgets-5.74.0/src/widgets/nestedlisthelper_p.h    2020-09-06 
12:36:50.000000000 +0200
+++ new/ktextwidgets-5.75.0/src/widgets/nestedlisthelper_p.h    2020-10-04 
20:54:12.000000000 +0200
@@ -107,7 +107,7 @@
     void reformatList(QTextBlock block);
     void reformatList();
 
-    QTextEdit *textEdit = nullptr;
+    QTextEdit *const textEdit;
 };
 
 //@endcond

++++++ ktextwidgets-5.74.0.tar.xz.sig -> ktextwidgets-5.75.0.tar.xz.sig ++++++
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets-5.74.0.tar.xz.sig      
2020-09-18 14:43:27.596112625 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktextwidgets.new.3486/ktextwidgets-5.75.0.tar.xz.sig
    2020-10-12 13:58:10.574187616 +0200
@@ -1,11 +1,11 @@
 -----BEGIN PGP SIGNATURE-----
 
-iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl9UyW8ACgkQWNDuZIpI
-s7usKAgAkX8B/NcNXpTsvmnnMqMoAOBdDGdsOulzh6Y26dCBqnOuJ30CtUwgpcv+
-AdGiPrdo82mrz3XMMxYhqoTiSqTBy+8LVeszmaC9kWl97M3owbbdC5bLpsZLdWwT
-3eVhoDtUl5l+R4kf7pIfOL4y+M7D5J0WU2pxsDHAf++lW5HajHUzsy3MFxKIUFVo
-cBipYGCiwpzjHQgDrBPYHuC7f5dCc9+IELqxyl0ag5Y0onPJotVRQtOHEvdAPGhP
-xl3cVka4XoaYdBcfXFT+xqVzDkmh0T6I+YkcFek29iXkEuLER9SDcECLwwdFWN4P
-rPnDO8OSxqypsLpxEJhiSXixGY/MJA==
-=tlMW
+iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl96NPsACgkQWNDuZIpI
+s7vV+ggAp2nZ2VrpPYKwz2zGh728WBqMc8eVYkhp2zCLbzUeSmvjA2zoaLZWnIWE
+HFE/ayuSRPmqr8A5Pf0Pp6KrKaVauH7cHb2lxqMJF6+eVoftS+ac71IcSoCbcfJb
+hf30wchGj3M7KamzSDjtI7lJ4rMm9uNXer9DBsF5rUyJhz8JWpkaN4t+bPKVSGLn
+cp4ISIyLa2PofQivCkCh2ESs2xa4wX/73ndixASjM2dIhmLx4iY0G1Vgg/he7xOP
+9lsnHOQbssQgeT32toUFhfvWMacNzj3+sqCO/tOWkGl2pnWnoFTmqbdbpV9XtQVW
+/txs2oHMQ0uZNHtGtonxk39mEwO+ew==
+=Ve+d
 -----END PGP SIGNATURE-----


Reply via email to