This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdriveclient. from 3817c85 X.Org upstream spells it Kdrive, not KDrive. new da73b5d Revert "X.Org upstream spells it Kdrive, not KDrive." new f4864b3 X.Org upstream spells it KDrive, not Kdrive. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: client.cpp | 4 ++-- client.h | 2 +- debian/control | 6 +++--- debian/copyright | 2 +- displayarea.cpp | 2 +- displayarea.h | 2 +- main.cpp | 2 +- man/man1/x2gokdriveclient.1 | 4 ++-- 8 files changed, 12 insertions(+), 12 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit da73b5d02e0f1b59aa97256975b6b6cd26345129 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jul 19 05:33:06 2019 +0200 Revert "X.Org upstream spells it Kdrive, not KDrive." This reverts commit 3817c8592a5e9c9ea3d97a8cfa9d00c37631f385. --- debian/control | 6 +++--- debian/copyright | 2 +- man/man1/x2gokdriveclient.1 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 825af0e..98e2b25 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Depends: ${shlibs:Depends}, Recommends: x2goclient (>= 4.2.0.0~), -Description: Kdrive graphical client backend for X2Go Client +Description: KDrive graphical client backend for X2Go Client X2Go is a server based computing environment with - session resuming - low bandwidth support @@ -34,10 +34,10 @@ Description: Kdrive graphical client backend for X2Go Client - audio support - authentication by smartcard and USB stick . - X2Go Kdrive Client is the Kdrive graphical backend for X2Go Client + X2Go KDrive Client is the KDrive graphical backend for X2Go Client that provides support for running modern desktop environments like GNOME, KDE Plasma, Cinnamon, etc. in X2Go Sessions. . - The X2Go Kdrive graphical backend is not suitable for low bandwidth + The X2Go KDrive graphical backend is not suitable for low bandwidth WAN connections between X2Go Client and X2Go Server. It is supposed for X2Go being used on the local area network. diff --git a/debian/copyright b/debian/copyright index b05f300..ac8a2b2 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: X2Go Kdrive Client +Upstream-Name: X2Go KDrive Client Upstream-Contact: Oleksandr Shneyder <o.schneydr@phoca-gmbh.de> Source: https://code.x2go.org/releases/source/x2gokdriveclient/ diff --git a/man/man1/x2gokdriveclient.1 b/man/man1/x2gokdriveclient.1 index 6d3df77..24cd2d9 100644 --- a/man/man1/x2gokdriveclient.1 +++ b/man/man1/x2gokdriveclient.1 @@ -7,7 +7,7 @@ .if \n(.g .mso www.tmac .TH x2gokdriveclient 1 "Jun 2019" "Version 0.0.0.1" "X2Go Application" .SH NAME -x2gokdriveclient \- Graphical client-side backend for X2Go Server's Kdrive-based X-Server backend +x2gokdriveclient \- Graphical client-side backend for X2Go Server's KDrive-based X-Server backend .SH SYNOPSIS 'nh .fi @@ -15,7 +15,7 @@ x2gokdriveclient \- Graphical client-side backend for X2Go Server's Kdrive-based \fBx2gokdriveclient\fR \fI[options]\fR .SH DESCRIPTION -\fBx2gokdriveclient\fR is X2Go Client's graphical backend for displaying Kdrive based X2Go Server sessions. +\fBx2gokdriveclient\fR is X2Go Client's graphical backend for displaying KDrive based X2Go Server sessions. .PP You should not run this application standalone. It is evoked from within X2Go Client. .PP -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit f4864b3828dc7c0d8cf52b029789718493ed8773 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jul 19 05:33:25 2019 +0200 X.Org upstream spells it KDrive, not Kdrive. --- client.cpp | 4 ++-- client.h | 2 +- displayarea.cpp | 2 +- displayarea.h | 2 +- main.cpp | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client.cpp b/client.cpp index 754aaa1..73b6994 100644 --- a/client.cpp +++ b/client.cpp @@ -1,5 +1,5 @@ /* - * QT Client for X2GoKdrive + * QT Client for X2GoKDrive * Copyright (C) 2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> * Copyright (C) 2018 phoca-GmbH * @@ -1143,7 +1143,7 @@ void Client::sendGeometryEvent() { bool isPrimary=(i==primaryScreenIndex); QRect* scr=&ephyrScreens[i]; -// qDebug()<<"X2GoKdrive-"<<i<<scr->size().width()<<scr->size().height()<<scr->topLeft().x()<<scr->topLeft().y()<<isPrimary; +// qDebug()<<"X2GoKDrive-"<<i<<scr->size().width()<<scr->size().height()<<scr->topLeft().x()<<scr->topLeft().y()<<isPrimary; if(isPrimary) { memcpy(evmsg+8,(char*)&i,1); diff --git a/client.h b/client.h index 0d9e47c..4163e37 100644 --- a/client.h +++ b/client.h @@ -1,5 +1,5 @@ /* - * QT Client for X2GoKdrive + * QT Client for X2GoKDrive * Copyright (C) 2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> * Copyright (C) 2018 phoca-GmbH * diff --git a/displayarea.cpp b/displayarea.cpp index b72ad7f..ad14953 100644 --- a/displayarea.cpp +++ b/displayarea.cpp @@ -1,5 +1,5 @@ /* - * QT Client for X2GoKdrive + * QT Client for X2GoKDrive * Copyright (C) 2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> * Copyright (C) 2018 phoca-GmbH * diff --git a/displayarea.h b/displayarea.h index 83119d4..337689c 100644 --- a/displayarea.h +++ b/displayarea.h @@ -1,5 +1,5 @@ /* - * QT Client for X2GoKdrive + * QT Client for X2GoKDrive * Copyright (C) 2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> * Copyright (C) 2018 phoca-GmbH * diff --git a/main.cpp b/main.cpp index bf221e9..c1c8d70 100644 --- a/main.cpp +++ b/main.cpp @@ -1,5 +1,5 @@ /* - * QT Client for X2GoKdrive + * QT Client for X2GoKDrive * Copyright (C) 2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> * Copyright (C) 2018 phoca-GmbH * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git