New upstream version 6.7.2
authorStuart Prescott <stuart@debian.org>
Sun, 6 Oct 2024 04:08:12 +0000 (15:08 +1100)
committerStuart Prescott <stuart@debian.org>
Sun, 6 Oct 2024 04:08:12 +0000 (15:08 +1100)
commitfe0af22672d31dc4b43bcc60fdd32d86819e35b1
treeb7a6787c2688621cae3d141e2bc0a98b07bb29e6
parente1f83a75aa19f2cd66000c294d6d213d87a080e6
New upstream version 6.7.2
1013 files changed:
.flake8
LICENSES/Apache-2.0.txt [new file with mode: 0644]
README.md
README.pyside6.md
README.pyside6_addons.md
README.pyside6_essentials.md
README.pyside6_examples.md
build_scripts/__init__.py
build_scripts/build_info_collector.py
build_scripts/config.py
build_scripts/log.py
build_scripts/main.py
build_scripts/options.py
build_scripts/platforms/linux.py
build_scripts/platforms/unix.py
build_scripts/platforms/windows_desktop.py
build_scripts/qfp_tool.py [new file with mode: 0644]
build_scripts/qp5_tool.py [deleted file]
build_scripts/setup_runner.py
build_scripts/utils.py
build_scripts/wheel_files.py
coin/dependencies.yaml
coin/instructions/common_environment.yaml
coin/instructions/execute_build_instructions.yaml
coin/instructions/execute_test_instructions.yaml
coin/instructions/find_path_to_msvc_compiler.yaml
coin/module_config.yaml
coin_build_instructions.py
coin_test_instructions.py
create_wheels.py
doc/changelogs/changes-6.6.3 [new file with mode: 0644]
doc/changelogs/changes-6.7.0 [new file with mode: 0644]
doc/changelogs/changes-6.7.1 [new file with mode: 0644]
doc/changelogs/changes-6.7.2 [new file with mode: 0644]
examples/async/eratosthenes/eratosthenes_asyncio.py
examples/async/minimal/minimal_asyncio.py
examples/bluetooth/btscanner/ui_device.py
examples/bluetooth/btscanner/ui_service.py
examples/bluetooth/heartrate_game/connectionhandler.py
examples/bluetooth/heartrate_game/devicefinder.py
examples/bluetooth/heartrate_game/heartrate_global.py
examples/charts/chartthemes/ui_themewidget.py
examples/corelib/ipc/sharedmemory/ui_dialog.py
examples/demos/colorpaletteclient/ColorPalette/ColorDialogDelete.qml [new file with mode: 0644]
examples/demos/colorpaletteclient/ColorPalette/ColorDialogEditor.qml [new file with mode: 0644]
examples/demos/colorpaletteclient/ColorPalette/ColorView.qml [new file with mode: 0644]
examples/demos/colorpaletteclient/ColorPalette/Main.qml [new file with mode: 0644]
examples/demos/colorpaletteclient/ColorPalette/ServerSelection.qml [new file with mode: 0644]
examples/demos/colorpaletteclient/ColorPalette/UserMenu.qml [new file with mode: 0644]
examples/demos/colorpaletteclient/ColorPalette/qmldir [new file with mode: 0644]
examples/demos/colorpaletteclient/QtExampleStyle/Button.qml [new file with mode: 0644]
examples/demos/colorpaletteclient/QtExampleStyle/CMakeLists.txt [new file with mode: 0644]
examples/demos/colorpaletteclient/QtExampleStyle/Popup.qml [new file with mode: 0644]
examples/demos/colorpaletteclient/QtExampleStyle/TextField.qml [new file with mode: 0644]
examples/demos/colorpaletteclient/QtExampleStyle/UIStyle.qml [new file with mode: 0644]
examples/demos/colorpaletteclient/QtExampleStyle/qmldir [new file with mode: 0644]
examples/demos/colorpaletteclient/abstractresource.py [new file with mode: 0644]
examples/demos/colorpaletteclient/basiclogin.py [new file with mode: 0644]
examples/demos/colorpaletteclient/colorpaletteclient.pyproject [new file with mode: 0644]
examples/demos/colorpaletteclient/colorpaletteclient.qrc [new file with mode: 0644]
examples/demos/colorpaletteclient/doc/colorpaletteclient.rst [new file with mode: 0644]
examples/demos/colorpaletteclient/doc/colorpaletteclient.webp [new file with mode: 0644]
examples/demos/colorpaletteclient/icons/close.svg [new file with mode: 0644]
examples/demos/colorpaletteclient/icons/delete.svg [new file with mode: 0644]
examples/demos/colorpaletteclient/icons/dots.svg [new file with mode: 0644]
examples/demos/colorpaletteclient/icons/edit.svg [new file with mode: 0644]
examples/demos/colorpaletteclient/icons/login.svg [new file with mode: 0644]
examples/demos/colorpaletteclient/icons/logout.svg [new file with mode: 0644]
examples/demos/colorpaletteclient/icons/ok.svg [new file with mode: 0644]
examples/demos/colorpaletteclient/icons/plus.svg [new file with mode: 0644]
examples/demos/colorpaletteclient/icons/qt.png [new file with mode: 0644]
examples/demos/colorpaletteclient/icons/qt_attribution.json [new file with mode: 0644]
examples/demos/colorpaletteclient/icons/testserver.png [new file with mode: 0644]
examples/demos/colorpaletteclient/icons/update.svg [new file with mode: 0644]
examples/demos/colorpaletteclient/icons/user.svg [new file with mode: 0644]
examples/demos/colorpaletteclient/icons/userMask.svg [new file with mode: 0644]
examples/demos/colorpaletteclient/main.py [new file with mode: 0644]
examples/demos/colorpaletteclient/paginatedresource.py [new file with mode: 0644]
examples/demos/colorpaletteclient/rc_colorpaletteclient.py [new file with mode: 0644]
examples/demos/colorpaletteclient/restservice.py [new file with mode: 0644]
examples/demos/documentviewer/jsonviewer/jsonviewer.py
examples/demos/documentviewer/pdfviewer/pdfviewer.py
examples/demos/documentviewer/txtviewer/txtviewer.py
examples/demos/documentviewer/ui_mainwindow.py
examples/designer/taskmenuextension/doc/taskmenuextension.rst
examples/graphs/2d/hellographs/HelloGraphs/Main.qml [new file with mode: 0644]
examples/graphs/2d/hellographs/HelloGraphs/qmldir [new file with mode: 0644]
examples/graphs/2d/hellographs/doc/hellographs.rst [new file with mode: 0644]
examples/graphs/2d/hellographs/doc/hellographs.webp [new file with mode: 0644]
examples/graphs/2d/hellographs/hellographs.pyproject [new file with mode: 0644]
examples/graphs/2d/hellographs/main.py [new file with mode: 0644]
examples/graphs/3d/minimalsurfacegraph/doc/minimalsurfacegraph.rst [new file with mode: 0644]
examples/graphs/3d/minimalsurfacegraph/main.py [new file with mode: 0644]
examples/graphs/3d/widgetgallery/axesinputhandler.py [new file with mode: 0644]
examples/graphs/3d/widgetgallery/bargraph.py [new file with mode: 0644]
examples/graphs/3d/widgetgallery/custominputhandler.py [new file with mode: 0644]
examples/graphs/3d/widgetgallery/data/layer_1.png [new file with mode: 0644]
examples/graphs/3d/widgetgallery/data/layer_2.png [new file with mode: 0644]
examples/graphs/3d/widgetgallery/data/layer_3.png [new file with mode: 0644]
examples/graphs/3d/widgetgallery/data/license.txt [new file with mode: 0644]
examples/graphs/3d/widgetgallery/data/maptexture.jpg [new file with mode: 0644]
examples/graphs/3d/widgetgallery/data/narrowarrow.mesh [new file with mode: 0644]
examples/graphs/3d/widgetgallery/data/oilrig.mesh [new file with mode: 0644]
examples/graphs/3d/widgetgallery/data/pipe.mesh [new file with mode: 0644]
examples/graphs/3d/widgetgallery/data/raindata.txt [new file with mode: 0644]
examples/graphs/3d/widgetgallery/data/refinery.mesh [new file with mode: 0644]
examples/graphs/3d/widgetgallery/data/topography.png [new file with mode: 0644]
examples/graphs/3d/widgetgallery/doc/widgetgallery.rst [new file with mode: 0644]
examples/graphs/3d/widgetgallery/doc/widgetgallery.webp [new file with mode: 0644]
examples/graphs/3d/widgetgallery/graphmodifier.py [new file with mode: 0644]
examples/graphs/3d/widgetgallery/highlightseries.py [new file with mode: 0644]
examples/graphs/3d/widgetgallery/main.py [new file with mode: 0644]
examples/graphs/3d/widgetgallery/rainfalldata.py [new file with mode: 0644]
examples/graphs/3d/widgetgallery/scatterdatamodifier.py [new file with mode: 0644]
examples/graphs/3d/widgetgallery/scattergraph.py [new file with mode: 0644]
examples/graphs/3d/widgetgallery/surfacegraph.py [new file with mode: 0644]
examples/graphs/3d/widgetgallery/surfacegraphmodifier.py [new file with mode: 0644]
examples/graphs/3d/widgetgallery/topographicseries.py [new file with mode: 0644]
examples/graphs/3d/widgetgallery/variantbardatamapping.py [new file with mode: 0644]
examples/graphs/3d/widgetgallery/variantbardataproxy.py [new file with mode: 0644]
examples/graphs/3d/widgetgallery/variantdataset.py [new file with mode: 0644]
examples/graphs/3d/widgetgallery/widgetgallery.pyproject [new file with mode: 0644]
examples/graphs/minimalsurfacegraph/doc/minimalsurfacegraph.rst [deleted file]
examples/graphs/minimalsurfacegraph/main.py [deleted file]
examples/graphs/widgetgallery/axesinputhandler.py [deleted file]
examples/graphs/widgetgallery/bargraph.py [deleted file]
examples/graphs/widgetgallery/custominputhandler.py [deleted file]
examples/graphs/widgetgallery/data/layer_1.png [deleted file]
examples/graphs/widgetgallery/data/layer_2.png [deleted file]
examples/graphs/widgetgallery/data/layer_3.png [deleted file]
examples/graphs/widgetgallery/data/license.txt [deleted file]
examples/graphs/widgetgallery/data/maptexture.jpg [deleted file]
examples/graphs/widgetgallery/data/narrowarrow.mesh [deleted file]
examples/graphs/widgetgallery/data/oilrig.mesh [deleted file]
examples/graphs/widgetgallery/data/pipe.mesh [deleted file]
examples/graphs/widgetgallery/data/raindata.txt [deleted file]
examples/graphs/widgetgallery/data/refinery.mesh [deleted file]
examples/graphs/widgetgallery/data/topography.png [deleted file]
examples/graphs/widgetgallery/doc/widgetgallery.rst [deleted file]
examples/graphs/widgetgallery/doc/widgetgallery.webp [deleted file]
examples/graphs/widgetgallery/graphmodifier.py [deleted file]
examples/graphs/widgetgallery/highlightseries.py [deleted file]
examples/graphs/widgetgallery/main.py [deleted file]
examples/graphs/widgetgallery/rainfalldata.py [deleted file]
examples/graphs/widgetgallery/scatterdatamodifier.py [deleted file]
examples/graphs/widgetgallery/scattergraph.py [deleted file]
examples/graphs/widgetgallery/surfacegraph.py [deleted file]
examples/graphs/widgetgallery/surfacegraphmodifier.py [deleted file]
examples/graphs/widgetgallery/topographicseries.py [deleted file]
examples/graphs/widgetgallery/variantbardatamapping.py [deleted file]
examples/graphs/widgetgallery/variantbardataproxy.py [deleted file]
examples/graphs/widgetgallery/variantdataset.py [deleted file]
examples/graphs/widgetgallery/widgetgallery.pyproject [deleted file]
examples/gui/rhiwindow/doc/rhiwindow.rst
examples/multimedia/audiooutput/audiooutput.py
examples/multimedia/audiosource/audiosource.py
examples/multimedia/camera/camera.py
examples/multimedia/camera/ui_camera.py
examples/multimedia/camera/ui_camera_mobile.py
examples/multimedia/camera/ui_imagesettings.py
examples/multimedia/camera/ui_videosettings.py
examples/multimedia/camera/ui_videosettings_mobile.py
examples/multimedia/player/player.py
examples/multimedia/screencapture/screencapturepreview.py
examples/pdfwidgets/pdfviewer/rc_resources.py [new file with mode: 0644]
examples/pdfwidgets/pdfviewer/resources_rc.py [deleted file]
examples/pdfwidgets/pdfviewer/ui_mainwindow.py
examples/qml/tutorials/extending-qml-advanced/properties/doc/properties.rst
examples/qml/tutorials/extending-qml/chapter5-listproperties/doc/chapter5-listproperties.rst
examples/quickcontrols/contactslist/main.py
examples/quickcontrols/filesystemexplorer/FileSystemModule/Main.qml
examples/quickcontrols/filesystemexplorer/FileSystemModule/app.qrc
examples/quickcontrols/filesystemexplorer/FileSystemModule/icons.qrc
examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/app_icon.svg [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/About.qml
examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/Colors.qml
examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/Editor.qml [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/FileSystemView.qml
examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/Icon.qml [deleted file]
examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/MyMenu.qml
examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/MyMenuBar.qml
examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/ResizeButton.qml
examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/Sidebar.qml
examples/quickcontrols/filesystemexplorer/FileSystemModule/qmldir
examples/quickcontrols/filesystemexplorer/doc/filesystemexplorer.rst
examples/quickcontrols/filesystemexplorer/doc/filesystemexplorer.webp
examples/quickcontrols/filesystemexplorer/editormodels.py [new file with mode: 0644]
examples/quickcontrols/filesystemexplorer/filesystemexplorer.py [deleted file]
examples/quickcontrols/filesystemexplorer/filesystemexplorer.pyproject
examples/quickcontrols/filesystemexplorer/main.py [new file with mode: 0644]
examples/samplebinding/doc/samplebinding.rst
examples/scriptableapplication/doc/scriptableapplication.rst
examples/scriptableapplication/mainwindow.cpp
examples/scriptableapplication/mainwindow.h
examples/scriptableapplication/pythonutils.h
examples/serialbus/can/ui_canbusdeviceinfobox.py
examples/serialbus/can/ui_canbusdeviceinfodialog.py
examples/serialbus/can/ui_connectdialog.py
examples/serialbus/can/ui_mainwindow.py
examples/serialbus/can/ui_sendframebox.py
examples/serialbus/modbus/modbusclient/ui_mainwindow.py
examples/serialbus/modbus/modbusclient/ui_settingsdialog.py
examples/serialport/terminal/ui_mainwindow.py
examples/serialport/terminal/ui_settingsdialog.py
examples/speech/hello_speak/ui_mainwindow.py
examples/sql/books/ui_bookwindow.py
examples/utils/pyside_config.py
examples/webchannel/standalone/ui_dialog.py
examples/webenginewidgets/markdowneditor/ui_mainwindow.py
examples/webenginewidgets/simplebrowser/browserwindow.py
examples/webenginewidgets/simplebrowser/downloadwidget.py
examples/webenginewidgets/simplebrowser/ui_certificateerrordialog.py
examples/webenginewidgets/simplebrowser/ui_downloadmanagerwidget.py
examples/webenginewidgets/simplebrowser/ui_downloadwidget.py
examples/webenginewidgets/simplebrowser/ui_passworddialog.py
examples/webenginewidgets/simplebrowser/webview.py
examples/widgetbinding/doc/widgetbinding.md
examples/widgets/animation/easing/ui_form.py
examples/widgets/linguist/linguist.qrc
examples/widgets/mainwindows/application/application.py
examples/widgets/mainwindows/mdi/mdi.py
examples/widgets/rhi/simplerhiwidget/doc/simplerhiwidget.rst [new file with mode: 0644]
examples/widgets/rhi/simplerhiwidget/doc/simplerhiwidget.webp [new file with mode: 0644]
examples/widgets/rhi/simplerhiwidget/examplewidget.py [new file with mode: 0644]
examples/widgets/rhi/simplerhiwidget/main.py [new file with mode: 0644]
examples/widgets/rhi/simplerhiwidget/rc_simplerhiwidget.py [new file with mode: 0644]
examples/widgets/rhi/simplerhiwidget/shader_assets/color.frag.qsb [new file with mode: 0644]
examples/widgets/rhi/simplerhiwidget/shader_assets/color.vert.qsb [new file with mode: 0644]
examples/widgets/rhi/simplerhiwidget/shaders/color.frag [new file with mode: 0644]
examples/widgets/rhi/simplerhiwidget/shaders/color.vert [new file with mode: 0644]
examples/widgets/rhi/simplerhiwidget/simplerhiwidget.pyproject [new file with mode: 0644]
examples/widgets/rhi/simplerhiwidget/simplerhiwidget.qrc [new file with mode: 0644]
examples/widgets/richtext/textedit/textedit.py
requirements-doc.txt
requirements.txt
sources/pyside-tools/CMakeLists.txt
sources/pyside-tools/android_deploy.py
sources/pyside-tools/android_deploy.pyproject
sources/pyside-tools/cmake/PySideAndroid.cmake
sources/pyside-tools/deploy.py
sources/pyside-tools/deploy.pyproject
sources/pyside-tools/deploy_lib/__init__.py
sources/pyside-tools/deploy_lib/android/__init__.py
sources/pyside-tools/deploy_lib/android/android_config.py
sources/pyside-tools/deploy_lib/android/android_helper.py
sources/pyside-tools/deploy_lib/android/buildozer.py
sources/pyside-tools/deploy_lib/config.py
sources/pyside-tools/deploy_lib/default.spec
sources/pyside-tools/deploy_lib/dependency_util.py [new file with mode: 0644]
sources/pyside-tools/deploy_lib/deploy_util.py
sources/pyside-tools/deploy_lib/nuitka_helper.py
sources/pyside-tools/deploy_lib/python_helper.py
sources/pyside-tools/metaobjectdump.py
sources/pyside-tools/project.py
sources/pyside-tools/project/__init__.py
sources/pyside-tools/project/project_data.py
sources/pyside-tools/project/utils.py
sources/pyside-tools/pyside_tool.py
sources/pyside-tools/qml.py
sources/pyside6/.cmake.conf
sources/pyside6/PySide6/Qt3DAnimation/CMakeLists.txt
sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml
sources/pyside6/PySide6/Qt3DCore/CMakeLists.txt
sources/pyside6/PySide6/Qt3DCore/typesystem_3dcore.xml
sources/pyside6/PySide6/Qt3DExtras/CMakeLists.txt
sources/pyside6/PySide6/Qt3DExtras/typesystem_3dextras.xml
sources/pyside6/PySide6/Qt3DInput/typesystem_3dinput.xml
sources/pyside6/PySide6/Qt3DLogic/typesystem_3dlogic.xml
sources/pyside6/PySide6/Qt3DRender/CMakeLists.txt
sources/pyside6/PySide6/Qt3DRender/typesystem_3drender.xml
sources/pyside6/PySide6/QtAsyncio/__init__.py
sources/pyside6/PySide6/QtAsyncio/events.py
sources/pyside6/PySide6/QtAsyncio/futures.py
sources/pyside6/PySide6/QtAsyncio/tasks.py
sources/pyside6/PySide6/QtAxContainer/typesystem_axcontainer.xml
sources/pyside6/PySide6/QtBluetooth/typesystem_bluetooth.xml
sources/pyside6/PySide6/QtCharts/CMakeLists.txt
sources/pyside6/PySide6/QtCharts/typesystem_charts.xml
sources/pyside6/PySide6/QtConcurrent/CMakeLists.txt
sources/pyside6/PySide6/QtConcurrent/typesystem_concurrent.xml
sources/pyside6/PySide6/QtCore/CMakeLists.txt
sources/pyside6/PySide6/QtCore/QtCore_global.post.h.in
sources/pyside6/PySide6/QtCore/glue/core_snippets.cpp
sources/pyside6/PySide6/QtCore/glue/core_snippets_p.h
sources/pyside6/PySide6/QtCore/glue/qiopipe.cpp [new file with mode: 0644]
sources/pyside6/PySide6/QtCore/glue/qtcorehelper.cpp
sources/pyside6/PySide6/QtCore/typesystem_core.xml
sources/pyside6/PySide6/QtCore/typesystem_core_common.xml
sources/pyside6/PySide6/QtDBus/typesystem_dbus.xml
sources/pyside6/PySide6/QtDataVisualization/CMakeLists.txt
sources/pyside6/PySide6/QtDataVisualization/typesystem_datavisualization.xml
sources/pyside6/PySide6/QtDesigner/CMakeLists.txt
sources/pyside6/PySide6/QtDesigner/qpydesignercustomwidgetcollection.cpp
sources/pyside6/PySide6/QtDesigner/typesystem_designer.xml
sources/pyside6/PySide6/QtGraphs/CMakeLists.txt
sources/pyside6/PySide6/QtGraphs/qtgraphs_helper.cpp
sources/pyside6/PySide6/QtGraphs/typesystem_graphs.xml
sources/pyside6/PySide6/QtGui/CMakeLists.txt
sources/pyside6/PySide6/QtGui/typesystem_gui.xml
sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml
sources/pyside6/PySide6/QtGui/typesystem_gui_rhi.xml
sources/pyside6/PySide6/QtGui/typesystem_gui_win.xml
sources/pyside6/PySide6/QtGui/typesystem_gui_x11.xml
sources/pyside6/PySide6/QtHelp/CMakeLists.txt
sources/pyside6/PySide6/QtHelp/typesystem_help.xml
sources/pyside6/PySide6/QtHttpServer/CMakeLists.txt
sources/pyside6/PySide6/QtHttpServer/typesystem_httpserver.xml
sources/pyside6/PySide6/QtLocation/typesystem_location.xml
sources/pyside6/PySide6/QtMultimedia/CMakeLists.txt
sources/pyside6/PySide6/QtMultimedia/typesystem_multimedia.xml
sources/pyside6/PySide6/QtMultimediaWidgets/CMakeLists.txt
sources/pyside6/PySide6/QtMultimediaWidgets/typesystem_multimediawidgets.xml
sources/pyside6/PySide6/QtNetwork/CMakeLists.txt
sources/pyside6/PySide6/QtNetwork/typesystem_network.xml
sources/pyside6/PySide6/QtNetworkAuth/CMakeLists.txt
sources/pyside6/PySide6/QtNetworkAuth/typesystem_networkauth.xml
sources/pyside6/PySide6/QtNfc/CMakeLists.txt
sources/pyside6/PySide6/QtNfc/typesystem_nfc.xml
sources/pyside6/PySide6/QtOpenGL/CMakeLists.txt
sources/pyside6/PySide6/QtOpenGL/typesystem_opengl.xml
sources/pyside6/PySide6/QtOpenGLWidgets/CMakeLists.txt
sources/pyside6/PySide6/QtOpenGLWidgets/typesystem_openglwidgets.xml
sources/pyside6/PySide6/QtPdf/CMakeLists.txt
sources/pyside6/PySide6/QtPdf/typesystem_pdf.xml
sources/pyside6/PySide6/QtPdfWidgets/CMakeLists.txt
sources/pyside6/PySide6/QtPdfWidgets/typesystem_pdfwidgets.xml
sources/pyside6/PySide6/QtPositioning/CMakeLists.txt
sources/pyside6/PySide6/QtPositioning/typesystem_positioning.xml
sources/pyside6/PySide6/QtPrintSupport/CMakeLists.txt
sources/pyside6/PySide6/QtPrintSupport/typesystem_printsupport.xml
sources/pyside6/PySide6/QtQml/CMakeLists.txt
sources/pyside6/PySide6/QtQml/pysideqmlvolatilebool.cpp
sources/pyside6/PySide6/QtQml/typesystem_qml.xml
sources/pyside6/PySide6/QtQuick/CMakeLists.txt
sources/pyside6/PySide6/QtQuick/pysidequickregistertype.cpp
sources/pyside6/PySide6/QtQuick/typesystem_quick.xml
sources/pyside6/PySide6/QtQuick3D/CMakeLists.txt
sources/pyside6/PySide6/QtQuick3D/typesystem_quick3d.xml
sources/pyside6/PySide6/QtQuickControls2/CMakeLists.txt
sources/pyside6/PySide6/QtQuickControls2/typesystem_quickcontrols2.xml
sources/pyside6/PySide6/QtQuickTest/CMakeLists.txt [new file with mode: 0644]
sources/pyside6/PySide6/QtQuickTest/typesystem_quicktest.xml [new file with mode: 0644]
sources/pyside6/PySide6/QtQuickWidgets/CMakeLists.txt
sources/pyside6/PySide6/QtQuickWidgets/typesystem_quickwidgets.xml
sources/pyside6/PySide6/QtRemoteObjects/CMakeLists.txt
sources/pyside6/PySide6/QtRemoteObjects/typesystem_remoteobjects.xml
sources/pyside6/PySide6/QtScxml/typesystem_scxml.xml
sources/pyside6/PySide6/QtSensors/typesystem_sensors.xml
sources/pyside6/PySide6/QtSerialBus/CMakeLists.txt
sources/pyside6/PySide6/QtSerialBus/typesystem_serialbus.xml
sources/pyside6/PySide6/QtSerialPort/typesystem_serialport.xml
sources/pyside6/PySide6/QtSpatialAudio/CMakeLists.txt
sources/pyside6/PySide6/QtSpatialAudio/typesystem_spatialaudio.xml
sources/pyside6/PySide6/QtSql/CMakeLists.txt
sources/pyside6/PySide6/QtSql/typesystem_sql.xml
sources/pyside6/PySide6/QtStateMachine/CMakeLists.txt
sources/pyside6/PySide6/QtStateMachine/typesystem_statemachine.xml
sources/pyside6/PySide6/QtSvg/CMakeLists.txt
sources/pyside6/PySide6/QtSvg/typesystem_svg.xml
sources/pyside6/PySide6/QtSvgWidgets/CMakeLists.txt
sources/pyside6/PySide6/QtSvgWidgets/typesystem_svgwidgets.xml
sources/pyside6/PySide6/QtTest/CMakeLists.txt
sources/pyside6/PySide6/QtTest/typesystem_test.xml
sources/pyside6/PySide6/QtTextToSpeech/CMakeLists.txt
sources/pyside6/PySide6/QtTextToSpeech/typesystem_texttospeech.xml
sources/pyside6/PySide6/QtUiTools/CMakeLists.txt
sources/pyside6/PySide6/QtUiTools/typesystem_uitools.xml
sources/pyside6/PySide6/QtWebChannel/CMakeLists.txt
sources/pyside6/PySide6/QtWebChannel/typesystem_webchannel.xml
sources/pyside6/PySide6/QtWebEngineCore/CMakeLists.txt
sources/pyside6/PySide6/QtWebEngineCore/typesystem_webenginecore.xml
sources/pyside6/PySide6/QtWebEngineQuick/CMakeLists.txt
sources/pyside6/PySide6/QtWebEngineQuick/typesystem_webenginequick.xml
sources/pyside6/PySide6/QtWebEngineWidgets/CMakeLists.txt
sources/pyside6/PySide6/QtWebEngineWidgets/typesystem_webenginewidgets.xml
sources/pyside6/PySide6/QtWebSockets/CMakeLists.txt
sources/pyside6/PySide6/QtWebSockets/typesystem_websockets.xml
sources/pyside6/PySide6/QtWidgets/CMakeLists.txt
sources/pyside6/PySide6/QtWidgets/typesystem_widgets.xml
sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml
sources/pyside6/PySide6/QtXml/CMakeLists.txt
sources/pyside6/PySide6/QtXml/typesystem_xml.xml
sources/pyside6/PySide6/doc/qtqml_functions.rst [new file with mode: 0644]
sources/pyside6/PySide6/doc/qtquicktest.rst [new file with mode: 0644]
sources/pyside6/PySide6/doc/qtuitools.rst [new file with mode: 0644]
sources/pyside6/PySide6/glue/qtcore.cpp
sources/pyside6/PySide6/glue/qtgraphs.cpp
sources/pyside6/PySide6/glue/qtgui.cpp
sources/pyside6/PySide6/glue/qtmultimedia.cpp
sources/pyside6/PySide6/glue/qtnetwork.cpp
sources/pyside6/PySide6/glue/qtnetworkauth.cpp
sources/pyside6/PySide6/glue/qtpositioning.cpp [new file with mode: 0644]
sources/pyside6/PySide6/glue/qtqml.cpp
sources/pyside6/PySide6/glue/qtquicktest.cpp [new file with mode: 0644]
sources/pyside6/PySide6/glue/qtuitools.cpp
sources/pyside6/PySide6/glue/qtwebenginecore.cpp
sources/pyside6/PySide6/glue/qtwidgets.cpp
sources/pyside6/PySide6/qiopipe.h [new file with mode: 0644]
sources/pyside6/PySide6/qpydesignerextensions.h
sources/pyside6/PySide6/qpyqmlparserstatus.h
sources/pyside6/PySide6/qpyqmlpropertyvaluesource.h
sources/pyside6/PySide6/qpytextobject.h
sources/pyside6/PySide6/qtcorehelper.h
sources/pyside6/PySide6/qtdatavisualization_helper.h
sources/pyside6/PySide6/qtdbushelper.h
sources/pyside6/PySide6/qtgraphs_helper.h
sources/pyside6/PySide6/qtguihelper.h
sources/pyside6/PySide6/support/deprecated.py
sources/pyside6/PySide6/support/generate_pyi.py
sources/pyside6/cmake/Macros/PySideModules.cmake
sources/pyside6/cmake/PySideHelpers.cmake
sources/pyside6/doc/CMakeLists.txt
sources/pyside6/doc/PySide6/QtAsyncio/index.rst
sources/pyside6/doc/_static/css/qt_style.css
sources/pyside6/doc/_tags/android.rst [new file with mode: 0644]
sources/pyside6/doc/_tags/tagsindex.rst [new file with mode: 0644]
sources/pyside6/doc/commercial/index.rst
sources/pyside6/doc/conf.py.in
sources/pyside6/doc/considerations.rst
sources/pyside6/doc/contents.rst
sources/pyside6/doc/deployment/deployment-pyside6-android-deploy.rst [new file with mode: 0644]
sources/pyside6/doc/deployment/deployment-pyside6-deploy.rst
sources/pyside6/doc/deployment/index.rst
sources/pyside6/doc/developer/adapt_qt.rst
sources/pyside6/doc/developer/add_module.rst
sources/pyside6/doc/developer/add_tool.rst
sources/pyside6/doc/developer/extras.rst
sources/pyside6/doc/extras/QtCore.ClassInfo.rst
sources/pyside6/doc/extras/QtCore.Property.rst
sources/pyside6/doc/extras/QtCore.QEnum.rst
sources/pyside6/doc/extras/QtCore.QFlag.rst [new file with mode: 0644]
sources/pyside6/doc/extras/QtCore.Signal.rst
sources/pyside6/doc/extras/QtCore.Slot.rst
sources/pyside6/doc/extras/QtDesigner.QPyDesignerContainerExtension.rst
sources/pyside6/doc/extras/QtDesigner.QPyDesignerCustomWidgetCollection.rst
sources/pyside6/doc/extras/QtDesigner.QPyDesignerMemberSheetExtension.rst
sources/pyside6/doc/extras/QtDesigner.QPyDesignerTaskMenuExtension.rst
sources/pyside6/doc/extras/QtDesigner.rst
sources/pyside6/doc/extras/QtQml.ListProperty.rst [new file with mode: 0644]
sources/pyside6/doc/extras/QtQml.QPyQmlParserStatus.rst
sources/pyside6/doc/extras/QtQml.QPyQmlPropertyValueSource.rst
sources/pyside6/doc/extras/QtQml.QmlAnonymous.rst
sources/pyside6/doc/extras/QtQml.QmlAttached.rst
sources/pyside6/doc/extras/QtQml.QmlElement.rst
sources/pyside6/doc/extras/QtQml.QmlExtended.rst
sources/pyside6/doc/extras/QtQml.QmlForeign.rst
sources/pyside6/doc/extras/QtQml.QmlNamedElement.rst
sources/pyside6/doc/extras/QtQml.QmlSingleton.rst
sources/pyside6/doc/extras/QtQml.QmlUncreatable.rst
sources/pyside6/doc/extras/QtQml.qmlRegisterSingletonInstance.rst [deleted file]
sources/pyside6/doc/extras/QtQml.qmlRegisterSingletonType.rst [deleted file]
sources/pyside6/doc/extras/QtQml.qmlRegisterType.rst [deleted file]
sources/pyside6/doc/extras/QtQml.qmlRegisterUncreatableType.rst [deleted file]
sources/pyside6/doc/extras/QtQuickTest.rst [new file with mode: 0644]
sources/pyside6/doc/extras/QtUiTools.loadUiType.rst [deleted file]
sources/pyside6/doc/extras/QtUiTools.rst
sources/pyside6/doc/extras/QtWidgets.rst
sources/pyside6/doc/faq/typesoffiles.rst
sources/pyside6/doc/faq/whatisqt.rst
sources/pyside6/doc/faq/whichide.rst
sources/pyside6/doc/gettingstarted/index.rst
sources/pyside6/doc/gettingstarted/package_details.rst
sources/pyside6/doc/gettingstarted/windows.rst
sources/pyside6/doc/index.rst
sources/pyside6/doc/inheritance_diagram.py
sources/pyside6/doc/inheritance_graph.py
sources/pyside6/doc/modules.rst
sources/pyside6/doc/pysideinclude.py
sources/pyside6/doc/qdoc_spawner.py.in
sources/pyside6/doc/qtattributionsscannertorst.py
sources/pyside6/doc/qtmodules/pyside-qtquicktest.qdocconf.in [new file with mode: 0644]
sources/pyside6/doc/tools/index.rst [new file with mode: 0644]
sources/pyside6/doc/tools/pyside-assistant.rst [new file with mode: 0644]
sources/pyside6/doc/tools/pyside-designer.rst [new file with mode: 0644]
sources/pyside6/doc/tools/pyside-genpyi.rst [new file with mode: 0644]
sources/pyside6/doc/tools/pyside-linguist.rst [new file with mode: 0644]
sources/pyside6/doc/tools/pyside-lrelease.rst [new file with mode: 0644]
sources/pyside6/doc/tools/pyside-lupdate.rst [new file with mode: 0644]
sources/pyside6/doc/tools/pyside-metaobjectdump.rst [new file with mode: 0644]
sources/pyside6/doc/tools/pyside-project.rst [new file with mode: 0644]
sources/pyside6/doc/tools/pyside-qml.rst [new file with mode: 0644]
sources/pyside6/doc/tools/pyside-qmlcachegen.rst [new file with mode: 0644]
sources/pyside6/doc/tools/pyside-qmllint.rst [new file with mode: 0644]
sources/pyside6/doc/tools/pyside-qmltyperegistrar.rst [new file with mode: 0644]
sources/pyside6/doc/tools/pyside-rcc.rst [new file with mode: 0644]
sources/pyside6/doc/tools/pyside-uic.rst [new file with mode: 0644]
sources/pyside6/doc/tools/pyside6-assistant_screenshot.webp [new file with mode: 0644]
sources/pyside6/doc/tools/pyside6-balsam.rst [new file with mode: 0644]
sources/pyside6/doc/tools/pyside6-balsamui.rst [new file with mode: 0644]
sources/pyside6/doc/tools/pyside6-balsamui_screenshot.webp [new file with mode: 0644]
sources/pyside6/doc/tools/pyside6-designer_base_screenshot.webp [new file with mode: 0644]
sources/pyside6/doc/tools/pyside6-designer_customwidgets_screenshot.webp [new file with mode: 0644]
sources/pyside6/doc/tools/pyside6-designer_screenshot.webp [new file with mode: 0644]
sources/pyside6/doc/tools/pyside6-designer_sections_screenshot.webp [new file with mode: 0644]
sources/pyside6/doc/tools/pyside6-linguist_screenshot.webp [new file with mode: 0644]
sources/pyside6/doc/tools/pyside6-qmlimportscanner.rst [new file with mode: 0644]
sources/pyside6/doc/tools/pyside6-qsb.rst [new file with mode: 0644]
sources/pyside6/doc/tutorials/basictutorial/qrcfiles.rst
sources/pyside6/doc/tutorials/basictutorial/signals_and_slots.rst
sources/pyside6/doc/tutorials/basictutorial/translations.rst
sources/pyside6/doc/tutorials/basictutorial/uifiles.rst
sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst
sources/pyside6/doc/tutorials/debugging/qml_debugging.rst
sources/pyside6/doc/tutorials/debugging/qtcreator/qtcreator.rst
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/Main.qml
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/app.qrc
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons.qrc
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons/app_icon.svg [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/About.qml
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/Editor.qml [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/FileSystemView.qml
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/Icon.qml [deleted file]
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/MyMenu.qml
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/MyMenuBar.qml
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/ResizeButton.qml
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/Sidebar.qml
sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qmldir
sources/pyside6/doc/tutorials/extendedexplorer/editormodels.py [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/extendedexplorer.md
sources/pyside6/doc/tutorials/extendedexplorer/extendedexplorer.py [deleted file]
sources/pyside6/doc/tutorials/extendedexplorer/extendedexplorer.pyproject
sources/pyside6/doc/tutorials/extendedexplorer/main.py [new file with mode: 0644]
sources/pyside6/doc/tutorials/extendedexplorer/resources/extendedexplorer.webp
sources/pyside6/doc/tutorials/qmlapp/qmlapplication.rst
sources/pyside6/libpyside/CMakeLists.txt
sources/pyside6/libpyside/class_property.cpp
sources/pyside6/libpyside/dynamicqmetaobject.cpp
sources/pyside6/libpyside/feature_select.cpp
sources/pyside6/libpyside/globalreceiverv2.cpp
sources/pyside6/libpyside/globalreceiverv2.h
sources/pyside6/libpyside/pyside.cpp
sources/pyside6/libpyside/pysideclassdecorator.cpp
sources/pyside6/libpyside/pysideclassdecorator_p.h
sources/pyside6/libpyside/pysideclassinfo.cpp
sources/pyside6/libpyside/pysideclassinfo.h
sources/pyside6/libpyside/pysideclassinfo_p.h
sources/pyside6/libpyside/pysidemetafunction_p.h
sources/pyside6/libpyside/pysidemetatype.h
sources/pyside6/libpyside/pysideproperty.cpp
sources/pyside6/libpyside/pysideqhash.h
sources/pyside6/libpyside/pysideqobject.h
sources/pyside6/libpyside/pysidesignal.cpp
sources/pyside6/libpyside/pysidesignal.h
sources/pyside6/libpyside/pysidesignal_p.h
sources/pyside6/libpyside/pysidestaticstrings.cpp
sources/pyside6/libpyside/pysidestaticstrings.h
sources/pyside6/libpyside/pysideutils.h
sources/pyside6/libpyside/qobjectconnect.cpp
sources/pyside6/libpyside/signalmanager.cpp
sources/pyside6/libpyside/signalmanager.h
sources/pyside6/libpysideqml/pysideqmlattached.cpp
sources/pyside6/libpysideqml/pysideqmlattached.h
sources/pyside6/libpysideqml/pysideqmlextended.cpp
sources/pyside6/libpysideqml/pysideqmlforeign.cpp
sources/pyside6/libpysideqml/pysideqmllistproperty.cpp
sources/pyside6/libpysideqml/pysideqmlmetacallerror.cpp
sources/pyside6/libpysideqml/pysideqmlmetacallerror_p.h
sources/pyside6/libpysideqml/pysideqmlnamedelement.cpp
sources/pyside6/libpysideqml/pysideqmlregistertype.cpp
sources/pyside6/libpysideqml/pysideqmlregistertype.h
sources/pyside6/libpysideqml/pysideqmlregistertype_p.h
sources/pyside6/libpysideqml/pysideqmltypeinfo.cpp
sources/pyside6/libpysideqml/pysideqmltypeinfo_p.h
sources/pyside6/libpysideqml/pysideqmluncreatable.cpp
sources/pyside6/libpysideqml/pysideqmluncreatable.h
sources/pyside6/plugins/designer/CMakeLists.txt
sources/pyside6/plugins/designer/designercustomwidgets.cpp
sources/pyside6/plugins/uitools/customwidget.h
sources/pyside6/tests/CMakeLists.txt
sources/pyside6/tests/QtAsyncio/qasyncio_test_cancel_taskgroup.py [new file with mode: 0644]
sources/pyside6/tests/QtCore/CMakeLists.txt
sources/pyside6/tests/QtCore/blocking_signals_test.py
sources/pyside6/tests/QtCore/bug_927.py
sources/pyside6/tests/QtCore/bug_987.py
sources/pyside6/tests/QtCore/bug_PYSIDE-164.py
sources/pyside6/tests/QtCore/bug_PYSIDE-2745.py [new file with mode: 0644]
sources/pyside6/tests/QtCore/errormessages_with_features_test.py
sources/pyside6/tests/QtCore/hash_test.py
sources/pyside6/tests/QtCore/qbytearray_test.py
sources/pyside6/tests/QtCore/qiopipe_test.py [new file with mode: 0644]
sources/pyside6/tests/QtCore/qlockfile_test.py
sources/pyside6/tests/QtCore/qmetaobject_test.py
sources/pyside6/tests/QtCore/qmimedatabase_test.py
sources/pyside6/tests/QtCore/qobject_connect_notify_test.py
sources/pyside6/tests/QtCore/qobject_event_filter_test.py
sources/pyside6/tests/QtCore/qslot_object_test.py
sources/pyside6/tests/QtCore/qtimer_singleshot_test.py
sources/pyside6/tests/QtCore/thread_signals_test.py
sources/pyside6/tests/QtGui/qtransform_test.py
sources/pyside6/tests/QtGui/timed_app_and_patching_test.py
sources/pyside6/tests/QtQml/CMakeLists.txt
sources/pyside6/tests/QtQml/listproperty.py
sources/pyside6/tests/QtQml/listproperty.qml [new file with mode: 0644]
sources/pyside6/tests/QtQml/qmlregistertype_test.py [new file with mode: 0644]
sources/pyside6/tests/QtQml/qmlregistertype_test.qml [new file with mode: 0644]
sources/pyside6/tests/QtQml/registersingletontype.py
sources/pyside6/tests/QtQml/registersingletontype.qml
sources/pyside6/tests/QtQuickTest/CMakeLists.txt [new file with mode: 0644]
sources/pyside6/tests/QtQuickTest/quicktestmainwithsetup/data/tst_setup.qml [new file with mode: 0644]
sources/pyside6/tests/QtQuickTest/quicktestmainwithsetup/imports/ImportPathQmlModule/ImportPathQmlType.qml [new file with mode: 0644]
sources/pyside6/tests/QtQuickTest/quicktestmainwithsetup/imports/ImportPathQmlModule/qmldir [new file with mode: 0644]
sources/pyside6/tests/QtQuickTest/quicktestmainwithsetup/quicktestmainwithsetup.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtQuickTest/quicktestmainwithsetup/tst_quicktestmainwithsetup.py [new file with mode: 0644]
sources/pyside6/tests/QtWidgets/CMakeLists.txt
sources/pyside6/tests/QtWidgets/qdialog_test.py [new file with mode: 0644]
sources/pyside6/tests/manually/lazytiming.py [new file with mode: 0644]
sources/pyside6/tests/pysidetest/CMakeLists.txt
sources/pyside6/tests/pysidetest/multiple_inheritance_test.py
sources/pyside6/tests/pysidetest/qvariant_test.py
sources/pyside6/tests/pysidetest/repr_test.py
sources/pyside6/tests/pysidetest/signalwithdefaultvalue_test.py
sources/pyside6/tests/pysidetest/testobject.cpp
sources/pyside6/tests/pysidetest/testobject.h
sources/pyside6/tests/pysidetest/testqvariantenum.h
sources/pyside6/tests/pysidetest/typedef_signal_test.py
sources/pyside6/tests/pysidetest/typesystem_pysidetest.xml
sources/pyside6/tests/registry/util.py
sources/pyside6/tests/signals/CMakeLists.txt
sources/pyside6/tests/signals/args_dont_match_test.py
sources/pyside6/tests/signals/bug_311.py
sources/pyside6/tests/signals/bug_312.py
sources/pyside6/tests/signals/bug_319.py
sources/pyside6/tests/signals/bug_79.py
sources/pyside6/tests/signals/decorators_test.py
sources/pyside6/tests/signals/invalid_callback_test.py
sources/pyside6/tests/signals/lambda_gui_test.py
sources/pyside6/tests/signals/lambda_test.py
sources/pyside6/tests/signals/leaking_signal_test.py
sources/pyside6/tests/signals/multiple_connections_gui_test.py
sources/pyside6/tests/signals/multiple_connections_test.py
sources/pyside6/tests/signals/pysignal_test.py
sources/pyside6/tests/signals/qobject_callable_connect_test.py [new file with mode: 0644]
sources/pyside6/tests/signals/qobject_destroyed_test.py
sources/pyside6/tests/signals/qobject_sender_test.py
sources/pyside6/tests/signals/ref01_test.py
sources/pyside6/tests/signals/ref02_test.py
sources/pyside6/tests/signals/ref03_test.py
sources/pyside6/tests/signals/ref04_test.py
sources/pyside6/tests/signals/ref05_test.py
sources/pyside6/tests/signals/ref06_test.py
sources/pyside6/tests/signals/segfault_proxyparent_test.py
sources/pyside6/tests/signals/self_connect_test.py
sources/pyside6/tests/signals/short_circuit_test.py
sources/pyside6/tests/signals/signal2signal_connect_test.py
sources/pyside6/tests/signals/signal_autoconnect_test.py
sources/pyside6/tests/signals/signal_connectiontype_support_test.py
sources/pyside6/tests/signals/signal_emission_gui_test.py
sources/pyside6/tests/signals/signal_emission_test.py
sources/pyside6/tests/signals/signal_manager_refcount_test.py
sources/pyside6/tests/signals/signal_signature_test.py
sources/pyside6/tests/signals/signal_with_primitive_type_test.py
sources/pyside6/tests/signals/signals.pyproject [new file with mode: 0644]
sources/pyside6/tests/signals/slot_reference_count_test.py
sources/pyside6/tests/signals/static_metaobject_test.py
sources/pyside6/tests/tools/pyside6-android-deploy/test_pyside6_android_deploy.py
sources/pyside6/tests/tools/pyside6-deploy/test_pyside6_deploy.py
sources/shiboken6/.cmake.conf
sources/shiboken6/ApiExtractor/CMakeLists.txt
sources/shiboken6/ApiExtractor/abstractmetabuilder.cpp
sources/shiboken6/ApiExtractor/abstractmetabuilder.h
sources/shiboken6/ApiExtractor/abstractmetabuilder_p.h
sources/shiboken6/ApiExtractor/abstractmetafunction.cpp
sources/shiboken6/ApiExtractor/abstractmetafunction.h
sources/shiboken6/ApiExtractor/abstractmetalang.cpp
sources/shiboken6/ApiExtractor/abstractmetalang.h
sources/shiboken6/ApiExtractor/abstractmetalang_enums.h
sources/shiboken6/ApiExtractor/abstractmetatype.cpp
sources/shiboken6/ApiExtractor/abstractmetatype.h
sources/shiboken6/ApiExtractor/addedfunction.cpp
sources/shiboken6/ApiExtractor/addedfunction.h
sources/shiboken6/ApiExtractor/addedfunction_p.h
sources/shiboken6/ApiExtractor/anystringview_helpers.cpp [new file with mode: 0644]
sources/shiboken6/ApiExtractor/anystringview_helpers.h [new file with mode: 0644]
sources/shiboken6/ApiExtractor/apiextractor.cpp
sources/shiboken6/ApiExtractor/apiextractor.h
sources/shiboken6/ApiExtractor/apiextractorflags.h
sources/shiboken6/ApiExtractor/apiextractorresult.cpp
sources/shiboken6/ApiExtractor/apiextractorresult.h
sources/shiboken6/ApiExtractor/clangparser/clangbuilder.cpp
sources/shiboken6/ApiExtractor/clangparser/clangdebugutils.h
sources/shiboken6/ApiExtractor/clangparser/clangparser.cpp
sources/shiboken6/ApiExtractor/clangparser/clangutils.cpp
sources/shiboken6/ApiExtractor/clangparser/clangutils.h
sources/shiboken6/ApiExtractor/clangparser/compilersupport.cpp
sources/shiboken6/ApiExtractor/clangparser/compilersupport.h
sources/shiboken6/ApiExtractor/classdocumentation.cpp
sources/shiboken6/ApiExtractor/classdocumentation.h
sources/shiboken6/ApiExtractor/codesnip.cpp
sources/shiboken6/ApiExtractor/complextypeentry.h
sources/shiboken6/ApiExtractor/conditionalstreamreader.cpp
sources/shiboken6/ApiExtractor/docparser.cpp
sources/shiboken6/ApiExtractor/docparser.h
sources/shiboken6/ApiExtractor/documentation.cpp
sources/shiboken6/ApiExtractor/documentation.h
sources/shiboken6/ApiExtractor/dotview.cpp
sources/shiboken6/ApiExtractor/doxygenparser.cpp
sources/shiboken6/ApiExtractor/enumtypeentry.h
sources/shiboken6/ApiExtractor/fileout.cpp
sources/shiboken6/ApiExtractor/functiontypeentry.h
sources/shiboken6/ApiExtractor/include.cpp
sources/shiboken6/ApiExtractor/include.h
sources/shiboken6/ApiExtractor/messages.cpp
sources/shiboken6/ApiExtractor/messages.h
sources/shiboken6/ApiExtractor/modifications.cpp
sources/shiboken6/ApiExtractor/modifications.h
sources/shiboken6/ApiExtractor/parser/codemodel.cpp
sources/shiboken6/ApiExtractor/parser/codemodel.h
sources/shiboken6/ApiExtractor/parser/codemodel_enums.h
sources/shiboken6/ApiExtractor/parser/enumvalue.cpp
sources/shiboken6/ApiExtractor/parser/enumvalue.h
sources/shiboken6/ApiExtractor/parser/typeinfo.cpp
sources/shiboken6/ApiExtractor/parser/typeinfo.h
sources/shiboken6/ApiExtractor/predefined_templates.cpp
sources/shiboken6/ApiExtractor/propertyspec.cpp
sources/shiboken6/ApiExtractor/pymethoddefentry.h
sources/shiboken6/ApiExtractor/qtcompat.h
sources/shiboken6/ApiExtractor/qtdocparser.cpp
sources/shiboken6/ApiExtractor/qtdocparser.h
sources/shiboken6/ApiExtractor/tests/testabstractmetaclass.cpp
sources/shiboken6/ApiExtractor/tests/testabstractmetatype.cpp
sources/shiboken6/ApiExtractor/tests/testaddfunction.cpp
sources/shiboken6/ApiExtractor/tests/testarrayargument.cpp
sources/shiboken6/ApiExtractor/tests/testcodeinjection.cpp
sources/shiboken6/ApiExtractor/tests/testcontainer.cpp
sources/shiboken6/ApiExtractor/tests/testconversionoperator.cpp
sources/shiboken6/ApiExtractor/tests/testconversionruletag.cpp
sources/shiboken6/ApiExtractor/tests/testctorinformation.cpp
sources/shiboken6/ApiExtractor/tests/testdroptypeentries.cpp
sources/shiboken6/ApiExtractor/tests/testdtorinformation.cpp
sources/shiboken6/ApiExtractor/tests/testenum.cpp
sources/shiboken6/ApiExtractor/tests/testextrainclude.cpp
sources/shiboken6/ApiExtractor/tests/testimplicitconversions.cpp
sources/shiboken6/ApiExtractor/tests/testinserttemplate.cpp
sources/shiboken6/ApiExtractor/tests/testmodifydocumentation.cpp
sources/shiboken6/ApiExtractor/tests/testmodifyfunction.cpp
sources/shiboken6/ApiExtractor/tests/testmultipleinheritance.cpp
sources/shiboken6/ApiExtractor/tests/testnamespace.cpp
sources/shiboken6/ApiExtractor/tests/testnestedtypes.cpp
sources/shiboken6/ApiExtractor/tests/testprimitivetypetag.cpp
sources/shiboken6/ApiExtractor/tests/testrefcounttag.cpp
sources/shiboken6/ApiExtractor/tests/testreferencetopointer.cpp
sources/shiboken6/ApiExtractor/tests/testremovefield.cpp
sources/shiboken6/ApiExtractor/tests/testremovefield.h
sources/shiboken6/ApiExtractor/tests/testremoveimplconv.cpp
sources/shiboken6/ApiExtractor/tests/testremoveoperatormethod.cpp
sources/shiboken6/ApiExtractor/tests/testresolvetype.cpp
sources/shiboken6/ApiExtractor/tests/testreverseoperators.cpp
sources/shiboken6/ApiExtractor/tests/testtemplates.cpp
sources/shiboken6/ApiExtractor/tests/testtyperevision.cpp
sources/shiboken6/ApiExtractor/tests/testutil.h
sources/shiboken6/ApiExtractor/tests/testvaluetypedefaultctortag.cpp
sources/shiboken6/ApiExtractor/tests/testvoidarg.cpp
sources/shiboken6/ApiExtractor/textstream.h
sources/shiboken6/ApiExtractor/typedatabase.cpp
sources/shiboken6/ApiExtractor/typeparser.cpp
sources/shiboken6/ApiExtractor/typesystem.cpp
sources/shiboken6/ApiExtractor/typesystem_enums.h
sources/shiboken6/ApiExtractor/typesystem_typedefs.h
sources/shiboken6/ApiExtractor/typesystemparser.cpp
sources/shiboken6/ApiExtractor/typesystemparser_p.h
sources/shiboken6/ApiExtractor/typesystemtypeentry.h
sources/shiboken6/ApiExtractor/xmlutils_libxslt.cpp
sources/shiboken6/cmake/ShibokenHelpers.cmake
sources/shiboken6/doc/_static/css/qt_style.css
sources/shiboken6/doc/examples/index.rst
sources/shiboken6/doc/index.rst
sources/shiboken6/doc/shiboken-genpyi.rst [new file with mode: 0644]
sources/shiboken6/doc/shibokenmodule.rst
sources/shiboken6/doc/typediscovery.rst [new file with mode: 0644]
sources/shiboken6/doc/typesystem.rst
sources/shiboken6/doc/typesystem_codeinjection.rst
sources/shiboken6/doc/typesystem_converters.rst
sources/shiboken6/doc/typesystem_documentation.rst
sources/shiboken6/doc/typesystem_manipulating_objects.rst
sources/shiboken6/doc/typesystem_specifying_types.rst
sources/shiboken6/generator/generator.cpp
sources/shiboken6/generator/generator.h
sources/shiboken6/generator/qtdoc/qtdocgenerator.cpp
sources/shiboken6/generator/qtdoc/qtdocgenerator.h
sources/shiboken6/generator/qtdoc/qtxmltosphinx.cpp
sources/shiboken6/generator/shiboken/cppgenerator.cpp
sources/shiboken6/generator/shiboken/cppgenerator.h
sources/shiboken6/generator/shiboken/cppgenerator_container.cpp
sources/shiboken6/generator/shiboken/cppgenerator_smartpointer.cpp
sources/shiboken6/generator/shiboken/ctypenames.h
sources/shiboken6/generator/shiboken/generatorstrings.h
sources/shiboken6/generator/shiboken/headergenerator.cpp
sources/shiboken6/generator/shiboken/headergenerator.h
sources/shiboken6/generator/shiboken/overloaddata.cpp
sources/shiboken6/generator/shiboken/pytypenames.h
sources/shiboken6/generator/shiboken/shibokengenerator.cpp
sources/shiboken6/generator/shiboken/shibokengenerator.h
sources/shiboken6/generators/shiboken/shiboken.cpp [deleted file]
sources/shiboken6/libshiboken/CMakeLists.txt
sources/shiboken6/libshiboken/autodecref.h
sources/shiboken6/libshiboken/basewrapper.cpp
sources/shiboken6/libshiboken/basewrapper.h
sources/shiboken6/libshiboken/bindingmanager.cpp
sources/shiboken6/libshiboken/bindingmanager.h
sources/shiboken6/libshiboken/helper.cpp
sources/shiboken6/libshiboken/helper.h
sources/shiboken6/libshiboken/pep384ext.h [new file with mode: 0644]
sources/shiboken6/libshiboken/pep384impl.cpp
sources/shiboken6/libshiboken/pep384impl.h
sources/shiboken6/libshiboken/pyobjectholder.h [new file with mode: 0644]
sources/shiboken6/libshiboken/sbkcontainer.h
sources/shiboken6/libshiboken/sbkconverter.cpp
sources/shiboken6/libshiboken/sbkconverter.h
sources/shiboken6/libshiboken/sbkconverter_p.h
sources/shiboken6/libshiboken/sbkcppstring.cpp
sources/shiboken6/libshiboken/sbkcppstring.h
sources/shiboken6/libshiboken/sbkcpptonumpy.cpp
sources/shiboken6/libshiboken/sbkenum.cpp
sources/shiboken6/libshiboken/sbkfeature_base.cpp
sources/shiboken6/libshiboken/sbkmodule.cpp
sources/shiboken6/libshiboken/sbkmodule.h
sources/shiboken6/libshiboken/sbknumpy.cpp
sources/shiboken6/libshiboken/sbknumpyarrayconverter.cpp
sources/shiboken6/libshiboken/sbkstaticstrings.cpp
sources/shiboken6/libshiboken/sbkstaticstrings.h
sources/shiboken6/libshiboken/sbktypefactory.cpp
sources/shiboken6/libshiboken/shiboken.h
sources/shiboken6/libshiboken/signature/signature.cpp
sources/shiboken6/libshiboken/signature/signature_extend.cpp
sources/shiboken6/libshiboken/signature/signature_helper.cpp
sources/shiboken6/libshiboken/voidptr.cpp
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/feature.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/fix-complaints.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/errorhandler.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/importhandler.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/layout.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/lib/enum_sig.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/lib/pyi_generator.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/lib/tool.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/loader.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/mapping.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/parser.py
sources/shiboken6/shibokenmodule/shibokenmodule.cpp [new file with mode: 0644]
sources/shiboken6/shibokenmodule/typesystem_shiboken.xml
sources/shiboken6/tests/dumpcodemodel/main.cpp
sources/shiboken6/tests/libother/othermultiplederived.h
sources/shiboken6/tests/libsample/abstract.cpp
sources/shiboken6/tests/libsample/abstract.h
sources/shiboken6/tests/libsample/derived.h
sources/shiboken6/tests/libsample/point.cpp
sources/shiboken6/tests/libsample/point.h
sources/shiboken6/tests/libsample/pointf.cpp
sources/shiboken6/tests/libsample/pointf.h
sources/shiboken6/tests/libsmart/stdsharedptrtestbench.cpp
sources/shiboken6/tests/libsmart/stdsharedptrtestbench.h
sources/shiboken6/tests/minimalbinding/brace_pattern_test.py
sources/shiboken6/tests/minimalbinding/listuser_test.py
sources/shiboken6/tests/minimalbinding/minbool_test.py
sources/shiboken6/tests/minimalbinding/obj_test.py
sources/shiboken6/tests/minimalbinding/typedef_test.py
sources/shiboken6/tests/minimalbinding/val_test.py
sources/shiboken6/tests/otherbinding/collector_external_operator_test.py
sources/shiboken6/tests/otherbinding/conversion_operator_for_class_without_implicit_conversions_test.py
sources/shiboken6/tests/otherbinding/extended_multiply_operator_test.py
sources/shiboken6/tests/otherbinding/module_reload_test.py
sources/shiboken6/tests/otherbinding/new_ctor_operator_test.py
sources/shiboken6/tests/otherbinding/objtypehashes_test.py
sources/shiboken6/tests/otherbinding/otherderived_test.py
sources/shiboken6/tests/otherbinding/othertypesystypedef_test.py
sources/shiboken6/tests/otherbinding/signature_test.py
sources/shiboken6/tests/otherbinding/smartptr_test.py
sources/shiboken6/tests/otherbinding/star_import_test.py [new file with mode: 0644]
sources/shiboken6/tests/otherbinding/test_module_template.py
sources/shiboken6/tests/otherbinding/typediscovery_test.py
sources/shiboken6/tests/otherbinding/usersprimitivefromothermodule_test.py
sources/shiboken6/tests/otherbinding/wrongctor_test.py
sources/shiboken6/tests/qtxmltosphinxtest/qtxmltosphinxtest.cpp
sources/shiboken6/tests/samplebinding/__del___test.py
sources/shiboken6/tests/samplebinding/abstract_test.py
sources/shiboken6/tests/samplebinding/addedfunction_test.py
sources/shiboken6/tests/samplebinding/addedfunction_with_container_args_test.py
sources/shiboken6/tests/samplebinding/argumentmodifications_test.py
sources/shiboken6/tests/samplebinding/array_numpy_test.py
sources/shiboken6/tests/samplebinding/array_sequence_test.py
sources/shiboken6/tests/samplebinding/bug_554_test.py
sources/shiboken6/tests/samplebinding/bug_704_test.py
sources/shiboken6/tests/samplebinding/bytearray_test.py
sources/shiboken6/tests/samplebinding/child_return_test.py
sources/shiboken6/tests/samplebinding/class_fields_test.py
sources/shiboken6/tests/samplebinding/collector_test.py
sources/shiboken6/tests/samplebinding/complex_test.py
sources/shiboken6/tests/samplebinding/conversion_operator_test.py
sources/shiboken6/tests/samplebinding/copy_test.py
sources/shiboken6/tests/samplebinding/ctorconvrule_test.py
sources/shiboken6/tests/samplebinding/cyclic_test.py
sources/shiboken6/tests/samplebinding/date_test.py
sources/shiboken6/tests/samplebinding/decisor_test.py
sources/shiboken6/tests/samplebinding/delete_test.py
sources/shiboken6/tests/samplebinding/deprecated_test.py
sources/shiboken6/tests/samplebinding/derived_test.py
sources/shiboken6/tests/samplebinding/duck_punching_test.py
sources/shiboken6/tests/samplebinding/echo_test.py
sources/shiboken6/tests/samplebinding/enum_test.py
sources/shiboken6/tests/samplebinding/enumfromremovednamespace_test.py
sources/shiboken6/tests/samplebinding/event_loop_call_virtual_test.py
sources/shiboken6/tests/samplebinding/event_loop_thread_test.py
sources/shiboken6/tests/samplebinding/exception_test.py
sources/shiboken6/tests/samplebinding/filter_test.py
sources/shiboken6/tests/samplebinding/handleholder_test.py
sources/shiboken6/tests/samplebinding/hashabletype_test.py
sources/shiboken6/tests/samplebinding/ignorederefop_test.py
sources/shiboken6/tests/samplebinding/implicitconv_numerical_test.py
sources/shiboken6/tests/samplebinding/implicitconv_test.py
sources/shiboken6/tests/samplebinding/inheritanceandscope_test.py
sources/shiboken6/tests/samplebinding/injectcode_test.py
sources/shiboken6/tests/samplebinding/innerclass_test.py
sources/shiboken6/tests/samplebinding/intlist_test.py
sources/shiboken6/tests/samplebinding/intwrapper_test.py
sources/shiboken6/tests/samplebinding/invalid_virtual_return_test.py
sources/shiboken6/tests/samplebinding/keep_reference_test.py
sources/shiboken6/tests/samplebinding/list_test.py
sources/shiboken6/tests/samplebinding/lock_test.py
sources/shiboken6/tests/samplebinding/map_test.py
sources/shiboken6/tests/samplebinding/metaclass_test.py
sources/shiboken6/tests/samplebinding/mixed_mi_test.py
sources/shiboken6/tests/samplebinding/modelindex_test.py
sources/shiboken6/tests/samplebinding/modelview_test.py
sources/shiboken6/tests/samplebinding/modifications_test.py
sources/shiboken6/tests/samplebinding/modified_constructor_test.py
sources/shiboken6/tests/samplebinding/modifiedvirtualmethods_test.py
sources/shiboken6/tests/samplebinding/multi_cpp_inheritance_test.py
sources/shiboken6/tests/samplebinding/multiple_derived_test.py
sources/shiboken6/tests/samplebinding/namespace_test.py
sources/shiboken6/tests/samplebinding/newdivision_test.py
sources/shiboken6/tests/samplebinding/nondefaultctor_test.py
sources/shiboken6/tests/samplebinding/nontypetemplate_test.py
sources/shiboken6/tests/samplebinding/nonzero_test.py
sources/shiboken6/tests/samplebinding/numericaltypedef_test.py
sources/shiboken6/tests/samplebinding/numpy_test.py
sources/shiboken6/tests/samplebinding/objecttype_test.py
sources/shiboken6/tests/samplebinding/objecttype_with_named_args_test.py
sources/shiboken6/tests/samplebinding/objecttypebyvalue_test.py
sources/shiboken6/tests/samplebinding/objecttypelayout_test.py
sources/shiboken6/tests/samplebinding/objecttypeoperators_test.py
sources/shiboken6/tests/samplebinding/objecttypereferenceasvirtualmethodargument_test.py
sources/shiboken6/tests/samplebinding/oddbool_test.py
sources/shiboken6/tests/samplebinding/onlycopyclass_test.py
sources/shiboken6/tests/samplebinding/overflow_test.py
sources/shiboken6/tests/samplebinding/overload_sorting_test.py
sources/shiboken6/tests/samplebinding/overload_test.py
sources/shiboken6/tests/samplebinding/overloadwithdefault_test.py
sources/shiboken6/tests/samplebinding/ownership_argument_invalidation_test.py
sources/shiboken6/tests/samplebinding/ownership_delete_child_in_cpp_test.py
sources/shiboken6/tests/samplebinding/ownership_delete_child_in_python_test.py
sources/shiboken6/tests/samplebinding/ownership_delete_parent_test.py
sources/shiboken6/tests/samplebinding/ownership_invalidate_after_use_test.py
sources/shiboken6/tests/samplebinding/ownership_invalidate_child_test.py
sources/shiboken6/tests/samplebinding/ownership_invalidate_nonpolymorphic_test.py
sources/shiboken6/tests/samplebinding/ownership_invalidate_parent_test.py
sources/shiboken6/tests/samplebinding/ownership_reparenting_test.py
sources/shiboken6/tests/samplebinding/ownership_transference_test.py
sources/shiboken6/tests/samplebinding/pair_test.py
sources/shiboken6/tests/samplebinding/pen_test.py
sources/shiboken6/tests/samplebinding/point_test.py
sources/shiboken6/tests/samplebinding/pointerholder_test.py
sources/shiboken6/tests/samplebinding/pointerprimitivetype_test.py
sources/shiboken6/tests/samplebinding/pointf_test.py
sources/shiboken6/tests/samplebinding/primitivereferenceargument_test.py
sources/shiboken6/tests/samplebinding/privatector_test.py
sources/shiboken6/tests/samplebinding/privatedtor_test.py
sources/shiboken6/tests/samplebinding/protected_test.py
sources/shiboken6/tests/samplebinding/pstrlist_test.py
sources/shiboken6/tests/samplebinding/pystr_test.py
sources/shiboken6/tests/samplebinding/python_thread_test.py
sources/shiboken6/tests/samplebinding/receive_null_cstring_test.py
sources/shiboken6/tests/samplebinding/reference_test.py
sources/shiboken6/tests/samplebinding/referencetopointer_test.py
sources/shiboken6/tests/samplebinding/renaming_test.py
sources/shiboken6/tests/samplebinding/return_null_test.py
sources/shiboken6/tests/samplebinding/richcompare_test.py
sources/shiboken6/tests/samplebinding/sample_test.py
sources/shiboken6/tests/samplebinding/simplefile_test.py
sources/shiboken6/tests/samplebinding/size_test.py
sources/shiboken6/tests/samplebinding/static_nonstatic_methods_test.py
sources/shiboken6/tests/samplebinding/str_test.py
sources/shiboken6/tests/samplebinding/strlist_test.py
sources/shiboken6/tests/samplebinding/templateinheritingclass_test.py
sources/shiboken6/tests/samplebinding/time_test.py
sources/shiboken6/tests/samplebinding/transform_test.py
sources/shiboken6/tests/samplebinding/typeconverters_test.py
sources/shiboken6/tests/samplebinding/typedealloc_test.py
sources/shiboken6/tests/samplebinding/typedtordoublefree_test.py
sources/shiboken6/tests/samplebinding/typesystem_sample.xml
sources/shiboken6/tests/samplebinding/typesystypedef_test.py
sources/shiboken6/tests/samplebinding/unsafe_parent_test.py
sources/shiboken6/tests/samplebinding/useraddedctor_test.py
sources/shiboken6/tests/samplebinding/virtualdtor_test.py
sources/shiboken6/tests/samplebinding/virtualmethods_test.py
sources/shiboken6/tests/samplebinding/visibilitychange_test.py
sources/shiboken6/tests/samplebinding/voidholder_test.py
sources/shiboken6/tests/samplebinding/weakref_test.py
sources/shiboken6/tests/samplebinding/writableclassdict_test.py
sources/shiboken6/tests/shibokenmodule/module_test.py
sources/shiboken6/tests/smartbinding/CMakeLists.txt
sources/shiboken6/tests/smartbinding/smart_pointer_test.py
sources/shiboken6/tests/smartbinding/std_optional_test.py
sources/shiboken6/tests/smartbinding/std_shared_ptr_test.py
sources/shiboken6/tests/smartbinding/std_unique_ptr_test.py
sources/shiboken6/tests/smartbinding/typesystem_smart.xml
testing/wheel_tester.py
tools/create_changelog.py
tools/cross_compile_android/android_utilities.py
tools/cross_compile_android/main.py
tools/cross_compile_android/templates/cross_compile.tmpl.sh
tools/cross_compile_android/templates/toolchain_default.tmpl.cmake
tools/example_gallery/main.py
tools/snippets_translate/module_classes.py
wheel_artifacts/pyproject.toml.base