Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qterminal for openSUSE:Factory 
checked in at 2023-04-20 15:14:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qterminal (Old)
 and      /work/SRC/openSUSE:Factory/.qterminal.new.2023 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qterminal"

Thu Apr 20 15:14:00 2023 rev:17 rq:1079787 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qterminal/qterminal.changes      2022-11-06 
12:43:08.741719798 +0100
+++ /work/SRC/openSUSE:Factory/.qterminal.new.2023/qterminal.changes    
2023-04-20 15:14:49.562053792 +0200
@@ -1,0 +2,12 @@
+Sat Apr 15 18:27:32 UTC 2023 - Shawn Dunn <sfal...@opensuse.org>
+
+- Update to 1.3.0:
+  * Guaranteed correct positioning of the context menu under
+    Wayland.
+  * Fixed a crash in the dropdown mode under Wayland.
+  * Improved UX by opening new terminals in current directory by
+    default.
+  * Corrected typos and the meta-info license.
+
+
+-------------------------------------------------------------------

Old:
----
  qterminal-1.2.0.tar.xz
  qterminal-1.2.0.tar.xz.asc

New:
----
  qterminal-1.3.0.tar.xz
  qterminal-1.3.0.tar.xz.asc

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

Other differences:
------------------
++++++ qterminal.spec ++++++
--- /var/tmp/diff_new_pack.cljTtE/_old  2023-04-20 15:14:51.246061513 +0200
+++ /var/tmp/diff_new_pack.cljTtE/_new  2023-04-20 15:14:51.254061550 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qterminal
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           qterminal
-Version:        1.2.0
+Version:        1.3.0
 Release:        0
 Summary:        A Qt-based terminal emulator
 License:        GPL-2.0-only
@@ -29,7 +29,7 @@
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libQt5Gui-private-headers-devel
-BuildRequires:  lxqt-build-tools-devel >= 0.10.0
+BuildRequires:  lxqt-build-tools-devel >= 0.13.0
 BuildRequires:  pkgconfig
 BuildRequires:  qtermwidget-qt5-devel >= %{version}
 BuildRequires:  utf8proc-devel

++++++ qterminal-1.2.0.tar.xz -> qterminal-1.3.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/CHANGELOG 
new/qterminal-1.3.0/CHANGELOG
--- old/qterminal-1.2.0/CHANGELOG       2022-11-05 09:37:07.000000000 +0100
+++ new/qterminal-1.3.0/CHANGELOG       2023-04-15 18:17:45.000000000 +0200
@@ -1,3 +1,11 @@
+qterminal-1.3.0 / 2023-04-15
+=============================
+ * Specified the parent of the main context menu for correct positioning under 
Wayland.
+ * Improve UX by opening new terminals in current directory by default.
+ * Fixed a crash in the dropdown mode under Wayland.
+ * Corrected typos.
+ * Corrected the license in the meta-info.
+
 qterminal-1.2.0 / 2022-11-05
 =============================
  * Add CI using GitHub Actions.
@@ -58,7 +66,7 @@
   * Use the default constructor of QFlags.
   * Dropped qmake .pro file.
   * Made the color scheme dirs comply with XDG Base Directory Specification.
-  * Added an optopn for openning the new tab to the right of the active tab.
+  * Added an optopn for opening the new tab to the right of the active tab.
   * Added virtual destructor to a base class.
   * Let QStandardPaths::locateAll() handle application name.
   * Put drop-down QTerminal on screen with cursor.
@@ -119,7 +127,7 @@
     - Refactor STR_VERSION -> QTERMINAL_VERSION
   * Improved cmake scripting
     - Set cmake_minimum_required to 3.1.0
-    - Removed locale compile definitons
+    - Removed locale compile definitions
   * Moved translations from lxqt-l10n back to qterminal
    - Removed obsolete translation fuctionality
    - Added translation promo in README.md
@@ -373,7 +381,7 @@
   * fixed #51 Shortcuts broken after menu hiding
   * fixed #50 Bookmarks panel always shows, even if the bookmarks are disabled
   * fixed #49 Only show monospace fonts in the font picker
-  * save bookmars widget visibility; fix crash in some config circumstances
+  * save bookmarks widget visibility; fix crash in some config circumstances
   * Include QApplication where needed. Fixes #47
   * removed un-needed file
   * changes required for new qtermwidget build/structure; includes fixed for 
qtermwidget Qt5 port
@@ -404,7 +412,7 @@
   * fixed main window ui file (manually edited probably) to work with designr 
