Hello community, here is the log from the commit of package krfb for openSUSE:Factory checked in at 2020-10-13 15:38:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/krfb (Old) and /work/SRC/openSUSE:Factory/.krfb.new.3486 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "krfb" Tue Oct 13 15:38:16 2020 rev:96 rq:840677 version:20.08.2 Changes: -------- --- /work/SRC/openSUSE:Factory/krfb/krfb.changes 2020-09-10 22:53:39.516273079 +0200 +++ /work/SRC/openSUSE:Factory/.krfb.new.3486/krfb.changes 2020-10-13 15:39:54.509266552 +0200 @@ -1,0 +2,18 @@ +Fri Oct 9 05:44:37 UTC 2020 - Luca Beltrame <lbeltr...@kde.org> + +- Update to 20.08.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/releases/2020-10-apps-update +- Changes since 20.08.1: + * Make sure to save security settings each time they are modified (kde#340411) + * pipewire: Only aspire to use dmabuf if linux/dma-buf.h is present + * Fixes for builds without pipewire3 + * Support DMABuf streams + * Compensate for global scale factor when using xcb fb plugin (kde#419814) +- Dropped patches, now upstream: + * 0003-Compensate-for-global-scale-factor-when-using-xcb-fb.patch +- Rebased patches against 20.08.2: + - 0001-Declare-and-use-logging-categories.patch + +------------------------------------------------------------------- Old: ---- 0003-Compensate-for-global-scale-factor-when-using-xcb-fb.patch krfb-20.08.1.tar.xz krfb-20.08.1.tar.xz.sig New: ---- krfb-20.08.2.tar.xz krfb-20.08.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ krfb.spec ++++++ --- /var/tmp/diff_new_pack.lMDrJe/_old 2020-10-13 15:39:55.957267574 +0200 +++ /var/tmp/diff_new_pack.lMDrJe/_new 2020-10-13 15:39:55.957267574 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: krfb -Version: 20.08.1 +Version: 20.08.2 Release: 0 Summary: Screen sharing using the VNC/RFB protocol License: GPL-2.0-or-later @@ -31,8 +31,6 @@ Patch0: 0001-Declare-and-use-logging-categories.patch # PATCH-FIX-UPSTREAM Patch1: 0001-Replace-KLineEdit-with-QLineEdit.patch -# PATCH-FIX-UPSTREAM -Patch2: 0003-Compensate-for-global-scale-factor-when-using-xcb-fb.patch BuildRequires: LibVNCServer-devel BuildRequires: extra-cmake-modules BuildRequires: pipewire-devel @@ -74,7 +72,6 @@ %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 %build %ifarch ppc ppc64 ++++++ 0001-Declare-and-use-logging-categories.patch ++++++ --- /var/tmp/diff_new_pack.lMDrJe/_old 2020-10-13 15:39:55.985267593 +0200 +++ /var/tmp/diff_new_pack.lMDrJe/_new 2020-10-13 15:39:55.985267593 +0200 @@ -23,10 +23,10 @@ krfb/rfbservermanager.cpp | 1 - 13 files changed, 78 insertions(+), 47 deletions(-) -Index: krfb-20.08.1/CMakeLists.txt +Index: krfb-20.08.2/CMakeLists.txt =================================================================== ---- krfb-20.08.1.orig/CMakeLists.txt 2020-09-02 07:05:32.869344897 +0200 -+++ krfb-20.08.1/CMakeLists.txt 2020-09-02 07:05:40.725370922 +0200 +--- krfb-20.08.2.orig/CMakeLists.txt 2020-10-09 23:44:31.733046725 +0200 ++++ krfb-20.08.2/CMakeLists.txt 2020-10-09 23:44:44.155940985 +0200 @@ -20,6 +20,7 @@ include(ECMInstallIcons) include(ECMAddAppIcon) @@ -48,10 +48,10 @@ feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) ki18n_install(po) if (KF5DocTools_FOUND) -Index: krfb-20.08.1/framebuffers/qt/CMakeLists.txt +Index: krfb-20.08.2/framebuffers/qt/CMakeLists.txt =================================================================== ---- krfb-20.08.1.orig/framebuffers/qt/CMakeLists.txt 2020-09-02 07:05:32.869344897 +0200 -+++ krfb-20.08.1/framebuffers/qt/CMakeLists.txt 2020-09-02 07:05:40.725370922 +0200 +--- krfb-20.08.2.orig/framebuffers/qt/CMakeLists.txt 2020-10-09 23:44:31.733046725 +0200 ++++ krfb-20.08.2/framebuffers/qt/CMakeLists.txt 2020-10-09 23:44:44.155940985 +0200 @@ -7,6 +7,14 @@ qtframebufferplugin.cpp ) @@ -67,10 +67,10 @@ add_library(krfb_framebuffer_qt MODULE ${krfb_framebuffer_qt_SRCS} -Index: krfb-20.08.1/framebuffers/xcb/CMakeLists.txt +Index: krfb-20.08.2/framebuffers/xcb/CMakeLists.txt =================================================================== ---- krfb-20.08.1.orig/framebuffers/xcb/CMakeLists.txt 2020-09-02 07:05:32.869344897 +0200 -+++ krfb-20.08.1/framebuffers/xcb/CMakeLists.txt 2020-09-02 07:05:40.725370922 +0200 +--- krfb-20.08.2.orig/framebuffers/xcb/CMakeLists.txt 2020-10-09 23:44:31.733046725 +0200 ++++ krfb-20.08.2/framebuffers/xcb/CMakeLists.txt 2020-10-09 23:44:44.155940985 +0200 @@ -7,6 +7,14 @@ xcb_framebuffer.cpp ) @@ -86,10 +86,10 @@ add_library(krfb_framebuffer_xcb MODULE ${krfb_framebuffer_xcb_SRCS}) target_link_libraries (krfb_framebuffer_xcb -Index: krfb-20.08.1/framebuffers/xcb/xcb_framebuffer.cpp +Index: krfb-20.08.2/framebuffers/xcb/xcb_framebuffer.cpp =================================================================== ---- krfb-20.08.1.orig/framebuffers/xcb/xcb_framebuffer.cpp 2020-09-02 07:05:32.869344897 +0200 -+++ krfb-20.08.1/framebuffers/xcb/xcb_framebuffer.cpp 2020-09-02 07:05:40.725370922 +0200 +--- krfb-20.08.2.orig/framebuffers/xcb/xcb_framebuffer.cpp 2020-10-09 23:44:31.733046725 +0200 ++++ krfb-20.08.2/framebuffers/xcb/xcb_framebuffer.cpp 2020-10-09 23:45:35.296788997 +0200 @@ -8,6 +8,7 @@ */ @@ -115,16 +115,16 @@ xdamage_version->major_version << "." << xdamage_version->minor_version; #endif -@@ -163,7 +163,7 @@ - - QScreen *primaryScreen = QGuiApplication::primaryScreen(); - if (primaryScreen) { +@@ -166,7 +166,7 @@ + qreal scaleFactor = primaryScreen->devicePixelRatio(); + d->area = { primaryScreen->geometry().topLeft() * scaleFactor, + primaryScreen->geometry().bottomRight() * scaleFactor }; - qDebug() << "xcb framebuffer: Primary screen: " << primaryScreen->name() -+ qCDebug(KRFB_FB_XCB) << "xcb framebuffer: Primary screen: " << primaryScreen->name() ++ qDebug(KRFB_FB_XCB) << "xcb framebuffer: Primary screen: " << primaryScreen->name() << ", geometry: " << primaryScreen->geometry() - << ", depth: " << primaryScreen->depth(); - // -@@ -183,7 +183,7 @@ + << ", device scaling: " << scaleFactor + << ", native size: " << d->area +@@ -186,7 +186,7 @@ XCB_IMAGE_FORMAT_Z_PIXMAP); if (d->framebufferImage) { #ifdef _DEBUG @@ -133,7 +133,7 @@ << ", size (" << d->framebufferImage->width << d->framebufferImage->height << ")" << ", depth: " << d->framebufferImage->depth << ", padded width: " << d->framebufferImage->stride; -@@ -211,15 +211,15 @@ +@@ -214,15 +214,15 @@ nullptr); // data = 0 if (d->updateTile) { #ifdef _DEBUG @@ -158,7 +158,7 @@ #endif // allocate shared memory block only once, make its size large enough -@@ -237,7 +237,7 @@ +@@ -240,7 +240,7 @@ xcb_shm_attach(QX11Info::connection(), d->shminfo.shmseg, d->shminfo.shmid, 0); #ifdef _DEBUG @@ -167,7 +167,7 @@ #endif // will return 1 on success (yes!) -@@ -273,7 +273,7 @@ +@@ -276,7 +276,7 @@ } #ifdef _DEBUG @@ -176,7 +176,7 @@ << ", xshm base error = " << d->x11EvtFilter->xdamageBaseError << ", xdamage base event = " << d->x11EvtFilter->xdamageBaseEvent << ", xdamage base error = " << d->x11EvtFilter->xdamageBaseError; -@@ -420,10 +420,12 @@ +@@ -423,10 +423,12 @@ format.blueMax = root_visualtype->blue_mask >> format.blueShift; #ifdef _DEBUG @@ -193,10 +193,10 @@ format.redMax, format.greenMax, format.blueMax); #endif } else { -Index: krfb-20.08.1/krfb/CMakeLists.txt +Index: krfb-20.08.2/krfb/CMakeLists.txt =================================================================== ---- krfb-20.08.1.orig/krfb/CMakeLists.txt 2020-09-02 07:05:32.869344897 +0200 -+++ krfb-20.08.1/krfb/CMakeLists.txt 2020-09-02 07:05:40.725370922 +0200 +--- krfb-20.08.2.orig/krfb/CMakeLists.txt 2020-10-09 23:44:31.733046725 +0200 ++++ krfb-20.08.2/krfb/CMakeLists.txt 2020-10-09 23:44:44.155940985 +0200 @@ -66,6 +66,14 @@ invitationsrfbclient.cpp ) @@ -212,10 +212,10 @@ kconfig_add_kcfg_files (krfb_SRCS krfbconfig.kcfgc ) -Index: krfb-20.08.1/krfb/eventsmanager.cpp +Index: krfb-20.08.2/krfb/eventsmanager.cpp =================================================================== ---- krfb-20.08.1.orig/krfb/eventsmanager.cpp 2020-09-02 07:05:32.869344897 +0200 -+++ krfb-20.08.1/krfb/eventsmanager.cpp 2020-09-02 07:05:40.725370922 +0200 +--- krfb-20.08.2.orig/krfb/eventsmanager.cpp 2020-10-09 23:44:31.737050235 +0200 ++++ krfb-20.08.2/krfb/eventsmanager.cpp 2020-10-09 23:44:44.155940985 +0200 @@ -23,8 +23,8 @@ #include "eventsplugin.h" #include "krfbconfig.h" @@ -257,10 +257,10 @@ + qCDebug(KRFB) << "No valid event handlers found. returning null."; return QSharedPointer<EventHandler>(); } -Index: krfb-20.08.1/krfb/framebuffermanager.cpp +Index: krfb-20.08.2/krfb/framebuffermanager.cpp =================================================================== ---- krfb-20.08.1.orig/krfb/framebuffermanager.cpp 2020-09-02 07:05:32.869344897 +0200 -+++ krfb-20.08.1/krfb/framebuffermanager.cpp 2020-09-02 07:06:44.709582831 +0200 +--- krfb-20.08.2.orig/krfb/framebuffermanager.cpp 2020-10-09 23:44:31.737050235 +0200 ++++ krfb-20.08.2/krfb/framebuffermanager.cpp 2020-10-09 23:44:44.155940985 +0200 @@ -22,8 +22,8 @@ #include "framebufferplugin.h" @@ -311,10 +311,10 @@ + qDebug(KRFB) << "No valid framebuffer found. returning null."; return QSharedPointer<FrameBuffer>(); } -Index: krfb-20.08.1/krfb/invitationsrfbclient.cpp +Index: krfb-20.08.2/krfb/invitationsrfbclient.cpp =================================================================== ---- krfb-20.08.1.orig/krfb/invitationsrfbclient.cpp 2020-09-02 07:05:32.869344897 +0200 -+++ krfb-20.08.1/krfb/invitationsrfbclient.cpp 2020-09-02 07:05:40.725370922 +0200 +--- krfb-20.08.2.orig/krfb/invitationsrfbclient.cpp 2020-10-09 23:44:31.737050235 +0200 ++++ krfb-20.08.2/krfb/invitationsrfbclient.cpp 2020-10-09 23:44:44.155940985 +0200 @@ -24,11 +24,11 @@ #include "krfbconfig.h" #include "sockethelpers.h" @@ -346,10 +346,10 @@ if(InvitationsRfbServer::instance->allowUnattendedAccess() && vncAuthCheckPassword( InvitationsRfbServer::instance->unattendedPassword().toLocal8Bit(), -Index: krfb-20.08.1/krfb/invitationsrfbserver.cpp +Index: krfb-20.08.2/krfb/invitationsrfbserver.cpp =================================================================== ---- krfb-20.08.1.orig/krfb/invitationsrfbserver.cpp 2020-09-02 07:05:32.873344910 +0200 -+++ krfb-20.08.1/krfb/invitationsrfbserver.cpp 2020-09-02 07:05:40.725370922 +0200 +--- krfb-20.08.2.orig/krfb/invitationsrfbserver.cpp 2020-10-09 23:44:31.737050235 +0200 ++++ krfb-20.08.2/krfb/invitationsrfbserver.cpp 2020-10-09 23:44:44.159944496 +0200 @@ -22,10 +22,10 @@ #include "invitationsrfbclient.h" #include "krfbconfig.h" @@ -362,7 +362,7 @@ #include <QRandomGenerator> #include <KLocalizedString> -@@ -188,7 +188,7 @@ +@@ -182,7 +182,7 @@ } else { @@ -371,10 +371,10 @@ KConfigGroup krfbConfig(KSharedConfig::openConfig(),"Security"); desktopPassword = KStringHandler::obscure(krfbConfig.readEntry( -Index: krfb-20.08.1/krfb/main.cpp +Index: krfb-20.08.2/krfb/main.cpp =================================================================== ---- krfb-20.08.1.orig/krfb/main.cpp 2020-09-02 07:05:32.873344910 +0200 -+++ krfb-20.08.1/krfb/main.cpp 2020-09-02 07:05:40.725370922 +0200 +--- krfb-20.08.2.orig/krfb/main.cpp 2020-10-09 23:44:31.737050235 +0200 ++++ krfb-20.08.2/krfb/main.cpp 2020-10-09 23:44:44.159944496 +0200 @@ -20,6 +20,7 @@ #include "invitationsrfbserver.h" #include "krfbconfig.h" @@ -416,10 +416,10 @@ } } } -Index: krfb-20.08.1/krfb/rfbclient.cpp +Index: krfb-20.08.2/krfb/rfbclient.cpp =================================================================== ---- krfb-20.08.1.orig/krfb/rfbclient.cpp 2020-09-02 07:05:32.873344910 +0200 -+++ krfb-20.08.1/krfb/rfbclient.cpp 2020-09-02 07:05:40.725370922 +0200 +--- krfb-20.08.2.orig/krfb/rfbclient.cpp 2020-10-09 23:44:31.737050235 +0200 ++++ krfb-20.08.2/krfb/rfbclient.cpp 2020-10-09 23:44:44.159944496 +0200 @@ -23,7 +23,6 @@ #include "sockethelpers.h" #include "eventsmanager.h" @@ -428,10 +428,10 @@ #include <poll.h> #include <strings.h> //for bzero() -Index: krfb-20.08.1/krfb/rfbserver.cpp +Index: krfb-20.08.2/krfb/rfbserver.cpp =================================================================== ---- krfb-20.08.1.orig/krfb/rfbserver.cpp 2020-09-02 07:05:32.873344910 +0200 -+++ krfb-20.08.1/krfb/rfbserver.cpp 2020-09-02 07:05:40.725370922 +0200 +--- krfb-20.08.2.orig/krfb/rfbserver.cpp 2020-10-09 23:44:31.737050235 +0200 ++++ krfb-20.08.2/krfb/rfbserver.cpp 2020-10-09 23:44:44.159944496 +0200 @@ -19,11 +19,11 @@ */ #include "rfbserver.h" @@ -471,10 +471,10 @@ rfbShutdownServer(d->screen, false); return false; }; -Index: krfb-20.08.1/krfb/rfbservermanager.cpp +Index: krfb-20.08.2/krfb/rfbservermanager.cpp =================================================================== ---- krfb-20.08.1.orig/krfb/rfbservermanager.cpp 2020-09-02 07:05:32.873344910 +0200 -+++ krfb-20.08.1/krfb/rfbservermanager.cpp 2020-09-02 07:05:40.725370922 +0200 +--- krfb-20.08.2.orig/krfb/rfbservermanager.cpp 2020-10-09 23:44:31.737050235 +0200 ++++ krfb-20.08.2/krfb/rfbservermanager.cpp 2020-10-09 23:44:44.159944496 +0200 @@ -29,7 +29,6 @@ #include <QDesktopWidget> #include <QGlobalStatic> ++++++ 0001-Replace-KLineEdit-with-QLineEdit.patch ++++++ --- /var/tmp/diff_new_pack.lMDrJe/_old 2020-10-13 15:39:55.997267602 +0200 +++ /var/tmp/diff_new_pack.lMDrJe/_new 2020-10-13 15:39:55.997267602 +0200 @@ -12,11 +12,11 @@ krfb/mainwindow.h | 4 ++-- 4 files changed, 3 insertions(+), 6 deletions(-) -diff --git a/CMakeLists.txt b/CMakeLists.txt -index aadd4b7..bd9ed41 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -29,7 +29,6 @@ find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS Core DBus Widgets X11Extr +Index: krfb-20.08.2/CMakeLists.txt +=================================================================== +--- krfb-20.08.2.orig/CMakeLists.txt 2020-10-09 23:46:03.405438902 +0200 ++++ krfb-20.08.2/CMakeLists.txt 2020-10-09 23:46:05.847580539 +0200 +@@ -30,7 +30,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS I18n @@ -24,11 +24,11 @@ Config CoreAddons Crash -diff --git a/krfb/CMakeLists.txt b/krfb/CMakeLists.txt -index a292226..43752b5 100644 ---- a/krfb/CMakeLists.txt -+++ b/krfb/CMakeLists.txt -@@ -93,7 +93,6 @@ target_link_libraries (krfb +Index: krfb-20.08.2/krfb/CMakeLists.txt +=================================================================== +--- krfb-20.08.2.orig/krfb/CMakeLists.txt 2020-10-09 23:46:03.405438902 +0200 ++++ krfb-20.08.2/krfb/CMakeLists.txt 2020-10-09 23:46:05.847580539 +0200 +@@ -101,7 +101,6 @@ ${X11_X11_LIB} ${X11_Xdamage_LIB} Qt5::Network @@ -36,10 +36,10 @@ KF5::CoreAddons KF5::DBusAddons KF5::DNSSD -diff --git a/krfb/mainwindow.cpp b/krfb/mainwindow.cpp -index 555d301..14924f6 100644 ---- a/krfb/mainwindow.cpp -+++ b/krfb/mainwindow.cpp +Index: krfb-20.08.2/krfb/mainwindow.cpp +=================================================================== +--- krfb-20.08.2.orig/krfb/mainwindow.cpp 2020-10-05 07:07:12.000000000 +0200 ++++ krfb-20.08.2/krfb/mainwindow.cpp 2020-10-09 23:46:05.847580539 +0200 @@ -21,7 +21,6 @@ #include <KMessageWidget> #include <KStandardAction> @@ -48,7 +48,7 @@ #include <KNewPasswordDialog> #include <KPluginLoader> #include <KPluginMetaData> -@@ -107,7 +106,7 @@ MainWindow::MainWindow(QWidget *parent) +@@ -107,7 +106,7 @@ setAttribute(Qt::WA_DeleteOnClose, false); m_passwordEditable = false; @@ -57,10 +57,10 @@ m_passwordLineEdit->setVisible(false); m_passwordLineEdit->setAlignment(Qt::AlignHCenter); -diff --git a/krfb/mainwindow.h b/krfb/mainwindow.h -index 9f2939e..bbe69cd 100644 ---- a/krfb/mainwindow.h -+++ b/krfb/mainwindow.h +Index: krfb-20.08.2/krfb/mainwindow.h +=================================================================== +--- krfb-20.08.2.orig/krfb/mainwindow.h 2020-10-05 07:07:12.000000000 +0200 ++++ krfb-20.08.2/krfb/mainwindow.h 2020-10-09 23:46:05.847580539 +0200 @@ -15,7 +15,7 @@ #include <KXmlGuiWindow> @@ -70,7 +70,7 @@ class MainWindow : public KXmlGuiWindow { -@@ -43,7 +43,7 @@ class MainWindow : public KXmlGuiWindow +@@ -43,7 +43,7 @@ private: Ui::MainWidget m_ui; bool m_passwordEditable; @@ -79,6 +79,3 @@ }; #endif --- -2.28.0 - ++++++ krfb-20.08.1.tar.xz -> krfb-20.08.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/CMakeLists.txt new/krfb-20.08.2/CMakeLists.txt --- old/krfb-20.08.1/CMakeLists.txt 2020-09-01 08:31:57.000000000 +0200 +++ new/krfb-20.08.2/CMakeLists.txt 2020-10-06 05:37:14.000000000 +0200 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "20") set (RELEASE_SERVICE_VERSION_MINOR "08") -set (RELEASE_SERVICE_VERSION_MICRO "1") +set (RELEASE_SERVICE_VERSION_MICRO "2") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(krfb VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/framebuffers/pipewire/CMakeLists.txt new/krfb-20.08.2/framebuffers/pipewire/CMakeLists.txt --- old/krfb-20.08.1/framebuffers/pipewire/CMakeLists.txt 2020-08-31 21:23:23.000000000 +0200 +++ new/krfb-20.08.2/framebuffers/pipewire/CMakeLists.txt 2020-10-05 07:07:12.000000000 +0200 @@ -24,6 +24,12 @@ ${krfb_framebuffer_pw_SRCS} ) + +check_include_file("linux/dma-buf.h" HAVE_LINUX_DMABUF_H) +if (HAVE_LINUX_DMABUF_H) + target_compile_definitions(krfb_framebuffer_pw PRIVATE -DHAVE_LINUX_DMABUF_H) +endif () + target_link_libraries (krfb_framebuffer_pw Qt5::Core Qt5::Gui diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/framebuffers/pipewire/pw_framebuffer.cpp new/krfb-20.08.2/framebuffers/pipewire/pw_framebuffer.cpp --- old/krfb-20.08.1/framebuffers/pipewire/pw_framebuffer.cpp 2020-08-31 21:23:23.000000000 +0200 +++ new/krfb-20.08.2/framebuffers/pipewire/pw_framebuffer.cpp 2020-10-05 07:07:12.000000000 +0200 @@ -28,6 +28,10 @@ #if PW_CHECK_VERSION(0, 2, 90) #include <spa/utils/result.h> +#ifdef HAVE_LINUX_DMABUF_H +#include <linux/dma-buf.h> +#endif +#include <sys/ioctl.h> #endif #include <spa/param/format-utils.h> @@ -688,18 +692,85 @@ pw_stream_queue_buffer(d->pwStream, buf); } +#if PW_CHECK_VERSION(0, 2, 90) && defined(HAVE_LINUX_DMABUF_H) +static void syncDmaBuf(int fd, uint64_t start_or_end) +{ + struct dma_buf_sync sync = { 0 }; + sync.flags = start_or_end | DMA_BUF_SYNC_READ; + + while(true) { + int ret; + ret = ioctl (fd, DMA_BUF_IOCTL_SYNC, &sync); + if (ret == -1 && errno == EINTR) { + continue; + } else if (ret == -1) { + qWarning() << "Failed to synchronize DMA buffer: " << strerror(errno); + break; + } else { + break; + } + } +} +#endif + void PWFrameBuffer::Private::handleFrame(pw_buffer *pwBuffer) { auto *spaBuffer = pwBuffer->buffer; - void *src = nullptr; - - src = spaBuffer->datas[0].data; + void *src = spaBuffer->datas[0].data; if (!src) { + qDebug() << "discarding null buffer"; return; } - quint32 maxSize = spaBuffer->datas[0].maxsize; - qint32 srcStride = spaBuffer->datas[0].chunk->stride; +#if PW_CHECK_VERSION(0, 2, 90) + if (spaBuffer->datas->type != SPA_DATA_DmaBuf) { + qDebug() << "discarding null buffer"; + return; + } +#endif + + const quint32 maxSize = spaBuffer->datas[0].maxsize; + + std::function<void()> cleanup; +#if PW_CHECK_VERSION(0, 2, 90) +#ifdef HAVE_LINUX_DMABUF_H + if (spaBuffer->datas->type == SPA_DATA_DmaBuf) { + const int fd = spaBuffer->datas[0].fd; + auto map = mmap( + nullptr, spaBuffer->datas[0].maxsize + spaBuffer->datas[0].mapoffset, + PROT_READ, MAP_PRIVATE, fd, 0); + if (map == MAP_FAILED) { + qWarning() << "Failed to mmap the dmabuf: " << strerror(errno); + return; + } + + syncDmaBuf(fd, DMA_BUF_SYNC_START); + src = SPA_MEMBER(map, spaBuffer->datas[0].mapoffset, uint8_t); + + cleanup = [map, spaBuffer, fd] { + syncDmaBuf(fd, DMA_BUF_SYNC_END); + munmap(map, spaBuffer->datas[0].maxsize + spaBuffer->datas[0].mapoffset); + }; + } else +#endif + if (spaBuffer->datas->type == SPA_DATA_MemFd) { + uint8_t *map = static_cast<uint8_t*>(mmap( + nullptr, spaBuffer->datas->maxsize + spaBuffer->datas->mapoffset, + PROT_READ, MAP_PRIVATE, spaBuffer->datas->fd, 0)); + + if (map == MAP_FAILED) { + qWarning() << "Failed to mmap the memory: " << strerror(errno); + return; + } + src = SPA_MEMBER(map, spaBuffer->datas[0].mapoffset, uint8_t); + + cleanup = [map, spaBuffer] { + munmap(map, spaBuffer->datas->maxsize + spaBuffer->datas->mapoffset); + }; + } +#endif + + const qint32 srcStride = spaBuffer->datas[0].chunk->stride; if (srcStride != q->paddedWidth()) { qWarning() << "Got buffer with stride different from screen stride" << srcStride << "!=" << q->paddedWidth(); return; @@ -707,6 +778,18 @@ q->tiles.append(QRect(0, 0, q->width(), q->height())); std::memcpy(q->fb, src, maxSize); + cleanup(); + +#if PW_CHECK_VERSION(0, 2, 90) + if (videoFormat->format != SPA_VIDEO_FORMAT_RGB) { + const QImage::Format format = videoFormat->format == SPA_VIDEO_FORMAT_BGR ? QImage::Format_BGR888 + : videoFormat->format == SPA_VIDEO_FORMAT_RGBx ? QImage::Format_RGBX8888 + : QImage::Format_RGB32; + + QImage img((uchar*) q->fb, videoFormat->size.width, videoFormat->size.height, spaBuffer->datas->chunk->stride, format); + img.convertTo(QImage::Format_RGB888); + } +#endif } /** @@ -743,7 +826,10 @@ SPA_TYPE_OBJECT_Format, SPA_PARAM_EnumFormat, SPA_FORMAT_mediaType, SPA_POD_Id(SPA_MEDIA_TYPE_video), SPA_FORMAT_mediaSubtype, SPA_POD_Id(SPA_MEDIA_SUBTYPE_raw), - SPA_FORMAT_VIDEO_format, SPA_POD_Id(SPA_VIDEO_FORMAT_RGBx), + SPA_FORMAT_VIDEO_format, SPA_POD_CHOICE_ENUM_Id(6, + SPA_VIDEO_FORMAT_RGBx, SPA_VIDEO_FORMAT_RGBA, + SPA_VIDEO_FORMAT_BGRx, SPA_VIDEO_FORMAT_BGRA, + SPA_VIDEO_FORMAT_RGB, SPA_VIDEO_FORMAT_BGR), SPA_FORMAT_VIDEO_size, SPA_POD_CHOICE_RANGE_Rectangle(&pwMaxScreenBounds, &pwMinScreenBounds, &pwMaxScreenBounds), SPA_FORMAT_VIDEO_framerate, SPA_POD_Fraction(&pwFramerateMin), SPA_FORMAT_VIDEO_maxFramerate, SPA_POD_CHOICE_RANGE_Fraction(&pwFramerateMax, &pwFramerateMin, &pwFramerateMax))); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/framebuffers/xcb/xcb_framebuffer.cpp new/krfb-20.08.2/framebuffers/xcb/xcb_framebuffer.cpp --- old/krfb-20.08.1/framebuffers/xcb/xcb_framebuffer.cpp 2020-08-31 21:23:23.000000000 +0200 +++ new/krfb-20.08.2/framebuffers/xcb/xcb_framebuffer.cpp 2020-10-05 07:07:12.000000000 +0200 @@ -163,11 +163,14 @@ QScreen *primaryScreen = QGuiApplication::primaryScreen(); if (primaryScreen) { + qreal scaleFactor = primaryScreen->devicePixelRatio(); + d->area = { primaryScreen->geometry().topLeft() * scaleFactor, + primaryScreen->geometry().bottomRight() * scaleFactor }; qDebug() << "xcb framebuffer: Primary screen: " << primaryScreen->name() << ", geometry: " << primaryScreen->geometry() + << ", device scaling: " << scaleFactor + << ", native size: " << d->area << ", depth: " << primaryScreen->depth(); - // - d->area = primaryScreen->geometry(); } else { qWarning() << "xcb framebuffer: ERROR: Failed to get application's primary screen info!"; return; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/krfb/invitationsrfbserver.cpp new/krfb-20.08.2/krfb/invitationsrfbserver.cpp --- old/krfb-20.08.1/krfb/invitationsrfbserver.cpp 2020-08-31 21:23:23.000000000 +0200 +++ new/krfb-20.08.2/krfb/invitationsrfbserver.cpp 2020-10-05 07:07:12.000000000 +0200 @@ -36,6 +36,9 @@ #include <dnssd/publicservice.h> using KWallet::Wallet; +// used for KWallet folder name +static const QString s_krfbFolderName(QStringLiteral("krfb")); + //static InvitationsRfbServer *InvitationsRfbServer::instance; @@ -69,6 +72,9 @@ void InvitationsRfbServer::setDesktopPassword(const QString& password) { m_desktopPassword = password; + // this is called from GUI every time desktop password is edited. + // make sure we save settings immediately each time + saveSecuritySettings(); } const QString& InvitationsRfbServer::unattendedPassword() const @@ -79,6 +85,9 @@ void InvitationsRfbServer::setUnattendedPassword(const QString& password) { m_unattendedPassword = password; + // this is called from GUI every time unattended password is edited. + // make sure we save settings immediately each time + saveSecuritySettings(); } bool InvitationsRfbServer::allowUnattendedAccess() const @@ -106,6 +115,9 @@ void InvitationsRfbServer::toggleUnattendedAccess(bool allow) { m_allowUnattendedAccess = allow; + // this is called from GUI every time unattended access is toggled. + // make sure we save settings immediately each time + saveSecuritySettings(); } InvitationsRfbServer::InvitationsRfbServer() @@ -120,19 +132,11 @@ InvitationsRfbServer::~InvitationsRfbServer() { InvitationsRfbServer::stop(); // calling virtual funcs in destructor is bad - - KConfigGroup krfbConfig(KSharedConfig::openConfig(), "Security"); - krfbConfig.writeEntry("allowUnattendedAccess", m_allowUnattendedAccess); - + saveSecuritySettings(); + // ^^ also saves passwords in kwallet, + // do it before closing kwallet if (!KrfbConfig::noWallet() && m_wallet) { closeKWallet(); - } else { - krfbConfig.writeEntry("desktopPassword", - KStringHandler::obscure(m_desktopPassword)); - krfbConfig.writeEntry("unattendedPassword", - KStringHandler::obscure(m_unattendedPassword)); - krfbConfig.writeEntry("allowUnattendedAccess", - m_allowUnattendedAccess); } } @@ -153,13 +157,6 @@ void InvitationsRfbServer::closeKWallet() { if (m_wallet && m_wallet->isOpen()) { - const QString krfbFolderName = QStringLiteral("krfb"); - if ((m_wallet->currentFolder() == krfbFolderName) || - ((m_wallet->hasFolder(krfbFolderName) || m_wallet->createFolder(krfbFolderName)) && - m_wallet->setFolder(krfbFolderName)) ) { - m_wallet->writePassword(QStringLiteral("desktopSharingPassword"), m_desktopPassword); - m_wallet->writePassword(QStringLiteral("unattendedAccessPassword"), m_unattendedPassword); - } delete m_wallet; // closes the wallet m_wallet = nullptr; } @@ -170,18 +167,15 @@ QString desktopPassword; QString unattendedPassword; Q_ASSERT(m_wallet); - const QString krfbFolderName = QStringLiteral("krfb"); - if( opened && - ( m_wallet->hasFolder(krfbFolderName) || m_wallet->createFolder(krfbFolderName) ) && - m_wallet->setFolder(krfbFolderName) ) { - if(m_wallet->readPassword(QStringLiteral("desktopSharingPassword"), desktopPassword)==0 && + if (opened && m_wallet->hasFolder(s_krfbFolderName) && m_wallet->setFolder(s_krfbFolderName) ) { + if (m_wallet->readPassword(QStringLiteral("desktopSharingPassword"), desktopPassword) == 0 && !desktopPassword.isEmpty()) { m_desktopPassword = desktopPassword; emit passwordChanged(m_desktopPassword); } - if(m_wallet->readPassword(QStringLiteral("unattendedAccessPassword"), unattendedPassword)==0 && + if(m_wallet->readPassword(QStringLiteral("unattendedAccessPassword"), unattendedPassword) == 0 && !unattendedPassword.isEmpty()) { m_unattendedPassword = unattendedPassword; } @@ -236,3 +230,31 @@ } return str; } + +// one place to deal with all security configuration +void InvitationsRfbServer::saveSecuritySettings() +{ + KConfigGroup secConfigGroup(KSharedConfig::openConfig(), "Security"); + secConfigGroup.writeEntry("allowUnattendedAccess", m_allowUnattendedAccess); + if (KrfbConfig::noWallet()) { + // save passwords in config file only if not using kwallet integration + secConfigGroup.writeEntry("desktopPassword", KStringHandler::obscure(m_desktopPassword)); + secConfigGroup.writeEntry("unattendedPassword", KStringHandler::obscure(m_unattendedPassword)); + } else { + // using KWallet, erase possibly stored passwords from krfbrc file + secConfigGroup.deleteEntry("desktopPassword"); + secConfigGroup.deleteEntry("unattendedPassword"); + // update passwords in kwallet + if (m_wallet && m_wallet->isOpen()) { + if (!m_wallet->hasFolder(s_krfbFolderName)) { + m_wallet->createFolder(s_krfbFolderName); + } + if (m_wallet->currentFolder() != s_krfbFolderName) { + m_wallet->setFolder(s_krfbFolderName); + } + m_wallet->writePassword(QStringLiteral("desktopSharingPassword"), m_desktopPassword); + m_wallet->writePassword(QStringLiteral("unattendedAccessPassword"), m_unattendedPassword); + } + } + KrfbConfig::self()->save(); +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/krfb/invitationsrfbserver.h new/krfb-20.08.2/krfb/invitationsrfbserver.h --- old/krfb-20.08.1/krfb/invitationsrfbserver.h 2020-08-31 21:23:23.000000000 +0200 +++ new/krfb-20.08.2/krfb/invitationsrfbserver.h 2020-10-05 07:07:12.000000000 +0200 @@ -52,6 +52,7 @@ void toggleUnattendedAccess(bool allow); void openKWallet(); void closeKWallet(); + void saveSecuritySettings(); protected: InvitationsRfbServer(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/krfb/org.kde.krfb.appdata.xml new/krfb-20.08.2/krfb/org.kde.krfb.appdata.xml --- old/krfb-20.08.1/krfb/org.kde.krfb.appdata.xml 2020-08-31 21:23:23.000000000 +0200 +++ new/krfb-20.08.2/krfb/org.kde.krfb.appdata.xml 2020-10-05 07:07:12.000000000 +0200 @@ -151,9 +151,9 @@ </provides> <project_group>KDE</project_group> <releases> + <release version="20.08.2" date="2020-10-08"/> <release version="20.08.1" date="2020-09-03"/> <release version="20.08.0" date="2020-08-13"/> <release version="20.04.3" date="2020-07-09"/> - <release version="20.04.2" date="2020-06-11"/> </releases> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/ar/krfb.po new/krfb-20.08.2/po/ar/krfb.po --- old/krfb-20.08.1/po/ar/krfb.po 2020-09-01 08:31:54.000000000 +0200 +++ new/krfb-20.08.2/po/ar/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2009-01-11 13:06+0400\n" "Last-Translator: zayed <zayed.alsa...@gmail.com>\n" "Language-Team: Arabic <linuxac-kde-arabic-t...@googlegroups.com>\n" @@ -61,7 +61,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "وصول اتصال من %1 ، معلق (في انتظار التأكيد)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (سطح مكتب مشارك)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/bg/krfb.po new/krfb-20.08.2/po/bg/krfb.po --- old/krfb-20.08.1/po/bg/krfb.po 2020-09-01 08:31:54.000000000 +0200 +++ new/krfb-20.08.2/po/bg/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2013-07-25 15:34+0300\n" "Last-Translator: Yasen Pramatarov <ya...@lindeas.com>\n" "Language-Team: Bulgarian <d...@ludost.net>\n" @@ -53,7 +53,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Връзката от %1 чака за потвърждение." -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (споделяне на работното място)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/bs/krfb.po new/krfb-20.08.2/po/bs/krfb.po --- old/krfb-20.08.1/po/bs/krfb.po 2020-09-01 08:31:54.000000000 +0200 +++ new/krfb-20.08.2/po/bs/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2014-12-28 11:25+0000\n" "Last-Translator: Fadil Ademovic <fademov...@etf.unsa.ba>\n" "Language-Team: Bosnian <lo...@lugbih.org>\n" @@ -56,7 +56,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Prihvaćena konekcija od %1, na čekanju (čekam potvrdu)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (podijeljena radna površina)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/ca/krfb.po new/krfb-20.08.2/po/ca/krfb.po --- old/krfb-20.08.1/po/ca/krfb.po 2020-09-01 08:31:54.000000000 +0200 +++ new/krfb-20.08.2/po/ca/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2020-07-24 23:07+0200\n" "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n" "Language-Team: Catalan <kde-i18n...@kde.org>\n" @@ -57,7 +57,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Rebuda connexió des de %1, en espera (de confirmació)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (escriptori compartit)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/ca@valencia/krfb.po new/krfb-20.08.2/po/ca@valencia/krfb.po --- old/krfb-20.08.1/po/ca@valencia/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/ca@valencia/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2020-07-24 23:07+0200\n" "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n" "Language-Team: Catalan <kde-i18n...@kde.org>\n" @@ -57,7 +57,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Rebuda connexió des de %1, en espera (de confirmació)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (escriptori compartit)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/cs/krfb.po new/krfb-20.08.2/po/cs/krfb.po --- old/krfb-20.08.1/po/cs/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/cs/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2019-02-04 16:43+0100\n" "Last-Translator: Vit Pelcak <v...@pelcak.org>\n" "Language-Team: Czech <kde-i18n-...@kde.org>\n" @@ -53,7 +53,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Přijato spojení od %1, pozdrženo (čekám na potvrzení)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (sdílená plocha)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/da/krfb.po new/krfb-20.08.2/po/da/krfb.po --- old/krfb-20.08.1/po/da/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/da/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2020-04-08 19:22+0200\n" "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n" "Language-Team: Danish <kde-i18n-...@kde.org>\n" @@ -55,7 +55,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Modtog forbindelse fra %1, on hold (venter på bekræftelse)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (delt skrivebord)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/de/krfb.po new/krfb-20.08.2/po/de/krfb.po --- old/krfb-20.08.1/po/de/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/de/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2019-07-09 07:18+0200\n" "Last-Translator: Burkhard Lück <lu...@hube-lueck.de>\n" "Language-Team: German <kde-i18n...@kde.org>\n" @@ -55,7 +55,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Uneingeladene Verbindungsanfrage von %1 wartet auf Bestätigung" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (freigegebene Arbeitsfläche)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/el/krfb.po new/krfb-20.08.2/po/el/krfb.po --- old/krfb-20.08.1/po/el/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/el/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2019-08-23 10:05+0300\n" "Last-Translator: Stelios <ssta...@gmail.com>\n" "Language-Team: Greek <kde-i18n...@kde.org>\n" @@ -57,7 +57,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Η αίτηση σύνδεσης από %1, είναι σε αναμονή (περιμένει επιβεβαίωση)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (επιφάνεια εργασίας σε κοινή χρήση)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/en_GB/krfb.po new/krfb-20.08.2/po/en_GB/krfb.po --- old/krfb-20.08.1/po/en_GB/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/en_GB/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2019-08-03 16:33+0100\n" "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n" "Language-Team: British English <kde-l10n-en...@kde.org>\n" @@ -54,7 +54,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Received connection from %1, on hold (waiting for confirmation)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (shared desktop)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/eo/krfb.po new/krfb-20.08.2/po/eo/krfb.po --- old/krfb-20.08.1/po/eo/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/eo/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2009-11-15 12:06+0100\n" "Last-Translator: Axel Rousseau <a...@esperanto-jeunes.org>\n" "Language-Team: esperanto <kde-i18n...@kde.org>\n" @@ -51,7 +51,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/es/krfb.po new/krfb-20.08.2/po/es/krfb.po --- old/krfb-20.08.1/po/es/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/es/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2019-07-12 03:53+0200\n" "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n" "Language-Team: Spanish <kde-l10n...@kde.org>\n" @@ -59,7 +59,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Recibida conexión desde %1, a la espera (de una confirmación)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (escritorio compartido)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/et/krfb.po new/krfb-20.08.2/po/et/krfb.po --- old/krfb-20.08.1/po/et/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/et/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2019-11-09 14:59+0200\n" "Last-Translator: Marek Laane <qiila...@gmail.com>\n" "Language-Team: Estonian <kde...@lists.linux.ee>\n" @@ -53,7 +53,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Saadud %1 ühendus, ootel (ootab kinnitust)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (jagatud töölaud)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/eu/krfb.po new/krfb-20.08.2/po/eu/krfb.po --- old/krfb-20.08.1/po/eu/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/eu/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2019-07-26 18:54+0200\n" "Last-Translator: Iñigo Salvador Azurmendi <xa...@euskalnet.net>\n" "Language-Team: Basque <kde-i18n...@kde.org>\n" @@ -63,7 +63,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Konexioa jaso da %1(e)tik, itxaroten (berrespenaren zain)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (mahaigain partekatua)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/fa/krfb.po new/krfb-20.08.2/po/fa/krfb.po --- old/krfb-20.08.1/po/fa/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/fa/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2007-08-19 12:41+0330\n" "Last-Translator: Nazanin Kazemi <kaz...@itland.ir>\n" "Language-Team: Persian <kde-i18n...@kde.org>\n" @@ -53,7 +53,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "اتصال از %1 دریافت شد، منتظر بمانید )در حال انتظار برای تأیید(" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 ) رومیزی مشترک(" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/fi/krfb.po new/krfb-20.08.2/po/fi/krfb.po --- old/krfb-20.08.1/po/fi/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/fi/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2019-07-29 16:48+0200\n" "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n" "Language-Team: Finnish <kde-i18n-...@kde.org>\n" @@ -63,7 +63,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Saatiin yhteys osoitteesta %1, pidossa (odottaa varmistusta)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (jaettu työpöytä)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/fr/krfb.po new/krfb-20.08.2/po/fr/krfb.po --- old/krfb-20.08.1/po/fr/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/fr/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -22,7 +22,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2019-07-20 13:14+0800\n" "Last-Translator: Simon Depiets <sdepi...@gmail.com>\n" "Language-Team: French <kde-francoph...@kde.org>\n" @@ -73,7 +73,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Connexion reçue depuis %1, suspendue (en attente de confirmation)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (bureau partagé)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/ga/krfb.po new/krfb-20.08.2/po/ga/krfb.po --- old/krfb-20.08.1/po/ga/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/ga/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdenetwork/krfb.po\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2004-12-03 14:52-0500\n" "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n" "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n" @@ -52,7 +52,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Fuarthas ceangal ó %1, ar fanacht (ag feitheamh le cinntiú)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (deasc chomhroinnte)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/gl/krfb.po new/krfb-20.08.2/po/gl/krfb.po --- old/krfb-20.08.1/po/gl/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/gl/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2019-07-13 12:48+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n" "Language-Team: Galician <kde-i18n-...@kde.org>\n" @@ -58,7 +58,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Recibiuse unha conexión desde %1, retida (á espera de confirmación)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (escritorio compartido)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/he/krfb.po new/krfb-20.08.2/po/he/krfb.po --- old/krfb-20.08.1/po/he/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/he/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2017-05-16 07:03-0400\n" "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n" "Language-Team: hebrew <kde-l10n...@kde.org>\n" @@ -61,7 +61,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "נתקבלה התחברות מ-%1, בהמתנה (ממתין לאישור)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (שולחנות עבודה משותפים)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/hi/krfb.po new/krfb-20.08.2/po/hi/krfb.po --- old/krfb-20.08.1/po/hi/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/hi/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2008-01-09 17:12+0530\n" "Last-Translator: Ravishankar Shrivastava <raviratl...@yahoo.com>\n" "Language-Team: Hindi <indlinux-hi...@lists.sourceforge.net>\n" @@ -54,7 +54,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr " %1 से कनेक्शन मिला, होल्ड पर रखा (पुष्टि के लिए इंतजार किया जा रहा है)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (साझेदारी डेस्कटॉप)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/hr/krfb.po new/krfb-20.08.2/po/hr/krfb.po --- old/krfb-20.08.1/po/hr/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/hr/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: krfb 0\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2010-02-10 22:40+0100\n" "Last-Translator: Marko Dimjasevic <ma...@dimjasevic.net>\n" "Language-Team: Croatian <kde-croatia-l...@lists.sourceforge.net>\n" @@ -61,7 +61,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Primljena veza od %1, na čekanju (čekanje potvrde)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (dijeljena radna površina)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/hu/krfb.po new/krfb-20.08.2/po/hu/krfb.po --- old/krfb-20.08.1/po/hu/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/hu/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: KDE 4.3\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2014-06-15 15:24+0200\n" "Last-Translator: Balázs Úr <urbal...@gmail.com>\n" "Language-Team: Hungarian <kde-l10n...@kde.org>\n" @@ -54,7 +54,7 @@ "Csatlakozási kísérlet történt innen: %1, a kapcsolat felfüggesztve " "(várakozás megerősítésre)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (megosztott asztal)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/ia/krfb.po new/krfb-20.08.2/po/ia/krfb.po --- old/krfb-20.08.1/po/ia/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/ia/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2014-05-07 13:59+0200\n" "Last-Translator: G.Sora <g.s...@tiscali.it>\n" "Language-Team: Interlingua <kde-l10n...@kde.org>\n" @@ -52,7 +52,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Connexion recipite ex %1, occupate (pausante per confirmation)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (scriptorio compartite)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/id/krfb.po new/krfb-20.08.2/po/id/krfb.po --- old/krfb-20.08.1/po/id/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/id/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2019-07-19 03:20+0700\n" "Last-Translator: Wantoyo <wanto...@gmail.com>\n" "Language-Team: Indonesian <kde-i18n-...@kde.org>\n" @@ -51,7 +51,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Diperoleh koneksi dari %1, masih tertahan (menunggu konfirmasi)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (membagikan desktop)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/is/krfb.po new/krfb-20.08.2/po/is/krfb.po --- old/krfb-20.08.1/po/is/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/is/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2010-05-31 12:11+0000\n" "Last-Translator: Sveinn í Felli <svei...@nett.is>\n" "Language-Team: Icelandic <kde-...@molar.is>\n" @@ -61,7 +61,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Fékk uppkall frá %1, á bið (bíður eftir staðfestingu)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (miðlað skjáborð)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/it/krfb.po new/krfb-20.08.2/po/it/krfb.po --- old/krfb-20.08.1/po/it/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/it/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2019-07-13 01:03+0100\n" "Last-Translator: Luigi Toscano <luigi.tosc...@tiscali.it>\n" "Language-Team: Italian <kde-i18n...@kde.org>\n" @@ -56,7 +56,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Ricevuta connessione da %1, fermo (attesa conferma)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (desktop condiviso)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/ja/krfb.po new/krfb-20.08.2/po/ja/krfb.po --- old/krfb-20.08.1/po/ja/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/ja/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2019-09-23 14:21+0900\n" "Last-Translator: Tomohiro Hyakutake <tomh...@outlook.jp>\n" "Language-Team: Japanese <kde-i18n-...@kde.org>\n" @@ -60,7 +60,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "%1 から接続要求を受け取りました。保留中です (確認待ち)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (共有されたデスクトップ)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/kk/krfb.po new/krfb-20.08.2/po/kk/krfb.po --- old/krfb-20.08.1/po/kk/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/kk/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2013-06-27 03:20+0600\n" "Last-Translator: Sairan Kikkarin <sai...@computer.org>\n" "Language-Team: Kazakh <kde-i18n-...@kde.org>\n" @@ -54,7 +54,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "%1 дегеннен қосылу сұралып құптауды күтіп тұр" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (ортақ етілген үстел)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/km/krfb.po new/krfb-20.08.2/po/km/krfb.po --- old/krfb-20.08.1/po/km/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/km/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2010-11-30 10:42+0700\n" "Last-Translator: Khoem Sokhem <khoemsok...@khmeros.info>\n" "Language-Team: Khmer <supp...@khmeros.info>\n" @@ -51,7 +51,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "បានទទួលយកការតភ្ជាប់ពី %1 រង់ចាំ (រង់ចាំការអះអាង)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (ផ្ទៃតុដែលបានចែករំលែក)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/ko/krfb.po new/krfb-20.08.2/po/ko/krfb.po --- old/krfb-20.08.1/po/ko/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/ko/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2020-04-05 12:24+0200\n" "Last-Translator: Shinjo Park <k...@peremen.name>\n" "Language-Team: Korean <kde...@kde.org>\n" @@ -53,7 +53,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "%1에서 연결 들어옴, 대기 중 (확인 기다리는 중)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (공유된 데스크톱)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/lt/krfb.po new/krfb-20.08.2/po/lt/krfb.po --- old/krfb-20.08.1/po/lt/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/lt/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2015-12-29 21:20+0200\n" "Last-Translator: Mindaugas Baranauskas <opensuse.lietuviu.ka...@gmail.com>\n" "Language-Team: lt <kde-i18n...@kde.org>\n" @@ -55,7 +55,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Gautas prašymas ryšiui iš %1, sulaikyta (laukiama patvirtinimo)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (dalinamas darbalaukis)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/lv/krfb.po new/krfb-20.08.2/po/lv/krfb.po --- old/krfb-20.08.1/po/lv/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/lv/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2010-01-02 21:18+0200\n" "Last-Translator: Viesturs Zarins <viesturs.zar...@mii.lu.lv>\n" "Language-Team: Latvian <loc...@laka.lv>\n" @@ -56,7 +56,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Saņemts savienojms no %1, apturēts (gaida lietotāja apstiprinājumu)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (koplietota darbvirsma)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/ml/krfb.po new/krfb-20.08.2/po/ml/krfb.po --- old/krfb-20.08.1/po/ml/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/ml/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2009-01-26 03:03-0800\n" "Last-Translator: Praveen Arimbrathodiyil <prav...@gmail.com>\n" "Language-Team: SMC <smc.org.in>\n" @@ -54,7 +54,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "%1ല് നിന്നുള്ള ബന്ധം ലഭിച്ചു, പിടിച്ചു നില്പ്പാണു് (ഉറപ്പിനായി കാത്തുനില്ക്കുന്നു) " -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (പങ്കിടുന്ന പണിയിടം)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/mr/krfb.po new/krfb-20.08.2/po/mr/krfb.po --- old/krfb-20.08.1/po/mr/krfb.po 2020-09-01 08:31:55.000000000 +0200 +++ new/krfb-20.08.2/po/mr/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2013-03-28 15:17+0530\n" "Last-Translator: Chetan Khona <che...@kompkin.com>\n" "Language-Team: American English <kde-i18n-...@kde.org>\n" @@ -52,7 +52,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "%1 येेथे मिळालेली जुळवणी परवानगीची वाट बघत आहे" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (शेअर केलेला डेस्कटॉप)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/nds/krfb.po new/krfb-20.08.2/po/nds/krfb.po --- old/krfb-20.08.1/po/nds/krfb.po 2020-09-01 08:31:56.000000000 +0200 +++ new/krfb-20.08.2/po/nds/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2014-04-07 23:20+0200\n" "Last-Translator: Sönke Dibbern <s_dibb...@web.de>\n" "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n" @@ -52,7 +52,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Verbinnen-Anfraag vun %1 kregen, töövt op Beglöven" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (freegeven Schriefdisch)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/nl/krfb.po new/krfb-20.08.2/po/nl/krfb.po --- old/krfb-20.08.1/po/nl/krfb.po 2020-09-01 08:31:56.000000000 +0200 +++ new/krfb-20.08.2/po/nl/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2020-01-19 19:46+0100\n" "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n" "Language-Team: Dutch <kde-i18n...@kde.org>\n" @@ -62,7 +62,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Ontving een verbinding van %1. Deze wacht op uw bevestiging." -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (gedeeld bureaublad)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/pa/krfb.po new/krfb-20.08.2/po/pa/krfb.po --- old/krfb-20.08.1/po/pa/krfb.po 2020-09-01 08:31:56.000000000 +0200 +++ new/krfb-20.08.2/po/pa/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2011-01-01 14:22+0530\n" "Last-Translator: A S Alam <aa...@users.sf.net>\n" "Language-Team: Punjabi/Panjabi <punjabi-us...@lists.sf.net>\n" @@ -53,7 +53,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "%1 ਤੋਂ ਕੁਨੈਕਸ਼ਨ ਮਿਲਿਆ, ਹੋਲਡ ਹੈ (ਪੁਸ਼ਟੀ ਦੀ ਉਡੀਕ ਜਾਰੀ)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (ਸਾਂਝਾ ਡੈਸਕਟਾਪ)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/pl/krfb.po new/krfb-20.08.2/po/pl/krfb.po --- old/krfb-20.08.1/po/pl/krfb.po 2020-09-01 08:31:56.000000000 +0200 +++ new/krfb-20.08.2/po/pl/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -1,6 +1,6 @@ # translation of krfb.po to Polish # translation of krfb.po to -# Version: $Revision: 1569808 $ +# Version: $Revision: 1581574 $ # Copyright (C) 2002, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. # # Krzysztof Lichota <lich...@mimuw.edu.pl>, 2002, 2005. @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2019-07-21 09:56+0200\n" "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n" "Language-Team: Polish <kde-i18n-...@kde.org>\n" @@ -59,7 +59,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Otrzymano połączenie z %1, jest wstrzymane (czeka na zatwierdzenie)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (współdzielony pulpit)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/pt/krfb.po new/krfb-20.08.2/po/pt/krfb.po --- old/krfb-20.08.1/po/pt/krfb.po 2020-09-01 08:31:56.000000000 +0200 +++ new/krfb-20.08.2/po/pt/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2019-07-08 10:54+0100\n" "Last-Translator: José Nuno Pires <zepi...@gmail.com>\n" "Language-Team: pt <kde-i18n...@kde.org>\n" @@ -55,7 +55,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Ligação recebida de %1 em espera (à espera de confirmação)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (ecrã partilhado)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/pt_BR/krfb.po new/krfb-20.08.2/po/pt_BR/krfb.po --- old/krfb-20.08.1/po/pt_BR/krfb.po 2020-09-01 08:31:56.000000000 +0200 +++ new/krfb-20.08.2/po/pt_BR/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2019-07-12 00:31-0300\n" "Last-Translator: André Marcelo Alvarenga <alvare...@kde.org>\n" "Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n" @@ -60,7 +60,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Recebida conexão de %1, retida (esperando por confirmação)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (ambiente de trabalho compartilhado)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/ro/krfb.po new/krfb-20.08.2/po/ro/krfb.po --- old/krfb-20.08.1/po/ro/krfb.po 2020-09-01 08:31:56.000000000 +0200 +++ new/krfb-20.08.2/po/ro/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -1,23 +1,23 @@ # Traducerea kcmcolors.po în Română # Claudiu Costin <claud...@kde.org>, 2003, 2004, 2005. -# Sergiu Bivol <sergiu-bi...@mail.md>, 2008. -# Sergiu Bivol <ser...@ase.md>, 2008, 2009, 2014. +# Sergiu Bivol <ser...@cip.md>, 2008. +# Sergiu Bivol <ser...@cip.md>, 2008, 2009, 2014, 2020. # Laurenţiu Buzdugan <l...@rolix.org>, 2009. msgid "" msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" -"PO-Revision-Date: 2014-10-18 00:53+0300\n" -"Last-Translator: Sergiu Bivol <ser...@ase.md>\n" -"Language-Team: Romanian <kde-i18n...@kde.org>\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" +"PO-Revision-Date: 2020-09-14 23:02+0100\n" +"Last-Translator: Sergiu Bivol <ser...@cip.md>\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" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 19.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -27,7 +27,7 @@ #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "ser...@ase.md" +msgstr "ser...@cip.md" #: connectiondialog.cpp:39 #, kde-format @@ -54,7 +54,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Conexiune recepționată de la %1, în așteptare (așteaptă confirmarea)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (birou partajat)" @@ -63,7 +63,7 @@ #: krfb.kcfg:9 #, kde-format msgid "Start minimized" -msgstr "" +msgstr "Pornește minimizat" #. i18n: ectx: label, entry (useDefaultPort), group (TCP) #: krfb.kcfg:15 @@ -88,7 +88,7 @@ #: krfb.kcfg:29 #, kde-format msgid "Do not store passwords in KWallet" -msgstr "" +msgstr "Nu stoca parolele în KWallet" #. i18n: ectx: label, entry (allowDesktopControl), group (Security) #: krfb.kcfg:33 @@ -116,10 +116,9 @@ msgstr "Extensia „frame buffer” preferată" #: main.cpp:41 -#, fuzzy, kde-format -#| msgid "VNC-compatible server to share KDE desktops" +#, kde-format msgid "VNC-compatible server to share desktops" -msgstr "Server compatibil cu VNC pentru partajarea birourilor KDE" +msgstr "Server compatibil cu VNC pentru partajarea birourilor" #: main.cpp:51 #, kde-format @@ -127,8 +126,8 @@ "Your X11 Server does not support the required XTest extension version 2.2. " "Sharing your desktop is not possible." msgstr "" -"Serverul dumneavoastră X11 nu susține estensia necesară XTest versiunea 2.2. " -"Partajareaa biroului nu este posibilă." +"Serverul dumneavoastră X11 nu susține extensia necesară XTest versiunea 2.2. " +"Partajarea biroului nu e posibilă." #: main.cpp:53 main.cpp:152 #, kde-format @@ -245,11 +244,13 @@ "Desktop Sharing is not running under an X11 Server or Wayland.\n" "Other display servers are currently not supported." msgstr "" +"Partajarea biroului nu rulează într-un server X11 sau Wayland.\n" +"Alte servere de afișaj nu sunt susținute momentan." #: mainwindow.cpp:54 #, kde-format msgid "Storing passwords in config file is insecure!" -msgstr "" +msgstr "Stocarea parolelor în fișierul de configurare nu e sigură!" #: mainwindow.cpp:200 #, kde-format @@ -331,7 +332,7 @@ #: mainwindow.cpp:262 #, kde-format msgid "Screen capture" -msgstr "" +msgstr "Captură de ecran" #: mainwindow.cpp:267 #, kde-format @@ -377,14 +378,13 @@ #: ui/configframebuffer.ui:14 #, kde-format msgid "Framebuffer" -msgstr "" +msgstr "Framebuffer" #. i18n: ectx: property (text), widget (QLabel, label) #: ui/configframebuffer.ui:22 -#, fuzzy, kde-format -#| msgid "Preferred Frame Buffer Plugin" +#, kde-format msgid "Preferred frameb&uffer plugin:" -msgstr "Extensia „frame buffer” preferată" +msgstr "Extensia de frame&buffer preferată:" #. i18n: ectx: property (text), widget (QLabel, helpText) #: ui/configframebuffer.ui:47 @@ -406,13 +406,13 @@ #: ui/configsecurity.ui:27 #, kde-format msgid "Do not store passwords using KDE wallet" -msgstr "" +msgstr "Nu stoca parolele folosind KWallet" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_useDefaultPort) #: ui/configtcp.ui:26 #, kde-format msgid "Use default port" -msgstr "Utilizează portul implicit" +msgstr "Folosește portul implicit" #. i18n: ectx: property (text), widget (QLabel, label) #: ui/configtcp.ui:50 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/ru/krfb.po new/krfb-20.08.2/po/ru/krfb.po --- old/krfb-20.08.1/po/ru/krfb.po 2020-09-01 08:31:56.000000000 +0200 +++ new/krfb-20.08.2/po/ru/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2019-07-11 02:53+0300\n" "Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n" "Language-Team: Russian <kde-russ...@lists.kde.ru>\n" @@ -67,7 +67,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Получен запрос на подключение от %1 (ожидается подтверждение)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (доступный рабочий стол)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/sk/krfb.po new/krfb-20.08.2/po/sk/krfb.po --- old/krfb-20.08.1/po/sk/krfb.po 2020-09-01 08:31:56.000000000 +0200 +++ new/krfb-20.08.2/po/sk/krfb.po 2020-10-06 05:37:13.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2019-08-12 19:54+0200\n" "Last-Translator: Matej Mrenica <matejm98m...@gmail.com>\n" "Language-Team: Slovak <kde-i18n-...@kde.org>\n" @@ -59,7 +59,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Prijaté pripojenie od %1, podržané (čakám na potvrdenie)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (zdieľaná plocha)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/sl/krfb.po new/krfb-20.08.2/po/sl/krfb.po --- old/krfb-20.08.1/po/sl/krfb.po 2020-09-01 08:31:56.000000000 +0200 +++ new/krfb-20.08.2/po/sl/krfb.po 2020-10-06 05:37:14.000000000 +0200 @@ -1,6 +1,6 @@ # Translation of krfb.po to Slovenian # Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. -# $Id: krfb.po 1573873 2020-07-08 03:33:55Z scripty $ +# $Id: krfb.po 1581574 2020-10-05 07:46:38Z scripty $ # $Source$ # # Andrej Vernekar <andrej.verne...@moj.net>, 2002, 2008. @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2020-07-07 07:32+0200\n" "Last-Translator: Matjaž Jeran <matjaz.je...@amis.net>\n" "Language-Team: Slovenian <lugos-...@lugos.si>\n" @@ -61,7 +61,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Prejeta povezava iz %1, na čakanju (čakanje potrditve)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (namizje v souporabi)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/sv/krfb.po new/krfb-20.08.2/po/sv/krfb.po --- old/krfb-20.08.1/po/sv/krfb.po 2020-09-01 08:31:56.000000000 +0200 +++ new/krfb-20.08.2/po/sv/krfb.po 2020-10-06 05:37:14.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2019-07-08 19:38+0100\n" "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n" "Language-Team: Swedish <kde-i18n-...@kde.org>\n" @@ -56,7 +56,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Tog emot anslutning från %1, som vilar (i väntan på bekräftelse)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (delat skrivbord)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/tr/krfb.po new/krfb-20.08.2/po/tr/krfb.po --- old/krfb-20.08.1/po/tr/krfb.po 2020-09-01 08:31:56.000000000 +0200 +++ new/krfb-20.08.2/po/tr/krfb.po 2020-10-06 05:37:14.000000000 +0200 @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: kdenetwork-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2017-10-02 12:34+0000\n" "Last-Translator: Kaan <kaanozdin...@gmail.com>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/kdenetwork-k-tr/" @@ -62,7 +62,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "%1 adresinden bir bağlantı alındı, bekleniyor (onaylama gerekiyor)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2·(paylaşılmış masaüstü)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/ug/krfb.po new/krfb-20.08.2/po/ug/krfb.po --- old/krfb-20.08.1/po/ug/krfb.po 2020-09-01 08:31:56.000000000 +0200 +++ new/krfb-20.08.2/po/ug/krfb.po 2020-10-06 05:37:14.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n" "Language-Team: Uyghur Computer Science Association <u...@yahoogroups.com>\n" @@ -52,7 +52,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/uk/krfb.po new/krfb-20.08.2/po/uk/krfb.po --- old/krfb-20.08.1/po/uk/krfb.po 2020-09-01 08:31:56.000000000 +0200 +++ new/krfb-20.08.2/po/uk/krfb.po 2020-10-06 05:37:14.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2019-07-08 08:21+0300\n" "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n" "Language-Team: Ukrainian <kde-i18n...@kde.org>\n" @@ -58,7 +58,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "Отримано з'єднання з %1, очікує на підтвердження" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (спільна стільниця)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/zh_CN/krfb.po new/krfb-20.08.2/po/zh_CN/krfb.po --- old/krfb-20.08.1/po/zh_CN/krfb.po 2020-09-01 08:31:56.000000000 +0200 +++ new/krfb-20.08.2/po/zh_CN/krfb.po 2020-10-06 05:37:14.000000000 +0200 @@ -11,8 +11,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" -"PO-Revision-Date: 2020-08-12 20:42\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" +"PO-Revision-Date: 2020-09-23 12:20\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -61,7 +61,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "收到来自 %1 的连接,正在等待(等候确认)" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (共享的桌面)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krfb-20.08.1/po/zh_TW/krfb.po new/krfb-20.08.2/po/zh_TW/krfb.po --- old/krfb-20.08.1/po/zh_TW/krfb.po 2020-09-01 08:31:56.000000000 +0200 +++ new/krfb-20.08.2/po/zh_TW/krfb.po 2020-10-06 05:37:14.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: krfb\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-08-11 02:53+0200\n" +"POT-Creation-Date: 2020-10-05 08:28+0200\n" "PO-Revision-Date: 2019-07-09 14:11+0800\n" "Last-Translator: pan93412 <pan93...@gmail.com>\n" "Language-Team: Chinese <zh-l...@lists.linux.org.tw>\n" @@ -55,7 +55,7 @@ msgid "Received connection from %1, on hold (waiting for confirmation)" msgstr "接受從 %1 來的連線,等待確認中。" -#: invitationsrfbserver.cpp:47 +#: invitationsrfbserver.cpp:50 #, kde-format msgid "%1@%2 (shared desktop)" msgstr "%1@%2 (分享桌面)"