[X2Go-Commits] [pyhoca-gui] branch build-main updated (c465830 -> 4defc93)

git-admin at x2go.org git-admin at x2go.org
Mon Oct 20 12:54:19 CEST 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch build-main
in repository pyhoca-gui.

      from  c465830   release 0.4.0.9
      adds  3a9227c   Continue development...
      adds  a6ca10b   bump version to 0.5.0.0
      adds  b53a52c   Adapt to new backend concept found in Python X2Go (>= 0.5.0.0).
      adds  7bd3d3a   Move most code of the pyhoca-gui executable into a dedicated class named PyHocaGUI_Launcher.
      adds  4e860ad   Allow automatic image branding (splash, about image, tray icon) by setting another application name than the default.
      adds  3cf6798   Make default cmdline option parameters overridable before the arg parser gets initialized.
      adds  6d5481d   some whitespace fixes
      adds  2816490   Make SCRIPT_NAME in setup.py configurable (monkey-patchable).
      adds  cd95596   Make setup.py importable, only run setup() function on direct calls.
      adds  6842f64   fix for commit cd95596
      adds  6f39441   line break fix
      adds  715226e   Don't refer to py2exe anymore in nsis_template's naming scheme.
      adds  a0a4c3a   try moving setup_consolelog out of the PyHocaGUI_Launcher class
      adds  73a0e37   fix pyhoca-gui imports
      adds  fe56933   call setup_consolelog() as early as possible
      adds  062e7eb   Move setup_win32log to a separate module file.
      adds  ae4d2d8   Move setup_win32log to a separate module namespace.
      adds  29bd0bd   Install more modules into setup.exe: hmac (for ecdsa).
      adds  fa62f0f   NSIS script: empty installation destination before installing new files into $INSTDIR.
      adds  f5f5d06   rename occurrences of win32 to mswin
      adds  ac8cc88   typo fix
      adds  47ea8d7   Allow appname based mini icons on About... windows.
      adds  ae5dba6   Rename icon files to match default application name (PyHoca-GUI).
      adds  a4e038b   rename images, re-add python-x2go about image
      adds  0a26624   adapt application name in image/icon paths
      adds  9a2ca04   Fix referencing backends X2GoServerSessionInfo and X2GoServerSessionList.
      adds  bf1a8df   Explicitly add pyhoca.mswin to setup.py if building on MS Windows.
      adds  f826fd0   Provide mswin_logging as separate module in pyhoca.wxgui namespace, undo earlier namespace split-off.
      adds  d6cf95b   Don't include the py.exe shell in frozen builds.
      adds  094ae43   Provide script for cleaning up before running bbfreeze.
      adds  954e9b1   make bbfreeze_cleanup.sh executable
      adds  700c7db   Make the hover text of the tray icon brandable (drop hard-coded PyHoca-GUI application name).
      adds  82f3871   debian/pyhoca-gui.install: make sure that new icon names get installed
      adds  617ac17   NSIS script: make sure SetOutPath gets called at the beginning of every section.
      adds  44c27d6   Show printing preferences when tray icon is in restricted mode.
      adds  07863f0   NSIS: update i18n README and mention the translatable strings in the NSIS installer
      adds  8b6b7fb   pyhoca-gui.install: fix icon file installation
      adds  c408e42   fix icon location detection
      adds  2f8f92b   add missing icons files
      adds  9b32500   more icon location detection fixes
      adds  402cb1f   Session profile manager: the host parameter will be of type ListType for future versions of Python X2Go (>= 0.5.0.0).
      adds  54bedba   changelog: fix layout
      adds  1efc52b   Focus the user name field on logon if no user name is stored in the session profile.
      adds  5543711   Re-order cmdline sections (man page, defaults.py).
      adds  486eb89   Add X2Go Session Broker support.
      adds  2ab01a6   update i18n template
      adds  0bf4eea   Update English / German translation.
      adds  efa31ac   update i18n files
      adds  2cf0128   Optimize menu rendering. Reduce accessing session profile data as best as is possible.
      adds  995a9fa   brokerlogon: fix notification icons
      adds  aa3e4e9   Provide cmdline option --broker-cacertfile. Enable https:// connections with SSL certificates that have been self-signed against a non-public root-CA certificate file.
      adds  7f005e5   fix for last commit
      adds  9d7574c   fix profile COPYing
      adds  83bbf02   Handle "Connection refused" errors during broker login attempts.
      adds  f8c6a42   profilemanager: also disable the DefaultButton for immutable session profiles
      adds  bd01f67   typo fix, and some whitespace fixes
      adds  8284868   Gracefully handle "Connection refused" errors after a broker login has already been successful.
      adds  3c01a64   i18n update
      adds  79b118b   Properly set focus in broker logon window (default: password, if no username provided: username, if no URL provided: broker-URL field).
      adds  4eb388c   broker logon: don't populate session profiles when in broker mode
      adds  1ade46d   whitespace fixes at EOL
      adds  e6c7230   Fix check_running() method in PyHocaGUI_Launcher on MS Windows.
      adds  59c9cf5   Make broker support available for the MS Windows build of PyHoca-GUI.
      adds  f41e600   Rename hook method HOOK_no_known_xserver_found to HOOK_no_installed_xservers_found. Call this new hook if no installed X-Servers could be found on the system.
      adds  579c3f1   Revert "Rename hook method HOOK_no_known_xserver_found to HOOK_no_installed_xservers_found. Call this new hook if no installed X-Servers could be found on the system."
      adds  ce8b4e1   add new icon symlinks (fix for commit 83bbf02)
      adds  4387ad8   Make check_running() test terminal server / multi-session safe. (Fixes: #19).
      adds  a6f8d11   typo fix
      adds  821786f   check_running(): Don't strip .exe from application name
      adds  9f5da1e   fix NameError
      adds  086ceb8   Windows PyHoca-GUI.log file: create with PID in file name. On log file creation try removing all old log files that are not still open.
      adds  0cba3d6   syntax fix
      adds  2e6f218   syntax fix (2)
      adds  8c9894f   Windows: fix log-file-with-PID-in-name creation
      adds  a75fe21   Make sure new session profiles are mutable in the session profile manager GUI.
      adds  cd1bbe1   fix for last commit
      adds  f160cf6   Gray-out Apply button in session profile GUI on profile creation.
      adds  ee42ca6   Create Windows log file folder before attempting clean up (old log file removal).
      adds  41475c6   changelog: wrap too-long lines
      adds  a0c0cd9   Windows builder: Explicitly add the requests module to the set of bundled Python modules.
      adds  ddf098e   remove debug code
      adds  7ace291   In session profile manager GUI: handle multiple clicks on the Apply button gracefully.
      adds  167bfe7   Notification about multiply started PyHoca-GUI instances. Don't hard code the application name.
      adds  47bd5aa   update i18n files
      adds  929fa67   PyHocaGUI_Launcher: provide an appname for the dummy wx.App instance when notifying about already running application
      adds  d70b6d1   typo fix
      adds  36f3eb4   fix icon path
      adds  163f22a   spelling fix
      adds  4814e26   Fix path name detection for default icons.
      adds  9b1e03e   fix for last commit
      adds  8a30756   add bug closure for #394
      adds  a91096f   debian/control: Add D (bin:package pyhoca-gui): python-cups. (Fixes: #460).
      adds  b7b0c57   Add subsystem string support for HOOK_forward_tunnel_setup_failed hook.
      adds  f41dc46   Improve NX performance by reducing reactivity of wx widgets.
      adds  e652f95   Grey-out all SSH related options for DirectRDP sessions.
      adds  d9d413b   Make the clipboard mode configurable through the session profile manager window. (Fixes: #507).
      adds  46c8cf0   update en.po/de.po, update .mo files
      adds  5c8bd28   Make the published applications menu tree more robust against unknown icon image types.
      adds  8aa4026   Upgrade PulseAudio from 1.1 to 5.0-rev18 (Fixes: #533)
      adds  cdbd31f   Correct changelog to specify that last commit was Windows-specific
      adds  0d03b6d   Windows: Use Unicode NSIS instead of regular NSIS
      adds  ccc1d4c   Prepare for running against wxPython 3.0. More testing needed. (Fixes: #534).
      adds  cd2a015   setup.py: use VcXsrv-xp 1.14.3.2 for build_exe
      adds  a79d458   Windows: Reduce size of NSIS installer by switching to lzma solid compression
      adds  dd8b65b   Windows: Numerous improvements to installer
      adds  0ed7ed8   clarification to changelog
      adds  2cec5d3   Windows: Update nxproxy from 3.5.0.12 to 3.5.0.27
      adds  1fe8265   Running any part of the build process with "realtime" priority is a terrible idea
      adds  b6de2dc   Small code cleanup in NSIS script.
      adds  cc7f7a3    List as "PyHoca-GUI (A graphical X2Go client)" in add/remove programs. This way, users sorting add/remove programs alphabetically can find it easily.
      adds  5cd12de   Windows: Update changelog to list updates to other Windows components
      adds  a72be8d   Specify "Size" in add/remove programs
      adds  3a8d6d1   Update Swedish translation file.
      adds  2916a52   Rename LICENSE.txt to COPYING.
      adds  52d26f2   Windows build fix for "Rename LICENSE.txt to COPYING."
      adds  8ac4185   Windows: Set the pyhoca-gui icon on pyhoca-gui.exe (Fixes: #548)
      adds  52b617a   Add Keywords= field to pyhoca-gui.desktop file.
      adds  89bba05   Update Spanish translation file.
      adds  8844557   Update Dutch translation file.
      adds  c7bf91c   Add Finnish translation file.
      adds  d4a22fd   add missing icon file (SVG)
      adds  3b84b5a   Add Estonian translation file.
      adds  814b358   use full name for the Dutch translator
      adds  3f6545b   Support Python wxWidgets 3.0.
      adds  ba29a26   fix for last commit (typo)
      adds  fc7bda6   drop unnecessary wxPython 2.6 code
      adds  3a41e76   rebuild some i18n binary files.
      adds  959fee8   rebuild PyHoca-GUI.pot
      adds  b5dada2   (Now really) Support Python wxWidgets 3.0.
      adds  12afd5f   Don't flood PyHocaGUI._eventid_(uns)hared_folders_map dict with non-valid-anymore event IDs.
      adds  119424c   pyhoca-gui.spec: Adapt to building on openSUSE/SLES.
      adds  eb3ad57   pyhoca-gui.desktop: Set Categories: to Application;Network;RemoteAccess;.
      adds  ef2d3da   pyhoca-gui.spec: Make rpmlint a little happier.
      adds  05f86cd   pyhoca-gui.spec: License names in Fedora and SUSE are different.
      adds  1c69ef3   openSUSE has python-notify whereas Fedora/RHEL has notify-python.
      adds  55561d1   openSUSE (at least >= 12.3) has wxPython 2.9. So let's use it. (On openSUSE 13.1, pyhoca-gui segfaults with wxPython 2.8).
      adds  e2f0790   Try to build the .po -> .mo files during package build.
      adds  f4bcfc3   Update Bokmal (Norway) translation file.
      adds  08ac9fd   Update Spanish translation file (2x).
      adds  c0163c7   i18n: minor fuzziness fix...
      adds  8ecd256   Translation status:
      adds  64284fb   pyhoca-gui.desktop: Set Categories: to Network;RemoteAccess;.
      adds  1b66041   setup.py: Install .mo files into DESTDIR.
      adds  10e88fe   fix for last commit
      adds  5869504   fix for last commit (2)
      adds  c687d39   Install locale files into bin:package.
      adds  55651b6   brokerlogin.py: Fix parameter error when evoking message box.
      adds  e81332b   No extra BR on gettext, intltool will pull it in anyway.
      adds  eee3917   More reliably handle errors in a given --broker-url option value.
      adds  9d57084   formalistic code cleanup using pyflakes
      adds  cbc87c0   add binary files of the Estonian translation (for win32 releases)
       new  9988193   update i18n (source/binary) files
       new  4defc93   release 0.5.0.0

The 2 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:
 LICENSE.txt => COPYING                             |    0
 README.i18n                                        |    7 +
 bbfreeze_cleanup.sh                                |    4 +
 build/mo/bg/LC_MESSAGES/PyHoca-GUI.mo              |  Bin 550 -> 550 bytes
 build/mo/da/LC_MESSAGES/PyHoca-GUI.mo              |  Bin 29812 -> 28340 bytes
 build/mo/de/LC_MESSAGES/PyHoca-GUI.mo              |  Bin 31559 -> 35808 bytes
 build/mo/en/LC_MESSAGES/PyHoca-GUI.mo              |  Bin 29541 -> 33462 bytes
 build/mo/es/LC_MESSAGES/PyHoca-GUI.mo              |  Bin 32059 -> 35645 bytes
 build/mo/et/LC_MESSAGES/PyHoca-GUI.mo              |  Bin 0 -> 31489 bytes
 build/mo/fi/LC_MESSAGES/PyHoca-GUI.mo              |  Bin 435 -> 484 bytes
 build/mo/fr/LC_MESSAGES/PyHoca-GUI.mo              |  Bin 546 -> 546 bytes
 build/mo/nb_NO/LC_MESSAGES/PyHoca-GUI.mo           |  Bin 30172 -> 34314 bytes
 build/mo/nl/LC_MESSAGES/PyHoca-GUI.mo              |  Bin 29344 -> 34839 bytes
 build/mo/ru/LC_MESSAGES/PyHoca-GUI.mo              |  Bin 37227 -> 35419 bytes
 build/mo/sv/LC_MESSAGES/PyHoca-GUI.mo              |  Bin 29531 -> 33527 bytes
 debian/changelog                                   |  160 ++
 debian/control                                     |    3 +-
 debian/pyhoca-gui.install                          |    7 +
 debian/pyhoca-gui.links                            |    3 +
 desktop/pyhoca-gui.desktop                         |    3 +-
 ...oca-trayicon.png => PyHoca-GUI_sessionicon.png} |  Bin 19982 -> 19982 bytes
 ...{pyhoca-winicon.png => PyHoca-GUI_trayicon.png} |  Bin 19982 -> 19982 bytes
 .../PyHoca/128x128/PyHoca-GUI_winicon.png          |  Bin 19982 -> 19982 bytes
 ...oca-trayicon.png => PyHoca-GUI_sessionicon.png} |  Bin 1099 -> 1099 bytes
 ...{pyhoca-winicon.png => PyHoca-GUI_trayicon.png} |  Bin 1099 -> 1099 bytes
 .../PyHoca/16x16/PyHoca-GUI_winicon.png            |  Bin 1099 -> 1099 bytes
 ...oca-trayicon.png => PyHoca-GUI_sessionicon.png} |  Bin 1519 -> 1519 bytes
 ...{pyhoca-winicon.png => PyHoca-GUI_trayicon.png} |  Bin 1519 -> 1519 bytes
 .../PyHoca/22x22/PyHoca-GUI_winicon.png            |  Bin 1519 -> 1519 bytes
 ...oca-trayicon.png => PyHoca-GUI_sessionicon.png} |  Bin 2621 -> 2621 bytes
 ...{pyhoca-winicon.png => PyHoca-GUI_trayicon.png} |  Bin 2621 -> 2621 bytes
 .../PyHoca/32x32/PyHoca-GUI_winicon.png            |  Bin 2621 -> 2621 bytes
 .../32x32/{audio_error.png => connect_error.png}   |  Bin 1674 -> 1674 bytes
 ...oca-trayicon.png => PyHoca-GUI_sessionicon.png} |  Bin 5073 -> 5073 bytes
 ...{pyhoca-winicon.png => PyHoca-GUI_trayicon.png} |  Bin 5073 -> 5073 bytes
 .../PyHoca/48x48/PyHoca-GUI_winicon.png            |  Bin 5073 -> 5073 bytes
 ...oca-trayicon.png => PyHoca-GUI_sessionicon.png} |  Bin 7923 -> 7923 bytes
 ...{pyhoca-winicon.png => PyHoca-GUI_trayicon.png} |  Bin 7923 -> 7923 bytes
 .../PyHoca/64x64/PyHoca-GUI_winicon.png            |  Bin 7923 -> 7923 bytes
 .../64x64/{audio_error.png => connect_error.png}   |  Bin 3973 -> 3973 bytes
 ...oca-trayicon.svg => PyHoca-GUI_sessionicon.svg} |    0
 ...{pyhoca-winicon.svg => PyHoca-GUI_trayicon.svg} |    0
 .../PyHoca/scalable/PyHoca-GUI_winicon.svg         |    0
 .../scalable/{auth_error.svg => connect_error.svg} |    0
 .../PyHoca/scalable/profile_warning.svg            |    0
 ...hoca-winicon.png => PyHoca-GUI_sessionicon.png} |  Bin 19982 -> 19982 bytes
 .../PyHoca/128x128/PyHoca-GUI_trayicon.png         |  Bin 19982 -> 19982 bytes
 .../PyHoca/128x128/PyHoca-GUI_winicon.png          |  Bin 19982 -> 19982 bytes
 ...hoca-winicon.png => PyHoca-GUI_sessionicon.png} |  Bin 1099 -> 1099 bytes
 .../PyHoca/16x16/PyHoca-GUI_trayicon.png           |  Bin 1099 -> 1099 bytes
 .../PyHoca/16x16/PyHoca-GUI_winicon.png            |  Bin 1099 -> 1099 bytes
 ...hoca-winicon.png => PyHoca-GUI_sessionicon.png} |  Bin 1519 -> 1519 bytes
 .../PyHoca/22x22/PyHoca-GUI_trayicon.png           |  Bin 1519 -> 1519 bytes
 .../PyHoca/22x22/PyHoca-GUI_winicon.png            |  Bin 1519 -> 1519 bytes
 ...hoca-winicon.png => PyHoca-GUI_sessionicon.png} |  Bin 2621 -> 2621 bytes
 .../PyHoca/32x32/PyHoca-GUI_trayicon.png           |  Bin 2621 -> 2621 bytes
 .../PyHoca/32x32/PyHoca-GUI_winicon.png            |  Bin 2621 -> 2621 bytes
 .../32x32/{audio_error.png => connect_error.png}   |    0
 ...hoca-winicon.png => PyHoca-GUI_sessionicon.png} |  Bin 5073 -> 5073 bytes
 .../PyHoca/48x48/PyHoca-GUI_trayicon.png           |  Bin 5073 -> 5073 bytes
 .../PyHoca/48x48/PyHoca-GUI_winicon.png            |  Bin 5073 -> 5073 bytes
 ...hoca-winicon.png => PyHoca-GUI_sessionicon.png} |  Bin 7923 -> 7923 bytes
 .../PyHoca/64x64/PyHoca-GUI_trayicon.png           |  Bin 7923 -> 7923 bytes
 .../PyHoca/64x64/PyHoca-GUI_winicon.png            |  Bin 7923 -> 7923 bytes
 .../audio_error.png => 64x64/connect_error.png}    |    0
 ...{pyhoca-trayicon.svg => PyHoca-GUI_session.svg} |    0
 ...{pyhoca-winicon.svg => PyHoca-GUI_trayicon.svg} |    0
 .../PyHoca/scalable/PyHoca-GUI_winicon.svg         |    0
 .../PyHoca/scalable/connect_error.svg              |    0
 ...ca-about-logo.png => PyHoca-GUI_about-logo.png} |  Bin 57104 -> 57104 bytes
 img/{pyhoca-splash.png => PyHoca-GUI_splash.png}   |  Bin 49098 -> 49098 bytes
 ...o-about-logo.png => Python-X2Go_about-logo.png} |  Bin 58603 -> 58603 bytes
 man/man1/pyhoca-gui.1                              |   47 +-
 nsis_template.py                                   |   69 +-
 po/POTFILES.in                                     |    1 +
 po/PyHoca-GUI.pot                                  |  957 ++++++----
 po/bg.po                                           |  957 ++++++----
 po/da.po                                           |  983 ++++++----
 po/de.po                                           | 1169 +++++++-----
 po/en.po                                           | 1120 ++++++-----
 po/es.po                                           | 1020 +++++-----
 po/et.po                                           | 2017 ++++++++++++++++++++
 po/fi.po                                           | 1625 +++++++++-------
 po/fr.po                                           |  957 ++++++----
 po/nb_NO.po                                        | 1123 ++++++-----
 po/nl.po                                           | 1478 +++++++-------
 po/ru.po                                           |  983 ++++++----
 po/sv.po                                           | 1121 ++++++-----
 pyhoca-gui                                         |  420 +---
 pyhoca-gui.spec                                    |   30 +-
 pyhoca/wxgui/__init__.py                           |    4 +-
 pyhoca/wxgui/about.py                              |   27 +-
 pyhoca/wxgui/basepath.py                           |   56 +-
 pyhoca/wxgui/brokerlogon.py                        |  198 ++
 pyhoca/wxgui/defaults.py                           |  112 ++
 pyhoca/wxgui/frontend.py                           |  163 +-
 pyhoca/wxgui/launcher.py                           |  407 ++++
 pyhoca/wxgui/listdesktops.py                       |   31 +-
 pyhoca/wxgui/logon.py                              |   90 +-
 pyhoca/wxgui/menus_taskbar.py                      |  180 +-
 pyhoca/wxgui/messages.py                           |   27 +-
 pyhoca/wxgui/mswin_logging.py                      |   65 +
 pyhoca/wxgui/notify.py                             |    6 +-
 pyhoca/wxgui/passphrase.py                         |   34 +-
 pyhoca/wxgui/printingprefs.py                      |    7 +-
 pyhoca/wxgui/profilemanager.py                     |  187 +-
 pyhoca/wxgui/serverinfo.py                         |   19 +-
 pyhoca/wxgui/sessiontitle.py                       |   31 +-
 pyhoca/wxgui/splash.py                             |   18 +-
 pyhoca/wxgui/taskbar.py                            |   52 +-
 setup.py                                           |  133 +-
 111 files changed, 11343 insertions(+), 6768 deletions(-)
 rename LICENSE.txt => COPYING (100%)
 create mode 100755 bbfreeze_cleanup.sh
 create mode 100644 build/mo/et/LC_MESSAGES/PyHoca-GUI.mo
 rename icons/PyHoca/128x128/{pyhoca-trayicon.png => PyHoca-GUI_sessionicon.png} (100%)
 rename icons/PyHoca/128x128/{pyhoca-winicon.png => PyHoca-GUI_trayicon.png} (100%)
 rename icons_symlinked/PyHoca/128x128/pyhoca-trayicon.png => icons/PyHoca/128x128/PyHoca-GUI_winicon.png (100%)
 rename icons/PyHoca/16x16/{pyhoca-trayicon.png => PyHoca-GUI_sessionicon.png} (100%)
 rename icons/PyHoca/16x16/{pyhoca-winicon.png => PyHoca-GUI_trayicon.png} (100%)
 rename icons_symlinked/PyHoca/16x16/pyhoca-trayicon.png => icons/PyHoca/16x16/PyHoca-GUI_winicon.png (100%)
 rename icons/PyHoca/22x22/{pyhoca-trayicon.png => PyHoca-GUI_sessionicon.png} (100%)
 rename icons/PyHoca/22x22/{pyhoca-winicon.png => PyHoca-GUI_trayicon.png} (100%)
 rename icons_symlinked/PyHoca/22x22/pyhoca-trayicon.png => icons/PyHoca/22x22/PyHoca-GUI_winicon.png (100%)
 rename icons/PyHoca/32x32/{pyhoca-trayicon.png => PyHoca-GUI_sessionicon.png} (100%)
 rename icons/PyHoca/32x32/{pyhoca-winicon.png => PyHoca-GUI_trayicon.png} (100%)
 rename icons_symlinked/PyHoca/32x32/pyhoca-trayicon.png => icons/PyHoca/32x32/PyHoca-GUI_winicon.png (100%)
 copy icons/PyHoca/32x32/{audio_error.png => connect_error.png} (100%)
 rename icons/PyHoca/48x48/{pyhoca-trayicon.png => PyHoca-GUI_sessionicon.png} (100%)
 rename icons/PyHoca/48x48/{pyhoca-winicon.png => PyHoca-GUI_trayicon.png} (100%)
 rename icons_symlinked/PyHoca/48x48/pyhoca-trayicon.png => icons/PyHoca/48x48/PyHoca-GUI_winicon.png (100%)
 rename icons/PyHoca/64x64/{pyhoca-trayicon.png => PyHoca-GUI_sessionicon.png} (100%)
 rename icons/PyHoca/64x64/{pyhoca-winicon.png => PyHoca-GUI_trayicon.png} (100%)
 rename icons_symlinked/PyHoca/64x64/pyhoca-trayicon.png => icons/PyHoca/64x64/PyHoca-GUI_winicon.png (100%)
 copy icons/PyHoca/64x64/{audio_error.png => connect_error.png} (100%)
 rename icons/PyHoca/scalable/{pyhoca-trayicon.svg => PyHoca-GUI_sessionicon.svg} (100%)
 rename icons/PyHoca/scalable/{pyhoca-winicon.svg => PyHoca-GUI_trayicon.svg} (100%)
 rename icons_symlinked/PyHoca/scalable/pyhoca-session.svg => icons/PyHoca/scalable/PyHoca-GUI_winicon.svg (100%)
 copy icons/PyHoca/scalable/{auth_error.svg => connect_error.svg} (100%)
 copy {icons_symlinked => icons}/PyHoca/scalable/profile_warning.svg (100%)
 rename icons_symlinked/PyHoca/128x128/{pyhoca-winicon.png => PyHoca-GUI_sessionicon.png} (100%)
 copy icons/PyHoca/128x128/pyhoca-session.png => icons_symlinked/PyHoca/128x128/PyHoca-GUI_trayicon.png (100%)
 copy icons/PyHoca/128x128/pyhoca-session.png => icons_symlinked/PyHoca/128x128/PyHoca-GUI_winicon.png (100%)
 rename icons_symlinked/PyHoca/16x16/{pyhoca-winicon.png => PyHoca-GUI_sessionicon.png} (100%)
 copy icons/PyHoca/16x16/pyhoca-session.png => icons_symlinked/PyHoca/16x16/PyHoca-GUI_trayicon.png (100%)
 copy icons/PyHoca/16x16/pyhoca-session.png => icons_symlinked/PyHoca/16x16/PyHoca-GUI_winicon.png (100%)
 rename icons_symlinked/PyHoca/22x22/{pyhoca-winicon.png => PyHoca-GUI_sessionicon.png} (100%)
 copy icons/PyHoca/22x22/pyhoca-session.png => icons_symlinked/PyHoca/22x22/PyHoca-GUI_trayicon.png (100%)
 copy icons/PyHoca/22x22/pyhoca-session.png => icons_symlinked/PyHoca/22x22/PyHoca-GUI_winicon.png (100%)
 rename icons_symlinked/PyHoca/32x32/{pyhoca-winicon.png => PyHoca-GUI_sessionicon.png} (100%)
 copy icons/PyHoca/32x32/pyhoca-session.png => icons_symlinked/PyHoca/32x32/PyHoca-GUI_trayicon.png (100%)
 copy icons/PyHoca/32x32/pyhoca-session.png => icons_symlinked/PyHoca/32x32/PyHoca-GUI_winicon.png (100%)
 copy icons_symlinked/PyHoca/32x32/{audio_error.png => connect_error.png} (100%)
 rename icons_symlinked/PyHoca/48x48/{pyhoca-winicon.png => PyHoca-GUI_sessionicon.png} (100%)
 copy icons/PyHoca/48x48/pyhoca-session.png => icons_symlinked/PyHoca/48x48/PyHoca-GUI_trayicon.png (100%)
 copy icons/PyHoca/48x48/pyhoca-session.png => icons_symlinked/PyHoca/48x48/PyHoca-GUI_winicon.png (100%)
 rename icons_symlinked/PyHoca/64x64/{pyhoca-winicon.png => PyHoca-GUI_sessionicon.png} (100%)
 copy icons/PyHoca/64x64/pyhoca-session.png => icons_symlinked/PyHoca/64x64/PyHoca-GUI_trayicon.png (100%)
 copy icons/PyHoca/64x64/pyhoca-session.png => icons_symlinked/PyHoca/64x64/PyHoca-GUI_winicon.png (100%)
 copy icons_symlinked/PyHoca/{32x32/audio_error.png => 64x64/connect_error.png} (100%)
 rename icons_symlinked/PyHoca/scalable/{pyhoca-trayicon.svg => PyHoca-GUI_session.svg} (100%)
 rename icons_symlinked/PyHoca/scalable/{pyhoca-winicon.svg => PyHoca-GUI_trayicon.svg} (100%)
 copy icons/PyHoca/scalable/pyhoca-session.svg => icons_symlinked/PyHoca/scalable/PyHoca-GUI_winicon.svg (100%)
 copy icons/PyHoca/scalable/auth_error.svg => icons_symlinked/PyHoca/scalable/connect_error.svg (100%)
 rename img/{pyhoca-about-logo.png => PyHoca-GUI_about-logo.png} (100%)
 rename img/{pyhoca-splash.png => PyHoca-GUI_splash.png} (100%)
 rename img/{pythonx2go-about-logo.png => Python-X2Go_about-logo.png} (100%)
 create mode 100644 po/et.po
 create mode 100644 pyhoca/wxgui/brokerlogon.py
 create mode 100644 pyhoca/wxgui/defaults.py
 create mode 100644 pyhoca/wxgui/launcher.py
 create mode 100644 pyhoca/wxgui/mswin_logging.py

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git


More information about the x2go-commits mailing list