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 "Python X2go Client (wxPython GUI)". The branch, release has been updated via 6cb7443bae87c61eecd3b9107fd32436e133e433 (commit) from 3dda2923fc7e49cf000aeefae46f1b5c85b5fd34 (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: README | 8 +- TODO | 8 +- build-for-reprepro.sh | 2 +- build/mo/de/LC_MESSAGES/pyhoca-gui.mo | Bin 15465 -> 15762 bytes build/mo/en/LC_MESSAGES/pyhoca-gui.mo | Bin 14458 -> 14735 bytes build/mo/es/LC_MESSAGES/pyhoca-gui.mo | Bin 10898 -> 15344 bytes build/mo/nl/LC_MESSAGES/pyhoca-gui.mo | Bin 10379 -> 10379 bytes debian/changelog | 14 ++ debian/control | 4 +- debian/copyright | 8 +- debian/rules | 2 +- icons/PyHoca/128x128/question.png | Bin 0 -> 9673 bytes icons/PyHoca/16x16/question.png | Bin 0 -> 846 bytes icons/PyHoca/22x22/question.png | Bin 0 -> 1248 bytes icons/PyHoca/32x32/question.png | Bin 0 -> 1992 bytes icons/PyHoca/48x48/question.png | Bin 0 -> 3167 bytes icons/PyHoca/64x64/question.png | Bin 0 -> 4395 bytes icons/PyHoca/scalable/question.svg | 158 ++++++++++++++++++++ man/pyhoca-gui.1 | 2 +- po/de.po | 133 ++++++++++-------- po/en.po | 132 ++++++++++-------- po/es.po | 256 +++++++++++++++++---------------- po/nl.po | 126 +++++++++-------- po/pyhoca-gui.pot | 158 +++++++++++--------- pyhoca-gui | 5 +- pyhoca/__init__.py | 2 +- pyhoca/wxgui/__init__.py | 4 +- pyhoca/wxgui/about.py | 12 ++- pyhoca/wxgui/basepath.py | 2 +- pyhoca/wxgui/frontend.py | 58 ++++++-- pyhoca/wxgui/logon.py | 2 +- pyhoca/wxgui/menus_taskbar.py | 37 ++++-- pyhoca/wxgui/messages.py | 38 +++-- pyhoca/wxgui/notify.py | 2 +- pyhoca/wxgui/printingprefs.py | 2 +- pyhoca/wxgui/profilemanager.py | 2 +- pyhoca/wxgui/splash.py | 54 +++++++ pyhoca/wxgui/taskbar.py | 4 +- setup.py | 2 +- 39 files changed, 794 insertions(+), 443 deletions(-) create mode 100644 icons/PyHoca/128x128/question.png create mode 100644 icons/PyHoca/16x16/question.png create mode 100644 icons/PyHoca/22x22/question.png create mode 100644 icons/PyHoca/32x32/question.png create mode 100644 icons/PyHoca/48x48/question.png create mode 100644 icons/PyHoca/64x64/question.png create mode 100644 icons/PyHoca/scalable/question.svg create mode 100644 pyhoca/wxgui/splash.py hooks/post-receive -- Python X2go Client (wxPython GUI)