[pyzo] branch master updated (0da6220 -> 6925a59)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Jul 1 16:22:04 UTC 2016


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

ghisvail-guest pushed a change to branch master
in repository pyzo.

      from  0da6220   fix bug related to breakpoints
       new  6f0f188   Fix #393
       new  bc6b3cc   Fix #394
       new  111e485   GUI integration for tornado runs actual event loop for better performance
       new  f46ffa4   Fix open outside Pyzo on Windows for paths containing spaces. Fixes #404
       new  752cb19   Add freedesktop file for Pyzo.
       new  39cb6ac   Merge pull request #397 from ghisvail/enh/desktop-file
       new  aca4f00   Passed sys.argv to the QApplication function Now the windows have a wmclass and can be associated to a program in linux
       new  6a49a55   Merge pull request #398 from hmaarrfk/wmclass
       new  4f2a5a2   Merge branch 'master' of github.com:pyzo/pyzo
       new  78f403f   Prefix the icons that we introduced. Closes #395
       new  a7e0e9e   Update pyzo_zh_TW.tr
       new  1a9f053   Merge pull request #401 from yltang52/patch-1
       new  57654d6   Merge branch 'master' of github.com:pyzo/pyzo
       new  71e5a3d   Workspace can hide private variables. Closes #385
       new  7c7d36b   bumb version number
       new  c329227   arg, forgot to clean up a print statemtn
       new  3980fe4   fix docstring in __init__ so it will look better on pypi next time
       new  0e6335c   Simplified Chinese translation for #402
       new  6925a59   Merge pull request #405 from dingxl05/master

