The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via 3841fd8bf0186038c2c4b207395d3edf3bcba013 (commit) from 8a9f6980d8f5c66c3bd154f6b74609be06fab08f (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 | 13 +++++++++++++ debian/control | 3 ++- pyhoca/wxgui/__init__.py | 2 +- pyhoca/wxgui/frontend.py | 6 +++--- pyhoca/wxgui/logon.py | 1 - 5 files changed, 19 insertions(+), 6 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 2536012..3859be4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +pyhoca-gui (0.0.12-0~nwt1) lucid maverick testing unstable; urgency=low + + * added MS remote desktop (RDP) support + + -- Mike Gabriel <m.gabriel@das-netzwerkteam.de> Fri, 10 Dec 2010 21:19:00 +0100 + +pyhoca-gui (0.0.11-0~nwt2) lucid maverick testing unstable; urgency=low + + * added dependencies: wx-common (>=2.8.10.0) and python-wxtools (>=2.8.10.0) + Thanks to Udo Lembke!!! + + -- Mike Gabriel <m.gabriel@das-netzwerkteam.de> Fri, 10 Dec 2010 17:22:00 +0100 + pyhoca-gui (0.0.11-0~nwt1) lucid maverick testing unstable; urgency=low * forgot to adapt version for Python egg (setup.py) diff --git a/debian/control b/debian/control index 6a4869e..4fd8f53 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ XS-Python-Version: all Package: pyhoca-gui Architecture: all -Depends: ${misc:Depends}, python, python-x2go (>=0.0.22-0~nwt1), python-argparse, python-notify +Depends: ${misc:Depends}, python, python-x2go (>=0.0.22-0~nwt1), python-argparse, python-notify, + wx-common(>=2.8.10.0), python-wxtools (>=2.8.10.0) Description: An graphical X2go client written in (wx)Python A graphical X2go client implementation written in (wx)Python. diff --git a/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py index 6618379..bc7509a 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.11' +__VERSION__ = '0.0.12' from frontend import * \ No newline at end of file diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py index 9dced30..042b2fa 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -289,9 +289,9 @@ class PyHocaGUI(wx.App, x2go.X2goClient): except gevent.socket.error, e: self.notifier.send('%s - connect error' % profile_name, '%s!' % e.strerror, icon='auth_error', timeout=4000) self._temp_disabled_profile_names.remove(profile_name) - except: - self.notifier.send('%s - connect error' % profile_name, 'An unknown error occurred during authentication!', icon='auth_error', timeout=4000) - self._temp_disabled_profile_names.remove(profile_name) +# except: +# self.notifier.send('%s - connect error' % profile_name, 'An unknown error occurred during authentication!', icon='auth_error', timeout=4000) +# self._temp_disabled_profile_names.remove(profile_name) self.taskbar.SetIconIdle() diff --git a/pyhoca/wxgui/logon.py b/pyhoca/wxgui/logon.py index d81a926..42babe8 100644 --- a/pyhoca/wxgui/logon.py +++ b/pyhoca/wxgui/logon.py @@ -168,7 +168,6 @@ class PyHocaGUI_DialogBoxPassword(wx.Dialog): try: wx.BeginBusyCursor() self._PyHocaGUI._X2goClient__connect_session(session_uuid, username=username, password=password, force_password_auth=True) - print 'TEST: %s' % self._PyHocaGUI._X2goClient__server_valid_x2gouser(session_uuid) if not self._PyHocaGUI._X2goClient__server_valid_x2gouser(session_uuid): self._PyHocaGUI.notifier.prepare('AUTH_%s' % self.current_profile_name, title='%s - connect failure' % self.current_profile_name, 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)).