[X2Go-Commits] pyhoca-gui.git - build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d (branch) updated: 0.1.0.10-278-g6739270

X2Go dev team git-admin at x2go.org
Tue Aug 27 13:22:27 CEST 2013


The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
       via  6739270822a083720a20b92c56df5acf9383d16e (commit)
      from  99e23c35af1a3fe3a1e06cd55a29d605d928c561 (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 |   57 +++++++++++++++++++++---------------------------------
 1 file changed, 22 insertions(+), 35 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index ad33a26..9bc6946 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,66 +7,62 @@ pyhoca-gui (0.2.0.0-0~x2go1) UNRELEASED; urgency=low
     - Add switch that enables/disables custom/server-side session window
       titles.
     - Add switch that enables/disables default/custom session window title.
-    - Update of i18n files: en, de, es.
-    - Drop handling of session icon, not used in pyhoca-gui, anyway.
     - Fix profile manager window size (shrinking for usage on netbooks).
     - Existing profiles can be used as templates for new session profiles.
     - Session profile menu: allow multi-depth submenu structures, use '/'
       as submenu separator item in session profile name.
-    - Enable session profile submenus functionality to profile manager.
+    - Port session profile submenus functionality to profile manager.
     - Rename single application OFFICE from Openoffice.org to Office (more
       generic name).
     - Add extra menu: launch single application, once a session profile is
       connected.
-    - Add extra session menu titem: Rename Session Window.
+    - Add extra session menu item: Rename Session Window.
     - Show desktop session name in menu for ,,start session'' item.
     - Show session window title in session menu.
     - Add support for bringing a session window on top of all other 
-      windows (i.e. to foreground).
+      windows (i.e. to foreground). Currently only works on MS Windows.
     - Add icons folder ,,icons_symlinked'' for people who will package
       PyHoca-GUI on Debian or other Distros that also ship the
       gnome-colors-common icon theme.
     - Replace non-code string ,,X2go'' by ,,X2Go''.
     - Rearrange profile manager. Add one more tab to the profile manager
       window.
-      Reintroduce window icon in profile manager.
     - Use x2golistmounts to detect server-side unsharing of client-side
       folders.
     - Remove pointed brackets from new/derived session profile names.
-    - Mark master sessions with a marker ,,(*)''.
+    - Introduce master session concept. Only master sessions can mount
+      client-side folders into a session. Mark master sessions with a
+      marker ,,(*)''.
     - Catch AttributeError during taskbar menu generation that occured
       during querying the session command from a non-existent session.
     - Enforce startup of rootless session if launching a single application.
-    - Provide empty translation file sv.po.
-    - Provide empty translation file nb_NO.po.
     - Fix profile manager GUI layout, make default keyboard layout i18n
       capable.
     - Handle the situation that no printer is installed with CUPS/WinSpool
       gracefully.
     - Hook methods that notify about non-availabilities around printing,
       MIME box, local folder sharing.
-    - Update i18n files: en, de.
     - Only allow session window manipulations for sessions that are associated
       to the running PyHoca-GUI client.
     - Fix icon and button sizes in profile manager.
     - Use different textfield sizes for wxMSWin and wxGTK.
     - Beautify MIME box configuration block in profile manager.
-    - Add published appications support.
+    - Add published applications support.
     - Send a libnotify warning if server does not support published
       applications.
     - Add icon support for the published applications menu (any icon
-      type except SVGs works).
+      type except SVGs work).
     - On exit only suspend running sessions we are associated with.
     - Provide icons for category submenus.
     - Provide 'en' as default language if --lang has not been given on the
       command line (MS Windows issue).
     - Published Applications on MS Windows: icon size is 16x16.
-    - Catch X2GoSessionRegistryException if used session uuid is not valid
+    - Catch X2GoSessionRegistryException if used session UUID is not valid
       anymore.
     - Implement single session profile support (--single-session-profile
-      Boolean command line option).
-    - Move rendering of menu tree partially into Python X2Go.
-    - Update of en/de i18n files.
+      boolean command line option).
+    - Rendering of published applications menu tree has partially been moved 
+      into Python X2Go.
     - Fix disabling of published applications tick box in profile manager.
     - Show the detected GUI language in GUI output.
     - Add support for published applications with no category submenus.
