The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
via ad269f346a3c24fd74d92d10acb7ff6c81e6eca5 (commit)
from 69502248e299512637a0fbcc010581c173617655 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------…
[View More]
Summary of changes:
pyhoca/wxgui/profilemanager.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py
index a522659..f397497 100644
--- a/pyhoca/wxgui/profilemanager.py
+++ b/pyhoca/wxgui/profilemanager.py
@@ -819,7 +819,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog):
self.SharedFoldersList.DeleteAllItems()
_shared_folders = self.profile_config['export'].strip().strip(',').strip()
for _shared_folder_path in [ sf.strip() for sf in _shared_folders.split(',') ]:
- if self.SharedFoldersList.FindItem(0, _shared_folder_path) == -1:
+ if self.SharedFoldersList.FindItem(-1, _shared_folder_path) == -1:
_item = wx.ListItem()
_item.SetData(wx.NewId())
_item.SetText(_shared_folder_path)
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)).
[View Less]
The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
via 626bb290e590bff46d6742e04a944e9b4efa6f99 (commit)
from ce2297f13fe33008c0b55cc40224f48c5271241d (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 -----------------------------------------------------------------
-----------------------------------------------------------------------…
[View More]
Summary of changes:
pyhoca/wxgui/profilemanager.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py
index 1b1bde7..3b83e85 100644
--- a/pyhoca/wxgui/profilemanager.py
+++ b/pyhoca/wxgui/profilemanager.py
@@ -357,7 +357,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog):
self.ClientSidePrinting.SetValue(1)
self.SharedFolderPath.SetMinSize((220, _textfield_height))
self.SharedFolderPathBrowseButton.SetSize(self.SharedFolderPathBrowseButton.GetBestSize())
- self.SharedFoldersList.SetMinSize((303, 180))
+ self.SharedFoldersList.SetMinSize((230, 180))
self.ClientEncoding.SetMinSize((140, _textfield_height))
self.ServerEncoding.SetMinSize((140, _textfield_height))
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)).
[View Less]
The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
via ad30bdd5733f02bb123db32343ecb00f747a2b38 (commit)
from 626bb290e590bff46d6742e04a944e9b4efa6f99 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------…
[View More]
Summary of changes:
pyhoca/wxgui/profilemanager.py | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
The diff of changes is:
diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py
index 3b83e85..ab59a4c 100644
--- a/pyhoca/wxgui/profilemanager.py
+++ b/pyhoca/wxgui/profilemanager.py
@@ -288,17 +288,13 @@ class PyHocaGUI_ProfileManager(wx.Dialog):
self.ProfileName.SetMinSize((180, _textfield_height))
self.IconButton.SetSize(self.IconButton.GetBestSize())
self.SessionTypeLabel.SetMinSize((120, 16))
- #self.SessionType.SetMinSize((180, _textfield_height))
self.SessionType.SetMinSize((-1, _textfield_height))
self.SessionType.SetSelection(5)
self.ApplicationLabel.SetMinSize((120, 16))
- #self.Application.SetMinSize((180, _textfield_height))
self.Application.SetMinSize((-1, _textfield_height))
self.Application.SetSelection(0)
- #self.Command.SetMinSize((180, _textfield_height))
self.Command.SetMinSize((-1, _textfield_height))
self.XDMCPServerLabel.SetMinSize((120, 16))
- #self.XDMCPServer.SetMinSize((180, _textfield_height))
self.XDMCPServer.SetMinSize((-1, _textfield_height))
self.RDPSettingsLabel.SetMinSize((120, 16))
self.RDPServerLabel.SetMinSize((180, 16))
@@ -357,7 +353,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog):
self.ClientSidePrinting.SetValue(1)
self.SharedFolderPath.SetMinSize((220, _textfield_height))
self.SharedFolderPathBrowseButton.SetSize(self.SharedFolderPathBrowseButton.GetBestSize())
- self.SharedFoldersList.SetMinSize((230, 180))
+ self.SharedFoldersList.SetMinSize((-1, 180))
self.ClientEncoding.SetMinSize((140, _textfield_height))
self.ServerEncoding.SetMinSize((140, _textfield_height))
@@ -570,7 +566,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog):
sizer_4_1_2.Add(self.AddSharedFolderPathButton, 0, wx.ALIGN_CENTRE_VERTICAL, 0)
sizer_4_1_2.Add(self.DeleteSharedFolderPathButton, 0, wx.ALIGN_CENTRE_VERTICAL, 0)
sizer_4_1_3 = wx.BoxSizer(wx.HORIZONTAL)
- sizer_4_1_3.Add(self.SharedFoldersList, 1, wx.EXPAND, 0)
+ sizer_4_1_3.Add(self.SharedFoldersList, 1, 0, 0)
sizer_4_1_4 = wx.BoxSizer(wx.HORIZONTAL)
sizer_4_1_4.Add(self.UseEncodingConverter, 0, 0, 0)
sizer_4_1_5 = wx.BoxSizer(wx.HORIZONTAL)
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)).
[View Less]
The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
via 69502248e299512637a0fbcc010581c173617655 (commit)
from 546a4dc2e95008a75816001a679a045639a7b82e (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 -----------------------------------------------------------------
-----------------------------------------------------------------------…
[View More]
Summary of changes:
pyhoca/wxgui/menus_taskbar.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py
index e9d2a85..4b8075c 100644
--- a/pyhoca/wxgui/menus_taskbar.py
+++ b/pyhoca/wxgui/menus_taskbar.py
@@ -199,7 +199,7 @@ class PyHocaGUI_Menu_TaskbarSessionProfile(wx.Menu):
state = _(u'Running')
elif _session_list[session_name].status == 'S':
state = _(u'Suspended')
- self.AppendMenu(id=_s_id, text='%s: »%s«' % (state, session_name),
+ self.AppendMenu(id=_s_id, text=u'%s: »%s«' % (state, session_name),
submenu=PyHocaGUI_Menu_TaskbarSessionActions(self._PyHocaGUI, caller=self,
profile_name=profile_name,
session_name=session_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)).
[View Less]