This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 1309683 {src/{help.cpp,onmainwindow.{cpp,h}},man/man1/x2goclient.1}: pass-through broker credentials when connecting to a direct RDP session. Fixes: #1185. new 44e3d2e src/onmainwindow.cpp: support --close-disconnect for direct RDP sessions. Fixes: #1186. The 1 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: debian/changelog | 2 ++ src/onmainwindow.cpp | 4 ++++ 2 files changed, 6 insertions(+) -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 44e3d2ec396f7fab24ec270ccb14c4e995c0057c Author: Walid Moghrabi <w.moghrabi@servicemagic.eu> Date: Sat Sep 23 16:07:48 2017 +0200 src/onmainwindow.cpp: support --close-disconnect for direct RDP sessions. Fixes: #1186. --- debian/changelog | 2 ++ src/onmainwindow.cpp | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index da05125..503a202 100644 --- a/debian/changelog +++ b/debian/changelog @@ -258,6 +258,8 @@ x2goclient (4.1.1.0-0x2go1) UNRELEASED; urgency=medium pass-through broker credentials when connecting to a direct RDP session. Fixes: #1185. Adds a new --broker-use-creds-for-session parameter. + - src/onmainwindow.cpp: support --close-disconnect for direct RDP + sessions. Fixes: #1186. -- X2Go Release Manager <git-admin@x2go.org> Wed, 22 Feb 2017 07:13:10 +0100 diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp index 7c3b870..daf2714 100644 --- a/src/onmainwindow.cpp +++ b/src/onmainwindow.cpp @@ -6255,6 +6255,10 @@ void ONMainWindow::slotProxyFinished ( int,QProcess::ExitStatus ) #ifdef Q_OS_LINUX if (directRDP) { + if (closeDisconnect) + { + close(); + } pass->setText ( "" ); QTimer::singleShot ( 2000,this, SLOT ( slotShowPassForm() ) ); -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git