Qt for Python Development Notes: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
 
(288 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[Category:Qt for Python]]
[[Category:Qt for Python]]
==2021==


====13. May 2021====
==2024==


* No meeting due to holiday
===28. March 2024===
* Bugs
* General
** PYSIDE-1566 Designer plugins don't work on macOS - solved & checked in
* Infra & Releases
** PYSIDE-1564 QObject does not support cooperative multiple inheritance
** Prepared 6.6.3.1 release; 6.6.3 was unfortunately broken due to missing libraries (Quick Controls/Multimedia)
  Problem isolated, in progress (needs quite some change)
* Bugs & Features
** - Signal's connect/disconnect issues in progress.
** [https://bugreports.qt.io/browse/PYSIDE-2654 PYSIDE-2654] Fixed multiple inheritance when no __init__ is in a subclass
* Features
** Still investigating a crash on Ubuntu with Python 3.12 and bug_825.py . The crash is deeply hiding in Qt6.
** generic generate_pyi.py - https://bugreports.qt.io/browse/PYSIDE-1415 waiting for check-in
** [https://bugreports.qt.io/browse/PYSIDE-2652 PYSIDE-2652] Fixed an int overflow
** - PYSIDE-1436 Support Python 3.10 - some progress
** [https://bugreports.qt.io/browse/PYSIDE-2649 PYSIDE-2649] Work on building without OpenGL
** - pathlib in progress - https://bugreports.qt.io/browse/PYSIDE-1499
** [https://bugreports.qt.io/browse/PYSIDE-2653 PYSIDE-2653] Fixed a syntax error in type hints
** - PyPy compatibility stalled - https://bugreports.qt.io/browse/PYSIDE-535


====06. May 2021====
===21. March 2024===
* Infra & Release
* General
** 6.1 postponed for next Thursday
** Ideas to improve the module.
*** Reverting NumPy integration (made it experimental feature, due to problem with shared library)
** Most of the team is going on vacation the following weeks.
*** Qt Designer Plugin (not compatible with Limited API)
* Infra & Releases
*** Update changelog
** 6.7.0 to be released the first week of April [delayed]
*** Cherry pick exec related changes.
** 6.2.12 Commercial LTS to be release in the following days [delayed]
*** oss/6.1 tqtc/6.1 (to be created)
** 6.6.3 to be release next week [delayed]
* Bugs
* Bugs & Features
** PYSIDE-1404 improvements
** 6.8 adaption patches are being worked
** Property docs - https://bugreports.qt.io/browse/PYSIDE-1513
** PYSIDE-2638 fix crash QLayout when None is passed
** __feature__ at the end - https://bugreports.qt.io/browse/PYSIDE-1548
** Documentation updates: for tooling and examples.
** Signal's connect/disconnect issues in progress.
** QtRhi missing API provided
* Features
** Memory leak regression being worked out
** generic generate_pyi.py - https://bugreports.qt.io/browse/PYSIDE-1415
** Shiboken Qt namespaces patches being cherry picked to previous versions.
** pathlib in progress - https://bugreports.qt.io/browse/PYSIDE-1499
** Android deployment and qml tool documentations
** PyPy compatibility in progress - https://bugreports.qt.io/browse/PYSIDE-535
** Android wheels generation on the CI process is being improved.
** Discussion on keyword-support arguments in shiboken - https://bugreports.qt.io/browse/PYSIDE-1555
** Debugging deep into Nuitka to understand a problem with the lazy loading functionality.
** Possible adoption of "/" in signatures.
** QAsyncio bug fixed
** Adding more tools docs pages for our tools.


====29. April 2021====
===14. March 2024===
* Infra & Release
* General
** Expected 6.0.4, 6.1, and 5.15.4(LTS) for next week.
** PyConDE schedule is out, don't miss Shyam's talk https://pretalx.com/pyconde-pydata-2024/talk/W7YDRX/
** Creating 6.1 soon
** Python 3.13.0a5 is out.
*** Enable macOS testing
* Infra & Releases
*** Property documentation
** 6.7.0 in preparation, docs adjustments and new pages will come. Branching on Monday.
*** Adding glibc version to linux wheel
** 6.2.12 LTS release in preparation.
* Bugs
** 6.6.3 will be release next week.
** Fixing documentation issues
** qtpip 0.1.1 to be released
** https://bugreports.qt.io/browse/PYSIDE-1425
** dev is already Python 3.8 free, and we support 3.9+ for 6.7+
** New discoveries with https://bugreports.qt.io/browse/PYSIDE-229 not so simple (memory related)
* Bugs & Features
** https://bugreports.qt.io/browse/PYSIDE-1264 still pending.
** Triaging and fixing issues in general: 2638 layout crash.
* Features
** PYSIDE-2690 namespaces support continues
** Refactoring in general (import *) stuff.
** Lazy initialization got merged
** Cleaning and updating tests and examples
*** New improvements might land in future versions
** Discussion on https://bugreports.qt.io/browse/PYSIDE-1380
** PYSIDE-2635 OpcUA example problem
** PYSIDE-2633 remoteobjects issue
** Using new icons on the examples
** Testing libclang 18
** QObject.connect bug when a callable is a QObject (workaround with manual overload)
** QIOPipe implementation for QAsyncio (base in the Qt/C++ one)
** New use cases for QAsyncio and aiohttp
** permission API changes got merge
** android wheel compilation was adapted for qt 6.7.0 (PR on python-for-android was merged)
** PYSIDE-1639 QLocale issue was fixed


====22. April 2021====
===07. March 2024===
* Infra & Release
* General
** 6.0.4 release was postponed, but we are on time.
** Participation in FOSS Backstage
** 6.1 is on track.
* Infra & Releases
*** wheel name to support more than 1 binary for linux.
** 6.5.5 Commercial LTS was released
** Starting to try the new CI macOS machines.
** 5.15.13 OSS Package will be released tomorrow
* Bugs
** qtpip 0.1.1 release delayed
** Minor fixes
** Python 3.8 deprecation is still pending due to CI configuration dependencies.
** https://bugreports.qt.io/browse/PYSIDE-478
* Bugs & Features
** https://bugreports.qt.io/browse/PYSIDE-1409
** permission api changes are mostly merged, one pending https://codereview.qt-project.org/c/pyside/pyside-setup/+/536759/15
** https://bugreports.qt.io/browse/PYSIDE-229
** all deployment fixes are in.
* Features
** lazy initialization work continues, and some issues were fixed already.
** Numpy QtChart compatibility
*** Ubuntu 22.04 | Python 3.10.2 |is showing an issue with scriptableapplication
** PyPy compatibility https://bugreports.qt.io/browse/PYSIDE-535
** Continue implementing more API for QtAsyncio which is currently working well
** Looking into other module compatibilities
** two pending change for 6.7.0 and 6.6.3 to be merged.
** Improve documentation for Property use in QML
** PYSIDE-2590 qt namespaces support required a patch for Qt/C++
** Improve the generate_pyi script
** PYSIDE-2619 gentoo issue with a build
** PYSIDE-2624 typing issue with '/' is being researched
** Qt Icon Teams issues were discovered
** PYSIDE-2602 virtual function research on a special signature
** One regression related to the QObject.connect changes.


====15. April 2021====
===29. February 2024===


* Infrastructure
* General
** Setting on track the content of OSS and commercial wheels.
** Leap day!
** Qt addons distribution will change in 6.1 and 6.2, so we need to keep an eye on that.
** Documentation changes
** New macOS machines for the CI
* Infra & Releases
* Documentation update process to be improved.
** 6.7.0 will drop support of Python 3.8
* Bugs
** 6.5.5 to be released in the following days
** There were some problems with the default encoding and the doc build process (python version related)
** 6.7.0 RC marks our feature freeze, some exceptions will be discussed in order to release on time.
** 1529 fixed, and other issues (QPointF), 1514 QPainter, 1503 QCharts.
** qtpip 0.1.1 to be released soon for new indexing and shiboken_wizard package
* Features
** General update of Python versions in our CI configuration is being planned (for dev-6.7)
** Improving examples to use new features and refreshing the code base.
* Bugs & Features
** Performance examples to compare C++ and Python
** PYSIDE-2599 QMatrix3x3 issues with QVariant
** Reformatting some code base to use f-strings and warning
** PYSIDE-2605 Embedding an application, using .style() - qAPP
** New tutorials in progress based on Model View
** PYSIDE-2590 QT_NAMESPACES support
** Internal Qt Hackathon
** PYSIDE-2602 clash on signature for QtWebEngine returning tuple
*** Focused on integration with matplotlib (Performance discussion)
** Preparing 6.5.5 and 6.7.0 releases.
*** Scripting C++ applications.
** PYSIDE-2612 CMake issue from Anaconda builds when find_package
** macOS permissions changes are almost all merged
** Windows BTLE services crash
** QIO-class are required for some new QAsyncio API using pipes
** Lazy loading moving forward, but still a few issues are around
*** A couple of shiboken tests seems to have outdated imports that are not helping.
*** shiboken compatibility types missing
** Typing issues being solved in order to improve the pyi quality


====08. April 2021====
===22. February 2024===
* No meeting
* General
** Brainstorming discussion about new JIRA items.
* Infra & Releases
** 6.6.2 was released!
** qtpip getting a new minor version in order to be able to install new shiboken wizard
* Bugs & Features
** Permission API issue failing on the release framework. QtLocation problems were addressed.
** QtAsyncio blog post was published.
** Definition of done for QtAsyncio story, some functions will be implemented, but other ones (until reaching the whole set of user facing API) will be implemented in the future.
** Lazy initialization of numpy support in PySide, to improve the general lazy loading effort.
** Starting documenting pyside6-* tools
** PYSIDE-2610 Qt3D issues
** 6.7 adaption was a lot of work, namespaces were something tricky.
** 6.7 changelog drafted.
** Started to improve the type hinting issues.


====01. April 2021====
===15. February 2024===


* Deployment story
* General
** Add new test for Nuitka (on macOS)
** Brainstorming session was held.
** Update the tutorials, since PyInstaller and cx_Freeze seems to be partially working on Qt6.
** Europython Call for Proposal is open!
** Higher versions from macOS are more restrictive for the bundles that are generated. This leads to new breakage.
* Infra & Releases
* Preparation for 6.0.3 release
** 6.6.2 release waiting for Qt/C++ packages to be done.
* Bug
** Commercial 6.5.5 LTS to be out next week.
** PYSIDE-1523 Nuitka compile methods/functions is done
** Some improvements to the CI and macOS behavior
** PYSIDE-1338 Hiding confusing feature frame entries
** Cherry pick bot on commercial repositories.
** Wheel Tester to be improved.
* Bugs & Features
* Features
** singleShot changes are merged, keep an eye on strange behavior.
** pathlib features still in progress.
** 6.7 adaption: metaobjectdump improvements
** Porting more examples to snake_case
** 6.6.2 fixes with the commercial shibokenwizard
** Check snippets_translator tool.
** lupdate support for pyside improved (qm files)
** Make generate_pyi as a generic tool to be merged.
** pyside6-project problems with dry-run were fixed. Some improvements planned.
** CI android wheels upgrade [skip armv7 in the meantime]
** Lazy imports research continues, we see lots of improvements on apple M* devices.


====25. March 2021====


* Infra
===8. February 2024===
** Evaluation to change the wheel names to specify glibc version for 6.1
** CI issues still with macOS
* Features
** Refactoring examples (snake_case)
** Updating deployment docs.
** PYSIDE-1523 Nuitka, support for compiled functions.
** PYSIDE-1415 make the generate_pyi more general
** PYSIDE-1449 pathlib compatibility
** Improvements on the documentation, tutorials, and examples.
** Enabling snippet translator into the doc building process.
* Bugs
** Fix crash from the new Network components.
** Triage and some other fixes.
** PYSIDE-1502 Compiling pyside2 with build target does not result in PySide2 `support` module being installed
** PYSIDE-1524 warning related to sprintf
** PYSIDE-1019 1038 hidden imports, properties, other fixes.
** There seems to be some problems with PyInstaller on macOS


====18. March 2021====
* General
** We got a PyConDE 2024 talk accepted (python -> android deployment)!
* Infra & Releases
** Addressing some issues with the android wheels
** 6.6.2 got delayed until next week
** Preparing for the 6.7 switch on dev
* Bugs & Features
** macOS: permission api patches ready for review
** singleShot patches merged
** Lazy initialization was finished, and ready for discussion.
** Check compatibility with the new REST module (from Qt/C++)
** Preparations for 6.7 continues.


* Infra
===1. February 2024===
** CI has been showing some issues. 12h timeouts for macOS.
** Soon to have 6.1 branch
** Synchronization of the commercial repository with latest Qt.
* Features
** Improving commercial tools.
** Finding issues and getting ideas to improve the docs.
** Using new qttools directory
** Add option to not copy qt tools to the wheel when building.
** pathlib compatibility patch still on-going
** improvements to the documentation, adding 'doc' directory to each example.
* Bugs
** OpenGLFunctions issues (mailing list announcement)
** PYSIDE-1520 Union types
** PYSIDE-1514 Shiboken module movement patches had some issues, which will be fixed
** PYSIDE-1502 Working on improving the __feature__ option to make them safer in diff installation errors.  
** PYSIDE-1019 feature import problem (found in PYSIDE-1338) waiting for review


====11. March 2021====
* General
** Interest from KDE to enable flatpak packages (maybe base pyside app).
** Discussion on adding more tutorials of specific functionality.
** CI Maintenance Break next Monday (first Monday of each month)
* Infra & Releases
** no unity build discussion and checks
** 6.6.2 to be released next week.
** More granularity on the commercial wheels: shiboken wizard wheel.
* Bugs & Features
** singleShot timer implementation (to use underlying c++ impl) - still an issue with a context object, and a signal as a functor. A new QObject::connect might handle the situation. More changes to come in order to fix newly discovered issues.
** Android: using the master branch on python-for-android, and other changes related for macOS deployment.
** PYSIDE-2597 optimization for the deployment procedure
** Lazy initialization: works continues, and it's looking good. 13 bugs to go on lazy mode. The new implementation seems to be working better.
** 6.7 adaptation still in progress (many changes from Qt)
** General documentation adjustments
** Improvements on shiboken: better error messages
** Qt Namespaces compatibility attempts.
** Moving away from a couple of setup.py options towards pyproject.toml after upgrading 'build' to 1.0.x
** Design Studio compatibility wheel work continues


* Infra
** 6.0.2 is out
** 5.15.3 still pending
** Trying to update dependencies for 6.1 (modules)
** auditwheel (research, optional)
** COIN seems to be acting weird, but generally.
* Features
** cleanup snippets and general things in shiboken
** license changes for LTS
** Adding clarifications to the docs.
** Discussion on the proper build processes.
* Bugs
** 1438 Visualization issue
** https://bugreports.qt.io/browse/PYSIDE-1516
** https://bugreports.qt.io/browse/PYSIDE-1514 shiboken renaming causes an issue for copying files to the wheel.
** Show the __feature__ issues on the traceback.


====5. March 2021====
===25. January 2024===


*General Topics
* General
**6.0.2 release preparations
** Configuring additional embedded devices for RTA
***Final fix for license checking instructions
** Focus on spending some time on embedded linux, in order to see usability, and compatibility with Boot2Qt images.
***OSS RC1 wheels should be available for testing later today
** Conferences: submissions to PyCon SK, PyCon DE, PyCon LT, PyCon US
***Merge from pyside-setup/6.0 into tqtc-pyside-setup/6.0 is pending that final fix
* Infra & Releases
**Bugs
** Decouple of the commercial wheels in order to have a finer granularity and simpler tree on the Qt Installer (Maintenance Tool)
*** [https://bugreports.qt.io/browse/PYSIDE-1438 PYSIDE-1438] Crash in Qt DataVisualisation adressed
** Qt for Python 6.6.2 is waiting for Qt to be released (by the end of the month)
*** Bug triage, moved several bugs over to Qt
** The next 5.15.13 LTS open source release will include a new fix for a missing symbol (PyIndex_Check)
**Features
** New CI configuration without '--unity' for manual testing, to spot issues.
*** Cleanup and improvement of injected code snippets in PySide6
* Bugs & Features
*** Improvements in error handling
** VS Code will use .flake8 (formerly setup.cfg) file for configuration once merged
** PYSIDE-2575: Added a new argument to QtAsyncio to configure whether the QCoreApplication at the core of QtAsyncio should be shut down when asyncio finishes (requested by user).
** SingleShot timer issue: Slight "complexity explosion" because correct implementation for one case requires implementation of QObject.connect overload with context arguments (and we implement QObject.connect ourselves, see PySide::qobjectConnectCallback).
** Scripting: code simplification, and massage it to a Qt module.
** Documentation updates to fix issues we had.
** Unity build some issues when building without.
** 6.7 updates, adapting some warning messages
** QTBUG-99313 related issues
** macOS permissions: made an example to work (for deployed apps) - patches incoming
** Android wheels provisioning and configuration in order to generate the base-wheels.
** armv7 complications due to an upstream find_python command.
** Lazy initialization: re-wrote approach from scratch, to reduce the patches to one that can be analyzed easily. Some complications with this approach that needs to be improve. It can be tried with https://codereview.qt-project.org/c/pyside/pyside-setup/+/496118
*** https://peps.python.org/pep-0690/ was rejected, but the idea can be implemented per-module
** Moving entry_points declaration to pyproject.toml from setup.py
** Drop the bdist_wheel steps from the CI (old wheels)
** Started working on split commercial wheels, wheels for QtDS and examples on QtCreator.


====25. February 2021====
===18. January 2024===


*General Topics
* General
**Commercial 5.15.3 release next week.
* Infra & Releases
**6.0.2 release next week.
** Commercial LTS 6.2.11 was released
*Infra updates
** Add missing tags OSS LTS 5.15.x
**Keep an eye on the next Python releases.
** 6.6.2 scheduled by the end of the month
*Features
** Release documentation to be written to have tasks on JIRA
**Documentation for the designer plugin
* Bugs & Features
**shiboken: c++ using directive
** Python Scripting: looking into stable API, and cleanup
**pathlib compatibility support discussion (initial implementation was discarded)
** PYSIDE-2577 doxygen issue
***Trying to discover all the methods that are related to paths.
** PYSIDE-2570 closing some roadmap items
*Bugs
** Polishing documentation to use more sphinx directives
**cx_Freeze issues in 6.0.0/1
** Qt 6.7 adaption
** Addressing some flake8 issues in the build_script
** macOS permission API work continues: limitation for interpreted script, only compatible when deployed. Working around nuitka.
** singleShot: trying to solve a corner case when no sender is specified (for using the C++ function directly)
** Fixing some CI problems with 3.11 -> 3.12 changes.
** PYSIDE-2404 adding more information regarding the lazy evaluation, new approach might work.
** pyside6 is now an official recipe on the python-for-android!
** Improvements to the doc build process


====18. February 2021====
===11. January 2024===


*General Topics
* General
**Commercial LTS 5.15.3 release.
** Hackathon at TQtC
**DeveloperWeek conference talk by Corey: will mention Qt for Python.
** CI process presentation
*Infra Update
* Infra & Releases
**TBD: Need of a new branch in qt5.git for the lts qt for python release.
** Commercial LTS 6.5.4 release starting (to be finished today)
*Features
** Commercial LTS 6.2.11 still pending release
**pathlib.Path (soon to be ready) and fspath support (difficult) in pyside
** 6.6.2 schedule by the end of the month.
**__feature__ documentation
** CI still showing some issues after the maintenance break.
**Designer patches are done (we still need docs)
** Update of the Python versions are pending.
**documentation generation fixes.
* Bugs & Features
**shiboken: general refactoring (constructors)
** Fixing a few small issues with QtAsyncio
**doc: examples code in tabs
** Documentation for the QtAsyncio is currently in review.
**doc: new ideas for tutorials and vocabulary.
** New behavior for singleShot (relying on the C++ impl)
** macOS request permission API work continues.
** 6.7 adaptions patches
** M2M fixes on the current impl
** Native interfaces were added (new ones) to public headers
** favicon issue with out docs
** Making our doc diagram generation optional
** Improvements for the doc build process


====11. February 2021====
===04.January 2024===
* General
** Happy new year fellow readers :D
** New OKR organization
** Keeping in an eye on Conferences
** PyPy is now on 3.10
** Ideas on the wheel organization for the Qt Installer
* Infra & Releases
** CI Maintenance break continues. Some new issues were discovered.
** Pending releases: 6.2.11 and 6.5.4
** Android [https://download.qt.io/snapshots/ci/pyside/test/Android/aarch64/ wheels for testing] purposes are available (not for production)
** Xcode issues with a new M3
** Planning the inclusion of Python 3.12 in the CI
* Bugs & Features
** async: A few bug fixes were pushed and ready for review
** async: the module is missing from our docs
** async: we have been getting some interests from users, so new issues are appearing.
** new android tag added to the examples for a better browsing
** pyside6 designer pyenv crash was fixed
** pyside cmake module update crash was fixed
** working on the request permission API for macOS
** docs: free functions as separate section and other improvements
** Python scripting in c++ works continues
** PyPy 3.10 compatibility patches
** nogil: working again on a compatibility with PEP703
*** locking mechanism for our modules.
** Typing adjustments, we need '/' in our signatures due to not having keywords parameters.


*General topics
==2023==
**Issues with Pick-to: 5.15
**Discussion about the usage of pathlib
**Reduce linux wheel size by not including .debug files.
*Infra update
**Timeouts in RHEL
**Preparing addons for 6.1
*Bugs
**Fixing many issues related to sphinx, and documentation in general.
*Features
**Moving the internal shiboken6.shiboken6.Shiboken to shiboken6.Shiboken 1497
**Will be finish today (Documentation about the __feature__ options) PYSIDE-1481
**(in progress) https://bugreports.qt.io/browse/PYSIDE-1019 usage of constructor properties when enabling true_property
**Migration to pathlib in our code, and add support for fspath in our API, https://bugreports.qt.io/browse/PYSIDE-1499
**Examples gallery embedded into the doc building process.
**Designer patch ready for review.
**Commercial tools on-going (icons discussion)
**(in progress) Error handling in shiboken


====4. February 2021====
*[[Qt for Python Development Notes 2023]]


*General topics
==2022==
**6.0.1 release is on its way (the wheels will include the Qt3D modules and the ImageFormat plugins, which were missing in 6.0.0)
**Changelog structure in Qt vs what we have now
**Zombie 5.15 patches to be re-generated or cherry-picked to lts-5.15
*Infra update
**Maintenance update went better.
**COIN update is coming next week.
*Bugs
**(almost done) Shiboken internal namespace renaming.
**(done) https://bugreports.qt.io/browse/PYSIDE-1476
**(done) https://bugreports.qt.io/browse/PYSIDE-1478
**(done) https://bugreports.qt.io/browse/PYSIDE-1487
**(in progress) https://bugreports.qt.io/browse/PYSIDE-1481
*Features
**M2M Protocols modules rebase
**Shiboken UI rebase
**Custom Widget designer compatibility
**Snippet converter tool


====28. January 2021====
*[[Qt for Python Development Notes 2022]]


*Infra update
==2021==
**'dev' we are missing tests on macOS (in progress). Qt5 bin on macOS 11, and running test on 10.15/13
**trying to build pyside on a custom Qt (with plugins/addons) oss and commercial
*Bugs
**Due to the shiboken module naming issue
***(in progress) https://bugreports.qt.io/browse/PYSIDE-1481 __feature__ documentation
***(in progress) https://bugreports.qt.io/browse/PYSIDE-1476 PySide Property declaration creates properties with the setter name of the function
***(in progress) https://bugreports.qt.io/browse/PYSIDE-1347 constructors info in the stubs (other issues appeared)
***All the future fix related to stubs rely on the change
***there might be some issues with relying only on the install dir and not build.
*Features
**refactoring shiboken
**statmachine module rebirth
**designer patches to include custom widgets.
**enabling clang_options on shiboken
*Branching story
**lts-5.15 issues
***Fix pyside-setup/5.15 and do all the merges     (done)                                        
***Merge pyside-setup/5.15 into tqtc-pyside-setup/5.15    (done)                                        
***Create tqtc-pyside-setup/lts-5.15 from pyside-setup/5.15
***Close pyside-setup/5.15 Make the Pick-to bot merge from Pick-to: 5.15 -> tqtc/lts-5.15
**tqtc
***create tqtc/dev from oss/dev
***move manually the patches that added things for the commercial offering into tqtc/dev (shiboken ui, m2m protocols modules)
**Process to fix bugs
***push to oss/dev Pickt-to: 5.15 (this will go to lts-5.15)
***before release we push oss/dev to tqtc/dev
 
====21. January 2021====
 
*Infra update
**'dev' branch seems to be the only broken (maybe 5.15)
**Provisioning is affected
**need to create lts-5.15 branch for commercial releases
**WinRT is broken (at a Qt/CI level)
*Bug fixes
**https://bugreports.qt.io/browse/PYSIDE-1458 Discussion about macOS symlinks
**(in progress) https://bugreports.qt.io/browse/PYSIDE-1481 __feature__ documentation
**(in progress) https://bugreports.qt.io/browse/PYSIDE-1476 PySide Property declaration creates properties with the setter name of the function
**(in progress) https://bugreports.qt.io/browse/PYSIDE-1347 constructors info in the stubs (other issues appeared)
*Features
**Rename internal shiboken import: 'from shiboken6 import shiboken6 as Shiboken' -> 'from shiboken6 import Shiboken'
***Both options in 6.1,
***Only 'from shiboken6 import Shiboken' from 6.2 on.
**Designer plugin: set environment in the launcher script (instead of the rpath option)
**Removing extra QtCharts namespace (it  was removed in Qt) -> QtDataVisualization?
***Externals helping the migration process.
**https://bugreports.qt.io/browse/PYSIDE-1477 clang options for shiboken cross build
*Starting work on new tutorials and applications (Data Science and visualization)
 
====14. January 2021====
 
*Qt Bug fixing week
*Infra update
**Missing 5.15 merge to tqtc
*Bug fixes
**https://bugreports.qt.io/browse/PYSIDE-1470 fixed
**https://bugreports.qt.io/browse/PYSIDE-1347 in progress
*Features
**Contacting people at other IDEs groups to provide a better PySide support. (to create a user story)
**NumPy support to accept numpy.array as 'some' Qt types
**Designer plugin works continues (needs libshiboken) https://bugreports.qt.io/browse/PYSIDE-1455
*Webinar ideas
**__feature__ and Python properties
**Interaction with other modules
 
====7. January 2021====


*Infra update
*[[Qt for Python Development Notes 2021]]
**libclang install fixes (issues related to 6.0 and 10.0)
***from the MSVC update, we require 10.0 for 5.15 and 6.0
*Bug fixes
**PYSIDE-1447 qapp flag
**PYSIDE-1463 snake_case init issue
**PYSIDE-1470 shiboken delete qapp
**PYSIDE-79 reopened due to a leak introduced by the fix to PYSIDE-68
*Features
**Possible research PYSIDE-163
**Refactoring shiboken
**PYSIDE-1455 designer plugin
**Snippets translators
**Deployment story for PySide6


==2020==
==2020==

Latest revision as of 15:14, 28 March 2024


2024

28. March 2024

  • General
  • Infra & Releases
    • Prepared 6.6.3.1 release; 6.6.3 was unfortunately broken due to missing libraries (Quick Controls/Multimedia)
  • Bugs & Features
    • PYSIDE-2654 Fixed multiple inheritance when no __init__ is in a subclass
    • Still investigating a crash on Ubuntu with Python 3.12 and bug_825.py . The crash is deeply hiding in Qt6.
    • PYSIDE-2652 Fixed an int overflow
    • PYSIDE-2649 Work on building without OpenGL
    • PYSIDE-2653 Fixed a syntax error in type hints

21. March 2024

  • General
    • Ideas to improve the module.
    • Most of the team is going on vacation the following weeks.
  • Infra & Releases
    • 6.7.0 to be released the first week of April [delayed]
    • 6.2.12 Commercial LTS to be release in the following days [delayed]
    • 6.6.3 to be release next week [delayed]
  • Bugs & Features
    • 6.8 adaption patches are being worked
    • PYSIDE-2638 fix crash QLayout when None is passed
    • Documentation updates: for tooling and examples.
    • QtRhi missing API provided
    • Memory leak regression being worked out
    • Shiboken Qt namespaces patches being cherry picked to previous versions.
    • Android deployment and qml tool documentations
    • Android wheels generation on the CI process is being improved.
    • Debugging deep into Nuitka to understand a problem with the lazy loading functionality.
    • QAsyncio bug fixed
    • Adding more tools docs pages for our tools.

14. March 2024

  • General
  • Infra & Releases
    • 6.7.0 in preparation, docs adjustments and new pages will come. Branching on Monday.
    • 6.2.12 LTS release in preparation.
    • 6.6.3 will be release next week.
    • qtpip 0.1.1 to be released
    • dev is already Python 3.8 free, and we support 3.9+ for 6.7+
  • Bugs & Features
    • Triaging and fixing issues in general: 2638 layout crash.
    • PYSIDE-2690 namespaces support continues
    • Lazy initialization got merged
      • New improvements might land in future versions
    • PYSIDE-2635 OpcUA example problem
    • PYSIDE-2633 remoteobjects issue
    • Using new icons on the examples
    • Testing libclang 18
    • QObject.connect bug when a callable is a QObject (workaround with manual overload)
    • QIOPipe implementation for QAsyncio (base in the Qt/C++ one)
    • New use cases for QAsyncio and aiohttp
    • permission API changes got merge
    • android wheel compilation was adapted for qt 6.7.0 (PR on python-for-android was merged)
    • PYSIDE-1639 QLocale issue was fixed

07. March 2024

  • General
    • Participation in FOSS Backstage
  • Infra & Releases
    • 6.5.5 Commercial LTS was released
    • 5.15.13 OSS Package will be released tomorrow
    • qtpip 0.1.1 release delayed
    • Python 3.8 deprecation is still pending due to CI configuration dependencies.
  • Bugs & Features
    • permission api changes are mostly merged, one pending https://codereview.qt-project.org/c/pyside/pyside-setup/+/536759/15
    • all deployment fixes are in.
    • lazy initialization work continues, and some issues were fixed already.
      • Ubuntu 22.04 | Python 3.10.2 |is showing an issue with scriptableapplication
    • Continue implementing more API for QtAsyncio which is currently working well
    • two pending change for 6.7.0 and 6.6.3 to be merged.
    • PYSIDE-2590 qt namespaces support required a patch for Qt/C++
    • PYSIDE-2619 gentoo issue with a build
    • PYSIDE-2624 typing issue with '/' is being researched
    • Qt Icon Teams issues were discovered
    • PYSIDE-2602 virtual function research on a special signature
    • One regression related to the QObject.connect changes.

29. February 2024

  • General
    • Leap day!
    • Documentation changes
  • Infra & Releases
    • 6.7.0 will drop support of Python 3.8
    • 6.5.5 to be released in the following days
    • 6.7.0 RC marks our feature freeze, some exceptions will be discussed in order to release on time.
    • qtpip 0.1.1 to be released soon for new indexing and shiboken_wizard package
    • General update of Python versions in our CI configuration is being planned (for dev-6.7)
  • Bugs & Features
    • PYSIDE-2599 QMatrix3x3 issues with QVariant
    • PYSIDE-2605 Embedding an application, using .style() - qAPP
    • PYSIDE-2590 QT_NAMESPACES support
    • PYSIDE-2602 clash on signature for QtWebEngine returning tuple
    • Preparing 6.5.5 and 6.7.0 releases.
    • PYSIDE-2612 CMake issue from Anaconda builds when find_package
    • macOS permissions changes are almost all merged
    • Windows BTLE services crash
    • QIO-class are required for some new QAsyncio API using pipes
    • Lazy loading moving forward, but still a few issues are around
      • A couple of shiboken tests seems to have outdated imports that are not helping.
      • shiboken compatibility types missing
    • Typing issues being solved in order to improve the pyi quality

22. February 2024

  • General
    • Brainstorming discussion about new JIRA items.
  • Infra & Releases
    • 6.6.2 was released!
    • qtpip getting a new minor version in order to be able to install new shiboken wizard
  • Bugs & Features
    • Permission API issue failing on the release framework. QtLocation problems were addressed.
    • QtAsyncio blog post was published.
    • Definition of done for QtAsyncio story, some functions will be implemented, but other ones (until reaching the whole set of user facing API) will be implemented in the future.
    • Lazy initialization of numpy support in PySide, to improve the general lazy loading effort.
    • Starting documenting pyside6-* tools
    • PYSIDE-2610 Qt3D issues
    • 6.7 adaption was a lot of work, namespaces were something tricky.
    • 6.7 changelog drafted.
    • Started to improve the type hinting issues.

15. February 2024

  • General
    • Brainstorming session was held.
    • Europython Call for Proposal is open!
  • Infra & Releases
    • 6.6.2 release waiting for Qt/C++ packages to be done.
    • Commercial 6.5.5 LTS to be out next week.
    • Some improvements to the CI and macOS behavior
    • Cherry pick bot on commercial repositories.
  • Bugs & Features
    • singleShot changes are merged, keep an eye on strange behavior.
    • 6.7 adaption: metaobjectdump improvements
    • 6.6.2 fixes with the commercial shibokenwizard
    • lupdate support for pyside improved (qm files)
    • pyside6-project problems with dry-run were fixed. Some improvements planned.
    • CI android wheels upgrade [skip armv7 in the meantime]
    • Lazy imports research continues, we see lots of improvements on apple M* devices.


8. February 2024

  • General
    • We got a PyConDE 2024 talk accepted (python -> android deployment)!
  • Infra & Releases
    • Addressing some issues with the android wheels
    • 6.6.2 got delayed until next week
    • Preparing for the 6.7 switch on dev
  • Bugs & Features
    • macOS: permission api patches ready for review
    • singleShot patches merged
    • Lazy initialization was finished, and ready for discussion.
    • Check compatibility with the new REST module (from Qt/C++)
    • Preparations for 6.7 continues.

1. February 2024

  • General
    • Interest from KDE to enable flatpak packages (maybe base pyside app).
    • Discussion on adding more tutorials of specific functionality.
    • CI Maintenance Break next Monday (first Monday of each month)
  • Infra & Releases
    • no unity build discussion and checks
    • 6.6.2 to be released next week.
    • More granularity on the commercial wheels: shiboken wizard wheel.
  • Bugs & Features
    • singleShot timer implementation (to use underlying c++ impl) - still an issue with a context object, and a signal as a functor. A new QObject::connect might handle the situation. More changes to come in order to fix newly discovered issues.
    • Android: using the master branch on python-for-android, and other changes related for macOS deployment.
    • PYSIDE-2597 optimization for the deployment procedure
    • Lazy initialization: works continues, and it's looking good. 13 bugs to go on lazy mode. The new implementation seems to be working better.
    • 6.7 adaptation still in progress (many changes from Qt)
    • General documentation adjustments
    • Improvements on shiboken: better error messages
    • Qt Namespaces compatibility attempts.
    • Moving away from a couple of setup.py options towards pyproject.toml after upgrading 'build' to 1.0.x
    • Design Studio compatibility wheel work continues


25. January 2024

  • General
    • Configuring additional embedded devices for RTA
    • Focus on spending some time on embedded linux, in order to see usability, and compatibility with Boot2Qt images.
    • Conferences: submissions to PyCon SK, PyCon DE, PyCon LT, PyCon US
  • Infra & Releases
    • Decouple of the commercial wheels in order to have a finer granularity and simpler tree on the Qt Installer (Maintenance Tool)
    • Qt for Python 6.6.2 is waiting for Qt to be released (by the end of the month)
    • The next 5.15.13 LTS open source release will include a new fix for a missing symbol (PyIndex_Check)
    • New CI configuration without '--unity' for manual testing, to spot issues.
  • Bugs & Features
    • VS Code will use .flake8 (formerly setup.cfg) file for configuration once merged
    • PYSIDE-2575: Added a new argument to QtAsyncio to configure whether the QCoreApplication at the core of QtAsyncio should be shut down when asyncio finishes (requested by user).
    • SingleShot timer issue: Slight "complexity explosion" because correct implementation for one case requires implementation of QObject.connect overload with context arguments (and we implement QObject.connect ourselves, see PySide::qobjectConnectCallback).
    • Scripting: code simplification, and massage it to a Qt module.
    • Documentation updates to fix issues we had.
    • Unity build some issues when building without.
    • 6.7 updates, adapting some warning messages
    • QTBUG-99313 related issues
    • macOS permissions: made an example to work (for deployed apps) - patches incoming
    • Android wheels provisioning and configuration in order to generate the base-wheels.
    • armv7 complications due to an upstream find_python command.
    • Lazy initialization: re-wrote approach from scratch, to reduce the patches to one that can be analyzed easily. Some complications with this approach that needs to be improve. It can be tried with https://codereview.qt-project.org/c/pyside/pyside-setup/+/496118
    • Moving entry_points declaration to pyproject.toml from setup.py
    • Drop the bdist_wheel steps from the CI (old wheels)
    • Started working on split commercial wheels, wheels for QtDS and examples on QtCreator.

18. January 2024

  • General
  • Infra & Releases
    • Commercial LTS 6.2.11 was released
    • Add missing tags OSS LTS 5.15.x
    • 6.6.2 scheduled by the end of the month
    • Release documentation to be written to have tasks on JIRA
  • Bugs & Features
    • Python Scripting: looking into stable API, and cleanup
    • PYSIDE-2577 doxygen issue
    • PYSIDE-2570 closing some roadmap items
    • Polishing documentation to use more sphinx directives
    • Qt 6.7 adaption
    • Addressing some flake8 issues in the build_script
    • macOS permission API work continues: limitation for interpreted script, only compatible when deployed. Working around nuitka.
    • singleShot: trying to solve a corner case when no sender is specified (for using the C++ function directly)
    • Fixing some CI problems with 3.11 -> 3.12 changes.
    • PYSIDE-2404 adding more information regarding the lazy evaluation, new approach might work.
    • pyside6 is now an official recipe on the python-for-android!
    • Improvements to the doc build process

11. January 2024

  • General
    • Hackathon at TQtC
    • CI process presentation
  • Infra & Releases
    • Commercial LTS 6.5.4 release starting (to be finished today)
    • Commercial LTS 6.2.11 still pending release
    • 6.6.2 schedule by the end of the month.
    • CI still showing some issues after the maintenance break.
    • Update of the Python versions are pending.
  • Bugs & Features
    • Fixing a few small issues with QtAsyncio
    • Documentation for the QtAsyncio is currently in review.
    • New behavior for singleShot (relying on the C++ impl)
    • macOS request permission API work continues.
    • 6.7 adaptions patches
    • M2M fixes on the current impl
    • Native interfaces were added (new ones) to public headers
    • favicon issue with out docs
    • Making our doc diagram generation optional
    • Improvements for the doc build process

04.January 2024

  • General
    • Happy new year fellow readers :D
    • New OKR organization
    • Keeping in an eye on Conferences
    • PyPy is now on 3.10
    • Ideas on the wheel organization for the Qt Installer
  • Infra & Releases
    • CI Maintenance break continues. Some new issues were discovered.
    • Pending releases: 6.2.11 and 6.5.4
    • Android wheels for testing purposes are available (not for production)
    • Xcode issues with a new M3
    • Planning the inclusion of Python 3.12 in the CI
  • Bugs & Features
    • async: A few bug fixes were pushed and ready for review
    • async: the module is missing from our docs
    • async: we have been getting some interests from users, so new issues are appearing.
    • new android tag added to the examples for a better browsing
    • pyside6 designer pyenv crash was fixed
    • pyside cmake module update crash was fixed
    • working on the request permission API for macOS
    • docs: free functions as separate section and other improvements
    • Python scripting in c++ works continues
    • PyPy 3.10 compatibility patches
    • nogil: working again on a compatibility with PEP703
      • locking mechanism for our modules.
    • Typing adjustments, we need '/' in our signatures due to not having keywords parameters.

2023

2022

2021

2020

2019

2018