Qt for Python Development Notes: Difference between revisions

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


=== 16. December 2021 ===
==2024==


===25. April 2024===
* General
* General
** Most of the team will be on vacations starting from next week
** Successful talk at PyCon DE. Good response.
* Infra & Releases
* Infra & Releases
** Re-enable RTA testing for PySide
** Preparing 6.7.1
** 6.2.2.1 was released
** 5.15.17 Commercial LTS is also soon to be prepared
** 3.10 CI tests being explored
** sccache seems to be not properly behaving (on windows) because we are not getting enough output.
** PySide6_DS wheel to be adjusted and hopefully be released soon.
* Bugs & Features
* Bugs & Features
** PYSIDE-1431 follow up issue related to signal instance comparison (multiple inheritance)
** Added a number of new classes
** PYSIDE-1713 discussion on the signal instance implementation
** PYSIDE-2676 issues on ubuntu (might be related to a windows issue as well)
** PYSIDE-229 multiple inheritance issue with signals.
** Implementation of Lazy Groups in order to avoid the regression in 6.7.0 due to multiple inheritance.
** 1736 QQmlApplication engine load signature issue with raw-strings
** Alternative for Lazy Groups (Fix for the regression on 6.7.0)
** Documenting shiboken examples
*** Work on regressions introduced by lazy initialization [https://bugreports.qt.io/browse/PYSIDE-2675 PYSIDE-2675]
** Improve example/documentation processes
** Work on a crash in Python 3.12 [https://bugreports.qt.io/browse/PYSIDE-2676 PYSIDE-2676]
** Tutorial on how to debug pyside application from c++ application
** Fixed memory leaks [https://bugreports.qt.io/browse/PYSIDE-1617 PYSIDE-1617]
** Porting more tutorials (mimetypes, regexp)
** Work on our QML list property support [https://bugreports.qt.io/browse/PYSIDE-2698 PYSIDE-2698]
** addressing old issues with qtmultimedia and missing handling of methods related to read/write data
** Added pyside6-balsamui (ui tool for pyside6-balsam) - PYSIDE-2629
** Also checking out List Property error with `count` and `at` parameters - [https://bugreports.qt.io/browse/PYSIDE-2698 PYSIDE-2698]
** Updating old example (calqlatr) - https://codereview.qt-project.org/c/pyside/pyside-setup/+/523055 for responsive layout
** QtAsyncio: refinements to the current implementation, and solved a bug report.
*** Trying to add support to Keyboard interruptions (handlers)  
*** Plan to improve exceptions handling
 
===18. April 2024===


=== 09. December 2021 ===
* General
* General
** Bug fixing week
** Bug fixing week
* Infrastructure
** PyConDE (Mon-Wed next week)
** New release for 6.2.2 due to a problem with the help() function -> 6.2.2.1
** Planning a workshop for TQtC solution engineers (internal)
** 3.10.0 on Windows CI machines
** Possibility to include shiboken into the Axivion infra
** Research self-configuration to test PyPy in the future.
* Infra & Releases
** Moving to qt dev branch in pyside dev branch in the following days.
** 5.15.17 commercial LTS was postponed to Friday. Still need test on Windows.
* Bugs and Features
** 6.5.6 release planned
** Porting the audiosource example, exposes some issues on the qt multimedia module
** 6.7.1 release has been postponed to the first week of May
** Porting the regular expression example
** DS-compatibility wheel postponed due to CI issues
** Writing tutorial on how to debug pyside/python/qtcpp
** We might need to create a testing platform in order to check other errors that are not detectable with simple tests.
** Fixing PYSIDE-1727 that left 6.2.2 help function unusable
* Bugs & Features
** PyPy progress 66 -> 23 errors
** Few new type hints issues from 6.7.0 release, needs to be address on 6.7.1
** mypy PYSIDE-1318 was fixed, fixing Signals/Slot stubs, there are still a couple of things to do
** QtAsyncio issue related to Task groups. Tricky, because it can be related to Qt Events.
** Improving the snippet translation steps, clickable graphs, and documentation in general.
** PYSIDE-2629 Adding more Qt-tools to the wheels
** Refactor documentation generation process, as cmake target
** PYSIDE-2622 Adding a new option to the deploy tool (exposing an option from Nuitka)
** documenting samplebinding, and scriptableapplication
** PYSIDE-2675 Lazy loading issues with trees of polymorphic classes.
** PYSIDE-1726 was fixed due to the Vulkan headers being found
*** first approach made things less effective
** Preparation for 6.3
*** The impact of the solution was reduced a bit, by disabling the feature for special multiple-inheritance cases
*** New idea on 'groups' that be handled differently, so we have group or classes grouped and dependant
** 825 qml bug is still around
*** PYSIDE-2676 seems to be a new approach to fix it
** A few customer bugs made it the bug fixing week.
** PYSIDE-2675 type discovery code, class inheritance
** QtAudio -> QAudio refactory
** Virtual function compatibility to modify the signature (from typesystem)
** PYSIDE-2492 uic issues for Enum compatibility
*** More improvements for Python projects (import options)
** PYSIDE-2685 nan type definition
** Removing code from shiboken
** 6.8 Adaption already started
** PYSIDE-2689 sphinx directives doesn't seems to be compatible with the search context.


=== 02. December 2021 ===
===11. April 2024===
* General
* General
** A new developer joined the team :D
** Bug fixing week.
* Releases and Infra
** Qt 6.6.3 Library split broke our release, so we provided 6.6.3.1 as a fix.
** 6.2.2 to be released
** Qt 6.7.0 also had an issue with a binary incompatibility change on QtAudio and QAudio
*** Little issues with multimedia TBC
** Maybe we implement a simple channel of communicating this details, in order to avoid breakage [maybe architect meetings]
** HW issues on macOS, and signing issues on the Windows configurations.
** Qt Creator 13 creates venvs automatically. This needs to be revisited to avoid multiple environments to be created.
** 3.10 configuration machine still in progress.
** New epics with brainstorming ideas.
* Commercial: we will remove support for Python 2.7 from 5.15.8 on
* Infra & Releases
* Bugs
** 6.7.0 was released, we found a couple of issues we are trying to solve, and 6.7.1 will soon be released due to a binary compatibility break, and other small breakage.
** documentation resolution 1721 for snippets were broken, a new proposal for directory hierarchy was proposed.
** 5.15.17 commercial LTS to be release next week.
** fixing quick3d issues after this addition.
** QtDS packages a bit delay due to CI errors.
** stabilizing tests
** Qt Installer (Maintenance tool) has  still some issues with the structure.  
* Features
* Bugs & Features
** split libpysideqml still in review
** Adding new Qt tools to the wheels (wrappers)
** Issues with PyPy, discussing with PyPy devs. Writing ad-hoc debug tool to find more issues.
** PYSIDE-2602 special virtual function research
*** PyObject_dict incompatibility with set attribute directives, an undocumented issue. PyPy tries to mimic CPython behavior in some places, that might "look right" but it's not working.
** PYSIDE-2669 designer issue
** Type hinting issues are still in progress
** PYSIDE-2675 Addressing the lazy import issues that were found in 6.7.0
 
*** Studying the possible solution, but it needs to consider other cases as well.
=== 25. November 2021 ===
*** the *-import handling seems to be related, and affecting the mro content, duplicating some entries.
 
*** the type discovery handler might be related as well
* Releases and Infra
** Still working on the qml 825 bug issues.
** 6.2.2 next Tuesday
*** Quick3D and Universal wheels, Shared pointers None story.
** OpenGL issue solved for setup.py wheel creation (cmake builds are affected)
** Research on 3.10.0 on Windows
* Bugs
** PYSIDE-1710 problematic to keep compatibility with Python 2
*** wheel tester fails, let us stop testing on python 2
** share smart pointer issues, comparison and nullptr
** 1715 crash is fixed
** gallery tool issue with a jpeg file
* Features
** documentation warnings
** brushing up some opengl code
** creating a libpysideqml
** Continuing with the PyPy issues
 
==== 18. November 2021 ====
 
* Releases and Infra
** Issue with ubuntu 20.04 and libOpenGL.so.0 dependency seems to be in the pyside build and not Qt
** Using more cores in the CI now :)
** Apple Silicon story
*** Issues with python provisioning on the CI
** Research on the PyPy CI configuration
** 6.2.2 release at the end of the month
* Bugs
** Shared pointer comparison issue
** Another shared pointer type related issue
* Features
** QmlUncreatable decorator
** Adding Quick3D module (issue with qml registration)
** PyPy changes are getting closer to be fully working.
 
==== 11. November 2021 ====
 
* Releases and Infra
** Apple Silicon CI to be ready soon
** Windows CI machines slowness to be addressed
** To enable Python 3.10 in a CI configuration
** Research about adding PyPy as a CI configuration
* Bugs
** PYSIDE-1520 (related 1675) handling slots type hints
* Features
** Standard containers
** Properly handling sets between C++ and Python
** Adding new QML references examples and new Decorators (still in research)
** Planning restructuring of libpyside to not be qml dependant
** Move to Python enum: Roadmap is fixed, tests started
** PyPy, finding new things and discuss with the team.
*** Improved the pending failing test by fixing a issue on PyCFunction (99 before, 76 to go)
 
==== 4. November 2021 ====
 
* Releases and Infra
** 5.15 commercial LTS problems were solved.
** Apple Silicon wheels still in progress
*** changing the way we provision Python on the CI
** Directory structure for snapshot (internal) installation
* Features
** default expr handling fixes
** memory leak on the keyword arguments handling fixed
** Default templates for containers in progress
** PyPy changes in the progress, learning by doing.
*** Finding new issues on both sides, getting in touch with pypy team
* Bugs
** Issues with the latest MSVC2019 updates are fixed (typedefs)
** Issues found related QSet and set/list transformation
** PYSIDE-1670 singleShot -> single_shot function/property
** Improving the signature module system
** Enums of PySide are still in C++, but they could be moved to Python.
 
==== 28. October 2021 ====
 
* Releases and Infra
** CI is under maintenance
** 6.2.1 released
** Commercial LTS 5.15.7 to be released
*** merge from lts to commercial
* Features
** PYSIDE-535: PyPy compatibility, object lifecycles differences with CPython, managed to solve other errors. Removed lld regression. Currently solving Signal&Slots problems. Checking large patches for using pypy as a build target. Py_FromSpect implementation still missing.
** Default function arguments qualifications in progress
** PYSIDE-1666 Container Templates for shiboken
* Bugs
** PYSIDE-1669: addPixmap str arguments
** PYSIDE-1675: mypy compatibility, improvement on the error messages for generic types.
** PYSIDE-1670: __feature__: handle properties with function overloads
** PYSIDE-1431: equality check of some signal/instances fails
** PYSIDE-1695: Flags comparison issue
** PYSIDE-1697: Memory leak
 
==== 21. October 2021 ====


===4. April 2024===
* General
* General
** QtWS Talk: Hybrid Qt Development: boosting your projects with Python https://www.qt.io/qtws21
** Large part of the team at conferences/on Easter holiday
* Infra & Releases
* Infra & Releases
** 6.2.1 release is coming
** Released 6.6.3.1 release with fixes for Quick Controls/Multimedia
** universal wheels might come in later versions.
** Preparing for 6.7.0
** Discussion on incremental wheels to install more things on site-packages/PySide6
* Bugs & Features
** Performance issues on the CI were fixed
** [https://bugreports.qt.io/browse/PYSIDE-2646 PYSIDE-2646] Improved cleanup of signal manager objects
* Bugs
** [https://bugreports.qt.io/browse/PYSIDE-2662 PYSIDE-2662] Fix for a signal in OpcUA
** PYSIDE-1691 Adding Cbor
** [https://bugreports.qt.io/browse/PYSIDE-2663 PYSIDE-2663] Fixed a crash in webengine bindings
** Complementation for Opaque Containers
** [https://bugreports.qt.io/browse/PYSIDE-2668 PYSIDE-2668] Fixed an error in enums
* Features
** PyPy compatibility work continues
** MyPy compatibility work continues
** Add bluetooth scanner example
 
==== 14. October 2021 ====


===28. March 2024===
* General
* General
** Bug fixing week
** New contributors from Hacktoberfest
* Infra & Releases
* Infra & Releases
** 6.2.1 release is approaching
** Prepared 6.6.3.1 release; 6.6.3 was unfortunately broken due to missing libraries (Quick Controls/Multimedia)
** We need to setup a new provisioning for Apple Silicon wheels.
* Bugs & Features
** Splitting wheels research.
** [https://bugreports.qt.io/browse/PYSIDE-2654 PYSIDE-2654] Fixed multiple inheritance when no __init__ is in a subclass
* Bugs
** Still investigating a crash on Ubuntu with Python 3.12 and bug_825.py . The crash is deeply hiding in Qt6.
** PYSIDE-1685 Font families
** [https://bugreports.qt.io/browse/PYSIDE-2652 PYSIDE-2652] Fixed an int overflow
** Addressing flaky tests
** [https://bugreports.qt.io/browse/PYSIDE-2649 PYSIDE-2649] Work on building without OpenGL
** PYSIDE-656 raising exceptions related to mouse events
** [https://bugreports.qt.io/browse/PYSIDE-2653 PYSIDE-2653] Fixed a syntax error in type hints
** PYSIDE-1669 QIcon.addPixmap issue with argument 'str'
* Features
** Implicit conversion in Shiboken
*** Get list of invalid usages from wrappers
*** From 6.3/6.4 enable the option.
** Render control example
** PyPy compatibility work continues
** Improve mypy compatibility will continue
 
==== 07. October 2021 ====


===21. March 2024===
* General
* General
** Blog post published https://www.qt.io/blog/qt-for-python-release-6.2
** Ideas to improve the module.
** Progress regarding a better cross compilation story
** Most of the team is going on vacation the following weeks.
** Apple Silicon wheels needs some testing
** PyPi wheel size issue due to macOS wheels having Universal Binaries and new modules
*** Thinking on how to generate wheels for intel and apple silicon without them being too large.
*** Maybe split the wheels into essential modules
*** Maybe create dependencies groups
** 2 more weeks until we move to use Qt dev on the CI
* Release and Infra
** COIN updates and some speed issues.
** Making bug-fix releases from LTS soon to follow the KDE Qt Free Software agreement.
* Features
** Signal & Slot tutorial to be available in 6.2.1, and hopefully more tutorials
** Refactoring and cleanup on the primitive types.
** Fixing PYSIDE-1673 and PYSIDE-1664
** Add qml reference example
** PYSIDE-535 PyPy development still continues
** PYSIDE-656 old issue found, that's related to PyPy development.
* Bugs
** Signals are missing from the Class documentation in 6.2.1
 
==== 30. September 2021 ====
 
* Release and Infra
** We expect a release on time with respect to Qt
** Release blog post almost ready
** M1 wheels are still in progress.
* Features
** Add section to https://wiki.qt.io/New_Features_in_Qt_6.2 to highlight features
** built-in types included into shiboken
** adding wstring support in shiboken, extending limited api a bit.
** Integrating PyPy related changes that don't affect Python functionality
* Bugs
** changelog tool using textwrap for better formatting
** adapting examples and other minor revisions.
** Working on Nuitka testing
 
==== 23. September 2021 ====
 
* Release and Infra
** Preparation for 6.2
* Features
** PyPy compatibility is still in progress due to unexpected complications.
** WebChannel module is in plus the markdowneditor example
** Built-in types improvements in shiboken
** Cleaning the old suppress messages from the build
** Examples and tutorials were added.
* Bugs
** QSurfaceDataArray issue when handling copies
 
==== 16. September 2021 ====
 
* Release & Infra
** Mostly focusing on having 6.2 on time
* Bugs
** 1659 QUiLoader issue with connecting signals based on strings.
** 1660 Taking care of native C++ and Python types in the typesystem
* Features
** Opaque containers improved
** SbkObjectType was removed, and an alias was left to PyObjectType
** PyPy Support: heavy refactoring required for compatibility. Rewrites, and many other fixes.
*** Inheritance seems to be the more problematic bit at the moment (__new__)
 
==== 09. September 2021 ====
 
* Releases & Infra
** Commercial LTS 5.15.6 was released yesterday.
** 6.1.3 is already out.
** Some progress on the M1 wheels
* Bugs
** CoAP issue made us discover other flaws in shiboken that are fixed.
** Sanitizing options needs more research.
* Features
** Updates to the docs before 6.2
** Opaque containers still in progress
** Adding new API to be compatible with PyCallable (QThreadPool)
** Progress on the PyPy compatibility effort
** Moving away from distutils to setuptools
 
==== 02. September 2021 ====
 
* Releases & Infra
** Commercial LTS 5.15.6 should be out soon
** 6.1.3 should be ready today/tomorrow
** starting migration from distutils to setuptools.
* Bugs
** OpenGL types issues working with macOS now (to test further examples)
** Triaging
** Shiboken issues when snippets and function collection with same names (QCoapClient::disconnect and QObject::disconnect)
** PYSIDE-1646 signature mapping issues with OpenGL types
* Features
** PYSIDE-1650 QAccesibility missing API
** Continue research on opaque containers
** PYSIDE-1436 Continue fixing things towards a full 3.10 compatibility (fixing refcounts)
** PYSIDE-535 PyPy compatibility still in progress (many bugs to be tackled)
 
==== 26. August 2021 ====
 
* Releases
** Commercial 5.15.6 LTS is being prepared.
** 6.1.3 might be delay a couple of days due to a couple of high prio bugs that were fixed.
* Bugs
** Fixing the OpenGL issues of missing GL* types
** Removing QtQuick classes that were blocking the CI
** Addressing errors on debug mode.
* Features
** Planning fixes for Nuitka to get a better support.
 
====19. August 2021 ====
 
* Bugs
** Various fixes in four patches for Python 3.10
** Bug from 2012 found in shiboken tests after three days debugging Python 3.10
* Features
** Python 3.10 support is totally ready
 
====12. August 2021====
 
* Infra & Releases
* Infra & Releases
** Maintenance break
** 6.7.0 to be released the first week of April [delayed]
** Still looking into universal binary wheels (some tests failing)
** 6.2.12 Commercial LTS to be release in the following days [delayed]
** Preparing new releases.
** 6.6.3 to be release next week [delayed]
* Bugs
* Bugs & Features
** Threading/lock issues with QInputDialog and QAbstractSocket
** 6.8 adaption patches are being worked
** Stripping down shiboken installation files
** PYSIDE-2638 fix crash QLayout when None is passed
* Features
** Documentation updates: for tooling and examples.
** Moving important new patches from dev to 6.1 (tricky due the changes we have in dev atm)
** QtRhi missing API provided
** Continuing the test of 3.10
** Memory leak regression being worked out
** Addressing new pyi issues
** 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.


====5. August 2021====
===14. March 2024===
* General
** PyConDE schedule is out, don't miss Shyam's talk https://pretalx.com/pyconde-pydata-2024/talk/W7YDRX/
** Python 3.13.0a5 is out.
* Infra & Releases
* Infra & Releases
** Debug CI builds are still in progress.
** 6.7.0 in preparation, docs adjustments and new pages will come. Branching on Monday.
* Bugs
** 6.2.12 LTS release in preparation.
** PYSIDE-1626 uic switching new minor problem with qApp.
** 6.6.3 will be release next week.
** PYSIDE-1617 memory leaks
** qtpip 0.1.1 to be released
** New missing information in some .pyi files
** dev is already Python 3.8 free, and we support 3.9+ for 6.7+
** QInputDialog seems to be failing with threads
* Bugs & Features
* Features
** Triaging and fixing issues in general: 2638 layout crash.
** Cleanups related to cheating macros Py Int/Long checks.
** PYSIDE-2690 namespaces support continues
** reconstruction of the features for future work
** 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


====29. July 2021====
===07. March 2024===
* General
** Participation in FOSS Backstage
* Infra & Releases
* Infra & Releases
** Universal binaries still in research
** 6.5.5 Commercial LTS was released
** Some errors were found on the CI debug configuration
** 5.15.13 OSS Package will be released tomorrow
** COIN has some network issues.
** qtpip 0.1.1 release delayed
* Bugs
** Python 3.8 deprecation is still pending due to CI configuration dependencies.
** Refactoring and small issues.
* Bugs & Features
** feature: fix the UIC switching problem
** permission api changes are mostly merged, one pending https://codereview.qt-project.org/c/pyside/pyside-setup/+/536759/15
** Documentation seems outdated in some places, so fix are coming.
** all deployment fixes are in.
* Features
** lazy initialization work continues, and some issues were fixed already.
** https://bugreports.qt.io/browse/PYSIDE-1605
*** Ubuntu 22.04 | Python 3.10.2 |is showing an issue with scriptableapplication
** Removing signature loader files to integrate them into the module.
** 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.


====22. July 2021====
===29. February 2024===
* Infrastructure
** Work on OSX11/universal binaries
* Bugs
** https://bugreports.qt.io/browse/PYSIDE-1629 QML crash
** Debugging https://bugreports.qt.io/browse/PYSIDE-1626 (snakecase + uic)
** https://bugreports.qt.io/browse/PYSIDE-1625 exec_ regression
** https://bugreports.qt.io/browse/PYSIDE-1623 missing docs
** https://bugreports.qt.io/browse/PYSIDE-1621 Windows problem fixed by removing temp files
** Debugging memory leaks
* Features
** Research on  https://bugreports.qt.io/browse/PYSIDE-1605 (directly wrapping C++ containers instead of converting them)
** Prototype/Discuss: Remove signature loader completely from physical FS (6.2 I guess)
* Other
** Fixed up documentation for 6.2
** Fixed overload handling in shiboken due to https://codereview.qt-project.org/c/qt/qtbase/+/359671


====15. July 2021====
* 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
* Infra & Releases
** CI has some issues related to qtbase and Windows
** 6.6.2 was released!
* Bugs
** qtpip getting a new minor version in order to be able to install new shiboken wizard
** https://bugreports.qt.io/browse/PYSIDE-535 Issues when transforming Macros to Functions, leaks were found
* Bugs & Features
** Fix memory leaks in shiboken
** Permission API issue failing on the release framework. QtLocation problems were addressed.
** QMultiMap and QMultiHash was not properly handle (defaultdict) | behavioral change
** QtAsyncio blog post was published.
*** Before it was a a normal dict, with the last value (all the other values were not preserved)
** 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.
* Features
** Lazy initialization of numpy support in PySide, to improve the general lazy loading effort.
** https://bugreports.qt.io/browse/PYSIDE-1252 support classmethods in signatures and properties (static methods become properties, and that's the relation with classmethods)
** Starting documenting pyside6-* tools
** Adding QtDBus (QPendingReply is missing) and QtNetworkAuth modules
** PYSIDE-2610 Qt3D issues
** Tools like qdbusxml2cpp is not supported yet.
** 6.7 adaption was a lot of work, namespaces were something tricky.
** Remote Objects getting some contributions.
** 6.7 changelog drafted.
** Refreshing QML code and good practices, adding new examples, etc
** Started to improve the type hinting issues.
** WIP qmlRegisterSingletonInstance and research on QML_NAMED_ELEMENT
** Improve docs: icons, style, content.


====08. July 2021====
===15. February 2024===


* General
** Brainstorming session was held.
** Europython Call for Proposal is open!
* Infra & Releases
* Infra & Releases
** Planning next releases.
** 6.6.2 release waiting for Qt/C++ packages to be done.
* Bugs
** Commercial 6.5.5 LTS to be out next week.
** 1334 .connect returns now a bool to verify the connection.
** Some improvements to the CI and macOS behavior
** 1613 logging level
** Cherry pick bot on commercial repositories.
** 1618 session manager issue (Qt bug)
* Bugs & Features
** 1619 discussion on accepting the QSettings.value (still in progress)
** singleShot changes are merged, keep an eye on strange behavior.
* Features
** 6.7 adaption: metaobjectdump improvements
** lupdate now has support for Python, and will be available in 6.2 (+ docs)
** 6.6.2 fixes with the commercial shibokenwizard
** adding new API for WebEngine
** lupdate support for pyside improved (qm files)
** gettext tutorial
** pyside6-project problems with dry-run were fixed. Some improvements planned.
** pathlib support continues (QUrl)
** CI android wheels upgrade [skip armv7 in the meantime]
** PyPy compatibility: still addressing the issues related to the type extensions.
** Lazy imports research continues, we see lots of improvements on apple M* devices.
** ApiExtractor: add classmethod attribute to add-function for tr()
** Attempting to expose QtDBus
** Improving docs and tutorials
** Experimenting with python-only modules.


====01. July 2021====
* Infra & Releases
** 6.1.2 ready to go out
** Trying CI debug configuration
* Bugs
** Documentation broken links, and improve Designer tutorials.
** PYSIDE-1609 findChild fixed
** PYSIDE-1370 QSharedMemory fixed
** PYSIDE-131 Translations issues fixed (with the problem that we don't have lupdate support on PySide6)
** QtSensors issues on the CI due to update solved.
* Features
** PYSIDE-535 PyPy Support still on going.
** Adding more missing classes.
** Analysing deployment scenario for PySide applications.


====24. June 2021====
===8. February 2024===
* Feedback from Akademy 2021 sessions
** Tutorials on the Designer process, and other process that might be simple for Qt users, but unknown for Python users.
** More examples on the QML - Python interaction.
** Improve documentation
** Qt Creator support
** Template tool
* Release and Infra
** 6.1.2 coming next week.
* Bugs
** PYSIDE-131 in progress, related to translation with automatic language tools.
* Features
** Trying to address issues related to PyPy (type declaration, and extension structure)
** Add new qml functions (update missing binding)
** Multimedia changes
** WebEngine is partially in the repo.


====17. June 2021====
* General
* Release and Infra
** We got a PyConDE 2024 talk accepted (python -> android deployment)!
** Commercial LTS release 5.15.5
* Infra & Releases
** New Debug VM setup ready to test
** Addressing some issues with the android wheels
** Testing new architecture to handle universal binaries on M1 machines
** 6.6.2 got delayed until next week
* Bugs
** Preparing for the 6.7 switch on dev
** [https://bugreports.qt.io/browse/PYSIDE-1599 PYSIDE-1599] Issue with .pyi files on the CI (to test them) is now fixed, considering wrong signatures that we had and didn't detect.
* Bugs & Features
** Seems like there is something going on with the --quiet options and log levels.
** macOS: permission api patches ready for review
** Cleaning old bugs that were invalid
** singleShot patches merged
* Feature
** Lazy initialization was finished, and ready for discussion.
** Qt6 API adaption
** Check compatibility with the new REST module (from Qt/C++)
** There are some corner cases with pathlib that need to be documented and fixed.
** Preparations for 6.7 continues.
** Changes to rely on qtpath instead of qmake (from qt6 changes)
** Testing aarch64 and M1 builds


====10. June 2021====
===1. February 2024===
* Release and Infra
** Commercial LTS release 5.15.5 rescheduled for next week.
** Trying to build 6.2, figuring differences between CentOS and RH (ldd issues)
** Discussion to improve commercial offering installation.
* Bugs
** https://bugreports.qt.io/browse/PYSIDE-1593 pyi issue (and improvement too)
** Fixing issues related to --/++ operators
* Features
** https://bugreports.qt.io/browse/PYSIDE-1499 pathlib support (ready for review)
** Adding many missing classes, enums, etc.
** Adapting QtMultimedia new module and API
** Discussion on Handling native interfaces.
* Events
** Akademy participation (external talk)
** Qt Contributor Summit https://wiki.qt.io/Qt_Contributors_Summit_2021_-_Program


====03. June 2021====
* General
* Release and Infra
** Interest from KDE to enable flatpak packages (maybe base pyside app).
** Qt 6.1.1 scheduled for Friday (might be release next week)
** Discussion on adding more tutorials of specific functionality.
** Commercial LTS 5.15.5 scheduled for the 10th.
** CI Maintenance Break next Monday (first Monday of each month)
** Research on M1 build on the CI
* Infra & Releases
*** Locally it works: https://bugreports.qt.io/browse/PYSIDE-1535
** no unity build discussion and checks
*** Wheels might be affect (universal binaries are too large)
** 6.6.2 to be released next week.
** Debug build on Windows to be tested.
** More granularity on the commercial wheels: shiboken wizard wheel.
** The possibility of releasing Docker images is being addressed
* Bugs & Features
* Bugs
** 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.
** Smaller bugs (PYSIDE-1584, PYSIDE-1585 not reproduceable)
** Android: using the master branch on python-for-android, and other changes related for macOS deployment.
** Discussion finished https://bugreports.qt.io/browse/PYSIDE-1567
** PYSIDE-2597 optimization for the deployment procedure
** Issues with XML interface to Python https://bugreports.qt.io/browse/PYSIDE-1588
** Lazy initialization: works continues, and it's looking good. 13 bugs to go on lazy mode. The new implementation seems to be working better.
** Class properties fix and refined code.
** 6.7 adaptation still in progress (many changes from Qt)
** Multi-inheritance still in progress.
** General documentation adjustments
* Features
** Improvements on shiboken: better error messages
** Small cleanups and fixes
** Qt Namespaces compatibility attempts.
** Added more API (PYSIDE-1586) for qtbase for starters
** Moving away from a couple of setup.py options towards pyproject.toml after upgrading 'build' to 1.0.x
** Working on native interfaces (PYSIDE-1568)
** Design Studio compatibility wheel work continues
** pathlib support https://bugreports.qt.io/browse/PYSIDE-1499
*** File system paths in Qt are supported
** Discussion on new repo structure.


====27. May 2021====


* Release and Infra
===25. January 2024===
** 5.15.5 LTS (Commercial only) release planned.
** 6.1.1 to be release soon.
** Debug build on Windows (using python_d.exe and pass '--debug' when building, and remove the '--limited-api=yes')
** Research: M1 build CI testing
* Features
** Improvements to the general pyi generator, and features.
** pathlib compatibility still in progress
** Shiboken documentation: unused code
* Bugs
** Multiple inheritance issues, when using explicit and implicit calls to parent constructors (super() vs Class)
** https://bugreports.qt.io/browse/PYSIDE-1563 (QImage related)
** https://bugreports.qt.io/browse/PYSIDE-1573 (QML related)
* Changelog policy
** [Changelog] This class will act like..., to be used for important changes.
* Research
** performance tests
** Tool: report new classes per Qt versions.
** Missing Qt API
** new structure cmake/build


====20. May 2021====
* 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
*** 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.


* 6.2 considerations (checking on newly added modules, examples, tests)
===18. January 2024===
* Added textedit example
* Features
** PYSIDE-1415 Make `generate_pyi.py` usable for any binding - checked in
** PYSIDE-1019 __feature__: Support generation of modified .pyi files - done, needs cleanup
* Bugs
** PYSIDE-1564 QObject does not support cooperative multiple inheritance
*** working patch written but wrong, the problem is much harder since we need to call __init__ along the MRO and handle keyword args.
** PYSIDE-229 Signal disconnect fails in multiple inheritance situation
*** postponed until the above problem is solved since it voids all debugging done


====13. May 2021====
* 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


* No meeting due to holiday
===11. January 2024===
* Bugs
** PYSIDE-1566 Designer plugins don't work on macOS - solved & checked in
** PYSIDE-1564 QObject does not support cooperative multiple inheritance
*** Problem isolated, in progress (needs quite some change)
** - Signal's connect/disconnect issues in progress.
* Features
** generic generate_pyi.py - https://bugreports.qt.io/browse/PYSIDE-1415 waiting for check-in
** - PYSIDE-1436 Support Python 3.10 - some progress
** - pathlib in progress - https://bugreports.qt.io/browse/PYSIDE-1499
** - PyPy compatibility stalled - https://bugreports.qt.io/browse/PYSIDE-535


====06. May 2021====
* General
* Infra & Release
** Hackathon at TQtC
** 6.1 postponed for next Thursday
** CI process presentation
*** Reverting NumPy integration (made it experimental feature, due to problem with shared library)
* Infra & Releases
*** Qt Designer Plugin (not compatible with Limited API)
** Commercial LTS 6.5.4 release starting (to be finished today)
*** Update changelog
** Commercial LTS 6.2.11 still pending release
*** Cherry pick exec related changes.
** 6.6.2 schedule by the end of the month.
*** oss/6.1 tqtc/6.1 (to be created)
** CI still showing some issues after the maintenance break.
* Bugs
** Update of the Python versions are pending.
** PYSIDE-1404 improvements
* Bugs & Features
** Property docs - https://bugreports.qt.io/browse/PYSIDE-1513
** Fixing a few small issues with QtAsyncio
** __feature__ at the end - https://bugreports.qt.io/browse/PYSIDE-1548
** Documentation for the QtAsyncio is currently in review.
** Signal's connect/disconnect issues in progress.
** New behavior for singleShot (relying on the C++ impl)
* Features
** macOS request permission API work continues.
** generic generate_pyi.py - https://bugreports.qt.io/browse/PYSIDE-1415
** 6.7 adaptions patches
** pathlib in progress - https://bugreports.qt.io/browse/PYSIDE-1499
** M2M fixes on the current impl
** PyPy compatibility in progress - https://bugreports.qt.io/browse/PYSIDE-535
** Native interfaces were added (new ones) to public headers
** Discussion on keyword-support arguments in shiboken - https://bugreports.qt.io/browse/PYSIDE-1555
** favicon issue with out docs
** Possible adoption of "/" in signatures.
** Making our doc diagram generation optional
** Improvements for the doc build process


====29. April 2021====
===04.January 2024===
* Infra & Release
* General
** Expected 6.0.4, 6.1, and 5.15.4(LTS) for next week.
** Happy new year fellow readers :D
** Creating 6.1 soon
** New OKR organization
*** Enable macOS testing
** Keeping in an eye on Conferences
*** Property documentation
** PyPy is now on 3.10
*** Adding glibc version to linux wheel
** Ideas on the wheel organization for the Qt Installer
* Bugs
* Infra & Releases
** Fixing documentation issues
** CI Maintenance break continues. Some new issues were discovered.
** https://bugreports.qt.io/browse/PYSIDE-1425
** Pending releases: 6.2.11 and 6.5.4
** New discoveries with https://bugreports.qt.io/browse/PYSIDE-229 not so simple (memory related)
** Android [https://download.qt.io/snapshots/ci/pyside/test/Android/aarch64/ wheels for testing] purposes are available (not for production)  
** https://bugreports.qt.io/browse/PYSIDE-1264 still pending.
** Xcode issues with a new M3
* Features
** Planning the inclusion of Python 3.12 in the CI
** Refactoring in general (import *) stuff.
* Bugs & Features
** Cleaning and updating tests and examples
** async: A few bug fixes were pushed and ready for review
** Discussion on https://bugreports.qt.io/browse/PYSIDE-1380
** 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.


====22. April 2021====
==2023==
* Infra & Release
** 6.0.4 release was postponed, but we are on time.
** 6.1 is on track.
*** wheel name to support more than 1 binary for linux.
** Starting to try the new CI macOS machines.
* Bugs
** Minor fixes
** https://bugreports.qt.io/browse/PYSIDE-478
** https://bugreports.qt.io/browse/PYSIDE-1409
** https://bugreports.qt.io/browse/PYSIDE-229
* Features
** Numpy QtChart compatibility
** PyPy compatibility https://bugreports.qt.io/browse/PYSIDE-535
** Looking into other module compatibilities
** Improve documentation for Property use in QML
** Improve the generate_pyi script


====15. April 2021====
*[[Qt for Python Development Notes 2023]]


* Infrastructure
==2022==
** Setting on track the content of OSS and commercial wheels.
** Qt addons distribution will change in 6.1 and 6.2, so we need to keep an eye on that.
** New macOS machines for the CI
* Documentation update process to be improved.
* Bugs
** There were some problems with the default encoding and the doc build process (python version related)
** 1529 fixed, and other issues (QPointF), 1514 QPainter, 1503 QCharts.
* Features
** Improving examples to use new features and refreshing the code base.
** Performance examples to compare C++ and Python
** Reformatting some code base to use f-strings and warning
** New tutorials in progress based on Model View
** Internal Qt Hackathon
*** Focused on integration with matplotlib (Performance discussion)
*** Scripting C++ applications.


====08. April 2021====
*[[Qt for Python Development Notes 2022]]
* No meeting


====01. April 2021====
==2021==
 
* Deployment story
** Add new test for Nuitka (on macOS)
** Update the tutorials, since PyInstaller and cx_Freeze seems to be partially working on Qt6.
** Higher versions from macOS are more restrictive for the bundles that are generated. This leads to new breakage.
* Preparation for 6.0.3 release
* Bug
** PYSIDE-1523 Nuitka compile methods/functions is done
** PYSIDE-1338 Hiding confusing feature frame entries
** Wheel Tester to be improved.
* Features
** pathlib features still in progress.
** Porting more examples to snake_case
** Check snippets_translator tool.
** Make generate_pyi as a generic tool to be merged.
 
====25. March 2021====
 
* Infra
** 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====
 
* Infra
** 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====
 
* 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====
 
*General Topics
**6.0.2 release preparations
***Final fix for license checking instructions
***OSS RC1 wheels should be available for testing later today
***Merge from pyside-setup/6.0 into tqtc-pyside-setup/6.0 is pending that final fix
**Bugs
*** [https://bugreports.qt.io/browse/PYSIDE-1438 PYSIDE-1438] Crash in Qt DataVisualisation adressed
*** Bug triage, moved several bugs over to Qt
**Features
*** Cleanup and improvement of injected code snippets in PySide6
*** Improvements in error handling
 
====25. February 2021====
 
*General Topics
**Commercial 5.15.3 release next week.
**6.0.2 release next week.
*Infra updates
**Keep an eye on the next Python releases.
*Features
**Documentation for the designer plugin
**shiboken: c++ using directive
**pathlib compatibility support discussion (initial implementation was discarded)
***Trying to discover all the methods that are related to paths.
*Bugs
**cx_Freeze issues in 6.0.0/1
 
====18. February 2021====
 
*General Topics
**Commercial LTS 5.15.3 release.
**DeveloperWeek conference talk by Corey: will mention Qt for Python.
*Infra Update
**TBD: Need of a new branch in qt5.git for the lts qt for python release.
*Features
**pathlib.Path (soon to be ready) and fspath support (difficult) in pyside
**__feature__ documentation
**Designer patches are done (we still need docs)
**documentation generation fixes.
**shiboken: general refactoring (constructors)
**doc: examples code in tabs
**doc: new ideas for tutorials and vocabulary.
 
====11. February 2021====
 
*General topics
**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====
 
*General topics
**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====
 
*Infra update
**'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==

Revision as of 08:17, 25 April 2024


2024

25. April 2024

  • General
    • Successful talk at PyCon DE. Good response.
  • Infra & Releases
    • Preparing 6.7.1
    • 5.15.17 Commercial LTS is also soon to be prepared
    • sccache seems to be not properly behaving (on windows) because we are not getting enough output.
    • PySide6_DS wheel to be adjusted and hopefully be released soon.
  • Bugs & Features
    • Added a number of new classes
    • PYSIDE-2676 issues on ubuntu (might be related to a windows issue as well)
    • Implementation of Lazy Groups in order to avoid the regression in 6.7.0 due to multiple inheritance.
    • Alternative for Lazy Groups (Fix for the regression on 6.7.0)
      • Work on regressions introduced by lazy initialization PYSIDE-2675
    • Work on a crash in Python 3.12 PYSIDE-2676
    • Fixed memory leaks PYSIDE-1617
    • Work on our QML list property support PYSIDE-2698
    • Added pyside6-balsamui (ui tool for pyside6-balsam) - PYSIDE-2629
    • Also checking out List Property error with `count` and `at` parameters - PYSIDE-2698
    • Updating old example (calqlatr) - https://codereview.qt-project.org/c/pyside/pyside-setup/+/523055 for responsive layout
    • QtAsyncio: refinements to the current implementation, and solved a bug report.
      • Trying to add support to Keyboard interruptions (handlers)
      • Plan to improve exceptions handling

18. April 2024

  • General
    • Bug fixing week
    • PyConDE (Mon-Wed next week)
    • Planning a workshop for TQtC solution engineers (internal)
    • Possibility to include shiboken into the Axivion infra
  • Infra & Releases
    • 5.15.17 commercial LTS was postponed to Friday. Still need test on Windows.
    • 6.5.6 release planned
    • 6.7.1 release has been postponed to the first week of May
    • DS-compatibility wheel postponed due to CI issues
    • We might need to create a testing platform in order to check other errors that are not detectable with simple tests.
  • Bugs & Features
    • Few new type hints issues from 6.7.0 release, needs to be address on 6.7.1
    • QtAsyncio issue related to Task groups. Tricky, because it can be related to Qt Events.
    • PYSIDE-2629 Adding more Qt-tools to the wheels
    • PYSIDE-2622 Adding a new option to the deploy tool (exposing an option from Nuitka)
    • PYSIDE-2675 Lazy loading issues with trees of polymorphic classes.
      • first approach made things less effective
      • The impact of the solution was reduced a bit, by disabling the feature for special multiple-inheritance cases
      • New idea on 'groups' that be handled differently, so we have group or classes grouped and dependant
    • 825 qml bug is still around
      • PYSIDE-2676 seems to be a new approach to fix it
    • A few customer bugs made it the bug fixing week.
    • PYSIDE-2675 type discovery code, class inheritance
    • QtAudio -> QAudio refactory
    • Virtual function compatibility to modify the signature (from typesystem)
    • PYSIDE-2492 uic issues for Enum compatibility
      • More improvements for Python projects (import options)
    • PYSIDE-2685 nan type definition
    • Removing code from shiboken
    • 6.8 Adaption already started
    • PYSIDE-2689 sphinx directives doesn't seems to be compatible with the search context.

11. April 2024

  • General
    • Bug fixing week.
    • Qt 6.6.3 Library split broke our release, so we provided 6.6.3.1 as a fix.
    • Qt 6.7.0 also had an issue with a binary incompatibility change on QtAudio and QAudio
    • Maybe we implement a simple channel of communicating this details, in order to avoid breakage [maybe architect meetings]
    • Qt Creator 13 creates venvs automatically. This needs to be revisited to avoid multiple environments to be created.
    • New epics with brainstorming ideas.
  • Infra & Releases
    • 6.7.0 was released, we found a couple of issues we are trying to solve, and 6.7.1 will soon be released due to a binary compatibility break, and other small breakage.
    • 5.15.17 commercial LTS to be release next week.
    • QtDS packages a bit delay due to CI errors.
    • Qt Installer (Maintenance tool) has still some issues with the structure.
  • Bugs & Features
    • Adding new Qt tools to the wheels (wrappers)
    • PYSIDE-2602 special virtual function research
    • PYSIDE-2669 designer issue
    • PYSIDE-2675 Addressing the lazy import issues that were found in 6.7.0
      • Studying the possible solution, but it needs to consider other cases as well.
      • the *-import handling seems to be related, and affecting the mro content, duplicating some entries.
      • the type discovery handler might be related as well
    • Still working on the qml 825 bug issues.

4. April 2024

  • General
    • Large part of the team at conferences/on Easter holiday
  • Infra & Releases
    • Released 6.6.3.1 release with fixes for Quick Controls/Multimedia
    • Preparing for 6.7.0
  • Bugs & Features

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