[pyzo] 65/68: Merge tag 'v4.3' into debian/master
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Sep 28 09:47:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository pyzo.
commit c49d7db7aeb505dfc7a5fda0e1048433c61c0a59
Merge: 42b8a87 c26eefb
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Wed Sep 28 08:03:08 2016 +0100
Merge tag 'v4.3' into debian/master
MANIFEST.in | 5 +
README.md | 4 +-
dllutils.py | 231 ++++++++
freezeScript.py | 131 +++--
pyzo.appdata.xml | 6 +-
pyzo/__init__.py | 84 +--
pyzo/__main__.py | 15 +-
pyzo/codeeditor/_test.py | 28 +-
pyzo/codeeditor/base.py | 20 +-
pyzo/codeeditor/extensions/appearance.py | 19 +-
pyzo/codeeditor/extensions/autocompletion.py | 14 +-
pyzo/codeeditor/extensions/calltip.py | 6 +-
pyzo/codeeditor/manager.py | 2 +-
pyzo/codeeditor/misc.py | 4 +-
pyzo/codeeditor/qt.py | 21 +-
pyzo/core/about.py | 46 +-
pyzo/core/assistant.py | 54 +-
pyzo/core/baseTextCtrl.py | 14 +-
pyzo/core/codeparser.py | 2 +-
pyzo/core/compactTabWidget.py | 55 +-
pyzo/core/editor.py | 28 +-
pyzo/core/editorTabs.py | 78 +--
pyzo/core/icons.py | 32 +-
pyzo/core/kernelbroker.py | 6 +-
pyzo/core/main.py | 69 ++-
pyzo/core/menu.py | 146 ++---
pyzo/core/shell.py | 39 +-
pyzo/core/shellInfoDialog.py | 78 +--
pyzo/core/shellStack.py | 38 +-
pyzo/core/splash.py | 20 +-
pyzo/pyzokernel/guiintegration.py | 36 +-
pyzo/pyzokernel/guisupport.py | 6 +-
pyzo/pyzokernel/interpreter.py | 9 +-
pyzo/pyzokernel/introspection.py | 2 +
pyzo/pyzokernel/start.html | 30 ++
pyzo/pyzokernel/start.py | 1 +
pyzo/resources/defaultConfig.ssdf | 6 +-
pyzo/resources/fonts/linux_fonts.conf | 204 +++++++
pyzo/resources/translations/pyzo_ca_ES.tr | 242 ++++++---
pyzo/resources/translations/pyzo_de_DE.tr | 242 ++++++---
pyzo/resources/translations/pyzo_es_ES.tr | 242 ++++++---
pyzo/resources/translations/pyzo_fr_FR.tr | 288 ++++++----
pyzo/resources/translations/pyzo_fr_FR.tr.qm | Bin 45363 -> 48717 bytes
pyzo/resources/translations/pyzo_nl_NL.tr | 272 ++++++----
pyzo/resources/translations/pyzo_nl_NL.tr.qm | Bin 33788 -> 37083 bytes
pyzo/resources/translations/pyzo_pt_BR.tr | 242 ++++++---
pyzo/resources/translations/pyzo_pt_PT.tr | 242 ++++++---
pyzo/resources/translations/pyzo_ru_RU.tr | 242 ++++++---
pyzo/resources/translations/pyzo_sk_SK.tr | 242 ++++++---
pyzo/resources/translations/pyzo_zh_CN.tr | 765 ++++++++++++++-------------
pyzo/resources/translations/pyzo_zh_CN.tr.qm | Bin 26678 -> 23223 bytes
pyzo/resources/translations/pyzo_zh_TW.tr | 254 +++++----
pyzo/resources/translations/pyzo_zh_TW.tr.qm | Bin 26452 -> 28450 bytes
pyzo/tools/__init__.py | 22 +-
pyzo/tools/pyzoFileBrowser/__init__.py | 36 +-
pyzo/tools/pyzoFileBrowser/browser.py | 102 ++--
pyzo/tools/pyzoFileBrowser/importwizard.py | 88 +--
pyzo/tools/pyzoFileBrowser/proxies.py | 33 +-
pyzo/tools/pyzoFileBrowser/tasks.py | 4 +-
pyzo/tools/pyzoFileBrowser/tree.py | 113 ++--
pyzo/tools/pyzoFileBrowser/utils.py | 15 +-
pyzo/tools/pyzoHistoryViewer.py | 15 +-
pyzo/tools/pyzoInteractiveHelp.py | 21 +-
pyzo/tools/pyzoLogger.py | 3 +-
pyzo/tools/pyzoSourceStructure.py | 32 +-
pyzo/tools/pyzoWebBrowser.py | 34 +-
pyzo/tools/pyzoWorkspace.py | 39 +-
pyzo/util/_locale.py | 6 +-
pyzo/util/bootstrapconda.py | 54 +-
pyzo/util/interpreters/__init__.py | 6 +-
pyzo/util/paths.py | 284 ++++++++++
pyzo/util/pyzowizard.py | 30 +-
pyzo/util/qt/QtCore.py | 49 ++
pyzo/util/qt/QtGui.py | 103 ++++
pyzo/util/qt/QtWidgets.py | 122 +++++
pyzo/util/qt/__init__.py | 134 +++++
pyzo/util/qt/_patch/__init__.py | 0
pyzo/util/qt/_patch/qcombobox.py | 101 ++++
pyzo/util/qt/_patch/qheaderview.py | 82 +++
pyzo/util/qt/_version.py | 2 +
pyzo/util/qt/uic.py | 223 ++++++++
pyzo/util/zon.py | 478 +++++++++++++++++
82 files changed, 4998 insertions(+), 2095 deletions(-)
--
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