This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 126719a macbuild.sh: switch to bundling PulseAudio 11.1 since it's now available in MacPorts. new 2bf33e8 Change echo mode for user input in InteractionDialog. 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 | 3 +++ src/InteractionDialog.cpp | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) -- 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 2bf33e88a9838d3f820f614a4c062f805c4df77f Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Mon Nov 6 10:07:20 2017 +0100 Change echo mode for user input in InteractionDialog. --- debian/changelog | 3 +++ src/InteractionDialog.cpp | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index eff0422..9385408 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ x2goclient (4.1.1.1-0x2go1) UNRELEASED; urgency=medium - macbuild.sh: switch to bundling PulseAudio 11.1 since it's now available in MacPorts. + [ Oleksandr Shneyder ] + * Change echo mode for user input in InteractionDialog. + -- X2Go Release Manager <git-admin@x2go.org> Sun, 29 Oct 2017 11:44:44 +0100 x2goclient (4.1.1.0-0x2go1) unstable; urgency=medium diff --git a/src/InteractionDialog.cpp b/src/InteractionDialog.cpp index 25d0936..f51ae80 100644 --- a/src/InteractionDialog.cpp +++ b/src/InteractionDialog.cpp @@ -74,7 +74,7 @@ InteractionDialog::InteractionDialog(QWidget* parent): SVGFrame(":/img/svg/passf lay->addWidget(textEdit); textEntry=new QLineEdit(this); - textEntry->setEchoMode(QLineEdit::NoEcho); + textEntry->setEchoMode(QLineEdit::Password); lay->addWidget(textEntry); cancelButton=new QPushButton(tr("Cancel"),this); -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git