[neon/qt/pyside2/Neon/release] /: New upstream version 5.15.1
Dmitry Shachnev
null at kde.org
Wed Oct 19 14:56:27 BST 2022
Git commit 1bedc608a518d52ac93a803de8f4ab5671db6b6a by Dmitry Shachnev.
Committed on 14/10/2020 at 11:46.
Pushed by jriddell into branch 'Neon/release'.
New upstream version 5.15.1
M +2 -1 build_scripts/config.py
M +24 -17 build_scripts/main.py
M +2 -0 build_scripts/options.py
M +8 -3 build_scripts/platforms/windows_desktop.py
M +10 -3 build_scripts/qp5_tool.py
M +5 -1 build_scripts/setup_runner.py
M +1 -1 build_scripts/utils.py
M +1 -1 build_scripts/wheel_override.py
M +3 -3 coin/instructions/execute_build_instructions.yaml
M +3 -3 coin/instructions/execute_test_instructions.yaml
M +1 -1 coin/module_config.yaml
M +14 -2 coin_build_instructions.py
M +15 -2 coin_test_instructions.py
R +0 -0 dist/changes-1.2.3 [from: CHANGES.rst - 100% similarity]
A +35 -0 dist/changes-5.14.2.3
A +67 -0 dist/changes-5.15.1
M +10 -7 examples/corelib/tools/codecs/codecs.py
M +469 -420 examples/corelib/tools/settingseditor/settingseditor.py
M +6 -4 examples/opengl/grabber.py
A +114 -0 examples/quick/customitems/painteditem/main.qml [License: BSD]
A +106 -0 examples/quick/customitems/painteditem/painteditem.py
A +3 -0 examples/quick/customitems/painteditem/painteditem.pyproject
M +1 -1 examples/webenginewidgets/tabbedbrowser/browsertabwidget.py
M +3 -3 examples/webenginewidgets/tabbedbrowser/downloadwidget.py
M +4 -4 examples/webenginewidgets/tabbedbrowser/main.py
A +275 -0 examples/widgetbinding/CMakeLists.txt
A +74 -0 examples/widgetbinding/README.md
A +54 -0 examples/widgetbinding/bindings.h [License: BSD]
A +56 -0 examples/widgetbinding/bindings.xml
A +77 -0 examples/widgetbinding/dialog.py
A +63 -0 examples/widgetbinding/macros.h [License: BSD]
A +61 -0 examples/widgetbinding/main.py
A +111 -0 examples/widgetbinding/wigglywidget.cpp [License: BSD]
A +81 -0 examples/widgetbinding/wigglywidget.h [License: BSD]
A +97 -0 examples/widgetbinding/wigglywidget.py
M +1 -1 examples/widgets/dialogs/classwizard/classwizard.py
M +5 -4 examples/widgets/itemviews/addressbook/addresswidget.py
M +32 -24 examples/widgets/richtext/syntaxhighlighter.py
M +56 -55 examples/widgets/richtext/syntaxhighlighter/syntaxhighlighter.py
M +26 -17 examples/xmlpatterns/schema/schema.py
M +1 -3 sources/pyside2-tools/pyside_tool.py
M +1 -1 sources/pyside2/CMakeLists.txt
M +1 -0 sources/pyside2/PySide2/Qt3DExtras/CMakeLists.txt
M +1 -0 sources/pyside2/PySide2/Qt3DExtras/typesystem_3dextras.xml
M +7 -0 sources/pyside2/PySide2/QtCore/CMakeLists.txt
M +51 -4 sources/pyside2/PySide2/QtCore/typesystem_core_common.xml
M +3 -1 sources/pyside2/PySide2/QtGui/CMakeLists.txt
M +3 -0 sources/pyside2/PySide2/QtGui/typesystem_gui_common.xml
M +2 -2 sources/pyside2/PySide2/QtNetwork/CMakeLists.txt
M +1 -0 sources/pyside2/PySide2/QtNetwork/typesystem_network.xml
M +1 -1 sources/pyside2/PySide2/QtOpenGLFunctions/CMakeLists.txt
M +6 -0 sources/pyside2/PySide2/QtQml/typesystem_qml.xml
M +17 -15 sources/pyside2/PySide2/QtUiTools/glue/plugins.h
M +0 -25 sources/pyside2/PySide2/QtUiTools/typesystem_uitools.xml
M +1 -0 sources/pyside2/PySide2/QtWidgets/typesystem_widgets_common.xml
M +8 -2 sources/pyside2/PySide2/QtWinExtras/CMakeLists.txt
A +5 -0 sources/pyside2/PySide2/QtWinExtras/QtWinExtras_global.pre.h.in
M +1 -0 sources/pyside2/PySide2/QtWinExtras/typesystem_winextras.xml
M +14 -1 sources/pyside2/PySide2/QtXml/typesystem_xml.xml
M +20 -1 sources/pyside2/PySide2/__init__.py.in
M +10 -3 sources/pyside2/PySide2/global.h.in
M +69 -11 sources/pyside2/PySide2/glue/qtcore.cpp
M +7 -4 sources/pyside2/PySide2/glue/qtuitools.cpp
M +6 -6 sources/pyside2/PySide2/support/generate_pyi.py
M +42 -7 sources/pyside2/doc/CMakeLists.txt
M +6 -1 sources/pyside2/doc/_themes/pysidedocs/static/pyside.css
A +57 -0 sources/pyside2/doc/_themes/pysidedocs_qthelp/domainindex.html
A +- -- sources/pyside2/doc/_themes/pysidedocs_qthelp/static/fakebar.png
A +- -- sources/pyside2/doc/_themes/pysidedocs_qthelp/static/logo_python.jpg
A +- -- sources/pyside2/doc/_themes/pysidedocs_qthelp/static/logo_qt.png
A +- -- sources/pyside2/doc/_themes/pysidedocs_qthelp/static/minus.png
A +- -- sources/pyside2/doc/_themes/pysidedocs_qthelp/static/plus.png
C +10 -138 sources/pyside2/doc/_themes/pysidedocs_qthelp/static/pyside.css [from: sources/pyside2/doc/_themes/pysidedocs/static/pyside.css - 092% similarity]
A +- -- sources/pyside2/doc/_themes/pysidedocs_qthelp/static/pysidelogo.png
A +- -- sources/pyside2/doc/_themes/pysidedocs_qthelp/static/relbar_bg.png
A +7 -0 sources/pyside2/doc/_themes/pysidedocs_qthelp/theme.conf
M +10 -1 sources/pyside2/doc/conf.py.in
M +14 -0 sources/pyside2/doc/considerations.rst
A +199 -0 sources/pyside2/doc/deployment-briefcase.rst
M +12 -1 sources/pyside2/doc/deployment.rst
M +24 -24 sources/pyside2/doc/extras/QtCore.Property.rst
A +92 -0 sources/pyside2/doc/extras/QtCore.QEnum.rst
A +36 -0 sources/pyside2/doc/extras/QtUiTools.loadUiType.rst
M +1 -1 sources/pyside2/doc/extras/QtUiTools.rst
M +28 -2 sources/pyside2/doc/gettingstarted.rst
M +69 -30 sources/pyside2/doc/index.rst
A +23 -0 sources/pyside2/doc/tutorials/basictutorial/style.qss
M +1 -1 sources/pyside2/doc/tutorials/basictutorial/uifiles.rst
A +- -- sources/pyside2/doc/tutorials/basictutorial/widgetstyling-no.png
A +- -- sources/pyside2/doc/tutorials/basictutorial/widgetstyling-simple-no.png
A +- -- sources/pyside2/doc/tutorials/basictutorial/widgetstyling-simple-yes.png
A +- -- sources/pyside2/doc/tutorials/basictutorial/widgetstyling-yes.png
A +95 -0 sources/pyside2/doc/tutorials/basictutorial/widgetstyling.py
A +169 -0 sources/pyside2/doc/tutorials/basictutorial/widgetstyling.rst
M +6 -6 sources/pyside2/doc/tutorials/expenses/expenses.rst
A +209 -0 sources/pyside2/doc/tutorials/expenses/main_snake_case.py
M +1 -0 sources/pyside2/doc/tutorials/index.rst
M +4 -0 sources/pyside2/libpyside/CMakeLists.txt
M +62 -7 sources/pyside2/libpyside/dynamicqmetaobject.cpp
M +4 -1 sources/pyside2/libpyside/dynamicqmetaobject.h
A +562 -0 sources/pyside2/libpyside/feature_select.cpp [License: GPL (v3) LGPL (v3)]
C +12 -24 sources/pyside2/libpyside/feature_select.h [from: sources/shiboken2/libshiboken/gilstate.cpp - 081% similarity]
M +1 -3 sources/pyside2/libpyside/pyside.cpp
M +1 -1 sources/pyside2/libpyside/pyside.h
M +5 -0 sources/pyside2/libpyside/pysideproperty.cpp
A +258 -0 sources/pyside2/libpyside/pysideqenum.cpp [License: GPL (v3) LGPL (v3)]
C +14 -24 sources/pyside2/libpyside/pysideqenum.h [from: sources/shiboken2/libshiboken/gilstate.cpp - 080% similarity]
M +7 -7 sources/pyside2/libpyside/pysideqflags.cpp
M +22 -11 sources/pyside2/libpyside/pysidesignal.cpp
M +10 -6 sources/pyside2/libpyside/pysideslot.cpp
M +2 -0 sources/pyside2/libpyside/signalmanager.cpp
M +28 -38 sources/pyside2/plugins/customwidget.cpp
M +19 -25 sources/pyside2/plugins/customwidget.h
M +6 -28 sources/pyside2/plugins/customwidgets.cpp
M +10 -12 sources/pyside2/plugins/customwidgets.h
M +1 -1 sources/pyside2/pyside_version.py
M +3 -0 sources/pyside2/tests/QtCore/CMakeLists.txt
C +46 -25 sources/pyside2/tests/QtCore/bug_1313.py [from: sources/pyside2/tests/QtCore/qprocess_test.py - 057% similarity]
A +128 -0 sources/pyside2/tests/QtCore/multiple_feature_test.py
M +8 -0 sources/pyside2/tests/QtCore/qbytearray_test.py
M +110 -9 sources/pyside2/tests/QtCore/qenum_test.py
M +5 -2 sources/pyside2/tests/QtCore/qobject_parent_test.py
M +2 -1 sources/pyside2/tests/QtCore/qprocess_test.py
M +2 -2 sources/pyside2/tests/QtCore/qsrand_test.py
C +38 -19 sources/pyside2/tests/QtCore/snake_case_feature_test.py [from: tools/metaobject_dump.py - 064% similarity]
M +1 -1 sources/pyside2/tests/QtGui/qfontmetrics_test.py
M +11 -7 sources/pyside2/tests/QtGui/qpolygonf_test.py
M +1 -0 sources/pyside2/tests/QtQml/signal_arguments.py
M +2 -2 sources/pyside2/tests/QtQml/signal_arguments.qml
M +1 -0 sources/pyside2/tests/QtWidgets/CMakeLists.txt
C +32 -22 sources/pyside2/tests/QtWidgets/qtreewidgetitem_test.py [from: sources/pyside2/tests/QtCore/qprocess_test.py - 053% similarity]
M +1 -0 sources/shiboken2/ApiExtractor/CMakeLists.txt
M +100 -78 sources/shiboken2/ApiExtractor/abstractmetabuilder.cpp
M +3 -1 sources/shiboken2/ApiExtractor/abstractmetabuilder.h
M +5 -3 sources/shiboken2/ApiExtractor/abstractmetabuilder_p.h
M +103 -1 sources/shiboken2/ApiExtractor/abstractmetalang.cpp
M +35 -22 sources/shiboken2/ApiExtractor/abstractmetalang.h
M +13 -10 sources/shiboken2/ApiExtractor/apiextractor.cpp
M +4 -3 sources/shiboken2/ApiExtractor/apiextractor.h
M +67 -23 sources/shiboken2/ApiExtractor/clangparser/clangbuilder.cpp
M +54 -13 sources/shiboken2/ApiExtractor/clangparser/clangparser.cpp
M +7 -2 sources/shiboken2/ApiExtractor/clangparser/clangparser.h
M +14 -4 sources/shiboken2/ApiExtractor/clangparser/clangutils.cpp
M +10 -2 sources/shiboken2/ApiExtractor/clangparser/clangutils.h
M +55 -27 sources/shiboken2/ApiExtractor/doxygenparser.cpp
M +5 -1 sources/shiboken2/ApiExtractor/fileout.cpp
M +93 -5 sources/shiboken2/ApiExtractor/messages.cpp
M +28 -2 sources/shiboken2/ApiExtractor/messages.h
M +61 -0 sources/shiboken2/ApiExtractor/parser/codemodel.cpp
M +10 -0 sources/shiboken2/ApiExtractor/parser/codemodel.h
M +14 -4 sources/shiboken2/ApiExtractor/reporthandler.cpp
A +100 -0 sources/shiboken2/ApiExtractor/sourcelocation.cpp [License: GPL (v3)]
C +29 -24 sources/shiboken2/ApiExtractor/sourcelocation.h [from: sources/shiboken2/tests/libsample/pen.h - 059% similarity]
M +30 -0 sources/shiboken2/ApiExtractor/tests/testabstractmetaclass.cpp
M +1 -0 sources/shiboken2/ApiExtractor/tests/testabstractmetaclass.h
M +1 -1 sources/shiboken2/ApiExtractor/tests/testaddfunction.cpp
M +6 -4 sources/shiboken2/ApiExtractor/tests/testdroptypeentries.cpp
M +2 -2 sources/shiboken2/ApiExtractor/tests/testnestedtypes.cpp
M +1 -17 sources/shiboken2/ApiExtractor/tests/testreverseoperators.cpp
M +14 -6 sources/shiboken2/ApiExtractor/typedatabase.cpp
M +3 -0 sources/shiboken2/ApiExtractor/typedatabase.h
M +93 -1 sources/shiboken2/ApiExtractor/typesystem.cpp
M +12 -3 sources/shiboken2/ApiExtractor/typesystem.h
M +1 -18 sources/shiboken2/ApiExtractor/typesystem_enums.h
M +53 -62 sources/shiboken2/ApiExtractor/typesystemparser.cpp
M +3 -1 sources/shiboken2/ApiExtractor/typesystemparser.h
M +7 -7 sources/shiboken2/CMakeLists.txt
M +3 -3 sources/shiboken2/data/shiboken_helpers.cmake
M +39 -3 sources/shiboken2/doc/CMakeLists.txt
M +6 -1 sources/shiboken2/doc/_themes/pysidedocs/static/pyside.css
A +57 -0 sources/shiboken2/doc/_themes/pysidedocs_qthelp/domainindex.html
A +- -- sources/shiboken2/doc/_themes/pysidedocs_qthelp/static/fakebar.png
A +- -- sources/shiboken2/doc/_themes/pysidedocs_qthelp/static/logo_python.jpg
A +- -- sources/shiboken2/doc/_themes/pysidedocs_qthelp/static/logo_qt.png
A +- -- sources/shiboken2/doc/_themes/pysidedocs_qthelp/static/minus.png
A +- -- sources/shiboken2/doc/_themes/pysidedocs_qthelp/static/plus.png
C +10 -138 sources/shiboken2/doc/_themes/pysidedocs_qthelp/static/pyside.css [from: sources/pyside2/doc/_themes/pysidedocs/static/pyside.css - 092% similarity]
A +- -- sources/shiboken2/doc/_themes/pysidedocs_qthelp/static/pysidelogo.png
A +- -- sources/shiboken2/doc/_themes/pysidedocs_qthelp/static/relbar_bg.png
A +7 -0 sources/shiboken2/doc/_themes/pysidedocs_qthelp/theme.conf
M +8 -0 sources/shiboken2/doc/conf.py.in
M +8 -2 sources/shiboken2/doc/index.rst
M +4 -2 sources/shiboken2/doc/shibokengenerator.rst
M +68 -65 sources/shiboken2/doc/typesystem_codeinjection.rst
M +6 -31 sources/shiboken2/generator/generator.cpp
M +120 -117 sources/shiboken2/generator/main.cpp
M +103 -75 sources/shiboken2/generator/qtdoc/qtdocgenerator.cpp
M +5 -3 sources/shiboken2/generator/qtdoc/qtdocgenerator.h
M +240 -182 sources/shiboken2/generator/shiboken2/cppgenerator.cpp
M +7 -1 sources/shiboken2/generator/shiboken2/cppgenerator.h
M +10 -4 sources/shiboken2/generator/shiboken2/shibokengenerator.cpp
M +2 -0 sources/shiboken2/generator/shiboken2/shibokengenerator.h
M +1 -1 sources/shiboken2/libshiboken/CMakeLists.txt
M +166 -5 sources/shiboken2/libshiboken/basewrapper.cpp
M +15 -0 sources/shiboken2/libshiboken/basewrapper.h
M +6 -4 sources/shiboken2/libshiboken/basewrapper_p.h
M +26 -7 sources/shiboken2/libshiboken/bindingmanager.cpp
M +1 -1 sources/shiboken2/libshiboken/bindingmanager.h
M +1 -1 sources/shiboken2/libshiboken/embed/signature_bootstrap.py
M +7 -0 sources/shiboken2/libshiboken/gilstate.cpp
M +1 -0 sources/shiboken2/libshiboken/gilstate.h
M +53 -23 sources/shiboken2/libshiboken/pep384impl.cpp
M +35 -16 sources/shiboken2/libshiboken/pep384impl.h
M +17 -12 sources/shiboken2/libshiboken/sbkenum.cpp
M +1 -0 sources/shiboken2/libshiboken/sbkpython.h
M +11 -1 sources/shiboken2/libshiboken/sbkstaticstrings.cpp
M +11 -0 sources/shiboken2/libshiboken/sbkstaticstrings.h
M +0 -1 sources/shiboken2/libshiboken/sbkstaticstrings_p.h
M +56 -9 sources/shiboken2/libshiboken/sbkstring.cpp
M +1 -0 sources/shiboken2/libshiboken/sbkstring.h
M +1 -0 sources/shiboken2/libshiboken/shiboken.h
M +74 -20 sources/shiboken2/libshiboken/signature.cpp
M +1 -0 sources/shiboken2/libshiboken/signature.h
M +4 -0 sources/shiboken2/libshiboken/threadstatesaver.cpp
M +1 -1 sources/shiboken2/shiboken_version.py
M +2 -0 sources/shiboken2/shibokenmodule/CMakeLists.txt
M +2 -2 sources/shiboken2/shibokenmodule/__init__.py.in
A +183 -0 sources/shiboken2/shibokenmodule/files.dir/shibokensupport/__feature__.py
M +10 -11 sources/shiboken2/shibokenmodule/files.dir/shibokensupport/signature/layout.py
M +5 -8 sources/shiboken2/shibokenmodule/files.dir/shibokensupport/signature/lib/enum_sig.py
M +15 -1 sources/shiboken2/shibokenmodule/files.dir/shibokensupport/signature/loader.py
M +12 -0 sources/shiboken2/shibokenmodule/files.dir/shibokensupport/signature/mapping.py
M +9 -2 sources/shiboken2/shibokenmodule/files.dir/shibokensupport/signature/parser.py
M +16 -18 sources/shiboken2/tests/CMakeLists.txt
M +66 -12 sources/shiboken2/tests/dumpcodemodel/main.cpp
M +1 -0 sources/shiboken2/tests/libsample/CMakeLists.txt
M +6 -0 sources/shiboken2/tests/libsample/objecttype.cpp
M +2 -0 sources/shiboken2/tests/libsample/objecttype.h
M +8 -2 sources/shiboken2/tests/libsample/objecttypeholder.cpp
M +3 -2 sources/shiboken2/tests/libsample/objecttypeholder.h
C +12 -31 sources/shiboken2/tests/libsample/oddbool.cpp [from: sources/shiboken2/tests/libsample/pen.cpp - 071% similarity]
M +26 -1 sources/shiboken2/tests/libsample/oddbool.h
M +4 -0 sources/shiboken2/tests/libsample/pen.cpp
M +5 -0 sources/shiboken2/tests/libsample/pen.h
M +6 -0 sources/shiboken2/tests/libsample/virtualmethods.cpp
M +2 -0 sources/shiboken2/tests/libsample/virtualmethods.h
M +1 -1 sources/shiboken2/tests/minimalbinding/brace_pattern_test.py
M +1 -0 sources/shiboken2/tests/samplebinding/CMakeLists.txt
M +7 -1 sources/shiboken2/tests/samplebinding/oddbool_test.py
M +2 -0 sources/shiboken2/tests/samplebinding/pen_test.py
M +4 -1 sources/shiboken2/tests/samplebinding/point_test.py
M +2 -5 sources/shiboken2/tests/samplebinding/pointerprimitivetype_test.py
M +29 -11 sources/shiboken2/tests/samplebinding/typesystem_sample.xml
M +29 -4 sources/shiboken2/tests/shiboken_paths.py
M +3 -9 sources/shiboken2/tests/test_generator/CMakeLists.txt
M +29 -1 testing/buildlog.py
M +7 -1 tools/dump_metaobject.py
M +4 -4 tools/metaobject_dump.py
A +7 -0 tools/missing_bindings-requirements.txt
M +4 -3 tools/missing_bindings.py
https://invent.kde.org/neon/qt/pyside2/commit/1bedc608a518d52ac93a803de8f4ab5671db6b6a
More information about the Neon-commits
mailing list