New upstream version 6.10.3
authorStuart Prescott <stuart@debian.org>
Tue, 7 Apr 2026 04:51:34 +0000 (14:51 +1000)
committerStuart Prescott <stuart@debian.org>
Tue, 7 Apr 2026 04:51:34 +0000 (14:51 +1000)
commit9bb829816307c957ef3b7e1790b91639ea08be5d
treef5c8959885dc50a5f488a86731917f36a2410e95
parentaac62d8b967bf2b12404e20bcb1371af59664c43
New upstream version 6.10.3
200 files changed:
LICENSES/BSD-3-Clause.txt
README.md
README.pyside6.md
README.pyside6_addons.md
README.pyside6_essentials.md
README.pyside6_examples.md
build_history/blacklist.txt
build_scripts/main.py
build_scripts/wheel_files.py
coin/dependencies.yaml
doc/changelogs/changes-6.10.3 [new file with mode: 0644]
examples/corelib/mimetypesbrowser/mimetypemodel.py
examples/corelib/settingseditor/settingseditor.py
examples/demos/colorpaletteclient/basiclogin.py
examples/demos/colorpaletteclient/doc/colorpaletteclient.rst
examples/demos/colorpaletteclient/paginatedresource.py
examples/demos/documentviewer/imageviewer/imageviewer.py
examples/demos/documentviewer/mainwindow.py
examples/graphs/common/graphprinting/GraphPrintingExample/Graph2D.qml [new file with mode: 0644]
examples/graphs/common/graphprinting/GraphPrintingExample/Graph3D.qml [new file with mode: 0644]
examples/graphs/common/graphprinting/GraphPrintingExample/Main.qml [new file with mode: 0644]
examples/graphs/common/graphprinting/GraphPrintingExample/box_left.svg [new file with mode: 0644]
examples/graphs/common/graphprinting/GraphPrintingExample/box_left_fill.svg [new file with mode: 0644]
examples/graphs/common/graphprinting/GraphPrintingExample/documents.svg [new file with mode: 0644]
examples/graphs/common/graphprinting/GraphPrintingExample/documents_fill.svg [new file with mode: 0644]
examples/graphs/common/graphprinting/GraphPrintingExample/flatten.svg [new file with mode: 0644]
examples/graphs/common/graphprinting/GraphPrintingExample/flatten_square_fill.svg [new file with mode: 0644]
examples/graphs/common/graphprinting/GraphPrintingExample/print.svg [new file with mode: 0644]
examples/graphs/common/graphprinting/GraphPrintingExample/print_fill.svg [new file with mode: 0644]
examples/graphs/common/graphprinting/GraphPrintingExample/qmldir [new file with mode: 0644]
examples/graphs/common/graphprinting/doc/graphprinting.rst [new file with mode: 0644]
examples/graphs/common/graphprinting/doc/graphprinting.webp [new file with mode: 0644]
examples/graphs/common/graphprinting/graphprinter.py [new file with mode: 0644]
examples/graphs/common/graphprinting/graphprinting.pyproject [new file with mode: 0644]
examples/graphs/common/graphprinting/main.py [new file with mode: 0644]
examples/multimedia/audiooutput/audiooutput.py
examples/multimedia/camera/camera.py
examples/multimedia/camera/camera.pyproject
examples/multimedia/camera/camera.qrc [new file with mode: 0644]
examples/multimedia/camera/camera.ui
examples/multimedia/camera/camera_mobile.ui
examples/multimedia/camera/images/shutter.svg [new file with mode: 0644]
examples/multimedia/camera/rc_camera.py [new file with mode: 0644]
examples/multimedia/camera/shutter.svg [deleted file]
examples/multimedia/camera/ui_camera.py
examples/multimedia/camera/ui_camera_mobile.py
examples/multimedia/camera/ui_videosettings_mobile.py
examples/multimedia/screencapture/screencapturepreview.py
examples/network/googlesuggest/googlesuggest.py
examples/pdf/quickpdfviewer/SinglePageModule/Viewer.qml [new file with mode: 0644]
examples/pdf/quickpdfviewer/SinglePageModule/qmldir [new file with mode: 0644]
examples/pdf/quickpdfviewer/main.py
examples/pdf/quickpdfviewer/quickpdfviewer.pyproject
examples/pdf/quickpdfviewer/viewer.qml [deleted file]
examples/qml/editingmodel/EditingModel/Main.qml [new file with mode: 0644]
examples/qml/editingmodel/EditingModel/MovingRectangle.qml [new file with mode: 0644]
examples/qml/editingmodel/EditingModel/qmldir [new file with mode: 0644]
examples/qml/editingmodel/MovingRectangle.qml [deleted file]
examples/qml/editingmodel/doc/editingmodel.rst
examples/qml/editingmodel/main.py
examples/qml/editingmodel/main.pyproject
examples/qml/editingmodel/main.qml [deleted file]
examples/qml/textproperties/TextProperties/Main.qml [new file with mode: 0644]
examples/qml/textproperties/TextProperties/qmldir [new file with mode: 0644]
examples/qml/textproperties/doc/textproperties.rst
examples/qml/textproperties/main.py
examples/qml/textproperties/textproperties.pyproject
examples/qml/textproperties/view.qml [deleted file]
examples/qml/tutorials/extending-qml-advanced/adding/main.py
examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/main.py
examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/main.py
examples/qml/tutorials/extending-qml-advanced/binding/main.py
examples/qml/tutorials/extending-qml-advanced/properties/main.py
examples/qml/usingmodel/UsingModel/Main.qml [new file with mode: 0644]
examples/qml/usingmodel/UsingModel/qmldir [new file with mode: 0644]
examples/qml/usingmodel/doc/usingmodel.rst
examples/qml/usingmodel/main.py [new file with mode: 0644]
examples/qml/usingmodel/usingmodel.py [deleted file]
examples/qml/usingmodel/usingmodel.pyproject
examples/qml/usingmodel/view.qml [deleted file]
examples/quick/models/objectlistmodel/ObjectListModel/Main.qml [new file with mode: 0644]
examples/quick/models/objectlistmodel/ObjectListModel/qmldir [new file with mode: 0644]
examples/quick/models/objectlistmodel/doc/objectlistmodel.rst
examples/quick/models/objectlistmodel/main.py [new file with mode: 0644]
examples/quick/models/objectlistmodel/objectlistmodel.py [deleted file]
examples/quick/models/objectlistmodel/objectlistmodel.pyproject
examples/quick/models/objectlistmodel/view.qml [deleted file]
examples/quickcontrols/gallery/gallery.py
examples/quickcontrols/gallery/gallery.qml
examples/quickcontrols/gallery/pages/DialPage.qml
examples/quickcontrols/gallery/pages/ProgressBarPage.qml
examples/quickcontrols/gallery/pages/RangeSliderPage.qml
examples/quickcontrols/gallery/pages/SliderPage.qml
examples/quickcontrols/gallery/pages/SpinBoxPage.qml
examples/quickcontrols/gallery/pages/TextAreaPage.qml
examples/quickcontrols/gallery/pages/TextFieldPage.qml
examples/quickcontrols/gallery/rc_gallery.py
examples/samplebinding/main.py
examples/scriptableapplication/mainwindow.h
examples/webenginequick/nanobrowser/ApplicationRoot.qml [deleted file]
examples/webenginequick/nanobrowser/BrowserDialog.qml [deleted file]
examples/webenginequick/nanobrowser/BrowserUtils/ApplicationRoot.qml [new file with mode: 0644]
examples/webenginequick/nanobrowser/BrowserUtils/BrowserDialog.qml [new file with mode: 0644]
examples/webenginequick/nanobrowser/BrowserUtils/BrowserWindow.qml [new file with mode: 0644]
examples/webenginequick/nanobrowser/BrowserUtils/DownloadView.qml [new file with mode: 0644]
examples/webenginequick/nanobrowser/BrowserUtils/FindBar.qml [new file with mode: 0644]
examples/webenginequick/nanobrowser/BrowserUtils/FullScreenNotification.qml [new file with mode: 0644]
examples/webenginequick/nanobrowser/BrowserUtils/WebAuthDialog.qml [new file with mode: 0644]
examples/webenginequick/nanobrowser/BrowserUtils/qmldir [new file with mode: 0644]
examples/webenginequick/nanobrowser/BrowserWindow.qml [deleted file]
examples/webenginequick/nanobrowser/DownloadView.qml [deleted file]
examples/webenginequick/nanobrowser/FindBar.qml [deleted file]
examples/webenginequick/nanobrowser/FullScreenNotification.qml [deleted file]
examples/webenginequick/nanobrowser/WebAuthDialog.qml [deleted file]
examples/webenginequick/nanobrowser/doc/nanobrowser.png [deleted file]
examples/webenginequick/nanobrowser/doc/nanobrowser.rst
examples/webenginequick/nanobrowser/doc/nanobrowser.webp [new file with mode: 0644]
examples/webenginequick/nanobrowser/main.py [new file with mode: 0644]
examples/webenginequick/nanobrowser/nanobrowser.pyproject
examples/webenginequick/nanobrowser/qmldir
examples/webenginequick/nanobrowser/quicknanobrowser.py [deleted file]
examples/webenginequick/nanobrowser/rc_resources.py
examples/webenginequick/nanobrowser/resources.qrc
examples/webenginewidgets/simplebrowser/browserwindow.py
examples/webenginewidgets/simplebrowser/tabwidget.py
examples/webenginewidgets/simplebrowser/webpopupwindow.py
examples/webview/minibrowser/main.qml
examples/webview/minibrowser/qml.qrc
examples/webview/minibrowser/rc_qml.py
examples/widgets/desktop/screenshot/screenshot.py
examples/widgets/dialogs/classwizard/classwizard.py
examples/widgets/dialogs/classwizard/listchooser.py
examples/widgets/dialogs/standarddialogs/standarddialogs.py
examples/widgets/gettext/main.py
examples/widgets/itemviews/editabletreemodel/mainwindow.py
examples/widgets/itemviews/editabletreemodel/treemodel.py
examples/widgets/itemviews/spreadsheet/spreadsheet.py
examples/widgets/itemviews/spreadsheet/spreadsheetdelegate.py
examples/widgets/mainwindows/mdi/mdi.py
examples/widgets/painting/painter/painter.py
examples/widgets/richtext/textedit/textedit.py
sources/pyside-tools/deploy_lib/__init__.py
sources/pyside-tools/project.py
sources/pyside6/.cmake.conf
sources/pyside6/PySide6/QtHttpServer/CMakeLists.txt
sources/pyside6/PySide6/QtHttpServer/typesystem_httpserver.xml
sources/pyside6/PySide6/QtWebEngineCore/typesystem_webenginecore.xml
sources/pyside6/doc/building_from_source/index.rst
sources/pyside6/doc/building_from_source/linux.rst
sources/pyside6/doc/building_from_source/macOS.rst
sources/pyside6/doc/building_from_source/windows.rst
sources/pyside6/doc/commercial/index.rst
sources/pyside6/doc/deployment/deployment-pyside6-android-deploy.rst
sources/pyside6/doc/developer/signalmanager.md
sources/pyside6/doc/extras/QtQuick.rst
sources/pyside6/doc/faq/whatisshiboken.rst
sources/pyside6/doc/gettingstarted.rst
sources/pyside6/doc/index.rst
sources/pyside6/doc/modules.rst
sources/pyside6/doc/qtattributionsscannertorst.py
sources/pyside6/doc/tools/pyside-project.rst
sources/pyside6/doc/tutorials/basictutorial/qrcfiles.rst
sources/pyside6/doc/tutorials/basictutorial/signals_and_slots.rst
sources/pyside6/doc/tutorials/basictutorial/uifiles.rst
sources/pyside6/doc/tutorials/basictutorial/widgetstyling.rst
sources/pyside6/doc/tutorials/datavisualize/add_mainwindow.rst
sources/pyside6/doc/tutorials/datavisualize/add_tableview.rst
sources/pyside6/doc/tutorials/datavisualize/filter_data.rst
sources/pyside6/doc/tutorials/expenses/expenses.rst
sources/pyside6/doc/tutorials/qmlintegration/qmlintegration.rst
sources/pyside6/doc/tutorials/qmlsqlintegration/qmlsqlintegration.rst
sources/pyside6/libpyside/pysideslot.cpp
sources/pyside6/libpyside/signalmanager.cpp
sources/pyside6/tests/QtCore/attr_cache_py3k.py
sources/pyside6/tests/QtCore/emoji_string_test.py
sources/pyside6/tests/QtTextToSpeech/qtexttospeech_test.py
sources/pyside6/tests/QtWidgets/private_mangle_test.py
sources/pyside6/tests/manually/README.txt
sources/pyside6/tests/pysidetest/mixin_signal_slots_test.py
sources/pyside6/tests/pysidetest/mock_as_slot_test.py
sources/pyside6/tests/pysidetest/qapp_like_a_macro_test.py
sources/pyside6/tests/pysidetest/signal_slot_warning.py
sources/pyside6/tests/pysidetest/signal_tp_descr_get_test.py
sources/pyside6/tests/tools/pyside6-deploy/test_pyside6_deploy.py
sources/shiboken6/.cmake.conf
sources/shiboken6/ApiExtractor/clangparser/clangparser.cpp
sources/shiboken6/doc/gettingstarted.rst
sources/shiboken6/generator/qtdoc/qtdocgenerator.cpp
sources/shiboken6/generator/shiboken/cppgenerator.cpp
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/lib/pyi_generator.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/mapping.py
sources/shiboken6/tests/libsample/functions.cpp
sources/shiboken6/tests/libsample/functions.h
sources/shiboken6/tests/libsample/polygon.cpp
sources/shiboken6/tests/libsample/polygon.h
sources/shiboken6/tests/samplebinding/decisor_test.py
sources/shiboken6/tests/samplebinding/sample_test.py
sources/shiboken6/tests/samplebinding/samplesnippets.cpp
sources/shiboken6/tests/samplebinding/typesystem_sample.xml
wheel_artifacts/pyproject.toml.base