This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from a86676d Fix quotes when calling remote commands via SSH (esp. allow same quoting/ escaping style for libssh and openSSH+Krb based connections). (Fixes: #720). new 46c9fe8 Base the layout dialogue "Session ID" (which shows up when starting a connection) on typographic points (instead of pixels). (Fixes: #713). 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 | 4 ++++ onmainwindow.cpp | 1 + 2 files changed, 5 insertions(+) -- Alioth's /srv/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 46c9fe8577d578b98fef1824dc3072ec8750900c Author: Heinrich Schuchardt <xypron.glpk@gmx.de> Date: Sat Jan 10 00:58:39 2015 +0100 Base the layout dialogue "Session ID" (which shows up when starting a connection) on typographic points (instead of pixels). (Fixes: #713). --- debian/changelog | 4 ++++ onmainwindow.cpp | 1 + 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 21e06c5..e9b5216 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,6 +29,10 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; urgency=medium - Fix quotes when calling remote commands via SSH (esp. allow same quoting/ escaping style for libssh and openSSH+Krb based connections). (Fixes: #720). + [ Heinrich Schuchardt ] + - Base the layout dialogue "Session ID" (which shows up when starting a + connection) on typographic points (instead of pixels). (Fixes: #713). + [ Jason Alavaliant ] * New upstream verson (4.0.3.2): - Use QUrl::toPercentEncoding() method to properly encode passwords sent diff --git a/onmainwindow.cpp b/onmainwindow.cpp index ff50656..8e2e11a 100644 --- a/onmainwindow.cpp +++ b/onmainwindow.cpp @@ -11038,6 +11038,7 @@ void ONMainWindow::initStatusDlg() layout->addWidget ( sbAdv ); layout->addStretch(); layout->addLayout ( bl ); + layout->setSizeConstraint( QLayout::SetFixedSize ); slName->show(); -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git