The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via 22a13cfd1b2d2ed065e295c08c6c21530f9e5d44 (commit) from 50ac31b8f5d35413e2d10b7854d83cd5a19e0076 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 8 ++++++++ man/pyhoca-gui.1 | 2 +- pyhoca/wxgui/__init__.py | 2 +- pyhoca/wxgui/profilemanager.py | 2 ++ 4 files changed, 12 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 6877f35..7d9560e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pyhoca-gui (0.1.0.0-0~x2go1) unstable; urgency=low + + * new upstream version (0.1.0.0): + - adds submenu functionality for session profiles list + - adds guidance for managing SSH proxy based profiles + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 26 May 2011 08:00:30 +0200 + pyhoca-gui (0.0.34.1-0~x2go1) unstable; urgency=low * new upstream version (0.0.34.1): diff --git a/man/pyhoca-gui.1 b/man/pyhoca-gui.1 index 0fd1365..7027c80 100644 --- a/man/pyhoca-gui.1 +++ b/man/pyhoca-gui.1 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH pyhoca-gui 1 "31 Dec 2010" "Version 0.0.21" "X2go Application" +.TH pyhoca-gui 1 "26 May 2011" "Version 0.1.0.x" "X2go Application" .SH NAME pyhoca-gui \- graphical X2go client applet written in Python .SH SYNOPSIS diff --git a/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py index d3c4de5..7fccaab 100644 --- a/pyhoca/wxgui/__init__.py +++ b/pyhoca/wxgui/__init__.py @@ -18,6 +18,6 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -__VERSION__ = '0.0.34.1' +__VERSION__ = '0.1.0.0' from frontend import * diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py index d8b521b..64e5286 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -1197,8 +1197,10 @@ class PyHocaGUI_ProfileManager(wx.Dialog): self.SSHProxyTunnelToPort.Enable(False) self.Host.Enable(True) self.HostLabel.Enable(True) + self.Host.SetValue(self.profile_config_bak['host']) self.SSHPort.Enable(True) self.SSHPortLabel.Enable(True) + self.SSHPort.SetValue(self.profile_config_bak['sshport']) def OnUpdateSSHProxyTunnelFromHost(self, event): self.Host.SetValue(self.SSHProxyTunnelFromHost.GetValue()) hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).