@@ -80,14 +76,14 @@ pyhoca-gui (0.2.0.0-0~x2go1) UNRELEASED; urgency=low
       to session profiles has been moved into Python X2Go.
     - Do not let wx.EndBusyCursor crash the application on Windows.
     - Add connect and exit menu items if in single-session-profile mode.
-    - Properly catch CTRL-C and SIGTERM signals.
+    - Properly catch CTRL-C and SIGTERM signals (not working on MS Windows,
+      yet).
     - Make sure application really exits gracefully.
-    - Provide a separate SetExitHandler function to catch signals from outside.
-    - Use Pulseaudio 1.0 for developmental testing.
-    - Windows binary: include pulseaudio 1.0 and vcxsrv 1.11.4.0.
+    - Provide a separate SetExitHandler function to catch signals from outside
+      (currently unused, though).
+    - Windows binary: include pulseaudio 1.1 and vcxsrv 1.12.0.1.
     - Provide code for Windows packaging (py2exe, NSIS) in PyHoca-GUI's
       setup.py.
-    - Ship PulseAudio 1.1 with PyHoca-GUI.
     - Stdout/stderr diversion when frozen with py2exe: stdout will overwrite
       the last log file, stderr will append to the very same file.
     - Allow TCP ports higher than 64000 for SSH and sound server connections.
@@ -108,10 +104,8 @@ pyhoca-gui (0.2.0.0-0~x2go1) UNRELEASED; urgency=low
       applications mode.
     - Fix/improve --non-interactive command line option.
     - When packaging Windows binary with py2exe, use nxproxy-3.5.0.12.
-    - When packaging Windows binary with py2exe, use VcXsrv-1.12.0.1.
     - Fix missing declaration of notificationmessage_NotifierPopup.timeout.
     - Make sure the log file on Windows does not grow limitlessly.
-    - Fix initialization of published applications sessions.
     - Catch AttributeError in case a published applications session has not yet
       fully started.
     - Catch and notify command startup failures for published applications
@@ -132,9 +126,9 @@ pyhoca-gui (0.2.0.0-0~x2go1) UNRELEASED; urgency=low
     - Fallback to default splash image if the custom splash does not exist.
     - Do not crash if a provided system tray icon cannot be found. Use a
       fallback icon instead.
-    - os.path.is<type> require string option, not Unicode.
+    - os.path.is<type> require string options, not Unicode.
     - Add option --about-image. Allow changing the application's name by
-      renaming the ,,pyhoca-gui'' script.
+      renaming (or symlinking) the ,,pyhoca-gui'' script.
     - Allow custom commands to be desktop sessions.
     - Make new session option keyboard ,,variant'' configurable in profile
       manager.
@@ -142,10 +136,11 @@ pyhoca-gui (0.2.0.0-0~x2go1) UNRELEASED; urgency=low
     - Update man page.
     - Let logon and session title window appear at top of screen for pyhoca-gui
       running within a Ubuntu Unity session.
+    - Provide README.Unity that explains how to re-allow the PyHoca-GUI icon in
+      the systray of the panel.
     - Make auto-detected keyboard setup (i.e. usage of x2gosetkeyboard)
       configurable in the profile manager.
-    - Fix published application startup.
-  * Depend on Python X2Go 0.2.0.1.
+  * Depend on Python X2Go 0.2.0.2.
   * Install GNOME icons via dh_links.
   * Install X2Go icons with explicit install paths.
   * Add /debian/source/options file with entry single-debian-patch. Fix control
@@ -154,22 +149,14 @@ pyhoca-gui (0.2.0.0-0~x2go1) UNRELEASED; urgency=low
   * Include dialog-*.png icons for 64x64 pixel size as they are missing in
     gnome-colors-common package.
   * Install published applications icons in Debian package.
-  * Provide README.Unity that explains how to re-allow the PyHoca-GUI icon in
-    the systray of the panel.
 
   [ Terje Andersen ]
   * New upstream version (0.2.0.0):
     - Add Bokmal (Norway) translation file (not complete, yet).
-    - Fine-tune Bokmal (Norway translation file.
-    - Update Bokmal translation (pre-release).
 
   [ Daniel Lindgren ]
   * New upstream version (0.2.0.0):
     - Add Swedish translation file.
-    - Fine-tune Swedish translation.
-    - Update Swedish translation.
-    - Update Swedish translation (published applications).
-    - Update Swedish translation (pre-release).
 
   [ Dick Kniep ]
   * New upstream version (0.2.0.0):


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)).




More information about the x2go-commits mailing list