[X2Go-Commits] [pyhoca-gui] branch master updated (a6ca10b -> 47ea8d7)

git-admin at x2go.org git-admin at x2go.org
Fri Feb 7 13:27:01 CET 2014


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

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

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

No new revisions were added by this update.

Summary of changes:
 debian/changelog                          |   16 +-
 icons/PyHoca/128x128/pyhoca-trayicon.png  |  Bin 19982 -> 0 bytes
 icons/PyHoca/128x128/pyhoca-winicon.png   |  Bin 19982 -> 0 bytes
 icons/PyHoca/16x16/pyhoca-trayicon.png    |  Bin 1099 -> 0 bytes
 icons/PyHoca/16x16/pyhoca-winicon.png     |  Bin 1099 -> 0 bytes
 icons/PyHoca/22x22/pyhoca-trayicon.png    |  Bin 1519 -> 0 bytes
 icons/PyHoca/22x22/pyhoca-winicon.png     |  Bin 1519 -> 0 bytes
 icons/PyHoca/32x32/pyhoca-trayicon.png    |  Bin 2621 -> 0 bytes
 icons/PyHoca/32x32/pyhoca-winicon.png     |  Bin 2621 -> 0 bytes
 icons/PyHoca/48x48/pyhoca-trayicon.png    |  Bin 5073 -> 0 bytes
 icons/PyHoca/48x48/pyhoca-winicon.png     |  Bin 5073 -> 0 bytes
 icons/PyHoca/64x64/pyhoca-trayicon.png    |  Bin 7923 -> 0 bytes
 icons/PyHoca/64x64/pyhoca-winicon.png     |  Bin 7923 -> 0 bytes
 icons/PyHoca/scalable/pyhoca-trayicon.svg |  568 -----------------------------
 icons/PyHoca/scalable/pyhoca-winicon.svg  |  568 -----------------------------
 img/pythonx2go-about-logo.png             |  Bin 58603 -> 0 bytes
 nsis_template.py                          |    7 +-
 pyhoca-gui                                |  419 +--------------------
 pyhoca/{ => mswin}/__init__.py            |    0
 pyhoca/mswin/mswin_logging.py             |   58 +++
 pyhoca/wxgui/__init__.py                  |    1 +
 pyhoca/wxgui/about.py                     |   13 +-
 pyhoca/wxgui/defaults.py                  |   96 +++++
 pyhoca/wxgui/frontend.py                  |    4 +-
 pyhoca/wxgui/launcher.py                  |  398 ++++++++++++++++++++
 pyhoca/wxgui/splash.py                    |    6 +-
 pyhoca/wxgui/taskbar.py                   |   23 +-
 setup.py                                  |   58 +--
 28 files changed, 646 insertions(+), 1589 deletions(-)
 delete mode 100644 icons/PyHoca/128x128/pyhoca-trayicon.png
 delete mode 100644 icons/PyHoca/128x128/pyhoca-winicon.png
 delete mode 100644 icons/PyHoca/16x16/pyhoca-trayicon.png
 delete mode 100644 icons/PyHoca/16x16/pyhoca-winicon.png
 delete mode 100644 icons/PyHoca/22x22/pyhoca-trayicon.png
 delete mode 100644 icons/PyHoca/22x22/pyhoca-winicon.png
 delete mode 100644 icons/PyHoca/32x32/pyhoca-trayicon.png
 delete mode 100644 icons/PyHoca/32x32/pyhoca-winicon.png
 delete mode 100644 icons/PyHoca/48x48/pyhoca-trayicon.png
 delete mode 100644 icons/PyHoca/48x48/pyhoca-winicon.png
 delete mode 100644 icons/PyHoca/64x64/pyhoca-trayicon.png
 delete mode 100644 icons/PyHoca/64x64/pyhoca-winicon.png
 delete mode 100644 icons/PyHoca/scalable/pyhoca-trayicon.svg
 delete mode 100644 icons/PyHoca/scalable/pyhoca-winicon.svg
 delete mode 100644 img/pythonx2go-about-logo.png
 copy pyhoca/{ => mswin}/__init__.py (100%)
 create mode 100644 pyhoca/mswin/mswin_logging.py
 create mode 100644 pyhoca/wxgui/defaults.py
 create mode 100644 pyhoca/wxgui/launcher.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