Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qjackctl for openSUSE:Factory 
checked in at 2023-03-27 18:16:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qjackctl (Old)
 and      /work/SRC/openSUSE:Factory/.qjackctl.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qjackctl"

Mon Mar 27 18:16:01 2023 rev:48 rq:1074473 version:0.9.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/qjackctl/qjackctl.changes        2023-01-02 
15:02:26.349442258 +0100
+++ /work/SRC/openSUSE:Factory/.qjackctl.new.31432/qjackctl.changes     
2023-03-27 18:16:01.391025212 +0200
@@ -1,0 +2,8 @@
+Fri Mar 24 14:07:10 UTC 2023 - ecsos <ec...@opensuse.org>
+
+- Update to 0.9.10
+  - Setup: revert to previous settings when dismissing the dialog.
+  - Graph: Attempt to make port labels as short as possible.
+  - Graph: introducing touch pinch-gesture for zooming.
+
+-------------------------------------------------------------------

Old:
----
  qjackctl-0.9.9.tar.gz

New:
----
  qjackctl-0.9.10.tar.gz

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

Other differences:
------------------
++++++ qjackctl.spec ++++++
--- /var/tmp/diff_new_pack.vWLwWJ/_old  2023-03-27 18:16:01.931028062 +0200
+++ /var/tmp/diff_new_pack.vWLwWJ/_new  2023-03-27 18:16:01.935028083 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qjackctl
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2012 Pascal Bleser <pascal.ble...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           qjackctl
-Version:        0.9.9
+Version:        0.9.10
 Release:        0
 Summary:        Graphical User Interface to Control JACK Servers
 License:        GPL-2.0-or-later

++++++ qjackctl-0.9.9.tar.gz -> qjackctl-0.9.10.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/CMakeLists.txt 
new/qjackctl-0.9.10/CMakeLists.txt
--- old/qjackctl-0.9.9/CMakeLists.txt   2022-12-27 10:16:34.475928733 +0100
+++ new/qjackctl-0.9.10/CMakeLists.txt  2023-03-21 19:31:15.173030525 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required (VERSION 3.15)
 
 project (qjackctl
-  VERSION 0.9.9
+  VERSION 0.9.10
   DESCRIPTION "JACK Audio Connection Kit Qt GUI Interface"
   LANGUAGES C CXX)
 
@@ -42,16 +42,13 @@
 
 set (CONFIG_BUILD_VERSION "${PACKAGE_VERSION}")
 
-if (CONFIG_DEBUG)
-  set (CMAKE_BUILD_TYPE "Debug")
-endif ()
 if (CMAKE_BUILD_TYPE MATCHES "Debug")
   set (CONFIG_DEBUG 1)
-endif ()
-if (CONFIG_DEBUG)
   set (CONFIG_BUILD_TYPE "debug")
 else ()
+  set (CONFIG_DEBUG 0)
   set (CONFIG_BUILD_TYPE "release")