again. Use "Preferences..." instead of "Configure QTerminal"
   * compile also italian translations
   * added italian translations
-  * get rid of contraproductive Ctrl-W to close a tab. Replaced that   wieht 
Ctrl-Shift-W. Use nano in qterminal and try to search. You   will see, what i 
mean ... * it takes a horizontal ruler to tile a terminal vertically and   vice 
versa * make border of active terminal a litte bit thinner 3px -> 2px
+  * get rid of contraproductive Ctrl-W to close a tab. Replaced that   wieht 
Ctrl-Shift-W. Use nano in qterminal and try to search. You   will see, what i 
mean ... * it takes a horizontal ruler to tile a terminal vertically and   vice 
versa * make border of active terminal a little bit thinner 3px -> 2px
   * Added new action: "Paste Selection". Fixes #21
   * Handle migration "Paste Selection"->"Paste Clipboard" in settings
   * Rename PASTE_SELECTION to PASTE_CLIPBOARD which is what it does
@@ -432,7 +440,7 @@
   * yakuake mode compile fix for X11
   * build on mac
   * Switch to Qxt global shortcut
-  * "make lupdate" implemented; do ot delete ts files on "make clean"; fix 
translator loading
+  * "make lupdate" implemented; do not delete ts files on "make clean"; fix 
translator loading
   * DropDown mode
   * allow translations
   * tabs to spaces
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/CMakeLists.txt 
new/qterminal-1.3.0/CMakeLists.txt
--- old/qterminal-1.2.0/CMakeLists.txt  2022-11-05 09:37:07.000000000 +0100
+++ new/qterminal-1.3.0/CMakeLists.txt  2023-04-15 18:17:45.000000000 +0200
@@ -9,7 +9,7 @@
 include(GNUInstallDirs)
 
 # qterminal version
-set(QTERMINAL_VERSION "1.2.0")
+set(QTERMINAL_VERSION "1.3.0")
 
 option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" 
OFF)
 option(BUILD_TESTS "Builds tests" ON)
@@ -21,8 +21,8 @@
 # we need qpa/qplatformnativeinterface.h for global shortcut
 
 # Minimum Versions