The 19 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:
 pyzo/__init__.py                                   | 112 ++++---
 pyzo/core/main.py                                  |   3 +-
 pyzo/pyzokernel/guiintegration.py                  |  32 +-
 pyzo/resources/icons/README.md                     |   2 +
 ...tion_eraser.png => pyzo_application_eraser.png} | Bin
 ...on_refresh.png => pyzo_application_refresh.png} | Bin
 ...cation_shell.png => pyzo_application_shell.png} | Bin
 ...tion_wrench.png => pyzo_application_wrench.png} | Bin
 ...{debug_continue.png => pyzo_debug_continue.png} | Bin
 .../icons/{debug_next.png => pyzo_debug_next.png}  | Bin
 .../icons/{debug_quit.png => pyzo_debug_quit.png}  | Bin
 .../{debug_return.png => pyzo_debug_return.png}    | Bin
 .../icons/{debug_step.png => pyzo_debug_step.png}  | Bin
 .../icons/{disk_as.png => pyzo_disk_as.png}        | Bin
 .../icons/{filter.png => pyzo_filter.png}          | Bin
 .../icons/{folder_hg.png => pyzo_folder_hg.png}    | Bin
 .../{folder_parent.png => pyzo_folder_parent.png}  | Bin
 .../icons/{folder_svn.png => pyzo_folder_svn.png}  | Bin
 .../{overlay_disk.png => pyzo_overlay_disk.png}    | Bin
 .../icons/{overlay_hg.png => pyzo_overlay_hg.png}  | Bin
 .../{overlay_link.png => pyzo_overlay_link.png}    | Bin
 .../{overlay_star.png => pyzo_overlay_star.png}    | Bin
 .../{overlay_svn.png => pyzo_overlay_svn.png}      | Bin
 ...ay_thumbnail.png => pyzo_overlay_thumbnail.png} | Bin
 ...age_delete_all.png => pyzo_page_delete_all.png} | Bin
 .../icons/{page_white.png => pyzo_page_white.png}  | Bin
 ...e_white_dirty.png => pyzo_page_white_dirty.png} | Bin
 .../{page_white_py.png => pyzo_page_white_py.png}  | Bin
 ...{page_white_pyx.png => pyzo_page_white_pyx.png} | Bin
 ...{plugin_refresh.png => pyzo_plugin_refresh.png} | Bin
 .../icons/{run_cell.png => pyzo_run_cell.png}      | Bin
 .../icons/{run_file.png => pyzo_run_file.png}      | Bin
 ...un_file_script.png => pyzo_run_file_script.png} | Bin
 .../icons/{run_lines.png => pyzo_run_lines.png}    | Bin
 .../{run_mainfile.png => pyzo_run_mainfile.png}    | Bin
 ...ile_script.png => pyzo_run_mainfile_script.png} | Bin
 pyzo/resources/icons/{star2.png => pyzo_star2.png} | Bin
 pyzo/resources/icons/{star3.png => pyzo_star3.png} | Bin
 pyzo/resources/pyzo.desktop                        |  14 +
 pyzo/resources/translations/pyzo_zh_CN.tr          | 356 ++++++++-------------
 pyzo/resources/translations/pyzo_zh_TW.tr          |   4 +-
 pyzo/tools/pyzoFileBrowser/proxies.py              |   2 +-
 pyzo/tools/pyzoFileBrowser/tree.py                 |  10 +-
 pyzo/tools/pyzoWorkspace.py                        |   6 +-
 44 files changed, 244 insertions(+), 297 deletions(-)
 create mode 100644 pyzo/resources/icons/README.md
 rename pyzo/resources/icons/{application_eraser.png => pyzo_application_eraser.png} (100%)
 rename pyzo/resources/icons/{application_refresh.png => pyzo_application_refresh.png} (100%)
 rename pyzo/resources/icons/{application_shell.png => pyzo_application_shell.png} (100%)
 rename pyzo/resources/icons/{application_wrench.png => pyzo_application_wrench.png} (100%)
 rename pyzo/resources/icons/{debug_continue.png => pyzo_debug_continue.png} (100%)
 rename pyzo/resources/icons/{debug_next.png => pyzo_debug_next.png} (100%)
 rename pyzo/resources/icons/{debug_quit.png => pyzo_debug_quit.png} (100%)
 rename pyzo/resources/icons/{debug_return.png => pyzo_debug_return.png} (100%)
 rename pyzo/resources/icons/{debug_step.png => pyzo_debug_step.png} (100%)
 rename pyzo/resources/icons/{disk_as.png => pyzo_disk_as.png} (100%)
 rename pyzo/resources/icons/{filter.png => pyzo_filter.png} (100%)
 rename pyzo/resources/icons/{folder_hg.png => pyzo_folder_hg.png} (100%)
 rename pyzo/resources/icons/{folder_parent.png => pyzo_folder_parent.png} (100%)
 rename pyzo/resources/icons/{folder_svn.png => pyzo_folder_svn.png} (100%)
 rename pyzo/resources/icons/{overlay_disk.png => pyzo_overlay_disk.png} (100%)
 rename pyzo/resources/icons/{overlay_hg.png => pyzo_overlay_hg.png} (100%)
 rename pyzo/resources/icons/{overlay_link.png => pyzo_overlay_link.png} (100%)
 rename pyzo/resources/icons/{overlay_star.png => pyzo_overlay_star.png} (100%)
 rename pyzo/resources/icons/{overlay_svn.png => pyzo_overlay_svn.png} (100%)
 rename pyzo/resources/icons/{overlay_thumbnail.png => pyzo_overlay_thumbnail.png} (100%)
 rename pyzo/resources/icons/{page_delete_all.png => pyzo_page_delete_all.png} (100%)
 rename pyzo/resources/icons/{page_white.png => pyzo_page_white.png} (100%)
 rename pyzo/resources/icons/{page_white_dirty.png => pyzo_page_white_dirty.png} (100%)
 rename pyzo/resources/icons/{page_white_py.png => pyzo_page_white_py.png} (100%)
 rename pyzo/resources/icons/{page_white_pyx.png => pyzo_page_white_pyx.png} (100%)
 rename pyzo/resources/icons/{plugin_refresh.png => pyzo_plugin_refresh.png} (100%)
 rename pyzo/resources/icons/{run_cell.png => pyzo_run_cell.png} (100%)
 rename pyzo/resources/icons/{run_file.png => pyzo_run_file.png} (100%)
 rename pyzo/resources/icons/{run_file_script.png => pyzo_run_file_script.png} (100%)
 rename pyzo/resources/icons/{run_lines.png => pyzo_run_lines.png} (100%)
 rename pyzo/resources/icons/{run_mainfile.png => pyzo_run_mainfile.png} (100%)
 rename pyzo/resources/icons/{run_mainfile_script.png => pyzo_run_mainfile_script.png} (100%)
 rename pyzo/resources/icons/{star2.png => pyzo_star2.png} (100%)
 rename pyzo/resources/icons/{star3.png => pyzo_star3.png} (100%)
 create mode 100644 pyzo/resources/pyzo.desktop

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyzo.git



More information about the debian-science-commits mailing list