+  set (CMAKE_BUILD_TYPE "Release")
 endif ()
 
 set (CONFIG_PREFIX "${CMAKE_INSTALL_PREFIX}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/ChangeLog 
new/qjackctl-0.9.10/ChangeLog
--- old/qjackctl-0.9.9/ChangeLog        2022-12-27 10:16:34.475928733 +0100
+++ new/qjackctl-0.9.10/ChangeLog       2023-03-21 19:31:15.174030525 +0100
@@ -4,6 +4,15 @@
 ChangeLog
 
 
+0.9.10  2023-03-23  An Early-Spring'23 Release.
+
+- Setup: revert to previous settings when dismissing the dialog.
+
+- Graph: Attempt to make port labels as short as possible.
+
+- Graph: introducing touch pinch-gesture for zooming.
+
+
 0.9.9  2022-12-28  An End-of-Year'22 Release.
 
 - Graph: whether to draw connectors through or around nodes is a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qjackctl-0.9.9/src/appdata/org.rncbc.qjackctl.metainfo.xml 
new/qjackctl-0.9.10/src/appdata/org.rncbc.qjackctl.metainfo.xml
--- old/qjackctl-0.9.9/src/appdata/org.rncbc.qjackctl.metainfo.xml      
2022-12-27 10:16:34.476928733 +0100
+++ new/qjackctl-0.9.10/src/appdata/org.rncbc.qjackctl.metainfo.xml     
2023-03-21 19:31:15.175030525 +0100
@@ -49,7 +49,7 @@
  <developer_name>rncbc aka. Rui Nuno Capela</developer_name>
  <update_contact>rn...@rncbc.org</update_contact>
  <releases>
-  <release version="0.9.9" date="2022-12-28" urgency="low" />
+  <release version="0.9.10" date="2023-03-23" urgency="low" />
  </releases>
  <content_rating type="oars-1.0"/>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/qjackctlAbout.h 
new/qjackctl-0.9.10/src/qjackctlAbout.h
--- old/qjackctl-0.9.9/src/qjackctlAbout.h      2022-12-27 10:16:34.488928733 
+0100
+++ new/qjackctl-0.9.10/src/qjackctlAbout.h     2023-03-21 19:31:15.181030524 
+0100
@@ -1,7 +1,7 @@
 // qjackctlAbout.h
 //
 /****************************************************************************
-   Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved.
+   Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
@@ -32,7 +32,7 @@
 
 #define QJACKCTL_SUBTITLE   QJACKCTL_SUBTITLE1 " - " QJACKCTL_SUBTITLE2
 #define QJACKCTL_WEBSITE    "https://qjackctl.sourceforge.io";
-#define QJACKCTL_COPYRIGHT  "Copyright (C) 2003-2022, rncbc aka Rui Nuno 
Capela. All rights reserved."
+#define QJACKCTL_COPYRIGHT  "Copyright (C) 2003-2023, rncbc aka Rui Nuno 
Capela. All rights reserved."
 
 #define QJACKCTL_DOMAIN     "rncbc.org"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/qjackctlAboutForm.cpp 
new/qjackctl-0.9.10/src/qjackctlAboutForm.cpp
--- old/qjackctl-0.9.9/src/qjackctlAboutForm.cpp        2022-12-27 
10:16:34.488928733 +0100
+++ new/qjackctl-0.9.10/src/qjackctlAboutForm.cpp       2023-03-21 
19:31:15.181030524 +0100
@@ -1,7 +1,7 @@
 // qjackctlAboutForm.cpp
 //
 /****************************************************************************
-   Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved.
+   Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
@@ -82,7 +82,7 @@
 
        // Stuff the about box...
        QString sText = "<p align=\"center\"><br />\n";
-       sText += "<b>" QJACKCTL_TITLE " - " + tr(QJACKCTL_SUBTITLE) + "</b><br 
/>\n";
+       sText += "<b><big>" QJACKCTL_TITLE "</big> - " + tr(QJACKCTL_SUBTITLE) 
+ "</b><br />\n";
        sText += "<br />\n";
        sText += tr("Version") + ": <b>" CONFIG_BUILD_VERSION "</b><br />\n";
 //     sText += "<small>" + tr("Build") + ": " CONFIG_BUILD_DATE "<small><br 
/>\n";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/qjackctlAboutForm.h 
new/qjackctl-0.9.10/src/qjackctlAboutForm.h
--- old/qjackctl-0.9.9/src/qjackctlAboutForm.h  2022-12-27 10:16:34.488928733 
+0100
+++ new/qjackctl-0.9.10/src/qjackctlAboutForm.h 2023-03-21 19:31:15.181030524 
+0100
@@ -1,7 +1,7 @@
 // qjackctlAboutForm.h
 //
 /****************************************************************************
-   Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved.
+   Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/qjackctlAboutForm.ui 
new/qjackctl-0.9.10/src/qjackctlAboutForm.ui
--- old/qjackctl-0.9.9/src/qjackctlAboutForm.ui 2022-12-27 10:16:34.488928733 
+0100
+++ new/qjackctl-0.9.10/src/qjackctlAboutForm.ui        2023-03-21 
19:31:15.181030524 +0100
@@ -3,7 +3,7 @@
  <author>rncbc aka Rui Nuno Capela</author>
  <comment>JACK Audio Connection Kit - Qt GUI Interface.
 
-   Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved.
+   Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/qjackctlGraph.cpp 
new/qjackctl-0.9.10/src/qjackctlGraph.cpp
--- old/qjackctl-0.9.9/src/qjackctlGraph.cpp    2022-12-27 10:16:34.490928733 
+0100
+++ new/qjackctl-0.9.10/src/qjackctlGraph.cpp   2023-03-21 19:31:15.182030524 
+0100
@@ -1,7 +1,7 @@
 // qjackctlGraph.cpp
 //
 /****************************************************************************
-   Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved.
+   Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
@@ -50,6 +50,9 @@
 #include <QWheelEvent>
 #include <QKeyEvent>
 
+#include <QGestureEvent>
+#include <QPinchGesture>
+
 #include <algorithm>
 
 #include <cmath>
@@ -278,7 +281,17 @@
 {
        m_title = (title.isEmpty() ? m_name : title);
 
-       m_text->setPlainText(m_title);
+       static const int MAX_TITLE_LENGTH = 29;
+       static const QString ellipsis(3, '.');
+
+       QString text = m_title;
+       const int nlength = text.indexOf(':');
+       if (nlength >= 0)
+               text.remove(0, nlength + 1);
+       if (text.length() >= MAX_TITLE_LENGTH + ellipsis.length())
+               text = ellipsis + text.right(MAX_TITLE_LENGTH);
+
+       m_text->setPlainText(text);
 
        QPainterPath path;
        const QRectF& rect
@@ -1239,7 +1252,7 @@
 qjackctlGraphCanvas::qjackctlGraphCanvas ( QWidget *parent )
        : QGraphicsView(parent), m_state(DragNone), m_item(nullptr),
                m_connect(nullptr), m_rubberband(nullptr),
-               m_zoom(1.0), m_zoomrange(false),
+               m_zoom(1.0), m_zoomrange(false), m_gesture(false),
                m_commands(nullptr), m_settings(nullptr),
                m_selected_nodes(0), m_repel_overlapping_nodes(false),
                m_edit_item(nullptr), m_editor(nullptr), m_edited(0),
@@ -1268,6 +1281,8 @@
                SIGNAL(editingFinished()),
                SLOT(editingFinished()));
 
+       QGraphicsView::grabGesture(Qt::PinchGesture);
+
        m_editor->setEnabled(false);
        m_editor->hide();
 }
@@ -1597,6 +1612,9 @@
 // Mouse event handlers.
 void qjackctlGraphCanvas::mousePressEvent ( QMouseEvent *event )
 {
+       if (m_gesture)
+               return;
+
        m_state = DragNone;
        m_item = nullptr;
        m_pos = QGraphicsView::mapToScene(event->pos());
@@ -1622,6 +1640,9 @@
 
 void qjackctlGraphCanvas::mouseMoveEvent ( QMouseEvent *event )
 {
+       if (m_gesture)
+               return;
+
        int nchanged = 0;
 
        QPointF pos = QGraphicsView::mapToScene(event->pos());
@@ -1789,6 +1810,9 @@
 
 void qjackctlGraphCanvas::mouseReleaseEvent ( QMouseEvent *event )
 {
+       if (m_gesture)
+               return;
+
        int nchanged = 0;
 
        switch (m_state) {
@@ -2711,4 +2735,48 @@
 }
 
 
+// Gesture event handlers.
+//
+bool qjackctlGraphCanvas::event ( QEvent *event )
+{
+       if (event->type() == QEvent::Gesture)
+               return gestureEvent(static_cast<QGestureEvent *> (event));
+       else
+               return QGraphicsView::event(event);
+}
+
+
+bool qjackctlGraphCanvas::gestureEvent ( QGestureEvent *event )
+{
+       if (QGesture *pinch = event->gesture(Qt::PinchGesture))
+               pinchGesture(static_cast<QPinchGesture *> (pinch));
+
+       return true;
+}
+
+
+void qjackctlGraphCanvas::pinchGesture ( QPinchGesture *pinch )
+{
+       switch (pinch->state()) {
+       case Qt::GestureStarted: {
+               const qreal scale_factor = zoom();
+               pinch->setScaleFactor(scale_factor);
+               pinch->setLastScaleFactor(scale_factor);
+               pinch->setTotalScaleFactor(scale_factor);
+               m_gesture = true;
+               break;
+       }
+       case Qt::GestureFinished:
+               m_gesture = false;
+               // Fall thru...
+       case Qt::GestureUpdated:
+               if (pinch->changeFlags() & QPinchGesture::ScaleFactorChanged)
+                       setZoom(pinch->totalScaleFactor());
+               // Fall thru...
+       default:
+               break;
+       }
+}
+
+
 // end of qjackctlGraph.cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/qjackctlGraph.h 
new/qjackctl-0.9.10/src/qjackctlGraph.h
--- old/qjackctl-0.9.9/src/qjackctlGraph.h      2022-12-27 10:16:34.490928733 
+0100
+++ new/qjackctl-0.9.10/src/qjackctlGraph.h     2023-03-21 19:31:15.182030524 
+0100
@@ -1,7 +1,7 @@
 // qjackctlGraph.h
 //
 /****************************************************************************
-   Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved.
+   Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
@@ -32,6 +32,9 @@
 #include <QList>
 #include <QHash>
 
+class QGestureEvent;
+class QPinchGesture;
+
 
 // Forward decls.
 class qjackctlGraphCanvas;
@@ -614,6 +617,11 @@
        // Keyboard event handler.
        void keyPressEvent(QKeyEvent *event);
 
+       // Gesture event handlers.
+       bool event(QEvent *event);
+       bool gestureEvent(QGestureEvent *event);
+       void pinchGesture(QPinchGesture *pinch);
+
        // Graph node key helper.
        QString nodeKey(qjackctlGraphNode *node) const;
 
@@ -641,6 +649,7 @@
        QRubberBand          *m_rubberband;
        qreal                 m_zoom;
        bool                  m_zoomrange;
+       bool                  m_gesture;
 
        qjackctlGraphNode::ItemKeys m_nodekeys;
        QList<qjackctlGraphNode *>  m_nodes;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/qjackctlMainForm.cpp 
new/qjackctl-0.9.10/src/qjackctlMainForm.cpp
--- old/qjackctl-0.9.9/src/qjackctlMainForm.cpp 2022-12-27 10:16:34.492928733 
+0100
+++ new/qjackctl-0.9.10/src/qjackctlMainForm.cpp        2023-03-21 
19:31:15.184030524 +0100
@@ -1,7 +1,7 @@
 // qjackctlMainForm.cpp
 //
 /****************************************************************************
-   Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved.
+   Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/qjackctlMainForm.h 
new/qjackctl-0.9.10/src/qjackctlMainForm.h
--- old/qjackctl-0.9.9/src/qjackctlMainForm.h   2022-12-27 10:16:34.492928733 
+0100
+++ new/qjackctl-0.9.10/src/qjackctlMainForm.h  2023-03-21 19:31:15.184030524 
+0100
@@ -1,7 +1,7 @@
 // qjackctlMainForm.h
 //
 /****************************************************************************
-   Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved.
+   Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/qjackctlMainForm.ui 
new/qjackctl-0.9.10/src/qjackctlMainForm.ui
--- old/qjackctl-0.9.9/src/qjackctlMainForm.ui  2022-12-27 10:16:34.492928733 
+0100
+++ new/qjackctl-0.9.10/src/qjackctlMainForm.ui 2023-03-21 19:31:15.184030524 
+0100
@@ -2,7 +2,7 @@
  <author>rncbc aka Rui Nuno Capela</author>
  <comment>JACK Audio Connection Kit - Qt GUI Interface.
 
-   Copyright (C) 2003-2021, rncbc aka Rui Nuno Capela. All rights reserved.
+   Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/qjackctlSetupForm.cpp 
new/qjackctl-0.9.10/src/qjackctlSetupForm.cpp
--- old/qjackctl-0.9.9/src/qjackctlSetupForm.cpp        2022-12-27 
10:16:34.497928733 +0100
+++ new/qjackctl-0.9.10/src/qjackctlSetupForm.cpp       2023-03-21 
19:31:15.187030524 +0100
@@ -1,7 +1,7 @@
 // qjackctlSetupForm.cpp
 //
 /****************************************************************************
-   Copyright (C) 2003-2021, rncbc aka Rui Nuno Capela. All rights reserved.
+   Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
@@ -2008,6 +2008,19 @@
 }
 
 
+// Discard/revert settings (Discard button slot).
+void qjackctlSetupForm::discard (void)
+{
+       // Load settings...
+       qjackctlPreset preset;
+       if (m_pSetup->loadPreset(preset, m_sPreset)) {
+               setCurrentPreset(preset);
+               // Reset dirty flags?
+               m_iDirtySettings = 0;
+       }
+}
+
+
 // Accept settings (OK button slot).
 void qjackctlSetupForm::accept (void)
 {
@@ -2061,10 +2074,11 @@
                        QMessageBox::Cancel)) {
                case QMessageBox::Apply:
                        apply();
-                       // Fall thru...
+                       break;
                case QMessageBox::Discard:
+                       discard();
                        break;
-               default:    // Cancel.
+               default: // Cancel.
                        bQueryClose = false;
                        break;
                }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/qjackctlSetupForm.h 
new/qjackctl-0.9.10/src/qjackctlSetupForm.h
--- old/qjackctl-0.9.9/src/qjackctlSetupForm.h  2022-12-27 10:16:34.497928733 
+0100
+++ new/qjackctl-0.9.10/src/qjackctlSetupForm.h 2023-03-21 19:31:15.187030524 
+0100
@@ -1,7 +1,7 @@
 // qjackctlSetupForm.h
 //
 /****************************************************************************
-   Copyright (C) 2003-2021, rncbc aka Rui Nuno Capela. All rights reserved.
+   Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
@@ -88,6 +88,8 @@
 
        void apply();
 
+       void discard();
+
        void accept();
        void reject();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/qjackctlSetupForm.ui 
new/qjackctl-0.9.10/src/qjackctlSetupForm.ui
--- old/qjackctl-0.9.9/src/qjackctlSetupForm.ui 2022-12-27 10:16:34.498928733 
+0100
+++ new/qjackctl-0.9.10/src/qjackctlSetupForm.ui        2023-03-21 
19:31:15.187030524 +0100
@@ -3,7 +3,7 @@
  <author>rncbc aka Rui Nuno Capela</author>
  <comment>JACK Audio Connection Kit - Qt GUI Interface.
 
-   Copyright (C) 2003-2021, rncbc aka Rui Nuno Capela. All rights reserved.
+   Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/translations/qjackctl_cs.ts 
new/qjackctl-0.9.10/src/translations/qjackctl_cs.ts
--- old/qjackctl-0.9.9/src/translations/qjackctl_cs.ts  2022-12-27 
10:16:34.504928733 +0100
+++ new/qjackctl-0.9.10/src/translations/qjackctl_cs.ts 2023-03-21 
19:31:15.188030524 +0100
@@ -479,13 +479,13 @@
 <context>
     <name>qjackctlGraphCanvas</name>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="1842"/>
-        <location filename="../qjackctlGraph.cpp" line="1969"/>
+        <location filename="../qjackctlGraph.cpp" line="1866"/>
+        <location filename="../qjackctlGraph.cpp" line="1993"/>
         <source>Connect</source>
         <translation>Spojit</translation>
     </message>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="2041"/>
+        <location filename="../qjackctlGraph.cpp" line="2065"/>
         <source>Disconnect</source>
         <translation>Rozpojit</translation>
     </message>
@@ -4498,7 +4498,7 @@
     <message>
         <location filename="../qjackctlSetupForm.cpp" line="1001"/>
         <location filename="../qjackctlSetupForm.cpp" line="1064"/>
-        <location filename="../qjackctlSetupForm.cpp" line="2056"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2069"/>
         <source>Warning</source>
         <translation>Varování</translation>
     </message>
@@ -4631,7 +4631,7 @@
 když příště spustíte tento program.</translation>
     </message>
     <message>
-        <location filename="../qjackctlSetupForm.cpp" line="2057"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2070"/>
         <source>Some settings have been changed.
 
 Do you want to apply the changes?</source>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/translations/qjackctl_de.ts 
new/qjackctl-0.9.10/src/translations/qjackctl_de.ts
--- old/qjackctl-0.9.9/src/translations/qjackctl_de.ts  2022-12-27 
10:16:34.507928733 +0100
+++ new/qjackctl-0.9.10/src/translations/qjackctl_de.ts 2023-03-21 
19:31:15.192030524 +0100
@@ -478,13 +478,13 @@
 <context>
     <name>qjackctlGraphCanvas</name>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="1842"/>
-        <location filename="../qjackctlGraph.cpp" line="1969"/>
+        <location filename="../qjackctlGraph.cpp" line="1866"/>
+        <location filename="../qjackctlGraph.cpp" line="1993"/>
         <source>Connect</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="2041"/>
+        <location filename="../qjackctlGraph.cpp" line="2065"/>
         <source>Disconnect</source>
         <translation type="unfinished"></translation>
     </message>
@@ -4445,7 +4445,7 @@
     <message>
         <location filename="../qjackctlSetupForm.cpp" line="1001"/>
         <location filename="../qjackctlSetupForm.cpp" line="1064"/>
-        <location filename="../qjackctlSetupForm.cpp" line="2056"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2069"/>
         <source>Warning</source>
         <translation>Warnung</translation>
     </message>
@@ -4573,7 +4573,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../qjackctlSetupForm.cpp" line="2057"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2070"/>
         <source>Some settings have been changed.
 
 Do you want to apply the changes?</source>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/translations/qjackctl_es.ts 
new/qjackctl-0.9.10/src/translations/qjackctl_es.ts
--- old/qjackctl-0.9.9/src/translations/qjackctl_es.ts  2022-12-27 
10:16:34.508928733 +0100
+++ new/qjackctl-0.9.10/src/translations/qjackctl_es.ts 2023-03-21 
19:31:15.192030524 +0100
@@ -478,13 +478,13 @@
 <context>
     <name>qjackctlGraphCanvas</name>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="1842"/>
-        <location filename="../qjackctlGraph.cpp" line="1969"/>
+        <location filename="../qjackctlGraph.cpp" line="1866"/>
+        <location filename="../qjackctlGraph.cpp" line="1993"/>
         <source>Connect</source>
         <translation>Conectar</translation>
     </message>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="2041"/>
+        <location filename="../qjackctlGraph.cpp" line="2065"/>
         <source>Disconnect</source>
         <translation>Desconectar</translation>
     </message>
@@ -4077,7 +4077,7 @@
     <message>
         <location filename="../qjackctlSetupForm.cpp" line="1001"/>
         <location filename="../qjackctlSetupForm.cpp" line="1064"/>
-        <location filename="../qjackctlSetupForm.cpp" line="2056"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2069"/>
         <source>Warning</source>
         <translation>Advertencia</translation>
     </message>
@@ -4245,7 +4245,7 @@
 la próxima vez que arranques la aplicación.</translation>
     </message>
     <message>
-        <location filename="../qjackctlSetupForm.cpp" line="2057"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2070"/>
         <source>Some settings have been changed.
 
 Do you want to apply the changes?</source>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/translations/qjackctl_fr.ts 
new/qjackctl-0.9.10/src/translations/qjackctl_fr.ts
--- old/qjackctl-0.9.9/src/translations/qjackctl_fr.ts  2022-12-27 
10:16:34.509928733 +0100
+++ new/qjackctl-0.9.10/src/translations/qjackctl_fr.ts 2023-03-21 
19:31:15.194030524 +0100
@@ -479,13 +479,13 @@
 <context>
     <name>qjackctlGraphCanvas</name>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="1842"/>
-        <location filename="../qjackctlGraph.cpp" line="1969"/>
+        <location filename="../qjackctlGraph.cpp" line="1866"/>
+        <location filename="../qjackctlGraph.cpp" line="1993"/>
         <source>Connect</source>
         <translation>Connecter</translation>
     </message>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="2041"/>
+        <location filename="../qjackctlGraph.cpp" line="2065"/>
         <source>Disconnect</source>
         <translation>Déconnecter</translation>
     </message>
@@ -4151,7 +4151,7 @@
     <message>
         <location filename="../qjackctlSetupForm.cpp" line="1001"/>
         <location filename="../qjackctlSetupForm.cpp" line="1064"/>
-        <location filename="../qjackctlSetupForm.cpp" line="2056"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2069"/>
         <source>Warning</source>
         <translation>Attention</translation>
     </message>
@@ -4318,7 +4318,7 @@
 qu&apos;après le prochain démarrage de cette application.</translation>
     </message>
     <message>
-        <location filename="../qjackctlSetupForm.cpp" line="2057"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2070"/>
         <source>Some settings have been changed.
 
 Do you want to apply the changes?</source>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/translations/qjackctl_it.ts 
new/qjackctl-0.9.10/src/translations/qjackctl_it.ts
--- old/qjackctl-0.9.9/src/translations/qjackctl_it.ts  2022-12-27 
10:16:34.510928733 +0100
+++ new/qjackctl-0.9.10/src/translations/qjackctl_it.ts 2023-03-21 
19:31:15.196030524 +0100
@@ -488,13 +488,13 @@
 <context>
     <name>qjackctlGraphCanvas</name>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="1842"/>
-        <location filename="../qjackctlGraph.cpp" line="1969"/>
+        <location filename="../qjackctlGraph.cpp" line="1866"/>
+        <location filename="../qjackctlGraph.cpp" line="1993"/>
         <source>Connect</source>
         <translation>Connetti</translation>
     </message>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="2041"/>
+        <location filename="../qjackctlGraph.cpp" line="2065"/>
         <source>Disconnect</source>
         <translation>Disconnetti</translation>
     </message>
@@ -4086,7 +4086,7 @@
     <message>
         <location filename="../qjackctlSetupForm.cpp" line="1001"/>
         <location filename="../qjackctlSetupForm.cpp" line="1064"/>
-        <location filename="../qjackctlSetupForm.cpp" line="2056"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2069"/>
         <source>Warning</source>
         <translation>Attenzione</translation>
     </message>
@@ -4253,7 +4253,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../qjackctlSetupForm.cpp" line="2057"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2070"/>
         <source>Some settings have been changed.
 
 Do you want to apply the changes?</source>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/translations/qjackctl_ja.ts 
new/qjackctl-0.9.10/src/translations/qjackctl_ja.ts
--- old/qjackctl-0.9.9/src/translations/qjackctl_ja.ts  2022-12-27 
10:16:34.511928733 +0100
+++ new/qjackctl-0.9.10/src/translations/qjackctl_ja.ts 2023-03-21 
19:31:15.196030524 +0100
@@ -479,13 +479,13 @@
 <context>
     <name>qjackctlGraphCanvas</name>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="1842"/>
-        <location filename="../qjackctlGraph.cpp" line="1969"/>
+        <location filename="../qjackctlGraph.cpp" line="1866"/>
+        <location filename="../qjackctlGraph.cpp" line="1993"/>
         <source>Connect</source>
         <translation>接続</translation>
     </message>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="2041"/>
+        <location filename="../qjackctlGraph.cpp" line="2065"/>
         <source>Disconnect</source>
         <translation>切断</translation>
     </message>
@@ -4619,7 +4619,7 @@
     <message>
         <location filename="../qjackctlSetupForm.cpp" line="1001"/>
         <location filename="../qjackctlSetupForm.cpp" line="1064"/>
-        <location filename="../qjackctlSetupForm.cpp" line="2056"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2069"/>
         <source>Warning</source>
         <translation>警告</translation>
     </message>
@@ -4752,7 +4752,7 @@
 次回に起動した時に有効となります。</translation>
     </message>
     <message>
-        <location filename="../qjackctlSetupForm.cpp" line="2057"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2070"/>
         <source>Some settings have been changed.
 
 Do you want to apply the changes?</source>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/translations/qjackctl_ko.ts 
new/qjackctl-0.9.10/src/translations/qjackctl_ko.ts
--- old/qjackctl-0.9.9/src/translations/qjackctl_ko.ts  2022-12-27 
10:16:34.512928733 +0100
+++ new/qjackctl-0.9.10/src/translations/qjackctl_ko.ts 2023-03-21 
19:31:15.198030524 +0100
@@ -479,13 +479,13 @@
 <context>
     <name>qjackctlGraphCanvas</name>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="1842"/>
-        <location filename="../qjackctlGraph.cpp" line="1969"/>
+        <location filename="../qjackctlGraph.cpp" line="1866"/>
+        <location filename="../qjackctlGraph.cpp" line="1993"/>
         <source>Connect</source>
         <translation>연결하기</translation>
     </message>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="2041"/>
+        <location filename="../qjackctlGraph.cpp" line="2065"/>
         <source>Disconnect</source>
         <translation>연결해제</translation>
     </message>
@@ -4635,7 +4635,7 @@
     <message>
         <location filename="../qjackctlSetupForm.cpp" line="1001"/>
         <location filename="../qjackctlSetupForm.cpp" line="1064"/>
-        <location filename="../qjackctlSetupForm.cpp" line="2056"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2069"/>
         <source>Warning</source>
         <translation>경고</translation>
     </message>
@@ -4768,7 +4768,7 @@
 시작할 때만 유효할 수 있습니다.</translation>
     </message>
     <message>
-        <location filename="../qjackctlSetupForm.cpp" line="2057"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2070"/>
         <source>Some settings have been changed.
 
 Do you want to apply the changes?</source>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/translations/qjackctl_nl.ts 
new/qjackctl-0.9.10/src/translations/qjackctl_nl.ts
--- old/qjackctl-0.9.9/src/translations/qjackctl_nl.ts  2022-12-27 
10:16:34.513928733 +0100
+++ new/qjackctl-0.9.10/src/translations/qjackctl_nl.ts 2023-03-21 
19:31:15.198030524 +0100
@@ -488,13 +488,13 @@
 <context>
     <name>qjackctlGraphCanvas</name>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="1842"/>
-        <location filename="../qjackctlGraph.cpp" line="1969"/>
+        <location filename="../qjackctlGraph.cpp" line="1866"/>
+        <location filename="../qjackctlGraph.cpp" line="1993"/>
         <source>Connect</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="2041"/>
+        <location filename="../qjackctlGraph.cpp" line="2065"/>
         <source>Disconnect</source>
         <translation type="unfinished"></translation>
     </message>
@@ -4148,7 +4148,7 @@
     <message>
         <location filename="../qjackctlSetupForm.cpp" line="1001"/>
         <location filename="../qjackctlSetupForm.cpp" line="1064"/>
-        <location filename="../qjackctlSetupForm.cpp" line="2056"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2069"/>
         <source>Warning</source>
         <translation>Opgelet</translation>
     </message>
@@ -4314,7 +4314,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../qjackctlSetupForm.cpp" line="2057"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2070"/>
         <source>Some settings have been changed.
 
 Do you want to apply the changes?</source>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/translations/qjackctl_pt.ts 
new/qjackctl-0.9.10/src/translations/qjackctl_pt.ts
--- old/qjackctl-0.9.9/src/translations/qjackctl_pt.ts  2022-12-27 
10:16:34.513928733 +0100
+++ new/qjackctl-0.9.10/src/translations/qjackctl_pt.ts 2023-03-21 
19:31:15.198030524 +0100
@@ -479,13 +479,13 @@
 <context>
     <name>qjackctlGraphCanvas</name>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="1842"/>
-        <location filename="../qjackctlGraph.cpp" line="1969"/>
+        <location filename="../qjackctlGraph.cpp" line="1866"/>
+        <location filename="../qjackctlGraph.cpp" line="1993"/>
         <source>Connect</source>
         <translation>Conectar</translation>
     </message>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="2041"/>
+        <location filename="../qjackctlGraph.cpp" line="2065"/>
         <source>Disconnect</source>
         <translation>Disconnectar</translation>
     </message>
@@ -4091,7 +4091,7 @@
     <message>
         <location filename="../qjackctlSetupForm.cpp" line="1001"/>
         <location filename="../qjackctlSetupForm.cpp" line="1064"/>
-        <location filename="../qjackctlSetupForm.cpp" line="2056"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2069"/>
         <source>Warning</source>
         <translation>Aviso</translation>
     </message>
@@ -4259,7 +4259,7 @@
 na próxima vez que você iniciar este aplicativo.</translation>
     </message>
     <message>
-        <location filename="../qjackctlSetupForm.cpp" line="2057"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2070"/>
         <source>Some settings have been changed.
 
 Do you want to apply the changes?</source>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/translations/qjackctl_ru.ts 
new/qjackctl-0.9.10/src/translations/qjackctl_ru.ts
--- old/qjackctl-0.9.9/src/translations/qjackctl_ru.ts  2022-12-27 
10:16:34.513928733 +0100
+++ new/qjackctl-0.9.10/src/translations/qjackctl_ru.ts 2023-03-21 
19:31:15.198030524 +0100
@@ -480,13 +480,13 @@
 <context>
     <name>qjackctlGraphCanvas</name>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="1842"/>
-        <location filename="../qjackctlGraph.cpp" line="1969"/>
+        <location filename="../qjackctlGraph.cpp" line="1866"/>
+        <location filename="../qjackctlGraph.cpp" line="1993"/>
         <source>Connect</source>
         <translation>Соединить</translation>
     </message>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="2041"/>
+        <location filename="../qjackctlGraph.cpp" line="2065"/>
         <source>Disconnect</source>
         <translation>Отсоединить</translation>
     </message>
@@ -3985,7 +3985,7 @@
     <message>
         <location filename="../qjackctlSetupForm.cpp" line="1001"/>
         <location filename="../qjackctlSetupForm.cpp" line="1064"/>
-        <location filename="../qjackctlSetupForm.cpp" line="2056"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2069"/>
         <source>Warning</source>
         <translation>Предупреждение</translation>
     </message>
@@ -4067,7 +4067,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../qjackctlSetupForm.cpp" line="2057"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2070"/>
         <source>Some settings have been changed.
 
 Do you want to apply the changes?</source>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/translations/qjackctl_sk.ts 
new/qjackctl-0.9.10/src/translations/qjackctl_sk.ts
--- old/qjackctl-0.9.9/src/translations/qjackctl_sk.ts  2022-12-27 
10:16:34.514928733 +0100
+++ new/qjackctl-0.9.10/src/translations/qjackctl_sk.ts 2023-03-21 
19:31:15.199030524 +0100
@@ -479,13 +479,13 @@
 <context>
     <name>qjackctlGraphCanvas</name>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="1842"/>
-        <location filename="../qjackctlGraph.cpp" line="1969"/>
+        <location filename="../qjackctlGraph.cpp" line="1866"/>
+        <location filename="../qjackctlGraph.cpp" line="1993"/>
         <source>Connect</source>
         <translation>Spojiť</translation>
     </message>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="2041"/>
+        <location filename="../qjackctlGraph.cpp" line="2065"/>
         <source>Disconnect</source>
         <translation>Rozpojiť</translation>
     </message>
@@ -4495,7 +4495,7 @@
     <message>
         <location filename="../qjackctlSetupForm.cpp" line="1001"/>
         <location filename="../qjackctlSetupForm.cpp" line="1064"/>
-        <location filename="../qjackctlSetupForm.cpp" line="2056"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2069"/>
         <source>Warning</source>
         <translation>Upozornenie</translation>
     </message>
@@ -4628,7 +4628,7 @@
 ďalšom spustení tohto programu.</translation>
     </message>
     <message>
-        <location filename="../qjackctlSetupForm.cpp" line="2057"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2070"/>
         <source>Some settings have been changed.
 
 Do you want to apply the changes?</source>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qjackctl-0.9.9/src/translations/qjackctl_uk.ts 
new/qjackctl-0.9.10/src/translations/qjackctl_uk.ts
--- old/qjackctl-0.9.9/src/translations/qjackctl_uk.ts  2022-12-27 
10:16:34.515928733 +0100
+++ new/qjackctl-0.9.10/src/translations/qjackctl_uk.ts 2023-03-21 
19:31:15.199030524 +0100
@@ -478,13 +478,13 @@
 <context>
     <name>qjackctlGraphCanvas</name>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="1842"/>
-        <location filename="../qjackctlGraph.cpp" line="1969"/>
+        <location filename="../qjackctlGraph.cpp" line="1866"/>
+        <location filename="../qjackctlGraph.cpp" line="1993"/>
         <source>Connect</source>
         <translation>З&apos;єднати</translation>
     </message>
     <message>
-        <location filename="../qjackctlGraph.cpp" line="2041"/>
+        <location filename="../qjackctlGraph.cpp" line="2065"/>
         <source>Disconnect</source>
         <translation>Від’єднати</translation>
     </message>
@@ -4613,7 +4613,7 @@
     <message>
         <location filename="../qjackctlSetupForm.cpp" line="1001"/>
         <location filename="../qjackctlSetupForm.cpp" line="1064"/>
-        <location filename="../qjackctlSetupForm.cpp" line="2056"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2069"/>
         <source>Warning</source>
         <translation>Попередження</translation>
     </message>
@@ -4746,7 +4746,7 @@
 після перезапуску програми.</translation>
     </message>
     <message>
-        <location filename="../qjackctlSetupForm.cpp" line="2057"/>
+        <location filename="../qjackctlSetupForm.cpp" line="2070"/>
         <source>Some settings have been changed.
 
 Do you want to apply the changes?</source>

Reply via email to