-set(LXQTBT_MINIMUM_VERSION "0.12.0")
-set(QTERMWIDGET_MINIMUM_VERSION "1.2.0")
+set(LXQTBT_MINIMUM_VERSION "0.13.0")
+set(QTERMWIDGET_MINIMUM_VERSION "1.3.0")
 set(QT_MINIMUM_VERSION "5.15.0")
 
 find_package(Qt5Gui ${QT_MINIMUM_VERSION} REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/Doxyfile new/qterminal-1.3.0/Doxyfile
--- old/qterminal-1.2.0/Doxyfile        2022-11-05 09:37:07.000000000 +0100
+++ new/qterminal-1.3.0/Doxyfile        2023-04-15 18:17:45.000000000 +0200
@@ -279,7 +279,7 @@
 # For small to medium size projects (<1000 input files) the default value is
 # probably good enough. For larger projects a too small cache size can cause
 # doxygen to be busy swapping symbols to and from disk most of the time
-# causing a significant performance penality.
+# causing a significant performance penalty.
 # If the system has enough physical memory increasing the cache will improve 
the
 # performance by keeping more symbols in memory. Note that the value works on
 # a logarithmic scale so increasing the size by one will roughly double the
@@ -1050,7 +1050,7 @@
 
 FORMULA_FONTSIZE       = 10
 
-# Use the FORMULA_TRANPARENT tag to determine whether or not the images
+# Use the FORMULA_TRANSPARENT tag to determine whether or not the images
 # generated for formulas are transparent PNGs. Transparent PNGs are
 # not supported properly for IE 6.0, but are supported on all modern browsers.
 # Note that when changing this option you need to delete any form_*.png files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/qterminal.metainfo.xml 
new/qterminal-1.3.0/qterminal.metainfo.xml
--- old/qterminal-1.2.0/qterminal.metainfo.xml  2022-11-05 09:37:07.000000000 
+0100
+++ new/qterminal-1.3.0/qterminal.metainfo.xml  2023-04-15 18:17:45.000000000 
+0200
@@ -6,7 +6,8 @@
   <summary>A lightweight multiplatform terminal emulator</summary>
 
   <metadata_license>CC-BY-4.0</metadata_license>
-  <project_license>GPL-2.0-only</project_license>
+  <!-- qterminal itself is GPL2+, and bundled libqxt is BSD -->
+  <project_license>GPL-2.0-or-later AND BSD-3-Clause</project_license>
   <content_rating type="oars-1.1"/>
 
   <url type="homepage">https://github.com/lxqt/qterminal</url>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/src/mainwindow.cpp 
new/qterminal-1.3.0/src/mainwindow.cpp
--- old/qterminal-1.2.0/src/mainwindow.cpp      2022-11-05 09:37:07.000000000 
+0100
+++ new/qterminal-1.3.0/src/mainwindow.cpp      2023-04-15 18:17:45.000000000 
+0200
@@ -329,13 +329,13 @@
 
     // TODO/FIXME: unimplemented for now
     act = new QAction(tr("&Save Session"), this);
-    // do not use sequences for this task - it collides with eg. mc shorcuts
+    // do not use sequences for this task - it collides with eg. mc shortcuts
     // and mainly - it's not used too often
     //act->setShortcut(QKeySequence::Save);
     connect(act, SIGNAL(triggered()), consoleTabulator, SLOT(saveSession()));
 
     act = new QAction(tr("&Load Session"), this);
-    // do not use sequences for this task - it collides with eg. mc shorcuts
+    // do not use sequences for this task - it collides with eg. mc shortcuts
     // and mainly - it's not used too often
     //act->setShortcut(QKeySequence::Open);
     connect(act, SIGNAL(triggered()), consoleTabulator, SLOT(loadSession()));
@@ -734,7 +734,7 @@
         const QRect desktop = appScreen->availableGeometry();
         QRect g = QRect(desktop.x(),
                         desktop.y(),
-                        desktop.width()  * Properties::Instance()->dropWidht  
/ 100,
+                        desktop.width()  * Properties::Instance()->dropWidth  
/ 100,
                         desktop.height() * Properties::Instance()->dropHeight 
/ 100);
         g.moveCenter(desktop.center());
         // do not use 0 here - we need to calculate with potential panel on top
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/src/properties.cpp 
new/qterminal-1.3.0/src/properties.cpp
--- old/qterminal-1.2.0/src/properties.cpp      2022-11-05 09:37:07.000000000 
+0100
+++ new/qterminal-1.3.0/src/properties.cpp      2023-04-15 18:17:45.000000000 
+0200
@@ -132,7 +132,7 @@
     askOnExit = m_settings->value(QLatin1String("AskOnExit"), true).toBool();
     saveSizeOnExit = m_settings->value(QLatin1String("SaveSizeOnExit"), 
true).toBool();
     savePosOnExit = m_settings->value(QLatin1String("SavePosOnExit"), 
true).toBool();
-    useCWD = m_settings->value(QLatin1String("UseCWD"), false).toBool();
+    useCWD = m_settings->value(QLatin1String("UseCWD"), true).toBool();
     m_openNewTabRightToActiveTab = 
m_settings->value(QLatin1String("OpenNewTabRightToActiveTab"), false).toBool();
     term = m_settings->value(QLatin1String("Term"), 
QLatin1String("xterm-256color")).toString();
     handleHistoryCommand = 
m_settings->value(QLatin1String("HandleHistory")).toString();
@@ -149,7 +149,7 @@
     dropShortCut = QKeySequence(m_settings->value(QLatin1String("ShortCut"), 
QLatin1String("F12")).toString());
     dropKeepOpen = m_settings->value(QLatin1String("KeepOpen"), 
false).toBool();
     dropShowOnStart = m_settings->value(QLatin1String("ShowOnStart"), 
true).toBool();
-    dropWidht = m_settings->value(QLatin1String("Width"), 70).toInt();
+    dropWidth = m_settings->value(QLatin1String("Width"), 70).toInt();
     dropHeight = m_settings->value(QLatin1String("Height"), 45).toInt();
     m_settings->endGroup();
 
@@ -258,7 +258,7 @@
     m_settings->setValue(QLatin1String("ShortCut"), dropShortCut.toString());
     m_settings->setValue(QLatin1String("KeepOpen"), dropKeepOpen);
     m_settings->setValue(QLatin1String("ShowOnStart"), dropShowOnStart);
-    m_settings->setValue(QLatin1String("Width"), dropWidht);
+    m_settings->setValue(QLatin1String("Width"), dropWidth);
     m_settings->setValue(QLatin1String("Height"), dropHeight);
     m_settings->endGroup();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/src/properties.h 
new/qterminal-1.3.0/src/properties.h
--- old/qterminal-1.2.0/src/properties.h        2022-11-05 09:37:07.000000000 
+0100
+++ new/qterminal-1.3.0/src/properties.h        2023-04-15 18:17:45.000000000 
+0200
@@ -111,7 +111,7 @@
         QKeySequence dropShortCut;
         bool dropKeepOpen;
         bool dropShowOnStart;
-        int dropWidht;
+        int dropWidth;
         int dropHeight;
 
         bool changeWindowTitle;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/src/propertiesdialog.cpp 
new/qterminal-1.3.0/src/propertiesdialog.cpp
--- old/qterminal-1.2.0/src/propertiesdialog.cpp        2022-11-05 
09:37:07.000000000 +0100
+++ new/qterminal-1.3.0/src/propertiesdialog.cpp        2023-04-15 
18:17:45.000000000 +0200
@@ -243,7 +243,7 @@
     dropHeightSpinBox->setMaximum(100);
     dropWidthSpinBox->setMaximum(100);
     dropHeightSpinBox->setValue(Properties::Instance()->dropHeight);
-    dropWidthSpinBox->setValue(Properties::Instance()->dropWidht);
+    dropWidthSpinBox->setValue(Properties::Instance()->dropWidth);
 
     dropShortCutEdit = new KeySequenceEdit();
     dropShortCutFormLayout->setWidget(0, QFormLayout::FieldRole, 
dropShortCutEdit);
@@ -364,7 +364,7 @@
     Properties::Instance()->dropShowOnStart = 
dropShowOnStartCheckBox->isChecked();
     Properties::Instance()->dropKeepOpen = dropKeepOpenCheckBox->isChecked();
     Properties::Instance()->dropHeight = dropHeightSpinBox->value();
-    Properties::Instance()->dropWidht = dropWidthSpinBox->value();
+    Properties::Instance()->dropWidth = dropWidthSpinBox->value();
     Properties::Instance()->dropShortCut = dropShortCutEdit->keySequence();
 
     Properties::Instance()->useBookmarks = useBookmarksCheckBox->isChecked();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/src/tabwidget.cpp 
new/qterminal-1.3.0/src/tabwidget.cpp
--- old/qterminal-1.2.0/src/tabwidget.cpp       2022-11-05 09:37:07.000000000 
+0100
+++ new/qterminal-1.3.0/src/tabwidget.cpp       2023-04-15 18:17:45.000000000 
+0200
@@ -364,7 +364,7 @@
 {
     // update disabled actions
     findParent<MainWindow>(this)->updateDisabledActions();
-    // also, update hstory
+    // also, update history
     auto* w = widget(index);
     mHistory.removeAll(w);
     mHistory.prepend(w);
@@ -377,7 +377,7 @@
 
 void TabWidget::removeCurrentTab()
 {
-    // question disabled due user requests. Yes I agree it was anoying.
+    // question disabled due user requests. Yes I agree it was annoying.
 //    if (QMessageBox::question(this,
 //                    tr("Close current session"),
 //                    tr("Are you sure you want to close current sesstion?"),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/src/termwidget.cpp 
new/qterminal-1.3.0/src/termwidget.cpp
--- old/qterminal-1.2.0/src/termwidget.cpp      2022-11-05 09:37:07.000000000 
+0100
+++ new/qterminal-1.3.0/src/termwidget.cpp      2023-04-15 18:17:45.000000000 
+0200
@@ -137,8 +137,13 @@
 
 void TermWidgetImpl::customContextMenuCall(const QPoint & pos)
 {
-    QMenu menu;
-    QMap<QString, QAction*> actions = 
findParent<MainWindow>(this)->leaseActions();
+    auto mainWindow = findParent<MainWindow>(this);
+    if (mainWindow == nullptr)
+    {
+        return;
+    }
+    QMenu menu(mainWindow);
+    QMap<QString, QAction*> actions = mainWindow->leaseActions();
 
     QList<QAction*> extraActions = filterActions(pos);
     for (auto& action : extraActions)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/src/termwidgetholder.h 
new/qterminal-1.3.0/src/termwidgetholder.h
--- old/qterminal-1.2.0/src/termwidgetholder.h  2022-11-05 09:37:07.000000000 
+0100
+++ new/qterminal-1.3.0/src/termwidgetholder.h  2023-04-15 18:17:45.000000000 
+0200
@@ -37,7 +37,7 @@
 
 /*! \brief TermWidget group/session manager.
 
-This widget (one per TabWidget tab) is a "proxy" widget beetween TabWidget and
+This widget (one per TabWidget tab) is a "proxy" widget between TabWidget and
 unspecified count of TermWidgets. Basically it should look like a single 
TermWidget
 for TabWidget - with its signals and slots.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qterminal-1.2.0/src/third-party/qxtglobalshortcut_x11.cpp 
new/qterminal-1.3.0/src/third-party/qxtglobalshortcut_x11.cpp
--- old/qterminal-1.2.0/src/third-party/qxtglobalshortcut_x11.cpp       
2022-11-05 09:37:07.000000000 +0100
+++ new/qterminal-1.3.0/src/third-party/qxtglobalshortcut_x11.cpp       
2023-04-15 18:17:45.000000000 +0200
@@ -36,6 +36,7 @@
  *
  ****************************************************************************/
 
+#include <QGuiApplication>
 #include <QVector>
 #include <QtX11Extras/QX11Info>
 
@@ -99,7 +100,7 @@
 
     bool isValid()
     {
-        return m_display != nullptr;
+        return QGuiApplication::platformName() == QStringLiteral("xcb") && 
m_display != nullptr;
     }
 
     Display *display()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/src/translations/qterminal_ar.ts 
new/qterminal-1.3.0/src/translations/qterminal_ar.ts
--- old/qterminal-1.2.0/src/translations/qterminal_ar.ts        2022-11-05 
09:37:07.000000000 +0100
+++ new/qterminal-1.3.0/src/translations/qterminal_ar.ts        2023-04-15 
18:17:45.000000000 +0200
@@ -6,7 +6,7 @@
     <message>
         <location filename="../forms/bookmarkswidget.ui" line="32"/>
         <source>Filter:</source>
-        <translation>رشّح:</translation>
+        <translation>مرشّح:</translation>
     </message>
 </context>
 <context>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/src/translations/qterminal_ca.ts 
new/qterminal-1.3.0/src/translations/qterminal_ca.ts
--- old/qterminal-1.2.0/src/translations/qterminal_ca.ts        2022-11-05 
09:37:07.000000000 +0100
+++ new/qterminal-1.3.0/src/translations/qterminal_ca.ts        2023-04-15 
18:17:45.000000000 +0200
@@ -108,7 +108,7 @@
     <message>
         <location filename="../mainwindow.cpp" line="260"/>
         <source>Go to</source>
-        <translation>Ves a</translation>
+        <translation>Vés a</translation>
     </message>
     <message>
         <location filename="../mainwindow.cpp" line="284"/>
@@ -168,7 +168,7 @@
     <message>
         <location filename="../mainwindow.cpp" line="323"/>
         <source>Handle history...</source>
-        <translation>Gestiona l&apos;historial...</translation>
+        <translation>Gestiona l&apos;històric...</translation>
     </message>
     <message>
         <location filename="../mainwindow.cpp" line="331"/>
@@ -546,7 +546,7 @@
     <message>
         <location filename="../forms/propertiesdialog.ui" line="505"/>
         <source>Accelerators are activated by Alt and can interfere with the 
terminal.</source>
-        <translation>Les dreceres estan activades per Alt i poden interferir 
amb el terminal.</translation>
+        <translation>Els acceleradors s&apos;activen amb Alt i poden 
interferir amb el terminal.</translation>
     </message>
     <message>
         <location filename="../forms/propertiesdialog.ui" line="508"/>
@@ -646,7 +646,7 @@
     <message>
         <location filename="../forms/propertiesdialog.ui" line="495"/>
         <source>Specify whether box drawing characters should be drawn by 
QTerminal internally or left to underlying font rendering libraries.</source>
-        <translation type="unfinished"></translation>
+        <translation>Especifica si els caràcters de dibuix de quadres 
s&apos;han de dibuixar internament a QTerminal o deixar-los a les biblioteques 
de renderització de tipus de lletra subjacents.</translation>
     </message>
     <message>
         <location filename="../forms/propertiesdialog.ui" line="515"/>
@@ -671,7 +671,7 @@
     <message>
         <location filename="../forms/propertiesdialog.ui" line="617"/>
         <source>This command will be run with an argument containing the file 
name of a tempfile containing the scrollback history</source>
-        <translation>Aquesta ordre s&apos;executarà amb un argument que 
conté el nom d&apos;un fitxer temporal inclòs en l&apos;historial de 
desplaçament.</translation>
+        <translation>Aquesta ordre s&apos;executarà amb un argument que 
conté el nom d&apos;un fitxer temporal inclòs en l&apos;historial de 
desplaçament</translation>
     </message>
     <message>
         <location filename="../forms/propertiesdialog.ui" line="620"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/src/translations/qterminal_da.ts 
new/qterminal-1.3.0/src/translations/qterminal_da.ts
--- old/qterminal-1.2.0/src/translations/qterminal_da.ts        2022-11-05 
09:37:07.000000000 +0100
+++ new/qterminal-1.3.0/src/translations/qterminal_da.ts        2023-04-15 
18:17:45.000000000 +0200
@@ -350,7 +350,7 @@
     <message>
         <location filename="../mainwindow.cpp" line="663"/>
         <source>2013-2022</source>
-        <translation type="unfinished">2013-2022</translation>
+        <translation>2013-2022</translation>
     </message>
     <message>
         <location filename="../mainwindow.cpp" line="665"/>
@@ -707,12 +707,12 @@
     <message>
         <location filename="../forms/propertiesdialog.ui" line="823"/>
         <source>Forcefully disable bracketed paste mode</source>
-        <translation type="unfinished"></translation>
+        <translation>Deaktiver parentes indsæt tilstand med magt</translation>
     </message>
     <message>
         <location filename="../forms/propertiesdialog.ui" line="826"/>
         <source>Bracketed paste mode is useful for pasting multiline 
strings.</source>
-        <translation type="unfinished"></translation>
+        <translation>Indsæt-tilstand med parentes er nyttig til at indsætte 
strenge med flere linjer.</translation>
     </message>
     <message>
         <location filename="../forms/propertiesdialog.ui" line="844"/>
@@ -875,7 +875,7 @@
     <message>
         <location filename="../propertiesdialog.cpp" line="500"/>
         <source>Open bookmarks file</source>
-        <translation type="unfinished">Åbne bogmærkefil</translation>
+        <translation>Åbne bogmærkefil</translation>
     </message>
     <message>
         <location filename="../propertiesdialog.cpp" line="502"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/src/translations/qterminal_et.ts 
new/qterminal-1.3.0/src/translations/qterminal_et.ts
--- old/qterminal-1.2.0/src/translations/qterminal_et.ts        2022-11-05 
09:37:07.000000000 +0100
+++ new/qterminal-1.3.0/src/translations/qterminal_et.ts        2023-04-15 
18:17:45.000000000 +0200
@@ -68,12 +68,12 @@
     <message>
         <location filename="../mainwindow.cpp" line="245"/>
         <source>&amp;Previous Tab in History</source>
-        <translation>Ee&amp;lmine kaart ajaloost</translation>
+        <translation>Eelmine aken ajaoos</translation>
     </message>
     <message>
         <location filename="../mainwindow.cpp" line="248"/>
         <source>&amp;Next Tab in History</source>
-        <translation>Jä&amp;rgmine kaart ajaloost</translation>
+        <translation>Järgmine aken ajaloos</translation>
     </message>
     <message>
         <location filename="../mainwindow.cpp" line="251"/>
@@ -88,12 +88,12 @@
     <message>
         <location filename="../mainwindow.cpp" line="259"/>
         <source>Tab</source>
-        <translation>Kaart</translation>
+        <translation>Aken</translation>
     </message>
     <message>
         <location filename="../mainwindow.cpp" line="260"/>
         <source>Go to</source>
-        <translation>Ava</translation>
+        <translation>Mine</translation>
     </message>
     <message>
         <location filename="../mainwindow.cpp" line="273"/>
@@ -525,7 +525,7 @@
     <message>
         <location filename="../forms/propertiesdialog.ui" line="248"/>
         <source>Terminal margin</source>
-        <translation>Tühi ruum terminali sisu ja akna vahel</translation>
+        <translation>Terminali vahe</translation>
     </message>
     <message>
         <location filename="../forms/propertiesdialog.ui" line="498"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/src/translations/qterminal_fa.ts 
new/qterminal-1.3.0/src/translations/qterminal_fa.ts
--- old/qterminal-1.2.0/src/translations/qterminal_fa.ts        2022-11-05 
09:37:07.000000000 +0100
+++ new/qterminal-1.3.0/src/translations/qterminal_fa.ts        2023-04-15 
18:17:45.000000000 +0200
@@ -661,7 +661,7 @@
     <message>
         <location filename="../forms/propertiesdialog.ui" line="525"/>
         <source>&amp;Hide Window Borders</source>
-        <translation>&amp;ممخفی کردن قاب ونجره</translation>
+        <translation type="unfinished">&amp;مخفی کردن قاب 
پنجره</translation>
     </message>
     <message>
         <location filename="../forms/propertiesdialog.ui" line="595"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/src/translations/qterminal_fi.ts 
new/qterminal-1.3.0/src/translations/qterminal_fi.ts
--- old/qterminal-1.2.0/src/translations/qterminal_fi.ts        2022-11-05 
09:37:07.000000000 +0100
+++ new/qterminal-1.3.0/src/translations/qterminal_fi.ts        2023-04-15 
18:17:45.000000000 +0200
@@ -238,7 +238,7 @@
     <message>
         <location filename="../mainwindow.cpp" line="387"/>
         <source>&amp;Quit</source>
-        <translation>&amp;Poistu</translation>
+        <translation>&amp;Lopeta</translation>
     </message>
     <message>
         <location filename="../mainwindow.cpp" line="393"/>
@@ -631,7 +631,7 @@
     <message>
         <location filename="../forms/propertiesdialog.ui" line="317"/>
         <source>Zoom</source>
-        <translation>Zoomattu</translation>
+        <translation>Lähennetty</translation>
     </message>
     <message>
         <location filename="../forms/propertiesdialog.ui" line="322"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/src/translations/qterminal_it.ts 
new/qterminal-1.3.0/src/translations/qterminal_it.ts
--- old/qterminal-1.2.0/src/translations/qterminal_it.ts        2022-11-05 
09:37:07.000000000 +0100
+++ new/qterminal-1.3.0/src/translations/qterminal_it.ts        2023-04-15 
18:17:45.000000000 +0200
@@ -792,7 +792,7 @@
     <message>
         <location filename="../forms/propertiesdialog.ui" line="617"/>
         <source>This command will be run with an argument containing the file 
name of a tempfile containing the scrollback history</source>
-        <translation type="unfinished">Questo comando sarà eseguito con un 
argomento che indica il nome del file temporaneo contenente la cronologia 
scrollback</translation>
+        <translation type="unfinished">Questo comando sarà eseguito con un 
argomento contenente il nome del file temporaneo contenente la cronologia 
scrollback</translation>
     </message>
     <message>
         <location filename="../forms/propertiesdialog.ui" line="620"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/src/translations/qterminal_ja.ts 
new/qterminal-1.3.0/src/translations/qterminal_ja.ts
--- old/qterminal-1.2.0/src/translations/qterminal_ja.ts        2022-11-05 
09:37:07.000000000 +0100
+++ new/qterminal-1.3.0/src/translations/qterminal_ja.ts        2023-04-15 
18:17:45.000000000 +0200
@@ -891,7 +891,7 @@
         <location filename="../propertiesdialog.cpp" line="602"/>
         <location filename="../propertiesdialog.cpp" line="606"/>
         <source>Question</source>
-        <translation type="unfinished">質問</translation>
+        <translation>質問</translation>
     </message>
     <message>
         <location filename="../propertiesdialog.cpp" line="602"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/src/translations/qterminal_kk.ts 
new/qterminal-1.3.0/src/translations/qterminal_kk.ts
--- old/qterminal-1.2.0/src/translations/qterminal_kk.ts        2022-11-05 
09:37:07.000000000 +0100
+++ new/qterminal-1.3.0/src/translations/qterminal_kk.ts        2023-04-15 
18:17:45.000000000 +0200
@@ -43,7 +43,7 @@
     <message>
         <location filename="../mainwindow.cpp" line="190"/>
         <source>Press &quot;%1&quot; to see the terminal.</source>
-        <translation type="unfinished"></translation>
+        <translation>Терминалды көру үшін &quot;%1&quot; 
басыңыз.</translation>
     </message>
     <message>
         <location filename="../mainwindow.cpp" line="239"/>
@@ -58,22 +58,22 @@
     <message>
         <location filename="../mainwindow.cpp" line="251"/>
         <source>Move Tab &amp;Left</source>
-        <translation type="unfinished"></translation>
+        <translation>Бетті со&amp;лға жылжыту</translation>
     </message>
     <message>
         <location filename="../mainwindow.cpp" line="254"/>
         <source>Move Tab &amp;Right</source>
-        <translation type="unfinished"></translation>
+        <translation>Бетті &amp;оңға жыжыту</translation>
     </message>
     <message>
         <location filename="../mainwindow.cpp" line="273"/>
         <source>Split Terminal &amp;Horizontally</source>
-        <translation type="unfinished"></translation>
+        <translation>Терминалды &amp;горизонталды 
бөлу</translation>
     </message>
     <message>
         <location filename="../mainwindow.cpp" line="276"/>
         <source>Split Terminal &amp;Vertically</source>
-        <translation type="unfinished"></translation>
+        <translation>Терминалды &amp;вертикалды 
бөлу</translation>
     </message>
     <message>
         <location filename="../mainwindow.cpp" line="281"/>
@@ -815,22 +815,22 @@
         <location filename="../propertiesdialog.cpp" line="159"/>
         <location filename="../propertiesdialog.cpp" line="165"/>
         <source>Right</source>
-        <translation type="unfinished"></translation>
+        <translation>Оң жақ</translation>
     </message>
     <message>
         <location filename="../propertiesdialog.cpp" line="165"/>
         <source>Top</source>
-        <translation type="unfinished"></translation>
+        <translation>Жоғары</translation>
     </message>
     <message>
         <location filename="../propertiesdialog.cpp" line="165"/>
         <source>Bottom</source>
-        <translation type="unfinished"></translation>
+        <translation>Төмен</translation>
     </message>
     <message>
         <location filename="../propertiesdialog.cpp" line="178"/>
         <source>BlockCursor</source>
-        <translation type="unfinished"></translation>
+        <translation>Блок</translation>
     </message>
     <message>
         <location filename="../propertiesdialog.cpp" line="178"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/src/translations/qterminal_ru.ts 
new/qterminal-1.3.0/src/translations/qterminal_ru.ts
--- old/qterminal-1.2.0/src/translations/qterminal_ru.ts        2022-11-05 
09:37:07.000000000 +0100
+++ new/qterminal-1.3.0/src/translations/qterminal_ru.ts        2023-04-15 
18:17:45.000000000 +0200
@@ -625,7 +625,7 @@
     <message>
         <location filename="../forms/propertiesdialog.ui" line="515"/>
         <source>Toggles usage of bold font face for rendering intense 
colors</source>
-        <translation>Включает или выключает, будет 
ли использоваться жирное начертание для 
символов, которые должны отображаться 
ярким цветом</translation>
+        <translation>Включает или отключает 
использование жирного начертания 
символов, которые должны отображаться 
ярким цветом</translation>
     </message>
     <message>
         <location filename="../forms/propertiesdialog.ui" line="518"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qterminal-1.2.0/src/translations/qterminal_tr.ts 
new/qterminal-1.3.0/src/translations/qterminal_tr.ts
--- old/qterminal-1.2.0/src/translations/qterminal_tr.ts        2022-11-05 
09:37:07.000000000 +0100
+++ new/qterminal-1.3.0/src/translations/qterminal_tr.ts        2023-04-15 
18:17:45.000000000 +0200
@@ -711,7 +711,7 @@
 2. İstenilen kombinasyona basın ve bırakın
 3. Bir Kısayolu tıklayın veya Enter tuşuna basın
 
-Bir Kısayolu silmek/devre dışı bırakmak için, 2. noktada yalnızca bir 
değiştiriciye (Shift gibi) basın</translation>
+Bir Kısayolu kaldırmak/devre dışı bırakmak için, 2. noktada yalnızca 
bir değiştiriciye (Shift gibi) basın</translation>
     </message>
     <message>
         <location filename="../forms/propertiesdialog.ui" line="898"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qterminal-1.2.0/src/translations/qterminal_uz.desktop.yaml 
new/qterminal-1.3.0/src/translations/qterminal_uz.desktop.yaml
--- old/qterminal-1.2.0/src/translations/qterminal_uz.desktop.yaml      
2022-11-05 09:37:07.000000000 +0100
+++ new/qterminal-1.3.0/src/translations/qterminal_uz.desktop.yaml      
2023-04-15 18:17:45.000000000 +0200
@@ -1,4 +1,4 @@
 Desktop Entry/Name: "QTerminal"
-Desktop Entry/GenericName: "terminal emulyatori"
-Desktop Entry/Comment: "terminal emulyatori"
-Desktop Action Dropdown/Name: ""
+Desktop Entry/GenericName: "Terminal emulyatori"
+Desktop Entry/Comment: "Terminal emulyatori"
+Desktop Action Dropdown/Name: "Bossa-ochiladigan terminal"

Reply via email to