[neon/qt/pyside2/Neon/release] /: New upstream version 5.15.2
Dmitry Shachnev
null at kde.org
Wed Oct 19 14:56:29 BST 2022
Git commit 2b1d8a96882276884e9e641b75b1e6b6edea0a35 by Dmitry Shachnev.
Committed on 15/12/2020 at 17:20.
Pushed by jriddell into branch 'Neon/release'.
New upstream version 5.15.2
M +1 -1 build_scripts/build_scripts.pyproject
M +0 -1 build_scripts/config.py
M +273 -355 build_scripts/main.py
M +187 -38 build_scripts/options.py
M +4 -2 build_scripts/qp5_tool.py
M +206 -185 build_scripts/qtinfo.py
M +11 -6 build_scripts/setup_runner.py
M +17 -5 build_scripts/utils.py
M +41 -39 build_scripts/wheel_override.py
A +162 -0 build_scripts/wheel_utils.py
M +4 -0 coin_build_instructions.py
M +11 -1 coin_test_instructions.py
A +70 -0 dist/changes-5.15.2
M +13 -0 examples/samplebinding/README.md
M +1 -0 examples/samplebinding/bindings.xml
M +1 -1 examples/samplebinding/main.py
M +5 -0 examples/samplebinding/truck.cpp
M +2 -0 examples/samplebinding/truck.h
M +2 -2 examples/scriptableapplication/main.cpp
M +3 -3 examples/scriptableapplication/mainwindow.cpp
M +1 -1 examples/tutorial/t14.py
M +9 -7 examples/widgets/graphicsview/collidingmice/collidingmice.py
M +6 -5 examples/widgets/graphicsview/dragdroprobot/dragdroprobot.py
M +5 -2 examples/widgets/graphicsview/elasticnodes.py
M +65 -54 examples/widgets/itemviews/basicsortfiltermodel.py
M +54 -49 examples/widgets/layouts/flowlayout.py
A +3 -0 product_dependencies.yaml
M +3 -2 requirements.txt
M +1 -1 sources/pyside2/PySide2/Qt3DCore/typesystem_3dcore.xml
M +2 -0 sources/pyside2/PySide2/Qt3DRender/typesystem_3drender.xml
M +13 -3 sources/pyside2/PySide2/QtAxContainer/typesystem_axcontainer.xml
M +3 -1 sources/pyside2/PySide2/QtCharts/typesystem_charts.xml
M +4 -0 sources/pyside2/PySide2/QtConcurrent/CMakeLists.txt
M +14 -0 sources/pyside2/PySide2/QtConcurrent/typesystem_concurrent.xml
M +1 -0 sources/pyside2/PySide2/QtCore/CMakeLists.txt
M +15 -0 sources/pyside2/PySide2/QtCore/typesystem_core_common.xml
M +2 -0 sources/pyside2/PySide2/QtGui/CMakeLists.txt
M +15 -0 sources/pyside2/PySide2/QtGui/typesystem_gui_common.xml
M +2 -2 sources/pyside2/PySide2/QtQml/pysideqmlregistertype.cpp
M +0 -5 sources/pyside2/PySide2/QtQml/pysideqmlregistertype.h
M +16 -2 sources/pyside2/PySide2/QtQml/typesystem_qml.xml
M +1 -0 sources/pyside2/PySide2/QtRemoteObjects/CMakeLists.txt
M +1 -0 sources/pyside2/PySide2/QtRemoteObjects/typesystem_remoteobjects.xml
M +4 -0 sources/pyside2/PySide2/QtUiTools/typesystem_uitools.xml
M +4 -1 sources/pyside2/PySide2/QtWebEngineCore/CMakeLists.txt
M +1 -0 sources/pyside2/PySide2/QtWebEngineCore/typesystem_webenginecore.xml
M +1 -0 sources/pyside2/PySide2/QtWebEngineWidgets/typesystem_webenginewidgets.xml
M +15 -1 sources/pyside2/PySide2/QtWidgets/typesystem_widgets_common.xml
M +6 -0 sources/pyside2/PySide2/glue/qtcore.cpp
M +80 -72 sources/pyside2/doc/CMakeLists.txt
M +7 -1 sources/pyside2/doc/conf.py.in
M +2 -2 sources/pyside2/doc/deployment-briefcase.rst
M +1 -1 sources/pyside2/doc/deployment.rst
M +4 -0 sources/pyside2/doc/faq.rst
M +14 -18 sources/pyside2/doc/gettingstarted-linux.rst
M +14 -18 sources/pyside2/doc/gettingstarted-macOS.rst
M +17 -18 sources/pyside2/doc/gettingstarted-windows.rst
M +40 -9 sources/pyside2/doc/gettingstarted.rst
M +21 -7 sources/pyside2/doc/index.rst
M +27 -16 sources/pyside2/doc/quickstart.rst
M +9 -8 sources/pyside2/doc/tutorials/basictutorial/uifiles.rst
M +1 -1 sources/pyside2/doc/tutorials/datavisualize/datavisualize3/main_window.py
M +1 -1 sources/pyside2/doc/tutorials/datavisualize/datavisualize4/main_window.py
M +1 -1 sources/pyside2/doc/tutorials/datavisualize/datavisualize5/main_window.py
M +1 -1 sources/pyside2/doc/tutorials/datavisualize/datavisualize6/main_window.py
M +1 -1 sources/pyside2/doc/tutorials/expenses/main.py
R +24 -23 sources/pyside2/doc/tutorials/expenses/main_snake_prop.py [from: sources/pyside2/doc/tutorials/expenses/main_snake_case.py - 085% similarity]
M +3 -3 sources/pyside2/doc/tutorials/index.rst
M +1 -1 sources/pyside2/doc/tutorials/portingguide/chapter3/bookwindow.py
M +1 -1 sources/pyside2/doc/tutorials/portingguide/chapter3/chapter3.rst
M +8 -6 sources/pyside2/doc/tutorials/qmlsqlintegration/qmlsqlintegration.rst
M +90 -87 sources/pyside2/doc/videos.rst
M +1 -1 sources/pyside2/libpyside/CMakeLists.txt
M +192 -19 sources/pyside2/libpyside/feature_select.cpp
M +9 -3 sources/pyside2/libpyside/pyside.cpp
M +1 -1 sources/pyside2/libpyside/pysideclassinfo.cpp
M +11 -20 sources/pyside2/libpyside/pysidemacros.h
M +1 -1 sources/pyside2/libpyside/pysidemetafunction.cpp
M +179 -62 sources/pyside2/libpyside/pysideproperty.cpp
M +9 -9 sources/pyside2/libpyside/pysideproperty.h
M +1 -0 sources/pyside2/libpyside/pysideproperty_p.h
M +70 -55 sources/pyside2/libpyside/pysidesignal.cpp
M +13 -13 sources/pyside2/libpyside/pysidesignal.h
M +3 -3 sources/pyside2/libpyside/pysidesignal_p.h
M +1 -1 sources/pyside2/libpyside/pysideslot.cpp
M +4 -0 sources/pyside2/libpyside/pysidestaticstrings.cpp
M +4 -0 sources/pyside2/libpyside/pysidestaticstrings.h
M +1 -1 sources/pyside2/pyside_version.py
M +1 -1 sources/pyside2/tests/QtCore/CMakeLists.txt
M +21 -8 sources/pyside2/tests/QtCore/multiple_feature_test.py
M +3 -1 sources/pyside2/tests/QtCore/qproperty_decorator.py
R +32 -12 sources/pyside2/tests/QtCore/snake_prop_feature_test.py [from: sources/pyside2/tests/QtCore/snake_case_feature_test.py - 073% similarity]
M +3 -2 sources/pyside2/tests/QtGui/qcolor_test.py
M +20 -18 sources/pyside2/tests/QtUiTools/uiloader_test.py
M +9 -0 sources/pyside2/tests/pysidetest/CMakeLists.txt
C +8 -2 sources/pyside2/tests/pysidetest/flagstest.cpp [from: sources/shiboken2/tests/libsample/overloadsort.cpp - 086% similarity]
C +21 -21 sources/pyside2/tests/pysidetest/flagstest.h [from: sources/pyside2/tests/pysidetest/hiddenobject.h - 071% similarity]
M +4 -7 sources/pyside2/tests/pysidetest/hiddenobject.h
A +232 -0 sources/pyside2/tests/pysidetest/property_python_test.py
M +7 -3 sources/pyside2/tests/pysidetest/pysidetest_global.h
C +15 -2 sources/pyside2/tests/pysidetest/pysidetest_macros.h [from: sources/shiboken2/tests/libsample/overloadsort.cpp - 077% similarity]
C +44 -26 sources/pyside2/tests/pysidetest/signal_tp_descr_get_test.py [from: sources/pyside2/tests/QtCore/qproperty_decorator.py - 056% similarity]
M +2 -0 sources/pyside2/tests/pysidetest/testobject.cpp
M +17 -16 sources/pyside2/tests/pysidetest/testobject.h
M +4 -6 sources/pyside2/tests/pysidetest/testview.h
M +6 -0 sources/pyside2/tests/pysidetest/typesystem_pysidetest.xml
M +1 -0 sources/pyside2/tests/signals/CMakeLists.txt
A +106 -0 sources/pyside2/tests/signals/signal_across_threads.py
M +1 -0 sources/shiboken2/ApiExtractor/CMakeLists.txt
M +172 -139 sources/shiboken2/ApiExtractor/abstractmetabuilder.cpp
M +5 -5 sources/shiboken2/ApiExtractor/abstractmetabuilder.h
M +9 -2 sources/shiboken2/ApiExtractor/abstractmetabuilder_p.h
M +105 -159 sources/shiboken2/ApiExtractor/abstractmetalang.cpp
M +41 -112 sources/shiboken2/ApiExtractor/abstractmetalang.h
M +2 -0 sources/shiboken2/ApiExtractor/abstractmetalang_typedefs.h
M +22 -5 sources/shiboken2/ApiExtractor/apiextractor.cpp
M +5 -5 sources/shiboken2/ApiExtractor/apiextractor.h
M +6 -1 sources/shiboken2/ApiExtractor/clangparser/clangbuilder.cpp
M +2 -2 sources/shiboken2/ApiExtractor/doxygenparser.cpp
M +18 -1 sources/shiboken2/ApiExtractor/messages.cpp
M +4 -0 sources/shiboken2/ApiExtractor/messages.h
A +218 -0 sources/shiboken2/ApiExtractor/propertyspec.cpp [License: GPL (v3)]
A +116 -0 sources/shiboken2/ApiExtractor/propertyspec.h [License: GPL (v3)]
M +2 -2 sources/shiboken2/ApiExtractor/qtdocparser.cpp
M +27 -26 sources/shiboken2/ApiExtractor/tests/testabstractmetaclass.cpp
M +7 -7 sources/shiboken2/ApiExtractor/tests/testabstractmetatype.cpp
M +10 -10 sources/shiboken2/ApiExtractor/tests/testaddfunction.cpp
M +4 -4 sources/shiboken2/ApiExtractor/tests/testarrayargument.cpp
M +1 -1 sources/shiboken2/ApiExtractor/tests/testcodeinjection.cpp
M +2 -1 sources/shiboken2/ApiExtractor/tests/testcontainer.cpp
M +16 -8 sources/shiboken2/ApiExtractor/tests/testconversionoperator.cpp
M +3 -2 sources/shiboken2/ApiExtractor/tests/testconversionruletag.cpp
M +1 -1 sources/shiboken2/ApiExtractor/tests/testdroptypeentries.cpp
M +31 -29 sources/shiboken2/ApiExtractor/tests/testenum.cpp
M +3 -3 sources/shiboken2/ApiExtractor/tests/testextrainclude.cpp
M +4 -3 sources/shiboken2/ApiExtractor/tests/testfunctiontag.cpp
M +5 -3 sources/shiboken2/ApiExtractor/tests/testimplicitconversions.cpp
M +2 -2 sources/shiboken2/ApiExtractor/tests/testinserttemplate.cpp
M +4 -4 sources/shiboken2/ApiExtractor/tests/testmodifyfunction.cpp
M +5 -5 sources/shiboken2/ApiExtractor/tests/testnestedtypes.cpp
M +14 -14 sources/shiboken2/ApiExtractor/tests/testnumericaltypedef.cpp
M +2 -2 sources/shiboken2/ApiExtractor/tests/testrefcounttag.cpp
M +1 -1 sources/shiboken2/ApiExtractor/tests/testreferencetopointer.cpp
M +1 -1 sources/shiboken2/ApiExtractor/tests/testremovefield.cpp
M +2 -1 sources/shiboken2/ApiExtractor/tests/testremoveimplconv.cpp
M +15 -12 sources/shiboken2/ApiExtractor/tests/testtemplates.cpp
M +13 -4 sources/shiboken2/ApiExtractor/typedatabase.cpp
M +35 -13 sources/shiboken2/ApiExtractor/typesystem.h
M +2 -0 sources/shiboken2/ApiExtractor/typesystem_enums.h
M +89 -21 sources/shiboken2/ApiExtractor/typesystemparser.cpp
M +3 -0 sources/shiboken2/ApiExtractor/typesystemparser.h
M +3 -0 sources/shiboken2/doc/CMakeLists.txt
M +14 -3 sources/shiboken2/doc/gettingstarted.rst
M +2 -2 sources/shiboken2/doc/index.rst
M +8 -0 sources/shiboken2/doc/typesystem.rst
M +2 -1 sources/shiboken2/doc/typesystem_arguments.rst
A +37 -0 sources/shiboken2/doc/typesystem_codegeneration.rst
M +11 -23 sources/shiboken2/doc/typesystem_codeinjection.rst
M +122 -2 sources/shiboken2/doc/typesystem_manipulating_objects.rst
M +5 -0 sources/shiboken2/doc/typesystem_ownership.rst
M +1 -1 sources/shiboken2/doc/typesystem_sequenceprotocol.rst
M +8 -0 sources/shiboken2/doc/typesystem_specifying_types.rst
M +25 -14 sources/shiboken2/generator/generator.cpp
M +6 -3 sources/shiboken2/generator/generator.h
M +14 -0 sources/shiboken2/generator/indentor.h
M +4 -1 sources/shiboken2/generator/main.cpp
M +26 -35 sources/shiboken2/generator/qtdoc/qtdocgenerator.cpp
M +470 -240 sources/shiboken2/generator/shiboken2/cppgenerator.cpp
M +17 -0 sources/shiboken2/generator/shiboken2/cppgenerator.h
A +56 -0 sources/shiboken2/generator/shiboken2/ctypenames.h [License: GPL (v3)]
M +34 -24 sources/shiboken2/generator/shiboken2/headergenerator.cpp
M +55 -59 sources/shiboken2/generator/shiboken2/overloaddata.cpp
M +1 -0 sources/shiboken2/generator/shiboken2/overloaddata.h
M +63 -50 sources/shiboken2/generator/shiboken2/shibokengenerator.cpp
M +18 -10 sources/shiboken2/generator/shiboken2/shibokengenerator.h
M +11 -3 sources/shiboken2/libshiboken/CMakeLists.txt
M +11 -6 sources/shiboken2/libshiboken/basewrapper.cpp
M +4 -4 sources/shiboken2/libshiboken/basewrapper.h
M +1 -0 sources/shiboken2/libshiboken/basewrapper_p.h
M +26 -19 sources/shiboken2/libshiboken/bindingmanager.cpp
M +1 -1 sources/shiboken2/libshiboken/bindingmanager.h
M +3 -0 sources/shiboken2/libshiboken/pep384impl.cpp
M +1 -1 sources/shiboken2/libshiboken/pep384impl.h
M +2 -2 sources/shiboken2/libshiboken/sbkmodule.h
M +4 -2 sources/shiboken2/libshiboken/sbkstaticstrings.cpp
M +4 -2 sources/shiboken2/libshiboken/sbkstaticstrings.h
M +25 -5 sources/shiboken2/libshiboken/sbkstring.cpp
M +1 -0 sources/shiboken2/libshiboken/sbkstring.h
M +17 -16 sources/shiboken2/libshiboken/shibokenmacros.h
D +0 -1316 sources/shiboken2/libshiboken/signature.cpp
M +1 -3 sources/shiboken2/libshiboken/signature.h
A +482 -0 sources/shiboken2/libshiboken/signature/signature.cpp [License: GPL (v3) LGPL (v3)]
R +1 -1 sources/shiboken2/libshiboken/signature/signature_doc.rst [from: sources/shiboken2/libshiboken/signature_doc.rst - 099% similarity]
A +294 -0 sources/shiboken2/libshiboken/signature/signature_extend.cpp [License: GPL (v3) LGPL (v3)]
A +295 -0 sources/shiboken2/libshiboken/signature/signature_globals.cpp [License: GPL (v3) LGPL (v3)]
A +437 -0 sources/shiboken2/libshiboken/signature/signature_helper.cpp [License: GPL (v3) LGPL (v3)]
A +107 -0 sources/shiboken2/libshiboken/signature/signature_p.h [License: GPL (v3) LGPL (v3)]
M +1 -1 sources/shiboken2/shiboken_version.py
M +21 -15 sources/shiboken2/shibokenmodule/files.dir/shibokensupport/__feature__.py
M +6 -1 sources/shiboken2/shibokenmodule/files.dir/shibokensupport/signature/errorhandler.py
M +11 -8 sources/shiboken2/shibokenmodule/files.dir/shibokensupport/signature/mapping.py
M +4 -6 sources/shiboken2/shibokenmodule/files.dir/shibokensupport/signature/parser.py
M +1 -0 sources/shiboken2/tests/libother/CMakeLists.txt
M +1 -1 sources/shiboken2/tests/libother/otherobjecttype.cpp
M +2 -1 sources/shiboken2/tests/libother/otherobjecttype.h
C +10 -12 sources/shiboken2/tests/libother/othertypesystypedef.cpp [from: sources/shiboken2/tests/libother/otherobjecttype.cpp - 069% similarity]
C +12 -21 sources/shiboken2/tests/libother/othertypesystypedef.h [from: sources/pyside2/tests/pysidetest/hiddenobject.h - 071% similarity]
M +1 -0 sources/shiboken2/tests/libsample/CMakeLists.txt
M +9 -0 sources/shiboken2/tests/libsample/overloadsort.cpp
M +7 -0 sources/shiboken2/tests/libsample/overloadsort.h
M +10 -0 sources/shiboken2/tests/libsample/pen.cpp
M +5 -0 sources/shiboken2/tests/libsample/pen.h
M +27 -21 sources/shiboken2/tests/libsample/removednamespaces.h
M +2 -0 sources/shiboken2/tests/libsample/samplenamespace.cpp
M +2 -19 sources/shiboken2/tests/libsample/samplenamespace.h
C +9 -2 sources/shiboken2/tests/libsample/typesystypedef.cpp [from: sources/shiboken2/tests/libsample/overloadsort.cpp - 078% similarity]
C +19 -30 sources/shiboken2/tests/libsample/typesystypedef.h [from: sources/shiboken2/tests/libsample/removednamespaces.h - 067% similarity]
M +4 -0 sources/shiboken2/tests/libsample/virtualmethods.h
M +25 -49 sources/shiboken2/tests/libsmart/smart_sharedptr.h
M +3 -0 sources/shiboken2/tests/otherbinding/CMakeLists.txt
M +1 -1 sources/shiboken2/tests/otherbinding/global.h
C +17 -18 sources/shiboken2/tests/otherbinding/othertypesystypedef_test.py [from: sources/shiboken2/tests/samplebinding/renaming_test.py - 064% similarity]
M +4 -0 sources/shiboken2/tests/otherbinding/typesystem_other.xml
M +5 -1 sources/shiboken2/tests/samplebinding/CMakeLists.txt
M +25 -1 sources/shiboken2/tests/samplebinding/enumfromremovednamespace_test.py
M +1 -0 sources/shiboken2/tests/samplebinding/global.h
M +8 -15 sources/shiboken2/tests/samplebinding/namespace_test.py
M +9 -0 sources/shiboken2/tests/samplebinding/overload_sorting_test.py
M +13 -1 sources/shiboken2/tests/samplebinding/pen_test.py
M +1 -1 sources/shiboken2/tests/samplebinding/renaming_test.py
M +17 -8 sources/shiboken2/tests/samplebinding/typesystem_sample.xml
C +12 -15 sources/shiboken2/tests/samplebinding/typesystypedef_test.py [from: sources/shiboken2/tests/samplebinding/enumfromremovednamespace_test.py - 069% similarity]
M +13 -0 sources/shiboken2/tests/smartbinding/smart_pointer_test.py
M +1 -0 sources/shiboken2/tests/smartbinding/typesystem_smart.xml
M +9 -12 testing/wheel_tester.py
M +5 -2 tools/create_changelog.py
https://invent.kde.org/neon/qt/pyside2/commit/2b1d8a96882276884e9e641b75b1e6b6edea0a35
More information about the Neon-commits
mailing list