This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit ed032d0af73bb1c082aad5bfb62d5f26e1032b35 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jul 18 19:12:28 2019 +0200 Rename occurences of X2GoEphyr to X2GoKdrive. --- 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 7eb3d67..754aaa1 100644 --- a/client.cpp +++ b/client.cpp @@ -1,5 +1,5 @@ /* - * QT Client for X2GoEphyr + * 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()<<"X2GoEphyr-"<<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 2a79d44..0d9e47c 100644 --- a/client.h +++ b/client.h @@ -1,5 +1,5 @@ /* - * QT Client for X2GoEphyr + * 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 1026f80..b72ad7f 100644 --- a/displayarea.cpp +++ b/displayarea.cpp @@ -1,5 +1,5 @@ /* - * QT Client for X2GoEphyr + * 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 f3e73a5..83119d4 100644 --- a/displayarea.h +++ b/displayarea.h @@ -1,5 +1,5 @@ /* - * QT Client for X2GoEphyr + * 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 6adc0b2..bf221e9 100644 --- a/main.cpp +++ b/main.cpp @@ -1,5 +1,5 @@ /* - * QT Client for X2GoEphyr + * 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