This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch brokerclient in repository pyhoca-gui. from 7bd3d3a Move most code of the pyhoca-gui executable into a dedicated class named PyHocaGUI_Launcher. new 4e860ad Allow automatic image branding (splash, about image, tray icon) by setting another application name than the default. new 3cf6798 Make default cmdline option parameters overridable before the arg parser gets initialized. new 6d5481d some whitespace fixes new 2816490 Make SCRIPT_NAME in setup.py configurable (monkey-patchable). new cd95596 Make setup.py importable, only run setup() function on direct calls. new 6842f64 fix for commit cd95596 new 6f39441 line break fix new 715226e Don't refer to py2exe anymore in nsis_template's naming scheme. new a0a4c3a try moving setup_consolelog out of the PyHocaGUI_Launcher class new 73a0e37 fix pyhoca-gui imports new fe56933 call setup_consolelog() as early as possible new 062e7eb Move setup_win32log to a separate module file. new ae4d2d8 Move setup_win32log to a separate module namespace. new 29bd0bd Install more modules into setup.exe: hmac (for ecdsa). new fa62f0f NSIS script: empty installation destination before installing new files into $INSTDIR. new f5f5d06 rename occurrences of win32 to mswin new ac8cc88 typo fix new 47ea8d7 Allow appname based mini icons on About... windows. The 18 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: debian/changelog | 12 + 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 | 15 +- pyhoca/{ => mswin}/__init__.py | 0 pyhoca/mswin/mswin_logging.py | 58 +++ pyhoca/wxgui/about.py | 13 +- pyhoca/wxgui/defaults.py | 96 +++++ pyhoca/wxgui/frontend.py | 4 +- pyhoca/wxgui/launcher.py | 159 +++++--- pyhoca/wxgui/options.py | 109 ------ pyhoca/wxgui/splash.py | 6 +- pyhoca/wxgui/taskbar.py | 23 +- setup.py | 58 +-- 28 files changed, 351 insertions(+), 1345 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 delete mode 100644 pyhoca/wxgui/options.py -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git