Jump to content

Qt for Python Development Notes: Difference between revisions

From Qt Wiki
Venu (talk | contribs)
 
(469 intermediate revisions by 10 users not shown)
Line 1: Line 1:
[[Category:Qt for Python]]  
[[Category:Qt for Python]]
== 2018 ==
==2023==


==== 22. November 2018 ====
===21. September 2023===
- Updated the apidoc make step to copy the shiboken and apiextractor docs under the pyside doc root, making it easier to link to them from the pyside docs.
- doc-snapshots.qt.io/qtforpython now hosts docs based on 5.12 branch (although the link text still says 5.11).
- Fixed the broken link to the ApiExtractor docs.


==== 15. November 2018 ====
*General
- https://bugreports.qt.io/browse/PYSIDE-795 being worked on but still lots of work to do
**Python 3.12.0rc3 is out, final release scheduled for October 2
- signature split due to module split
*Infra & Releases
- https://bugreports.qt.io/browse/PYSIDE-735 type hinting feature continued
**6.6 branched
- 5.11.3 branch created
**6.5.3 preparations
*Bugs & Features
**Fixed [https://bugreports.qt.io/browse/PYSIDE-2465 PYSIDE-2465] (3.11.5 test fail)
**Work on [https://bugreports.qt.io/browse/PYSIDE-2462 PYSIDE-2462] (smart pointer features)
**Refactored options parsing of shiboken
**Fixed clang-tidy static analysis issues
**Android permissions API: Adapt more C++ examples
**Couple more cleanups and additions to pyside6-android-deploy
**More manual testing of pyside6-android-deploy. Need to write more integration (mocks) for Android deployment.
**Final cleanup and resolving tests for python-for-android Qt for Python patch
**[https://bugreports.qt.io/browse/PYSIDE-2468 PYSIDE-2468] -requestPermission() on macOS. Tricky scenario similar to [https://bugreports.qt.io/browse/PYSIDE-2419 PYSIDE-2419]
**asyncio's requirement to use ThreadPoolExecutor keeps screwing us over, but resolution close


==== 8. November 2018 ====
===14. September 2023===
- General bug fixing week throughout Qt RnD
- continued work on recursive type crashes
- will look at https://bugreports.qt.io/browse/PYSIDE-735
- doc snippet work
- uic port to python (uic generating python code - same for rcc under consideration)
- feature work to come to conclusion for 5.12 in early December (feature freeze 22. November 2018)


==== 1. November 2018 ====
*Infra & Releases
- Lots of requirements feedback from Qt World Summit in Boston
**Testing and fixing qtpip for commercial wheels
  - team will feed them to PYSIDE project in bugreports.qt.io
*Bugs & Features
- https://bugreports.qt.io/browse/PYSIDE-832 (fixed memory leak)
**[https://bugreports.qt.io/browse/PYSIDE-2460 PYSIDE-2460] Work on some OpenGL issues, updated hellogl2 example
- identified crash with regards to recursive types (one type containing another type)
**[https://bugreports.qt.io/browse/PYSIDE-2461 PYSIDE-2461] Build system for cross build fixes
- work on tutorials
**[https://bugreports.qt.io/browse/PYSIDE-2463 PYSIDE-2463] Fixed some type hints
- https://bugreports.qt.io/browse/PYSIDE-784 & Added meta object builder
**Android auto sdk and nkd download merged.
- QIODevice fixes for uninitialized memory
**Requestpermission API and all android changes set for 6.6 merged. Will write tests in the meantime and do some manual testing with deploying apps.
- Extending uic to output Python (quite some redesign necessary -> 5.13 work) (https://bugreports.qt.io/browse/PYSIDE-797)
**patchelf removal for Qfp binaries merged.
- some discussion about coding style in libshiboken


==== 25. October 2018 ====
===07. September 2023===
- Qt for Python Podcast out: http://talkpython.fm/183
- 32 bit win wheels are pending for [https://codereview.qt-project.org/243062 https://codereview.qt-project.org/243062]
  -> required for release packages
- https://wiki.qt.io/Qt_for_Python/GettingStarted#Pre-built_Wheels needs update for new wheel setup
- code snippet handling improved
- implementing a pmake tool for simple project file support (https://bugreports.qt.io/browse/PYSIDE-825)
- https://bugreports.qt.io/browse/PYSIDE-797 (pyside-uic rewrite or rather add a Python generator to Qt's uic tool)
- Qt3D binding update
- tutorial improvements


==== 18. October 2018 ====
*General
- coin setup/release packaging changes for Qt for Python 5.12 release
**Majority of the team on holiday
- new wheel/build setup merged to 5.12 (waiting for issues to be reported ;))
*Infra & Releases
  - addressing some fallout caused by the change (signature module adoption)
**Preparing 6.2.10, 6.5.3, 6.6.0
  - shiboken generator wheel not ready (mostly a case cmake integration on target platform not solved)
*Bugs & Features
- [https://bugreports.qt.io/browse/PYSIDE-784 PYSIDE-784] adoption of Meta object builder
**PYSIDE-2393 pytest problem with feature is fixed
- looking at Qt for Python compile time optimizations depending on XML type file changes
**PYSIDE-2428 feature problem caused long search, has to be fixed in matplotlib
- improving snippet handling in the docs (huge amount of files to be converted from C++ to Python)
**Fixed [https://bugreports.qt.io/browse/PYSIDE-2444 PYSIDE-2444] QState.assignProperty - incorrect type annotation
- various bug fixes
**Fixed [https://bugreports.qt.io/browse/PYSIDE-2454 PYSIDE-2454] Default argument is not used for containers
  - memory leak
**Added some number protocol slots [https://bugreports.qt.io/browse/PYSIDE-2446 PYSIDE-2446]
  - remove warnings
**Research on submodules [https://bugreports.qt.io/browse/PYSIDE-2447 PYSIDE-2447]
**qtpip for commercial wheels polishing touches


==== 11. October 2018 ====
===31. August 2023===
- Qt for Python 5.12 will be first official release
  -> Python developers have a guarantee to have source/behavior compatibility
  -> Exception: - no BC/SC statement for libshiboken and libpyside
                - XML schema may change as well
  -> expectation: later releases of Qt for Python will commit on the exceptions above
- 5.12 branch was created and hooked into CI
- lots of discussions on how to solve the deployment use case across platforms
- wheel separation patches up on code review
  -> new wheels: shiboken2, pyside2 (need new project on pypi)
  -> users wanting to build their own bindings should currently build shiboken from source
- added ability to test build-able example (the script-able C++ examples)
- QVariant bugs
- [https://bugreports.qt.io/browse/PYSIDE-821 PYSIDE-821] - dealing with circular dependencies around QAction
- Worked with https://talkpython.fm/ on Qt for Python podcast
- [https://bugreports.qt.io/browse/PYSIDE-795 PYSIDE-795] Numeric Python support


==== 4. October 2018 ====
*General
- Discussion around removal of TechPreview tag for Qt for Python 5.12 release
**Python 3.11.5 released
  -> XML Schema (kind of possible with versioning)
**PyCon Spain talk was accepted - Adrian giving a talk for the new Async story, in October.
    - however very likely any use case for schema would require user to link against libpyside/libshiboken
**People on leave in September
  -> libpyside & libshiboken -> no BC or SC promise possible
**FF on Qt for Python overview
  -> pure Python application usage (relying on Qt compatibility) -> compat promise given
*Infra & Releases
  -> Compatibility statement does not imply that every Qt API is exposed via Qt for Python
**Planning 6.6 for the last days of September
  -> No LTS for Qt4Python 5.12
***Maintenance Tool update for qt for python
- https://bugreports.qt.io/browse/PYSIDE-784 (meta object handling - in progress)
***Features until 12.09
- https://bugreports.qt.io/browse/PYSIDE-817 fixed
****Feature issues + multiple inheritance
- Further work on QVariant handling
****Async story needs some testing
- https://bugreports.qt.io/browse/PYSIDE-790
****Android patches (new modules, plugins, permissions, etc)
- best demos so far:
****qtpip for commercial wheels
  -> Qt Charts
****new QtCreator templates?
  -> MediaPlayer
**6.2.10 Commercial LTS and 6.5.3
  -> TabBrowser
*Bugs & Features
  -> TextProperties (declarative)
**Lazy imports still in progress, might be available for 6.7
- further progress on the build scripts
**QmlSingleton crash was fixed
- https://bugreports.qt.io/browse/PYSIDE-803 (Thread related freezing)
**JIRA was cleaned a bit, many invalid issues
- need 5.12 branch
**Signal signatures were adjusted
**PYSIDE-748 additional parameter metamethod (old issue)
==== 27. September 2018 ====
**QDataStream read/write data accepting bytes too
- Qt for Python 5.11.2 released
**New CMake Qt API has lots of features for qml, resources, etc which might not be too compatible with Qt for Python.
- Qt R&D all out bug fixing throughout Qt R&D (not much feature work happening, hence this report is very short)
**PYSIDE-2429 macOS deployment min version fixed
  - e.g. https://bugreports.qt.io/browse/PYSIDE-784
**patchelf removal is ready to merge (motivated by android research)
  - https://bugreports.qt.io/browse/PYSIDE-108
**android: permission API, need some extra testing. Soon ready for review.
- General cleanup of issue on bugreports.qt.io (checking "Need more Info" and "In progress" issues)
**QIODevice buffer object issue was fixed, and is waiting for review (motivated by the async story)
- improved signature and error reporting (continued)
**qtpip development continues.
    -> https://bugreports.qt.io/browse/PYSIDE-510
    -> https://bugreports.qt.io/browse/PYSIDE-795


==== 20. September 2018 ====
===24. August 2023===
- short summary as many people on leave
- improve type error messages for https://bugreports.qt.io/browse/PYSIDE-510 contributing to https://bugreports.qt.io/browse/PYSIDE-795 and
- https://bugreports.qt.io/browse/PYSIDE-803 (increasing the interrupt frequency)
- Qt 5.11.2 under testing (and if no further issues released tomorrow)
- discussions on what it means to have a Binary compatible Qt for Python release
- separation of pyside and shiboken projects (at build time)
- exception handling improvements
- attempting to fix https://bugreports.qt.io/browse/PYSIDE-810


==== 13. September 2018 ====
*General
- QtfP 5.11.2 release finalized (waiting for Qt 5.11.2 release)
**New board on JIRA to reflect our work clearly https://bugreports.qt.io/secure/RapidBoard.jspa?rapidView=262&view=planning.nodetail&issueLimit=100
- improved build and runtime warnings/messages related to shiboken
**Qt Meetups are starting to popup in Berlin and other countries! we might join some of them.
- https://bugreports.qt.io/browse/PYSIDE-790
**Discussions around improving the Qt Creator experience and UI creation in general.
- https://bugreports.qt.io/browse/PYSIDE-803
**There has been some motivation from Qt/C++ to use more CMake in projects (like for resources), which is negatively affecting the Python projects, due to the lack of CMake in the Python projects.
- https://bugreports.qt.io/browse/PYSIDE-62 (handling of try catch)
*Infra & Releases
- increasing RTA testing (automated wheel and example testing)
**Commercial LTS 5.15.15 to be released soon.
- snippet improvements (separate snippets from qdoc files to permit their replacement with python versions)
**6.5.3 scheduled for the first week of September
- https://bugreports.qt.io/browse/PYSIDE-510 (different Linux builds reported different signatures)
*Bugs & Features
- https://bugreports.qt.io/browse/PYSIDE-795 (numpy)
**QIODevice::read(char*, qint64) functions are removed, but they are useful for the asyncio story. Discussion on if it's worth exposing them.
**More changes related to QtAsyncIO are ready for review.
**PYSIDE-2417 overflow issue was fixed
**[ot] i18n in the Qt framework
**PYSIDE-2418 connection issue with python overloads
**6.6 documentation has some issues due to the QtGraph new module
**PYSIDE-2423 connecting signals to python callable doesn't properly work - trying to find a proper solution
**PYSIDE-2424 Installing shiboken in a non-standard way discussion - it might not be properly fixed.
**Next Wednesday 10am: session about Shiboken + QtScrypt status
**PYSIDE-2419 locale issue on macOS due to the Info.plist that python includes that overrides the QLocale settings. A bug report was filed upstream, and a workaround is suggested.
**PYSIDE-2421 webengine issue was discussed, it's an Qt/C++ chromium issue.
**CMake FindPython patches are still being worked out, the wrong interpreter is being found.
**patchelf removal is causing some issues with cross compilation.
**qtpip works continues.


==== 6. September 2018 ====
===17. August 2023===
- Clang tidy (revealed some issues in libshiboken)
- unsuccessfully trying to fix https://bugreports.qt.io/browse/PYSIDE-784
- first tests using Qt for Python with Qt 5.12
  - need to catch-up with general 5.12 development
- https://bugreports.qt.io/browse/PYSIDE-800 (dealing with multiple inheritance
- conversion of doc snippets from C++ to Python
- https://bugreports.qt.io/browse/PYSIDE-510 (automated signature file generation)
- https://bugreports.qt.io/browse/PYSIDE-795
  - related to this task, error messages need improvements


==== 30. August 2018 ====
- Qt for Python talk during Qt World Summit (Boston & Berlin)
- no resolution for https://bugreports.qt.io/browse/PYSIDE-779 yet
- planning for 5.11.2 (timing)
- snippet work in the documentation
- testing new qdoc changes (some regressions are present)
- bug cleanup in shiboken
- experimental patch exposing configure keywords such that Qt for Python can react accordingly
- clang tidy runs across the code base
- add internal technical documentation for signature extension
- numpy support improvements (PYSIDE-795)


==== 23. August 2018 ====
*Bugs & Features
- further work on https://bugreports.qt.io/browse/PYSIDE-779
**Investigating on PyPySide MI segfault postponed but on To-Do list [https://bugreports.qt.io/browse/PYSIDE-1991 PYSIDE-1991]
- coin is OK
**[https://bugreports.qt.io/browse/PYSIDE-2404 PYSIDE-2404] More Progress in Lazy Initialization
- fixed a crash in the doc generator
***the optional __getattr__ in module objects was successfully implemented (but is seldom used)
- made http://blog.qt.io/blog/2018/08/15/python-extensions/ work on Windows
***lazy init of Enums is probably no more needed, covered by the import scheme below
- lots of cleanup in bug tracker
***most common cases like "from PySide6.QtWidgets import QLabel" supported by another __import__ override
- adding binaries for Qt3D*
***Keep your fingers crossed, testing starts today
- more QVariant related bugs looked into
**[https://bugreports.qt.io/browse/PYSIDE-2419 PYSIDE-2419] QLocale::language() returns wrong on macOS.
- attended SIGGRAPH exhibition with Qt for Python
***Caused by QLocale infrastructure which looks at Info.plist inside the Python interpreter macOS bundle.
***Working on a hack fix after consulting Tor Arne and Eddy.
**Pacthelf removal - cross compilation breaks. Working on a fix.
**[https://bugreports.qt.io/browse/PYSIDE-2421 PYSIDE-2421] - QWebEngineView.print() - rerouted to Qt
***But, might requires an ownership fix in Shiboken once [https://bugreports.qt.io/browse/QTBUG-116052 QTBUG-116052] is resolved
**Research - use the .debug files provided by the Qt installer to debug from VSCode.
***Saves time from not building Qt everytime
***Still ongoing
**QtAsyncio: Implementation of asyncio.Server (one open question remains - asyncio API and Qt API don't always match as cleanly as desirable).


==== 16. August 2018 ====
===10. August 2023===
- limited report due to business travel and wide spread holidays in the team
- Qt for Python being demonstrated at trade show this week
- blog post on python http://blog.qt.io/blog/2018/08/15/python-extensions/
- Coin is up and running (no issues on this front)
- some discussion on where rcc and uic binaries (coming from wheels) should be installed
- https://bugreports.qt.io/browse/PYSIDE-772 worked on


==== 09. August 2018 ====
*General
- Qt for Python webinar on Tuesday with lots of interest
**
  -> https://resources.qt.io/qt-on-demand-webinars/creating-user-interfaces-with-qt-for-python-on-demand-webinar
*Infra & Releases
- Adding bindings to Qt3D & Qt DataVisualization libs
**
  -> porting related examples too
*Bugs & Features
- QVariant handling with lists improved
**Patchelf removal only partially possible because of using patchelf on prebuilt Qt binaries.  
- Further improvements for Qt Creator Python environment
***For Qfp binaries patchelf removal under review. MacOS issue being fixed. This is needed for Android.
  -> further details being prepared for a related blog post
**Shiboken module cmake installation bug fixed.
  -> adding examples how to add optional bindings
**Progressing with Android C++ to Python callback, now that Qfp binaries could be loaded on startup.
- improved script that generates https://wiki.qt.io/Qt_for_Python_Missing_Bindings
**Further investigating on PyPySide MI segfault [https://bugreports.qt.io/browse/PYSIDE-1991 PYSIDE-1991]
  -> due to bug there are a lot less missing bindings than previously thought
**[https://bugreports.qt.io/browse/PYSIDE-2404 PYSIDE-2404] Progress in Lazy Initialization
- further documentation improvements
***the new dual registration is done and builds the base for concrete lazy init
- doc build script updated (using clang 6.0)
***lazy init of Enums postponed because
- further experiments with snippet generation in documentation
***an undocumented optional __getattr__ in module objects makes it much easier to lazy-load whole classes, first.


==== 02. August 2018 ====
===3. August 2023===
- 5.11.1 released (docs being updated on server)
- coin 5.11 broken because version mismatch between Pyside & Qt
- documentation for PEP 384 under review
- Qt Creator Python scripting support is improving
- submodule for QtCreator was requested to upstream the changes
- added support for reproducible builds
  -> different builds caused different numbering for Qt types
- continued work in template specialization support
- looking into issue whereby Pyside generates bindings for Qt classes which have been disabled during the build by Qt (PYSIDE-762)
- progressing on QVariant bugs
- splitting Shiboken and Pyside from build system perspective (work in progress)


==== 26. July 2018 ====
*General
- 5.11.1 release
**New reports board
  - SHA will be current 5.11/HEAD
**QtCreator support
  - 5.11.2 release tag created in Jira
**Integration cycle on gerrit overview
- macOS 10.13 fixed in coin (build test only atm)
*Infra & Releases
- documentation for PEP 384
**CI down next Monday for a few hours
  -> code review during documentation revealed some bugs
**First tests on linux arm64
- QTableWidget caused performance issues which was identified and fixed
**Preparing 5.15.15 Commercial LTS
- added C++ using stmt support to shiboken
**qtpip first trials on the CI
- further work on [https://bugreports.qt.io/browse/PYSIDE-743 PYSIDE-743]
*Bugs & Features
- addressing QVariant bugs
**Async research continues, new things are being discovered while is being developed
- preparing content for trade show visits and webinars
***Implementing a few new things for improving the support
- Research: Python based plugins for QtCreator
***Initial patch got merged, but a few others are in the making
  -> bindings for QtCreator
**Team contributing to QtAcademy
  -> 3rdparty scripts which can interact with QtCreator
**SQL queries issues, inconsistencies in the API were fixed
- effort into splitting wheels to Python, Shiboken module and Shiboken generator
**Build with ninja had some problems regarding mixing stdout and stderr
- more snippet updates on Qt side to enable override on Python side
**Testing initial support for rvalues
**2272 fixing signatures for some qmlRegister* functions
**Examples: new mediaplayer was fully ported
**Example gallery scans now a doc directory for images
**Some other multimedia examples are pending for review
**Team contributing to Qt translations
**Adjusting the deployment tool, and fixing issues with pyenv, and upgrading nuitka
**CMake: adjusting the files to use the new API for finding python, reducing our cmake files
***Considering also the removal of patchelf, and follow the cmake approach
**Lazy initialization of enums is showing a good improvement on the performance


==== 19. July 2018 ====
===27. July 2023===
- considerations around 5.11.1 TP release
  -> branching .1 being required
  -> change logs need to be done
  -> nominate good SHA
- TP wheels finally published on pypi.org
  -> http://blog.qt.io/blog/2018/07/17/qt-python-available-pypi/
- MacOS 10.13 being looked at by CI team as new target
- shiboken refactoring
- ([https://bugreports.qt.io/browse/PYSIDE-743 PYSIDE-743])
- typing hints for IDE support
- limited API documentation for PEP 384 in works
- considerations for 5.12 release (not confirmed/agreed upon yet)
  - bugs bugs bugs
  - template support
  - splitting shiboken and Pyside more clearly
    -> simplifying bindings generation for 3rdparty libs
    -> even split individual Qt modules into individuals libs
  - embedding python bindings into C++ applications
  - various QVariant issues (e.g. PYSIDE-82, PYSIDE-207, PYSIDE-664, PYSIDE-710)
  - some additional moc features like: PYSIDE-634, PYSIDE-748
  - improving module/sub system support for QML, Qt3D or QtCharts
  - mobile support (large task not happening soon)
  - custom bindings for C++ libraries
  - better numpy integration


==== 12. July 2018 ====
*General
- Work on shiboken's type system ([https://bugreports.qt.io/browse/PYSIDE-672 PYSIDE-672]) merged
**Shyam wrote trip report to Europython
- Started checking the XML elements/attributes of the typesystem language to identify unused elements ([https://bugreports.qt.io/browse/PYSIDE-743 PYSIDE-743])
**Some vacations starting soon for some team members
- Started looking at emerging new API of Qt 5.12, which unveiled bugs in shiboken
**Got some cool t-shirts (internal only so far) - Is there interest for merch?
- Finished the port of new examples related to [https://bugreports.qt.io/browse/PYSIDE-738 PYSIDE-738]
*Infra & Releases
- Fix a Python 3.7 hang/crash ([https://bugreports.qt.io/browse/PYSIDE-737 PYSIDE-737])
**6.5.2 released
- Fix a Python 3.7 compatibility issue ([https://bugreports.qt.io/browse/PYSIDE-741 PYSIDE-741])
**Some LTS releases soon as well
- Work on hinting stubs for Python IDEs ([https://bugreports.qt.io/browse/PYSIDE-735 PYSIDE-735])
**Issues on the CI (RHEL8.6) and python interpreter.
- Will return to documenting PEP 384 at the weekend, promised.
**Formalization of release besides wheels on PyPI and account.qt.io
**Soon to enable CI on qtpip
*Bugs & Features
**[ext] designer issue, translations
**PYSIDE-2402 QtHttpServer module was missing on Windows
**QSql methods were un-deprecated (module seems to need more love)
**Port QtGraph example
**AsyncIO module: there is a second change in preparation
**Finally the android issue we had was solved. It seems that patchelf was breaking our binaries, and now we are using a cmake approach instead.
**Enable unity builds for android
**Nuitka will be pinned to a recent version
**PYSIDE-2404 lazy loader research
*Interesting projects we checked
**https://github.com/larryhastings/appeal
**Stable Diffusion
**https://docs.hpyproject.org/en/latest/quickstart.html
**https://github.com/rui314/mold


==== 05. July 2018 ====
===20. July 2023===
- Work on shiboken's type system ([https://bugreports.qt.io/browse/PYSIDE-672 PYSIDE-672])
- Fixed COIN for macOS/dev branch ([https://bugreports.qt.io/browse/PYSIDE-734 PYSIDE-734] / [https://bugreports.qt.io/browse/PYSIDE-724 PYSIDE-724])
- helped with a very old bug ([https://bugreports.qt.io/browse/PYSIDE-60 PYSIDE-60])
- started type hinting support ([https://bugreports.qt.io/browse/PYSIDE-735 PYSIDE-735])
- Investigating the slowness of our bindings ([https://bugreports.qt.io/browse/PYSIDE-727 PYSIDE-727])
- Working on expanding the examples related to QtCharts and fixing a few other examples.


==== 28. June 2018 ====
*General
- Fixed some bugs for the 11.1 release (fix [https://bugreports.qt.io/browse/PYSIDE-570 PYSIDE-570] , [https://bugreports.qt.io/browse/PYSIDE-693 PYSIDE-693])
**Two team members @ Europython 2023
- code cleanup in shiboken
*Infra & Releases
- Added option for C++ language level to shiboken
*Bugs & Features
- Doc fixes, start using conditional section the Qt documentation
**Implementing transports and protocols of asyncio API
- Worked on PYSIDE-641 to handle the case of undefined len().
**Lazy importer still under development. Ongoings:
- Started work on method hinting. Discussion with the Wing IDE guys.
***necessary to register all types without creating them
- Fixed issue related to the QLibraryPath
***turning all PyTypeObject into PyTypeObject valued functions
- Fixing a couple of examples.
***quite hard because deeply buried in the generated code


==== 21. June 2018 ====
===13. July 2023===
- Publishing snapshot wheels was disabled for some time, but is now back online.
- The team has been mainly solving issues related to the first set of wheels from the Technical Preview.
  - Missing DLLs for the Windows wheels
  - Examples incompatibility due to previous changes, missing resources, etc.
  - Wrong paths associated to the QLibraryInfo class
- PEP 384: Tried to further reduce the patch size and to avoid Introduction of PepType.
  - Stopped after it turned out to be impossible.
- Documentation:
  - There are many snippets that contains the C++ counterpart, so there is a lot of effort to translate them to Python
  - Continued on documenting the Limited API after it is now fixed.


==== 14. June 2018 ====
*General
- Official Tech Preview released yesterday: http://blog.qt.io/blog/2018/06/13/qt-python-5-11-released/
**CI is not behaving, so be cautious
- focus has been on release details and following up on comments and feedback after the release
**3.12 beta 4 was released
- The team is grateful for all the suggestions and constructive feedback.
**Next week some people are going to Europython
*Infra & Releases
**6.5.2 still in progress, waiting to have the RC wheels
*Bugs & Features
**Qt Akademy to prepare a Qt for Python course
**Examples: we might adapt our gallery to https://bugreports.qt.io/browse/QTBUG-115174
**Android: callback issue from C++ to Python, some ideas are around, but the problem persists.
***Might be related to the usage of patchelf.
**Research on Lazy loader continues
***Some ideas are behaving well at the moment, but still being tested.
***We might need to discover some classes that we cannot initialize lazily (manual code injection, need init before usage)
**We need some reviews for the eventloop patch (asyncio)
**An enum class with an issue for stubs.
**qtpip work continues
**Some good-first-issue are planned for the project, so more contributors can join us!


==== 07. June 2018 ====
===6. July 2023===
- Last steps for TP
  - Latest changes merged (PEP related plus other features)
    - ActivePython 3.6.0 broken
  - PyPi wheel size issue: Still no answer from PyPi :(
  - Documentation check (code examples need to work)
  - Blog posts
  - wheels upload? documentation url change? etc
- Things to do
  - pyside2-tools update sha
  - merge the last commits from 5.9 to 5.11 to dev
  - create release branch
  - update version number
  - create a tag once we know the final version.


==== 31. May 2018 ====
*General
- ready for TP?
**PySide 6.6 will support Python 3.8+
  - 32bit win wheels not available yet
**Python 3.12 support will be back-ported to 6.5 only, and not 6.2
  - request to upload larger than usual pypi wheels filed with pypi/warehouse project
*Infra & Releases
  - some wheel renaming related patches still pending to comply with pypi requirements
**6.2.9 commercial lts was released yesterday.
  - PEP changes have merged earlier this week
**6.5.2 RC wheels to be tested.
  - example patches still under review
**5.15 open commercial lts tags are in the pyside/pyside-setup repo.
  - documentation not packaged as part of release (published on doc.qt.io on day of release)
**qtpip configuration file being improved and updated
  - ByteArray changes re-based on top of PEP patches -> to be merged until end of week
**ARM CI host configuration continues
  - have release candidate wheels early next week for testing
*Bugs & Features
  - aim to release it on 13th June 2018 (might shift till Monday (18th June) afterwards)
**Removal of old enums was finished
- assessed missing bindings situation
**Starting to work with lazy loaders for enums
**First iteration of the asyncio support for the qt eventloop, tests are being prepared.
**PYSIDE-2370 cross compilation issue, might be related to host python, provided some options to try.
**Android issue, we cannot get C++ callbacks to Python. Might be related to a python version incompatibility.
**Preparing a contribution back to python-to-android
**Rewriting some enum code
**Add mediaplayer demo in qtdoc for python (some issues with qml)
**Add document viewer qtdoc example
**PYSIDE-2381 QSettings issue
**pyside6-lupdate issues related to encoding.
**qtpip works continues


==== 24. May 2018 ====
===29. June 2023===
- discuss details of pypi uploads (accounts, processes and limits)
  - need package size extension from pypi
  - naming issues for packages
  - download.qt.io will be backup distribution source
  - need to verify pypi working
- package finalization and testing (limits on changes?)
  - entering code freeze mode very soon (limited commitment for time being)
  - pep changes
    -> 1 test failure, 1 build failure
    -> attribution and doc improvements still to be done
  - ByteArray changes (interdependence with PEP)
  - potential doc changes
    -> tab browser example to be finished
    -> latest logo files need to be pushed
  - final release testing
  - TP blog post
==== 17. May 2018 ====
- updated icons/images for Qt for Python project
- PEP updates
  - completed the feature implementation but some bug fixing still open
  - discussed how heap type change and PEP changes could be easily reviewed/merged (huge patch set series)
- coin
  - 5.11 & 5.6 broken, 5.9 & dev working
  - waiting for larger coin update which will enable QtForPython to be more independent from Qt CI configurations
  - Win32 (VS2015 only) pip received some changes but not quite available yet (subject to coin update)
  - Temporary Win32 wheels tests looked promising
- missing bindings for QtCore/Network/Multimedia/GUI/widgets added (https://wiki.qt.io/Qt_for_Python_Missing_Bindings needs updating)
- bindings for QtScxml in the works
- known issue when dealing with unicode data/strings (seg faults)
- various documentation fixes
- dynamic System clang builds with Linux supported
- small build fixes
- Decreased wheel sizes
- more work on blog posts and examples.


==== 10. May 2018 ====
*General
- skipped due to public holidays
**Next maintenance break in August.
*Infra & Releases
**6.5.2 postponed until next week
**6.2.9 Commercial LTS soon to be released (a new qt build)
**5.15.15 LTS in the next weeks
**ARM CI host still in progress
**Brainstorming some additional matrix testing infra for Python versions
**Tags for OSS and new LTS public releases (IFW ticket)
*Bugs & Features
**Research on scripting continues
**Designer related features/ QtCreator
**Memory leak related to REG is solved
**New icon theme for examples coming
**Some qdoc examples might be enabled for Python
**Enum removal is still generating detail discussions
***Two implementation versions are suggested.
***The old ones were written in C++ so the startup time is a lot slower
***Lazy generator is helping a A LOT
**Android dev build - unity had some complications
**Async event loop work, last issues were addressed.
***still some network io features are missing
**[Research] PySide components for QtDS needs to follow QtDS release cycle rather than Qt.


==== 03. May 2018 ====
- coin
  - 5.6 still blocked, 5.9/5.11/dev working
  - Win32 pip still on backlog
- documentation
  - references to Shiboken being worked on
  - dot images finally working on https://doc-snapshots.qt.io/qtforpython/index.html
  - various fixes to non-class related docs
- PEP updates
  - integration attempts have revealed some issues with shiboken, private ctors/dtors
  - one patchset series for PEP support and Heap Type changes pending
- license updates
- working on Python 2 & 3 type differences (avoiding developers having to deal with these differences)
- Tab Browser example merged


==== 26. April 2018 ====
===21. June 2023===
- New icons for project in work
- 5.9 branch working  (5.11 branch is broken due to issues on the Qt side)
- snapshot tool for Windows broken (crashing) -> fix pending but blocked by CI
- in the mean time only mac and Linux snapshots working at the moment
- 5.6 branch broken as well as 5.9 changes for qt5.git need to be merged to 5.6 too
- delivery of 32bit Windows binaries not started
- tiny bug fixes and other types of cleanups (e.g. build scripts) left and right
- General replacement of Pyside name against Qt for Python (module name remains as Pyside)
- APIExtractor documentation still being merged to git
- style sheet issues being addressed
- QtWebEngineCore bindings finally merged
- PEP work ongoing (and coin to work)


==== 19. April 2018 ====
*General
- COIN finally back in working shape
**PyPI limit increase for PySide6-Addons
- Further fixes for documentation, module pages, experimentally tried to show in Qt Assistant
**PySide 6.6 might have support for Python 3.8+ (due to Python 3.7 EOL in a week)
- Tab Browser example further improved
**Python 3.12b3 is out - test!
- Qt for Python blog posts being worked on
**Qt Contributor Summit
- Continued working on WebEngine issues
***General session + maybe another one for specific topics.
- Some investigation and preparations to make WebEngine apps work with PyInstaller (very early phase, still doesn't work)
*Infra & Releases
- Pending patch for QtWebEngineCore bindings
**6.2.9 is ready, but waiting for Qt/c++ release
- Installation adjustments for standalone builds on Windows
**6.5.2 release date is next week.
- Heap types are complete. Starting integration with PEP 384.
**Tags for OSS and new LTS public releases
- Finished the integration between ApiExtractor and Shiboken documentation.
*Bugs & Features
- Worked on a couple of blog posts.
**Android research: extra functionality is there, and working on bluetooth/permission integration with a device (example)
- Wiki structure and started to write the Tutorials
**PYSIDE-2364 Invalid syntax on a pyi file
**Continue with the old enum removal.
***Maybe delayed initialization to improve startup time.
**AsyncIO eventloop work continues
**Research for scripting continues
**6.6 adaptations
**Fix Enum issue with clang with invalid hex


==== 12. April 2018 ====
===15. June 2023===
- Getting Started guide under works by doc engineer
- focus on fixing coin on Mac & RedHat 7.4 (looks promising so far)
- shiboken documentation and diagrams being updated
  - old and unused docs dir shall be cleaned out
- Tab Browser example improved
- License page generated based on attribution files
- lots of discussion when to release Qt for Python TP
  - after Qt 5.11 release (scheduled for 31.5.)
  - likely to be mid June (stay tuned)
- WebEngine issues
  - needs updated qt.conf files to be deployed for apps
- Heap types (work in progress)
- still more work in pipeline to get code PEP 384 ready (Heap types are prerequisite)
- Qt for Python blog posts being worked on


==== 5. April 2018 ====
*General
- first doc snapshot is up and running: https://doc-snapshots.qt.io/qtforpython/
**Going to EuroPython
- more work to be done to automate generation of snapshots
**Participation in Qt Academy
- briefly talked about technical blog post opportunities
*Infra & Releases
- pdb files from Windows wheels removed (reducing the wheel size)
**6.2.9 LTS to be released
- improving the tab browser example
**NFS issues in the CI, being worked on.
- coin currently not accepting changes
**ARM host on CI experiencing some issues.
  - currently lots of pending patches start to create backlog
***Some preliminary wheels were generated in order to test.
- Heap type taking longer than expected
***Might help the Android story, but this needs to be confirmed.
- qApp macro reference leaks finally resolved
*Bugs & Features
- quite a few formatting changes to enforce a common coding style
**Async research revisited
- lots of smaller fixes
***Testing eventloop wrapping
**Memory leak issue still needs to be fixed (hopefully for 6.5.2)
**Examples in Qt revamp
**Translations and fixes for 6.6
**Discussion about Enums implementation
**Scripting on C++ research continues
**PYSIDE-1735 removing old enums continues
**Android improvements in review
***Adding more modules
**QVariant enum change (temporary patch until Qt7)
**shiboken_generator research to make it publicly available (libclang dependency)


==== 29. March 2018 ====
===8. June 2023===
- skipped due to Easter holidays


==== 22. March 2018 ====
*General
- Release process (do we follow Qt?)
**Python 3.11.4 released, 3.12.0beta2
  - Release manager provides packages
**PySide6-addons reaching the 10G limit on PyPI
  - RTA testing to be setup -> for each package we run RTA
*Infra & Releases
  - Request to be put on mailing list
**6.5.1.1 released due to a regression (introduced by a mem leak fix)
  - Current Test setup proposal
**Maintenance Tool > wheels
    - Win10 (Python 3.6)
***Special case for M2M protocols to be tested
    - Linux (Python 3.6/2.7)
**CI on arm64 continues (Linux and Windows)
    - Mac (Python 3.6/2.7)
*Bugs & Features
  - To be defined a test set (//TODO)
**Fixed some type-hint related issues PYSIDE-2357/PYSIDE-2331/PYSIDE-2340
  - Testing information to be collected in wiki
**Scripting research
- Documentation
**Qt pip tool has updated the configuration file and wheels to continue the work on the new tool
  - QML advanced tutorial documentation updated
**QVariant PyEnum issue -> solution for review
  - Landing page in the works
**Android work continues: improving the dependency detection
  - snapshot still delayed by other qdoc bugs
**PYSIDE-2335 unraisable is finally checked in (the current solution works, it could be improved but low prio -> xml definitions)
  - style sheet update considered
**PYSIDE-2354 type error due to the usage of Generic (related to 939) - related to cpython issue
  - so far only dealt with class docs, started to include unrelated doc pages
**PYSIDE-1735 old enums removal started
- snapshot testing (angle & webengine not properly packaged on Windows)
**Example tunings
- enum support improved (dealing with scoped enums and enum values)
**Bug fixing week
- general bugfixing to increase stability and address mem leaks
- Talks to PyData submitted
- Qt Charts examples ported
- Proper support for QFlags being worked on
- [https://bugreports.qt.io/browse/PYSIDE-595 PYSIDE-595] fixed
- [https://bugreports.qt.io/browse/PYSIDE-595 PYSIDE-595] first heap type protoype under review proving that concept works
- [https://bugreports.qt.io/browse/PYSIDE-560 PYSIDE-560] depends on PYSIDE-595
- CI side
  - coin did Python updates which temporarily broke Linux wheels
  - briefly discussed manylinux request on mailing list (Qt forms bottom line, no point to extend beyond scope of Qt)
  - final list of wheels for release (win, linux, mac) x 2 (2.7 & 3.x Python)


==== 15. March 2018 ====
===1. Juni 2023===
- Fix to create 3.6 Linux wheels under review.
- Fix scriptableapplication build on Windows, and other small bugs.
- Two QtCharts examples were ported and abstracts were written to submit PyData talks
- Updating the QML advanced tutorial and adding index.rst and gettingstarted.rst
- Tried the wheel pkgs for python 27 on Linux. Works OK except the webengine example, which gives random crashes.
- Docs: [https://bugreports.qt.io/browse/PYSIDE-620 PYSIDE-620 Shadow build issue] fixed, fixed usage of deprecated Sphinx API,
- Continued on [https://bugreports.qt.io/browse/PYSIDE-560 PYSIDE-560], currently  Windows problem with Linkage
- Debugging on [https://bugreports.qt.io/browse/PYSIDE-595 PYSIDE-595], final stages
- Fixed [https://bugreports.qt.io/browse/PYSIDE-258 PYSIDE-258]


==== 08. March 2018 ====
*General
- msvcrt.dll to be shipped on Windows
**Europython - call for first time speakers (open to anyone)
- wheel snapshots are automatically generated
**Waiting until API review to move dev to 6.6
  - start with public availability under http://download.qt.io/snapshots/ci/
**New Epic/User Stories policy
  - snapshots to public pypi server under discussions
**Participating into Qt Academy
- discussion on how to increase value of official pyside mailing list http://lists.qt-project.org/mailman/listinfo/pyside
*Infra & Releases
- looking at build issues on Windows (improving error handling)
**6.5.1 released, a leak fix is causing issues with signal connections.
- Participation in Python User Group meeting in Berlin (https://www.meetup.com/Python-Users-Berlin-PUB/events/xhqwhpyxfblb/)
***Initially we thought it was purely functools.partial but there are other cases that are not working.
- [https://bugreports.qt.io/browse/PYSIDE-595 PYSIDE-595] - Heap Type conversions ongoing
***Testing alternative solutions, otherwise we revert
  - test bed created for easier development
***In any case a 6.5.1.1 will be out soon
- [https://bugreports.qt.io/browse/PYSIDE-363 Documentation]
**Need to test the new conf file for the commercial wheel install mechanism
  -> Managed to make libxml, libxsl an optional dependency falling back to QtXmlPatterns (despite [https://bugreports.qt.io/browse/QTBUG-66925 QTBUG-66925])
**5.15 needs to skip libclang16
  -> Small fixes to doc modifications
**Testing maintenance tool with a license without Qt for Automation (for wheel check)
  -> Fix class inheritance diagrams for nested classes
**JIRA release versions are pending.
*Bugs & Features
**(External) Designer fonts issues
**PYSIDE-2347 metaobject tool missing types
**Scxml events missing connections.
**Scripting research (check report)
**Leak research continue
**Issue with new example state machine to be solved (event handling)
**PYSIDE-1930 PYSIDE-2239 QVariant Enum issue, the fix is out, but we need some tests.
**Finish the problem with unraisable exceptions
***Discussion on special cases with a run function
***Blocking functions are still an issue, because we cannot break
**PYSIDE-2354 typing.Generic issue with inheritance in progress
**PyTest research continues


==== 01. March 2018 ====
===25. Mai 2023===
- automatic snapshot process almost in place (pending reviews) (RTA to follow)
- general bug fixing (including build and version problems)
- most community Pyside1 pages point to official Pyside 2 (Qt for Python) wiki pages
- [https://bugreports.qt.io/browse/PYSIDE-595 PYSIDE-595] - Heap Type conversions ongoing
- documentation improving
  -> class diagrams being generated
  -> missing links and references
  -> dependencies to qdoc bugs
  -> snapshot process in works
- added support for scoped enums in pyside
- Important things discussed:
  - PySide2 versioning (current proposal WIP patch at https://codereview.qt-project.org/#/c/221767/)
    - Do official releases follow Qt branch names? -
      -> yes (minor release of Pyside is bound to same minor release of Qt
      -> patch level version may differ
    - Will we have snapshots, and if so, will they be uploaded to pip? How will we handle snapshot versions?
      -> tentative yes, if public pip server supports snapshots Pyside should be good citizen
    - alpha / beta / RC versioning?
      -> Pyside should follow the Qt schema
    - Probably need to take into account PEPs for versions pushed to Pypi.
    - Shiboken / PySide2 versions in sync?
      -> yes, they should be in sync
    - Will we specify a version for 5.6 branch?
      -> yes, but no packages being made
    - Are we sticking to the package name PySide2, but follow Qt 5.x versions as PySide2 versions?
      -> Pyside2_5.11.0 as in https://codereview.qt-project.org/#/c/221767/
  - Do we want to deploy msvcrt dlls into Windows packages?
    -> needs more research - is it really needed ?
  - Do we want to ship debug symbols for Qt inside the PySide2 packages?
    -> not for now
  - Do we want to ship debug Qt shared libraries for macOS packages? (not possible on Windows, not applicable on Linux afaik).
    -> not for now
  - How will the pip upload process look like? Manual uploads? Who takes care of it?
    -> Qt release team will take care of it
  - Current branching policies:
    -> 5.6 branch stops being merged into 5.9 (after pending patches have merged) -> cherry-pick mode
    -> 5.9 is base line for patches and being forward merged to 5.11
    -> no packages from 5.9 & 5.6 (interested parties need to get it from git)
    -> 5.11 becomes branch for first TP
    -> dev is feature development
    -> all first TP release related patches go to 5.9 (and 5.11 subsequently)


==== 22. February 2018 ====
*General
- dev branch is still/again broken in CI, seems like pyside issues
**QtWS - One talk accepted
- changes to create automatic snapshots out of CI is still under review
**Europython - One talk accepted
- Numerous small fixes to the [https://bugreports.qt.io/browse/PYSIDE-363 doc] generation, significantly bringing down the number of documentation warnings
*Infra & Releases
- Massaged build rules to improve built packages
**6.5.1 one issue was found, so release will be available once we merge the fix.
  - Removed unnecessary _utils.py file [https://bugreports.qt.io/browse/PYSIDE-600 PYSIDE-600]
**5.15.14 to be release soon.
  - Changed wheel package names to contain both PySide2 version and Qt version against which it was built [https://bugreports.qt.io/browse/PYSIDE-613 PYSIDE-613]
**CI arm64 experiments continue
  - Finally got libclang to be deployed into packages
**Asking about M2M wheels on the maintenance tool, for 6.6
  - Improved build process not to copy unnecessary symlinks and duplicating libraries when creating wheel (so that you don't get 3x size increase because of 3x number of WebEngine libraries) [https://bugreports.qt.io/browse/PYSIDE-495 PYSIDE-495]
**Solving LTS issues of missing tags on public repo, might take some time.
  - Fixed wheel package names to contain correct minimum deployment target with which macOS was built with (on further analysis, this will need further improvement) [https://bugreports.qt.io/browse/PYSIDE-612 PYSIDE-612]
*Bugs & Features
  - Fixed rpath handling for QtWebEngineProcess when creating standalone packages on macOS [https://bugreports.qt.io/browse/PYSIDE-605 PYSIDE-605]
**Evaluating shiboken6_generator to be published on PyPi
- Added CMake build rules for scriptable application example [https://bugreports.qt.io/browse/PYSIDE-597 PYSIDE-597]
**Few small fixes around the project (release preparation, new features, small bugs, doc issues)
- Investigated and fixed a heap corruption bug in a test that caused constant crashes on macOS CI runs
**QtScrypt experimental work continues
- Reduced number of warnings when running shiboken to create user bindings (like scriptable application example) [https://bugreports.qt.io/browse/PYSIDE-587 PYSIDE-587]
**Permission API added (motivated by the android support)
- [https://bugreports.qt.io/browse/PYSIDE-595 PYSIDE-595]: Making slow progress, still debugging. It's a difficult process, but assumption is that it will work.
**Improvements for the android deployment.
- Havent's merge [https://codereview.qt-project.org/#/c/220083/ this new patch] because we should be 200% sure it's properly working.
**Trying to fix an issue of getting Enums to Ints
- Working on a few bugs [https://bugreports.qt.io/browse/PYSIDE-106 PYSIDE-106] [https://bugreports.qt.io/browse/PYSIDE-570 PYSIDE-570]
**Delayed exceptions work continues, trying to fix some corner cases still.
- One of the bugs [https://bugreports.qt.io/browse/PYSIDE-611 PYSIDE-611] was valid only for 5.6, but I noticed a strange behaviour on 5.9, so I will keep working on it, even after we move 5.6 to cherry pick mode.
**Starting to explore PEP 658
**Research on PyTest compatibility
**[Designer] Fixing some issues, and warnings


==== 15. February 2018 ====
===18. Mai 2023===
- CI broken, 5.6 & dev branch broken, 5.9 just got working again
- first TP will be 5.11 based (needs 5.11 git branches, 5.6 branch goes into cherry-pick mode, 5.9 branch remains main target)
- more modules added to doc, qt3d & qtquick has some special handling
- snippet work ongoing
- snapshot generation on the agenda
- lots of bug fixing e.g.: [https://bugreports.qt.io/browse/PYSIDE-104 PYSIDE-104]
- [https://bugreports.qt.io/browse/PYSIDE-560 PYSIDE-560]


==== 8. February 2018 ====
*Infra & Releases
- Looking through previous EuroPython talks to write a proposal for this year.        
**6.5.1 Preparations
- Working on a few bugs (fixed a couple related to objects references),               
**5.15.14 Preparations
  - that sadly will open new issues with memory management. A further analysis on this matter could improve the current memory leaks on PySide.                          
*Bugs & Features
- Trying to "organise" a little the typesystem XML files.                              
**Fixed [https://bugreports.qt.io/browse/PYSIDE-2325 PYSIDE-2325] typesystem incomplete
- Working on [https://bugreports.qt.io/browse/PYSIDE-104 PYSIDE-104] that ended up being a general issue on PySide about a proper verification between slots and signals arguments, to find the best match.
**Fixed [https://bugreports.qt.io/browse/PYSIDE-2328 PYSIDE-2328] Segmentation fault/access violation when connecting signal of temporary object
- Merged a few build related changes in 5.6
**Fixed [https://bugreports.qt.io/browse/PYSIDE-2329 PYSIDE-2329] Signal connections with init kwargs
  - Pending change for [https://bugreports.qt.io/browse/PYSIDE-593 PYSIDE-593]
**Reverted temporarily the delayed exception patch, in order to not block the 6.5.1 release. This should be discussed at the next meeting
  - Pending change for [https://bugreports.qt.io/browse/PYSIDE-605 PYSIDE-605]
***Fixed [https://bugreports.qt.io/browse/PYSIDE-2310 PYSIDE-2310]
  - Merged changes for [https://bugreports.qt.io/browse/PYSIDE-603 PYSIDE-603] and [https://bugreports.qt.io/browse/PYSIDE-604 PYSIDE-604]
***Fixed [https://bugreports.qt.io/browse/PYSIDE-2321 PYSIDE-2321]
- Investigated and attached minimal reproducible example for [https://bugreports.qt.io/browse/PYSIDE-585 PYSIDE-585]
- Investigated some macOS build related aspects for package release
- 5.6 CI is unblocked, but 5.9 CI is blocked due to qtbase issues (version bumping)
- [https://bugreports.qt.io/browse/PYSIDE-560 PYSIDE-560] waiting for view
- [https://bugreports.qt.io/browse/PYSIDE-595 PYSIDE-595] work ongoing, not ready yet
- [https://bugreports.qt.io/browse/PYSIDE-363 PYSIDE-363]  Documentation: Fixed images, fix handling of qdocconf files  that contain several modules. Looking at snippet resolution.
- Problems with Qt3D due to refactoring of Qt3Dextras in 5.10. Pushed  [https://codereview.qt-project.org/#/c/219105/ patch] suggestion.


==== 1. February 2018 ====
===11. Mai 2023===
- Continued work on documentation [https://bugreports.qt.io/browse/PYSIDE-363 PYSIDE-363], fixed static pages, add more modules, fixed parameters to qdoc, images
- The GettingStarted wiki is getting better, besides a cleaning it a bit
  - moved the topics around to have guidelines by supported platform (''a la Qt'')
  - have received feedback and trying to add more information
- Addressed bugs:
  - [https://bugreports.qt.io/browse/PYSIDE-34 PYSIDE-34]
  - [https://bugreports.qt.io/browse/PYSIDE-264 PYSIDE-264]
  - cleaning a bit Shiboken's XML files.
  - [https://bugreports.qt.io/browse/PYSIDE-560 PYSIDE-560]
    - ported to 5.9, extended to 18 header files
    - solved unicode problem
    - reduced the patches to be minimal (avoid many #ifdef's, use a verbose macro name if possible)
    - made everything compile but one announced file: "object.h" depends on the heaptypes solution ([https://bugreports.qt.io/browse/PYSIDE-595 PYSIDE-595]). Removed WIP status,review pending.
  - [https://bugreports.qt.io/browse/PYSIDE-595 PYSIDE-595]
    - Started experimenting
    - turned out that the signature extension barfed because it could no longer find the type "__name__". The function PyType_Type.tp_new needs to be called to provide the "ht_name" attribute that is used in heaptypes.
- solving the attribution file issues.
- Pending patches to fix libICU issues
- Pending patches to fix OpenSSL issues [https://bugreports.qt.io/browse/PYSIDE-599 PYSIDE-599]
- Pending patches to deploy libclang library for shiboken
- Improved documentation about OpenSSL dependency
- Pending patches for cleaning up build scripts a bit (logging and refactoring)
- Pending patches to reduce barrage of warnings [https://bugreports.qt.io/browse/PYSIDE-587 PYSIDE-587]
- Pending patch for adding CMake build rules for the scriptable_application example (useful as a reference on how to use shiboken for custom bindings) [https://bugreports.qt.io/browse/PYSIDE-597 PYSIDE-597]
- Old 5.6 CI integration issue fix, but a new issue appeared that was fixed for 5.9 and dev, but still blocks 5.6
- Updated the qml basics tutorial


==== 25. January 2018 ====
*General
- Pyside not renamed
**Python Users Berlin meetup talk today
- Releasing preparation
**Europython, QtWS
  - pip packages created by coin
**Qt FF 02.06
  - Automated release testing (RTA) (installing pip, launching an example)
**Android team «ketchup»
  - final selection of release package targets to be define closer to release (depending on current stable ABI work)
**Example revamp update
- Investigation doc issues when using prefix & shadow builds
***Quick examples needs to be ported to loadFromModule (Quick3D, QuickLocation, missing)
- Need to identify prime demos/examples
*Infra & Releases
- Started to rework [[PySide2 GettingStarted|Getting Started Guide]] wiki
**6.5.1 to be release around 15.05 -> shifted to next week.
- Addressed cmake build issues
***https://bugreports.qt.io/browse/PYSIDE-2310 regression
- Handling libICU issues (causing linker issues when importing QtCore)
***https://bugreports.qt.io/browse/PYSIDE-2299 memory leak
- Continued work on [https://bugreports.qt.io/browse/PYSIDE-560 PYSIDE-560]
**5.15.14 to be release around 16.05
*Bugs & Features
**Fixing regressions issue related to threads - delayed exceptions
**https://bugreports.qt.io/browse/PYSIDE-2321 event handlers issues
**https://bugreports.qt.io/browse/PYSIDE-1951 virtual method override - still in progress
**https://bugreports.qt.io/browse/PYSIDE-2230 3.12 support
**nogil research continues - mutex might slow down things, but doing a proper division of the code could help.
**QML example tutorials - one review pending
**2313 longtype issue with numpy
**examples revamping - loadFromModule
**Icon library -> icon theme soon available on a new module.
**PYSIDE-2316 sharedpointer template issues
**Shiboken refactoring
**Finally the memory leak is fixed
**Enhancing android story, detection of modules, finding dependencies, got ideas from the current qt/c++ tool.
**Build infrastructure, setup.py install has been deprecated since 3.11 - looking into a new build infrastructure.
**Internal technical talks
***Shiboken generating bindings
***Shiboken for documentation generation
***type hints generation
***QML integration via decorators


==== 18. January 2018 ====
===4. Mai 2023===
  - macOS framework fix (should ignore qt4 system headers)
  - another patch on top to fix OpenGL integer types on mac / Linux (GLuint64, GLint64)
  - Fixed so that PySide 5.6/5.9 is not linked against the Python shared / static library (this was wrong because the symbols need to be picked up by the dynamic loader from the python interpreter itself). http://bugreports.qt.io/browse/PYSIDE-522
  - Completed move of examples from pyside-examples.git to pyside-setup
  - added additional OpenGL2 core example
  - fixed testrunner (these silently failed since forever) https://codereview.qt-project.org/#/c/216732/
  - fixed issues whereby wrong QObject ctors were selected
  - removed webkit from Pyside2 build 
  - talk about Windows specific instructions for [[PySide2 GettingStarted|Getting Started Guide]]
  - Qt3D issues in Qt 5.10 fixes
  - clazy warning fixes
  - Stable ABI work (started to convert implementations) (see [https://bugreports.qt.io/browse/PYSIDE-560 PYSIDE-560])
    - requires adoption of HeapTypes
  - QML tutorial updates
  - Doc snapshots being prepared


==== 11. January 2018 ====
*General
- multi pyside packages (not easy to do)
**Europython talk by Shyam still under consideration
  - unlikely to achieve until TP
**Qt for Android catch up meeting scheduled for 09/05/2023
  - a package per python release (3.4, 3.5, 3.6, 2.7)
**Discussion with kivy developers done on discord. They seem to be onboard with the Qt support.
  - package per platform (win 32bit|64bit, mac, linux)
*Infra & Releases
  - long term task to convert to reduced Python API (to support multi 3x packages)
*Bugs & Features
  => have to cut some targets: one 3x and 2.7 release
**Android Deployment Enhancements - Bringing pyside6-android-deploy at the level of androiddeployqt - Ongoing
  -> create doc howto to encourage custom builds for not covered platform combo
**python-for-android PR Enhancements - Ongoing
  -> do we need commercial for release
**PYSIDE-1951 super().__lt__ global solution ongoing
- pysinstaller is an installer
**[https://bugreports.qt.io/browse/PYSIDE-2206 PYSIDE-2206] QML examples/tutorials revamping
  -> deployqt tool not necessary
**PYSIDE-2221 Python runs NoGil version of mandelbrot.py 7.7 times faster on a 10-code M1 machine
  -> documentation required stating the option
**[https://bugreports.qt.io/browse/PYSIDE-2288 PYSIDE-2288] Fixed Clang 16 support for 6.6/6.5.
- rename import options
**PYSIDE-2310 Crashing without error reporting in Qt-based threads, debugging
  - rename via alias possible
**PYSIDE-2299 Ongoing, current attempt fixes most tests but leaves some SegFaults, might be a dead-end.
  -> still an issue when looking up particular types but probably manageable 
  - renaming option: Qt4Pyton, QtPy, QtPython, Python4Qt, Qt
- example shift
  - https://codereview.qt-project.org/#/c/215900/
- Basics for doc generation toolchain
- Issues where cmake picks up platform Qt references where it should use a Qt custom install
- Qt3D bindings still under progress
- [https://bugreports.qt.io/browse/PYSIDE-34 PYSIDE-34] & [https://bugreports.qt.io/browse/PYSIDE-560 PYSIDE-560]
- Documentation
  - minor doc fixes
  - documenting examples


==== 4. January 2018 ====
===27. April 2023===
- multi pyside packages (not easy to do)
- renaming Pyside to "Qt for Python"
  - quite challenging due to implied import and lib changes
  - alias for existing imports would be beneficial
- discussion around existing function test
  -> working assumption is that we ignore added function and check for existing base line only
  -> effort too large to maintain every single new addition
- discussed issues around concurrent existing Qt builds while building pyside (potential cross leakage)
- various fixes to doc generation steps (see [https://bugreports.qt.io/browse/PYSIDE-363 PYSIDE-363])
- discussed need for good examples as part of documentation
  -> considered options to cleanup and remove need for submodule


== 2017 ==
*General
**Planning collaboration with other projects like Kivy, towards a better mobile support.
**QtWS talks submitted
**PyConES, PyConPT, PyConAPAC
**Qt for Android catching up meeting
**Bug fixing week
*Infra & Releases
**5.15.8 wrong source code was published PYSIDE-2297
*Bugs & Features
*PYSIDE-1951 super() and `__lt__` operator issue related to our wrapper.
*asyncio work continues
*enhancements for python-for-android to improve the android stories
*pyside6-android-deploy polished as well
*2299 memory leak might have special cases related to the callback
*clang16 is giving some issues in Qt
*Icon examples libraries for the python examples research
*Snippet translator improvements


<div class="mw-collapsible mw-collapsed" style="overflow:auto;">
===20. April 2023===


==== 21. December 2017 ====
*Bugs & Features
- Issues building for Windows for Python 2 and 3 (on coin)
**Work on support for clang 16, which changes behavior quite a bit
- discussing potential pyside demo/example for RTA purposes
**Fixed [https://bugreports.qt.io/browse/PYSIDE-2284 PYSIDE-2284] issue with NoneType
- Continued work on macOS / Qt 4 header issues, progress is there
**Fixed [https://bugreports.qt.io/browse/PYSIDE-2285 PYSIDE-2285] Type hints / Tuples
  - breaks GL signature test on Linux, needs further investigation
**Fixed [https://bugreports.qt.io/browse/PYSIDE-2298 PYSIDE-2298] and others, fixed some missing 6.5 API
- Investigated PyInstaller (potential option to deploy apps written with Pyside)
**Added new tools - pyside6-qmlsc (commercial only) and pyside6-qmlcachegen
  - seems to work almost out-of-the-box for deploying PySide apps
**Simplified tool adding process
- Investigated building one package compatible with multiple Python 3.x minor versions
**PySide6 to Android Deployment blog published 🤞
  - not possible currently, will require a lot of work, possibly not feasible
**[https://bugreports.qt.io/browse/PYSIDE-1564 PYSIDE-1564] Final approach was implemented with a new super() class. But This approach was not helpful. Issue finally closed.
  => we need to build 3.4,3.5,3.6 * win, linux, mac packages = 9 packages
**[https://bugreports.qt.io/browse/PYSIDE-1951 PYSIDE-1951] A solution was finally found and implemented. Trying to improve.
  => 3 more for each platform and Python 2.x
**[https://bugreports.qt.io/browse/PYSIDE-2304 PYSIDE-2304] Issue resolved, Cooperative Multiple Inheritance explained with a custom example, customer is happy
  => commercial packages?
**[https://bugreports.qt.io/browse/PYSIDE-2299 PYSIDE-2299] Cause for memory leak has been found, but fix will not be trivial (might require extensive refactoring in worst case).
- lots of discussions and fixing of doc tool chain (qdoc in dev currently broken)
**Debugging QtAsyncIoEventLoop, partly functional but still early.
  - adding documentation has begun in earnest
- continued work on PYSIDE-578


==== 7. December 2017 ====
===13. April 2023===
- pip wheel installation
  - adding support for simultaneously python 2 and 3 builds
  - open issues: test installation towards multi python 3 versions
  - delivery channel for Pyside binaries (pip server? local install from qt account download?)
- investigate options to have sth like pyinstallqt (pysinstaller is a possibility)
- final keyword support by shiboken
- Qt3D bindings patch close to completion - > requires some Qt changes in 5.9.4 or later Qt
- fixing pyside build issues when encountering Qt 4 headers on macOS
- PYSIDE-578 (testing procedure/testrunner) -> adds heuristic to adapt to failure rates (flakiness handling)
  - concerns that running all tests 5 times adds too much load on the CI (test runs needed)


==== 30. November 2017 ====
*General
- packaging related coin changes
**SF 24.04 -> 16.05 ooo
- last weeks merges between 5.6 and 5.9+ blocking coin have been fixed (in particular on RHEL)
**CM 19.04 -> 27.04 ooo
  - 5.9 + 5.6 are passing, dev has some private Qt changes which will affect pyside/dev
**QtCreator beta now includes an extra option to create virtual environments
- lots of coin infrastructure issues
*Infra & Releases
- RTA test wheels added (install and launch single example)
**6.5.0 released, but one missing DLL on windows for people without hw acceleration.
- crash bugs in 5.6 branch reported but not details known yet (waiting for more details)
***To be fixed in 6.5.1
- some discussion what changes should be put to 5.6 vs 5.9 branch
**6.2.8 LTS to be released this week
- Qt3D bindings started
**Improving current state of the maintenance tool for Python
  - some changes in qt3d/5.9 required)
**Second version of the packages in the server
  - shiboken bugs discovered in the process (virtual function guessing & some comparison operators for namespace generated)
**https://discuss.python.org/t/pep-684-a-per-interpreter-gil/19583
- small regression related to rpath handling on Linux
**https://discuss.python.org/t/pep-711-pybi-a-standard-format-for-distributing-python-binaries/25547
- open pip wheel issues:
**Qt Design Studio integration is on research
  - handling of multi Python version wheels
*Bugs & Features
- testrunner bugs addressed and reducing flakiness
**Type hints PYSIDE-2284 issue with NoneType
- issues in Pyside when building with gcc 7.x
**2283 Platform dependencies into our docs
- qdoc from qt5/dev is required for pyside due to webxml support
**Clang16 improvements to be compatible
  - it is a problem for the pyside/5.9 branch
**Research on the missing DLL issue on Windows
**Research on a memory leak possible related to Signal instances.
**asyncio debugging with a self-made event loop
**Improving the python-for-android changes to prepare a patch
**Technical Preview blog post for Android in the making
**PYSIDE-2294 multiple inheritance issue for a corner case with positional arguments
***Researching a new approach that could improve things further


==== 23. November 2017 ====
===6. April 2023===
- pip wheel support issues on Linux solved (not yet verified)
  -> libICU usage on Linux should be enabled via pyside setup script
  -> downloaded from qt account download area
  - discussion how to do wheel builds for different Qt base lines -> implies to different wheel packages
  - need to evaluate how different python versions on various Linux distros impact wheel binaries
  - target: 6 wheels (2 per platform for 2.7 & 3.5+ Python)
  - OpenGL example
  - merge 5.6-> 5.9 attempted
    - signature update to match Qt 5.9 ABI/signatures
    - plenty of testing flakiness and also test crashes
  - improvements to signature tests


==== 16. November 2017 ====
*General
- Build system cleanup. It is now possible to build only a subset of Qt modules per cmd line option
**New Python releases 3.11.3, 3.10.11
  -  this is not complete and may need further patches
*Infra & Releases
- Added QAxContainer, more classes from 5.10
**6.5.0 released
- Preparing to add Qt3D
**6.2.8 commercial LTS to go out soon
- Removed flaky test
**Review Maitenance Tool integration
- further research on how pip wheels might be used for Pyside
**qtpip server configuration still in progress
  - seems to work well on win & macOS
*Bugs & Features
  - problems on Linux related to libICU (or in general due to different system libraries)
**Android: preparing post, tests, and general improvements.
- implemented and tested --standalone feature for the main Qt platforms [https://bugreports.qt.io/browse/PYSIDE-558 PYSIDE-558]
**PYSIDE-2266 venv issue with the deployment tool.
- open question remains how 3rdparty Pyside deployment path might look like
**Documentation was released for 6.5.0 and many things were polished.
- [https://bugreports.qt.io/browse/PYSIDE-510 PYSIDE-510]
**Async: continue working on the event loop wrapper implementation.
**Research on memory leak that pyqtgraph found
**Brushing up tutorials: expenses
**Adding new examples: simplebrowser, screen capture
**Documentation: found some issues with qdoc (from the move of examples to auto tests)
**PYSIDE-2278 type hinting issue was fixed
**Improvements to the documentation
**Cleaning imports from examples
**Add isort to the development guide
**Exploring other projects where Python can shine


==== 9. November 2017 ====
===30. March 2023===
- Work on simplifying the build system, made it possible to specify a module subset to build
- [https://bugreports.qt.io/browse/PYSIDE-558 PYSIDE-558] Fixing rpaths and making --standalone work on the 3 platforms. Result: Self-contained binary wheels. Needs Review.
- Trying to setup the project for building the docs. I managed to build the rsts from the patch in gerrit but running sphinx on those rsts results in errors about python 2 style code.
- [https://bugreports.qt.io/browse/PYSIDE-510 PYSIDE-510] work continued


==== 2. November 2017 ====
*General
- Releasing:
*Infra & Releases
  - continued work on macOS installer
**6.5 to be released next week
  - binaries must be patched during the install from repo (rpath setting)
**including requirements.txt along the commercial bundle
  - adopting the scripts from Qt for Pyside
***research if possible retroactively
  - made pip install work on Mac -> would be alternative to online installer approach
**qtpip research continues
    - two deployment choices available
*Bugs & Features
- discussions on how void* pointer should be handled, two options on the table
**Features that needs to be in before 6.5
  - add additional Pyside module handling such pointers
***deployment tool nuitka patch
  - add feature to shiboken to transparently add the support to any arbitrary C++/pyside project using shiboken
***android tool
- documentation snapshot generated
***tutorial of thew new quick styled app
- simplified setup-pyside and related build script options
**Improving enums to avoid using the old implementation
**Deployment tool and android research continues
**Async research on asyncio and trio proper integration
**Refactoring
**Shiboken examples are not displayed on the docs
**Updating the new image of the project
**Re-porting multimedia examples, simplebrowser
**Initial support for permission API
**small fixes on metaobjectdump


==== 26. October 2017 ====
- Releasing:
  - test repo for online installer created (mac seems to deploy)
  - first evaluation of suggested installer approach on various platforms
- Documentation:
  - Qt doc team joined the effort
  - first experiences are collected
  - should new documentation be done in rst rather than qdoc format?
  - Getting started, General platform requirements and general fixes turning up during generation
- [https://bugreports.qt.io/browse/PYSIDE-571 PYSIDE-571] received further fixes and reviews
- REDHAT not working on Coin (caused by gcc header issues)
- other minor improvements


==== 19. October 2017 ====
===23. March 2023===
- Discuss open Pyside 2 release & documentation
- Release packaging suggestion
  - Qt for Python installed via Qt installer and python scripts pointed to module via PYTHON_PATH
  - create test online repository for Qt installer
  - follow up how this Pyside installation approach might impact deployment of Python apps using Qt for Python
  - Linux distros shipping Pyside? (not sure yet either)
- coin
  - breakage in CI provisioning due to competing Python binaries coming from MSVC 2017
  - coin template needs updating
- [https://bugreports.qt.io/browse/PYSIDE-571 PYSIDE-571] work progressing (ready for review)
- lots of fixes in Pyside dev branch and
- feedback from Qt World Summit:
  - is Pyside on Android and iOS?
  - iOS probably out since platform cannot have interpreted code
  - Scriptable application use case was a sought after feature
  - qdoc got WebXML patch -> open question which version to use for doc generation across the various pyside versions
    - add script to support single command to generate documentation


==== 12. October 2017 ====
*General
- no update due to Qt World Summit 2017
**QtWS CfP open
**EuroPython talks submitted
**Keeping an eye on future Python events
*Infra & Releases
**6.4.3 is out
***pypy3 3.9.12 compatible, newer versions included an incompatibility
**6.5 branching out today
*Bugs & Features
**async support continues.
**Fixing a couple of issues related to the pyside6-deploy tool.
***venv compatibility
***qml apps are not properly working
**android support almost ready for TP
**PYSIDE-2261 cython signature module incompatibility fixed
**Removed goto from PySide
**Multiple inheritance issues were fixed.
**old Enums are being removed, and the startup time will improve a bit (still in progress)
**PYSIDE-971 GL funtions implementation
**including texttospeech into the wheels (missing by mistake)
**adapting scripts to 6.5
**metaobjectdump issue fixed
**doc updates


==== 05. October 2017 ====
===16. March 2023===
- Qt DataVisualization port has finished including an example
- Coin no progress due to pending Qt 5.9.2 release
- webxml support being implemented inside qdoc (beginning of the pyside documentation toolchain)


==== 28. September 2017 ====
*General
- 5.6 and 5.9 branches are *finally* enforced by CI - yeeeaaahh
**Preparing submissions for Europython
- Dev branch is still missing some forward merges before it can be enabled.
**New company colors
- port of QtDataVisualization progressing
*Infra & Releases
- fixed bugs: [https://bugreports.qt.io/browse/PYSIDE-510 PYSIDE-510], [https://bugreports.qt.io/browse/PYSIDE-517 PYSIDE-517], [https://bugreports.qt.io/browse/PYSIDE-562 PYSIDE-562], [https://bugreports.qt.io/browse/PYSIDE-564 PYSIDE-564]
**6.4.3 release next week (no release branch)
- [https://bugreports.qt.io/browse/PYSIDE-156 PYSIDE-156] in progress, first example of qApp protection, benchmark of impact ongoing
**Issues with Nuitka 1.5.1 (released yesterday) and the CI didn't like it. Pining 1.5
*Bugs & Features
**qtpip: add support for many other operators (for versions)
**PYSIDE-2254 exit crash issue was fixed
**PYSIDE-2251 designer issue when not initializing virtual environment.
**qmlsurface example ported (polishing the C++ code as well)
**example icons: discussions to standardize them a bit
**android research: fixing some issues with qtquick
**PYSIDE-1564 multiple inheritance work continues, really far but found new issues. Generalizing the solution a bit from a Shiboken point of view. Research on how shiboken handle multiple inheritance to be compatible with Python's way.
**PYSIDE-2255 virtual method issue related to access to those members.
**Generalization of QApplication usage on the tests.
**Research: Add course to QtLearn related to Qt for Python
**doc: some links are broken.
**doc: migration to sphinx-design from sphinx-panels


==== 21. September 2017 ====
===9. March 2023===


- Prototyping and exploring of Pyside packaging options
*General
- [https://bugreports.qt.io/browse/PYSIDE-510 PYSIDE-510] done and merged
**Packing use-cases
- [https://bugreports.qt.io/browse/PYSIDE-156 PYSIDE-156] being addressed thanks to [https://bugreports.qt.io/browse/PYSIDE-510 PYSIDE-510]
**Europython CfP: https://ep2023.europython.eu/cfp
- [https://bugreports.qt.io/browse/PYSIDE-487 PYSIDE-487] Qt Data Visualization port progressing
*Infra & Releases
**Preparing 5.15.13: release might be today if nothing goes wrong.
**Wheel bundles on the account.qt.io, and soon to be available in the Maintenance Tool
*Bugs & Features
**Re-added QtLocation
**Added larger examples for QtLocation, QtDataVisualization
**Android research continues, preparing a TP
**https://bugreports.qt.io/browse/PYSIDE-2169 Leak related to AsyncIO was finally fixed: related to the new Enum implementation
***PyErr_Fetch/Restore does ref counting, and not borrow ref
**qtpip works continues
**https://bugreports.qt.io/browse/PYSIDE-79 bug signal instance: fixed most if not all possible errors.
**https://bugreports.qt.io/browse/PYSIDE-1403 pyi still produces something not fully working with IDEs
**https://bugreports.qt.io/browse/PYSIDE-1564 First version of the implementation of multiple inheritance is working
***Not a general solution, but a good approach (compatible with a competitor).
***Working on a full support to handle multiple inheritance


==== 14. September 2017 ====
===2. March 2023===
- Coin
  - 5.6 testing is back online (5.9 target unblocking pending a merge)
  - Packaging of Pyside started to become a discussion topic
    - Standard PIP deployment
    - Separate delivery via the usual Qt account channel
- void* support has a pending patch (https://codereview.qt-project.org/#/c/205124/ and related example https://codereview.qt-project.org/#/c/205272/)
- Documentation work ongoing
  - WebXML support was added to qdoc - see [https://bugreports.qt.io/browse/PYSIDE-363 PYSIDE-363]
  - inputting the resulting WebXML to shiboken gave promising results
  - Qt Creator gain ability to fold away Python license headers
- Signature patch (https://codereview.qt-project.org/#/c/198654/)


==== 7. September 2017 ====
*General
- Pyside CI broken (timeout for tests is zero)
**Preparing internal/external material
  - Pyside provisioning scripts are very fragile
**Next monday CI maintenance break
  - Qt's own  provisioning is interfering when e.g. Pyside relevant tools get changed by Qt
*Infra & Releases
  - new ideas and redesign is likely to be needed
**commercial wheel bundles available on account.qt.io
- New Bindings: QRegularExpression, QVersionNumber, QUuid,
**6.4.3 release was postponed
- Discussions around Documentation for pyside
*Bugs & Features
  - couple of options for generation pipeline
**Improvements for qtpip
    1.) qdoc generates WebXML -> Shiboken converts WebXML to ReST (used to work in Qt 4 days)
**postEvent() memory leak still has an unknown origin
    2.) qdoc is lib which creates AST - > shiboken uses the AST to generate ReST
**PYSIDE-2236 QMetaMethod.fromSignal added
    3.) \pyside to document python classes (lots of documentation effort and not ReST integratable)
**PYSIDE-2237 be careful with using reserved words in examples/docs/...
    4.) minimalistic approach is to merely link to the Qt object class reference (python specific docs are somewhat separate
**PYSIDE-2239 opaquecontainers wrong dunder name
- [https://bugreports.qt.io/browse/PYSIDE-516 PYSIDE-516] further investigation how to deal with void* APIs
**PYSIDE-2206 Examples revamping
  -> prototyping ongoing
***Maybe we keep some examples around even if they are removed in Qt/C++
- [https://bugreports.qt.io/browse/PYSIDE-510 PYSIDE-510] redesigned once again (no more internal Python dependencies, Python version independent implementation)
**Android work continues! looking good with 6.5
 
**PYSIDE-1564 Multiple inheritance story was improved, still in progress.
==== 31. August 2017 ====
- 5.9 passes on all platforms but one (10.10 still failing)
  -> fix for provisioning scripts pending
- 5.6 no problems at hand (all passing)
- [https://bugreports.qt.io/browse/PYSIDE-516 PYSIDE-516] hit a dead end
  -> fundamental way of passing vertex data (void*) pointer between Python and C++ not addressed yet
- [https://bugreports.qt.io/browse/PYSIDE-510 PYSIDE-510] complete


==== 24. August 2017 ====
===23. February 2023===
- Coin 5.9 provisioning is in place, but there are some issues with paths to tools which are being addressed
- Build issue on Windows 10 5.9 branch, addressed by patch in review https://codereview.qt-project.org/#/c/203406/
- Fix to macOS build when old Qt 4.8 is present, addressed by patch https://codereview.qt-project.org/#/c/203313/
- [https://bugreports.qt.io/browse/PYSIDE-516 PYSIDE-516] progress on bringing in more of the QOpenGL classes
- [https://bugreports.qt.io/browse/PYSIDE-560 PYSIDE-560] stable ABI was investigated, decision is required
- [https://bugreports.qt.io/browse/PYSIDE-510 PYSIDE-510] finalizing license modifications
- [https://bugreports.qt.io/browse/PYSIDE-156 PYSIDE-156] ongoing implementation for fixing qApp crashes
- [https://bugreports.qt.io/browse/PYSIDE-552 PYSIDE-552] in process of being merged
- [https://bugreports.qt.io/browse/PYSIDE-562 PYSIDE-562] pending patch
- [https://bugreports.qt.io/browse/PYSIDE-563 PYSIDE-563] in process of being merged
- PySide 2 presentation being prepared for Qt World Summit 2017


==== 17. August 2017 ====
*General
- Almost everyone is still on holiday - not much progress
**Giving a talk at Python La Paz (on Saturday) - in Spanish
- PySide 5.9 branch CI changes are still pending integration / ongoing due to issues with the CI infrastructure switch
*Infra & Releases
- Investigation ongoing regarding QSSL classes on 5.9 branch
**6.4.3 ready to start the release process
- PYSIDE-510 - ongoing work to make separation of different licensed code
**Change to fix the windows signing is merged
- PYSIDE-156 - initial work to stop crashes when using methods that require an allocated QApplication instance
*Bugs & Features
- PYSIDE-558 - initial investigation on how to proceed
**3.12 compatibility changes will reach 5.15, 6.2, and the future 6.5 LTS
- Updated the PySide2 wiki documentation to clear up build steps and requirements.
**PYSIDE-79 (caused by PYSIDE-68) refcounting issues addressed
**Continue the 3.12 support because of some new issues found
**PYSIDE-1564: Multiple inheritance support is still being worked (old ABC issues might be related)
**Issues with documentation build (sphinx)
**Research on a memory leak related to the asyncio example: it's not related to asyncio, but from the posting action (pyside, and not Qt, because a C++ example with no async doesn't have any leak)
**PYSIDE-2234 adding QRunnableCreate
**fixed 6.5 issues with cross compilation
**Designer examples revamp
**Works continues on qtpip (a pip wrapper to install commercial wheels)
**PYSIDE-2232 NixOS issues was fixed (another was deferred)
**Research on the std::span support
**Unity compilation research continues
**Bug cleanup, closing and fixing old ones.
**OpenGL getProc issue is being worked on.
**PYSIDE-2192 interactive matplotlib issue (hook)


==== 10. August 2017 ====
===16. February 2023===
- holiday time is hampering project at the moment -  not much progress
- CI changesin Qt affected Pyside project such that focus was on different CI matters
- [https://bugreports.qt.io/browse/PYSIDE-557 PYSIDE-557] being addressed
- some very minor issues were fixed


==== 03. August 2017 ====
*General
- PYSIDE-510 under code review https://codereview.qt-project.org/198654
**Development of a tool for commercial wheel installation started, and other general improvements.
  -> license issues have to be addressed
**Blog posts -> 6.5 release, and Android research.
  -> some testing aspects still open (delayed till later on)
**Don't forget about Europython.
  -> investigation of impact on deployment across multiple python run-time versions required
*Infra & Releases
- missing bindings script/wiki page updated: [[PySide2_Missing_Bindings|Missing PySide2 bindings]]
**Branching dev to 6.5 when the Qt/C++ 6.5.0 RC is out (16 Mar '23)
- first working array support has been delivered (some adjustments still required), now proceeding to extend for OpenGL [https://bugreports.qt.io/browse/PYSIDE-516 PYSIDE-516]
***Only fixes go to dev with Pick-to: 6.5 if necessary
- Missing classes in works (e.g. QAbstractnativeEventFilter, QFileLock,....)
***new features remain in dev (for 6.6)
  -> revealed some issues of handling void* pointers
*Bugs & Features
**nogil research was positive, and most of our test work. It would require for us to modify the generator for each function/module.
***mandelbrot example works and improves its performance around 3.5 times.
**Python 3.12 will include an incompatibility due to the changes in the type generation
***https://github.com/python/cpython/issues/60074#issuecomment-1430115581
***some other issues were found, but not as critical as the tp_new issue.
**It will be possible to install pyside6 in conda environments starting from 6.4.3 and 6.5
**commercial identifier on commercial wheels will be replaced to be compatible with distutils
**asyncio research continues
**Adapting the deploy tool to include compatibility with android (in progress)
**research on ML-based tool to transform c++ <-> python
**Getting started docs updated
**qtdoc documentation content will be included in the docs
**doc issues: some broken links and references
**General slides to be updated


==== 27. July 2017 ====
- Fix for [https://bugreports.qt.io/browse/PYSIDE-331 PYSIDE-331] causes lots crashes in auto tests
  -> more investigation ongoing
- coin
  - since 5.6 is now enforced by Qt CI the focus shifted to the 5.9 branch of Pyside
  - still encountering build issues on 5.6 though
  - cmake upgrade for macOS 10.10
  - missing virtual env for macOS 10.12 being deployed
  - msvc 2013 being removed from CI targets
  - clang on OpenSuSE deployment ongoing
  - lots of effort went into debugging the above Coin issues
- numpy support for 2d array feature development progressing ([https://bugreports.qt.io/browse/PYSIDE-354 PYSIDE-354])


==== 20. July 2017 ====
===09. February 2023===
- coin
  - license test passing
  - setup issues wit Python 3 and msvc 2008 vs 2015 issues
  => need to install newer Python 3 binaries
  => otherwise looks like enforced testing can be set alive on 5.6 branch
  - 5.9 still having clang header issues
- 2D array support work in progress
- [https://bugreports.qt.io/browse/PYSIDE-331 PYSIDE-331] -> waiting for PYSIDE-510 dependency
- [https://bugreports.qt.io/browse/PYSIDE-510 PYSIDE-510]-> issues with Python 2.x left
- need to get a handling what functions are not supported by pyside due to exclusions or missing support in shiboken


==== 13. July 2017 ====
*General
- coin
**How to make our API better for pathlib?
  - Production coin was updated today and all fixes are finally executed
**3.11.2 released, 3.10.10 as well
  - 5.6
**https://peps.python.org/pep-0675/
    - macOS 10.11 machines have Python 2.6, which causes test script to fail due its usage of a
*Infra & Releases
      module added in 2.7. Investigation in progress on the best way to fix this.
**LTS tags cannot be pushed to community repo (permissions), hopefully in this week.
    - build failure with Windows 8.1 (msvc2013-x86)
**Maintenance Tool updates soon
  - 5.9
**Binary signing still need a little change to be working
    - macOS 10.12 missing virtual env (https://codereview.qt-project.org/200006)
**dev to use 6.5 starting today
    - Rest Linux/macOS configs are failing various build issues
*Bugs & Features
  - dev is still pending for qt5 merge from 5.
**Android research in progress, looking good :)
- [https://bugreports.qt.io/browse/PYSIDE-510 PYSIDE-510] development completed, test added, needs review
**A solution was proposed to fix the usage of PySide6 in conda environments: still needs tweaks to work, mainly related to an internal qt.conf that's loaded at runtime.
- [https://bugreports.qt.io/browse/PYSIDE-331 PYSIDE-331] ongoing work
**PYSIDE-2222 custom widget plugin, load with uic crash
- [https://bugreports.qt.io/browse/PYSIDE-550 PYSIDE-550] investigated, needs a working solution to allow proper building on distros that separate Qt private headers into separate packages
**PYSIDE-2201 was fixed: introducing weak references into the SignalInstances.
- [https://bugreports.qt.io/browse/PYSIDE-354 PYSIDE-354] ongoing work on C / C++ array support in PySide, some questions remains on how to deal with xml syntax and multiple dimensions.
**PYSIDE-79 was possible to solve (from PYSIDE-68 solution). Still needs to some documentation to be written.
**PYSIDE-2221 research on future compatibility with NoGIL Python https://github.com/colesbury/nogil https://peps.python.org/pep-0703/
**https://github.com/blueloveTH/pocketpy also interesting


==== 29. June 2017 ====
===02. February 2023===
- coin
  - Qt 5.6 all coin changes for Pyside are done but waiting for coin production update (after Qt 5.9.1 release)
  - Pyside/Qt 5.6 on new OpenNebula infrastructure confirmed to run
  - Qt 5.9 based setup still misses clang libs (merge pending)
  - Pyside/Qt 5.9 test failure fixes on macOS
- worked on array support (passing arrays between Pyside and Qt API) - work in progress ([https://bugreports.qt.io/browse/PYSIDE-354 PYSIDE-354])
- continued work on debug builds across the platforms
- embedded Python example under review (further testing across the platforms)
- [https://bugreports.qt.io/browse/PYSIDE-510 PYSIDE-510] finished (not yet merged) -> revealed a few more  problems in [https://bugreports.qt.io/browse/PYSIDE-331 PYSIDE-331] & [https://bugreports.qt.io/browse/PYSIDE-308 PYSIDE-308]
- added a way to dynamically detect the available Qt modules in Pyside


==== 22. June 2017 ====
*General
- building pyside on Win with debug and non-debug
**Europython 2023 will be in Prague! 17-23 July
- QSSL* classes do not build on macOS & Windows (patch in progress)
*Infra & Release
- dll name handling work finished (build system issues were addressed)
**Improving wheel creation in our CI (signing windows, and other things)
- PYSIDE-531 discussions
**Soon we will have released LTS in the OSS repo (after some complications)
- coin
**CI Maintenance break coming next Monday (keep an eye open to the Python configuration)
  - followup from 18 May (windows issues in coin)
*Bugs & Features
  - test runner changes being merged should address this
**Unity builds were helping pyside/shiboken, and some tests are being done in qt/c++
  - new regression on macOS targets though
**meta task on revamping examples in the Qt Project
  - 5.9 issues due to clang continue to exist (will be addressed after 5.6 is enforced)
**Adding uic functionality and documentation
**Doc reviews, some issues were found
**Android development continues, and looks good!
**introducing --log-level to change --verbose-build and --quiet
**Overhaul of Signal/SignalInstance continues:
***[https://bugreports.qt.io/browse/PYSIDE-2201 PYSIDE-2201] Weak Reference handling is complete
***[https://bugreports.qt.io/browse/PYSIDE-79 PYSIDE-79] Research on Reference bug continues
**create_wheels.py --builddir to explicitly provide build directory
**WIP: QtAsyncIoEventLoop using Qt's event dispatcher, using BaseEventLoop and BaseSelectorEventLoop for guidance


==== 15. June 2017 ====
===26. January 2023===
- dll name handling fixed across the platforms (e.g. pkgconfig handling)
- PYSIDE-500 fixed
- PYSIDE-331 is still not done (in parts a module by module fix is required)
- PYSIDE-510 ongoing
- no further progress on coin
- Getting started guide has been updated dealing with Qt 5.6 and Qt 5.9 based Pyside builds
- scriptable Pyside example been developed to demonstrate SDK-like usage of Pyside
- lots of small infrastructure changes/fixes


==== 8. June 2017 ====
*Infra & Releases
- Proposed solution for PYSIDE-500
**Fixed issues with Windows signing
- Further work on example for PYSIDE-526, work on shiboken2 command line handling to ease usage with qmake
*Bugs & Features
- Updated Getting started Wiki
**Fixed [https://bugreports.qt.io/browse/PYSIDE-2204 PYSIDE-2204 qt.conf encoding]
- Introspection work continued (PYSIDE-510)
**Fixed bugs in pyside6-metaobjectdump (QML) [https://bugreports.qt.io/browse/PYSIDE-2202 PYSIDE-2202] , [https://bugreports.qt.io/browse/PYSIDE-2203 PYSIDE-2203]
**PYSIDE-2194: Possibly requires refactoring of QLowEnergyController to use the new WinRT API, instead of COM API
**Android Deployment - Patches incoming to automate cross compilation to produce android wheels
**Overhaul of Signal/SignalInstance
***Implement Weak Reference Handling
***[https://bugreports.qt.io/browse/PYSIDE-2201 PYSIDE-2201] Handle early destruction of the object better
***[https://bugreports.qt.io/browse/PYSIDE-79 PYSIDE-79] Trying to finally fix the reference leak using weakref.
**Alternative approach to Anaconda issue: Register internal qt6.conf with site-packages prefix (still WIP).
**WIP: Implement class QtAsyncIoEventLoop(asyncio.AbstractEventLoop) that wraps around Qt's event loop to enable Qt + asyncio.
**Memory leak with current asyncio example (or space leak?)


==== 1. June 2017 ====
===19. January 2023===
- PYSIDE-500
- https://wiki.qt.io/PySide2_GettingStarted needs a serious cleanup
  - 5.6 vs 5.9 differences not explained
  - specify exact version matching conditions
- pyside repo merge completed
  - Coin changes required to catchup - > recent CI issues have caused delay
- Introspection work continued (PYSIDE-510) -> not yet complete
- qtcharts and related examples have been ported (5.9 only)
- license header checks of Pyside for Coin able to distinguish branches
- Array support for Pyside missing (numpy_array support?)


==== 18. May 2017 ====
*General
- Coin
**Hackathon in TQtC
  - Win nodes didn't run the cleanup functions -> test failures due to artifacts -> no solution yet
**The WebAssembly PySide Team was almost doubled in size (+1 brain, +1 hand)
  - Clang issues persist and this must be addressed in the broader scope of Qt/qdoc depending on libclang too
*Infra & Releases
    -> until this point in time the setup is a manual one for pyside/5.9+
**Windows signing to be improved.
- merge of psyide repositories -> no objections against the plan in the community
**LTS releases into oss repo: some issues appeared but will be merged soon.
  -> merge will happen in the next few days (pyside.git, pyside-setup.git and shiboken.git become one repo)
*Bugs & Features
  -> examples, wiki and tools will remain as they are
**PYSIDE-1994: De-virtualization of Shiboken embedded Python files is now an option controlled dynamically by SBK_EMBED
- QOpenGL* porting continuing
***PYSIDE-1019: A dormant __feature__ initialization timing problem was fixed while implementing de-virtualization
- qttext2speech ported to Pyside2
**PYSIDE-1735: De-coupling of old and new enums was started
- failing QML tests in Qt 5.9 based Pyside
**PYSIDE-1564: Debugging of multiple inheritance continues
- PYSIDE-510 - introspection solution in the works
**Fixed some bluetooth functions in PySide6.
- Qt World Summit Berlin 2017 (talk for Pyside being handed in)
**Low Energy Scanner Example
**PYSIDE-2194: Progressing with this. Definitely a thread issue which allow-thread doesn't seem to fix.
**Possible solution for problems with PySide6 inside conda (compat package with qt6.conf file), but investigating if best solution


==== 12. May 2017 ====
===12. January 2023===
- looked into the Windows tests failures, and the reason might be related to how we copy around build artifacts, leading to an incorrect folder structure. Coin team to look at it.
- Fixed a small regression in 5.9 with building on macOS after some cmake changes that happened in 5.6
- Implemented, tested, reviewed and committed the multimedia widgets examples
- documentation from Pyside1 days can not be generated anymore
  -> new approach required using exiting Qt5 doc tools
- QOpenGL* port to Pyside has started -> missing support for arrays in shiboken
  - more thorough design discussion needed
- Coin
  - provisioning for clang in Qt CI ongoing: https://codereview.qt-project.org/#/c/192517/10


==== 04. May 2017 ====
*General
- Coin
**Next week is Hackathon, meeting will be shorter
  - libclang 4.0 provisioning available (code reviews ongoing -> enabler for Pyside and qdoc testing)
**Discussion on how to gather information, and sharing material around Qt for Python
  - 5.6 coin issues resolved
*Infra & Releases
  - macOS related CI/cmake failures were resolved
**6.5 RC planning -> feature freeze for PySide
  - some CI sync issues among pyside submodules (always submodules HEAD is tested)
**6.4.2 was released last Monday
  => may have to change once we come closer to the final release ->
**CMake Jumbo builds issue with Windows signing
  => fine as long as we are in heavy development mode
**LTS branches to land in pyside-setup soon
  - discussion around Ubuntu and OpenSuse configurations
*Bugs & Features
  - minimal cmake requirements not met on all distros
**Async examples: addressing memory leak and cpu usage due to the event loop interactions
    - 5.6 only be build using RedHat 6.6
**Review conda packaging story and PySide6
    - 5.9 builds have updated Linux distros -> may be able to obtain a new cmake version without hacking the standard toolchain
**De-virtualization of Python files: still some issues
- QtMultimedia and QRaster* API bindings further completed
**Incompatibility with pywin32: __feature__ related when trying to check if the ext module uses PySide. Also related to an issue with the inspect module.
- added tests and examples for the above bindings/APIs
**Installing PySide6.support via CMake (was previously not considered)
- PYSIDE-510 (required for simplified and more generic testing of bindings)
**Work continues on the multiple inheritance issues related to classes based on QObject
- PYSIDE-504 work is ongoing
**locate issues related to to* methods
- PYSIDE-507 -> avoid hardcoded includes when certain Qt modules are not available
**std::array support in shiboken (still in progress)
- brief discussion whether to merge the shiboken and pyside repo
**fixing imports in matplotlib examples
  -> advantages from a CI perspective and reduces pyside setup complexity
**adaptation to 6.5
**splitting shiboken generator source to its own
**Android deployment works - tested on Widget applications
**Fixing QTBUG-109510 leading to discovering issues with certain functions in PySide6. Being fixed.


==== 26. April 2017 ====
===5. January 2023===
- Coin
  - provision for 5.9+ branches -> we would like to use libclang 4.0
  - test still not yet executed due to branch mismatch which pulls in dev branches
- missing bindings in QtCore/QtGui/QtMultimedia - work in progress
- clang support done (except for a Mac issue)
  - Pyside clang version required Qt 5.7 or later
- [https://bugreports.qt.io/browse/PYSIDE-500 PYSIDE-500] done
- work on PYSIDE-500, 502, 504, 497 will continue
- qdoc work started trying to recover whatever documentation is left from Pyside 1.x


==== 20. April 2017 ====
*General
- Fix for [https://bugreports.qt.io/browse/PYSIDE-331 PYSIDE-331] broke the Windows build; under investigation
**Next monday CI maintenance
- Refactoring, fixed build warnings
**OKRs
- Looked at debug builds on Windows
*Infra & Releases
**5.15.12 LTS, 6.2.7 LTS released
**Open Source LTS releases to be moved to the pyside-setup
**6.4 CI hanging, issues on lts-5.15 due to Python
**6.4.2 to be release in the following days
*Bugs & Features
**PYSIDE-1931 SQL issue regarding allow-thread
**helping 6.5 translations
**Adaptations with 6.5
**QSharedPointer -> std::shared_ptr attempt
**research on adding std::span into shiboken
**PYSIDE-2160 properties qml types issues
**Tutorials language review
**Android research continues
**QTBUG-109510 BTLE issue on pyside


==== 13. April 2017 ====
==2022==
- discussion around merge policies between 5.9 and 5.6 branch
- Linux debug library issues fixed
- PYSIDE-488 fixed via workaround
- fixed a unit tests
- worked on qdoc/html generation in Pyside (failed so far - waiting for qdoc maintainer feedback)
- PYSIDE-331 patches merged -> more bugs found in the meantime


==== 6. April 2017 ====
*[[Qt for Python Development Notes 2022]]
- 5.6 branch created
- 5.9 branch to be created as well (easier setup for Qt 5.9 testing in Coin)
- Coin
  - not passing build platforms have been disabled
  - otherwise COIN passing on 5.6 (except for 2 failing test) -> soon to be enforced
  - license checker passing in dev
- clang changes merged to dev branch (after reviews)
  - clang provisioning on Coin still missing
- for now shiboken is not a generic C++ bindings generator (targeting Qt use cases only)
- TODO: enabling the generation of documentation from repos
- fixed mixed usage of debug and release build (no debug builds for windows)
- [PYSIDE-331] work continuing - fixed, tests are missing


==== 30. March 2017 ====
==2021==
- Coin
  - some platforms passing and will be enabled by default
  - MinGW, some OSX and cross compile targets remain out
- will branch pyside dev branches to 5.6, new dev becomes clang branch
  - regular merges from 5.6 -> dev will start happening
  - Pyside 5.6 branch will continue to work against Qt 5.6
- need reviews for [https://bugreports.qt.io/browse/PYSIDE-323 PYSIDE-323] to merge clang changes
  - Qt 5.10, 5.9 (on main desktop plawtforms working)
  - for now the Pyside dev development will be based on Qt 5.9 (to be bumped up later on)
- [PYSIDE-331] - in progress
- [PYSIDE-156] -


==== 23. March 2017 ====
*[[Qt for Python Development Notes 2021]]
- Coin
  - progressing
- More tests fixed
- wip/clang branch created, will receive Clang parser port with instructions
- Refactoring of shiboken, replaced QtXml classes by QXmlStreamReader allowing for stricter error checking


==== 16. March 2017 ====
==2020==
- Coin
  - the fixes are still integrating or are under review (no further progress until this is done)
- clang parser replacement [https://bugreports.qt.io/browse/PYSIDE-323 PYSIDE-323]
  - most test failures related to clang are fixed
  - tests ran pretty much through on Qt 5.9 (Windows and Linux - Mac not yet verified)
  - code cleanups in shiboken
  - will create feature branch on all pyside repos to get the clang patch series under CI control
  - merges from regular pyside branches into clang branch will commence
  - readme required that explains how clang is to be built (if not provided by platform)
- [PYSIDE-331] - in progress


==== 09. March 2017 ====
*[[Qt for Python Development Notes 2020]]
- Coin
  - lots of changes in Gerrit for Pyside and coin
  - the outcome has to be check once everything merged
  - upcoming clang dependencies in shiboken introduces new requirements for Coin
  - clang changes to be dealt with after pyside branching
- clang
  - first complete bindings generation with Qt 5.6 and Qt 5.9
  - some failing unit tests which have to be looked at individually
  - actual merge depends on pyside branching which in turn depends on recent Coin changes
- smart pointer support
  - patches generally done, gerrit review ongoing
  - rather large patch
- created list of missing bindings in Pyside ([https://wiki.qt.io/PySide2_Missing_Bindings Missing Bindings])
  - mostly class level view, global functions at al not covered
- Jira cleanup
  - PYSIDE-464, PYSIDE-217, Pyside-224 fixed
  - most bugs reviewed now and valid ~100 bugs were identified


==== 02. March 2017 ====
==2019==
- Coin
  - Coin runs tests on Windows and OSX (some failures in the test - to be investigated)
  - Windows provisioning somewhat blocked due to CI issues
  - no progress on Linux
  - OSX 10.8 ran tests with expected results
  - OSX 10.9 has issues due to Pyside not supporting namespace builds of Qt
- clang
  - preprocessor has remaining issue
    -> with clang compiler but gcc seems OK
    -> Qt Core wrapper close to compiling (QHash issues remaining)
- Smart pointer work continues
  - some uses cases work, other use cases might remain
- [https://bugreports.qt.io/browse/PYSIDE-364 PYSIDE-364] was fixed (patch pending)
- General error review on bugreports.qt.io
  - 50% done (prioritized bugs are handled/checked bugs - "done" bugs)
- ran address and leak sanitizer over Pyside which resulted in some worrying cases (need to be addressed going forward)


==== 22. February 2017 ====
*[[Qt for Python Development Notes 2019]]
- [https://bugreports.qt.io/browse/PYSIDE-462 PYSIDE-462] Improved solution approved
- [https://bugreports.qt.io/browse/PYSIDE-205 PYSIDE-205] Hard-to-detect memory leak plugged
  - slow memory leak found in shiboken with thousands of false positives
  - used differential analysis of valgrind output
- Clang: Fixed Preprocessor handling (set defines, include paths), got minimal binding tests to pass, now adapting MetaBuilder and PySide to what Clang finds when parsing Qt. Good news: Very little need to set Q_DOC or other magic defines
- Coin: Slow progress, currently struggling with provisioning
- extensive bug triaging ongoing in Pyside Jira project


==== 16. February 2017 ====
==2018==
- Coin (no update - other priorities in release/CI team)
- Clang (progressing on pre-processor work)
- PYSIDE-315 closed
- PYSIDE-462 more review needed
- Shared pointer API very slowly progressing (lots of different fixes needed)
- QMimeDataBase support added
- QUrlQuery support blocked on QDOC defines in Qt sources (shiboken sets the wrong define)
- chasing memory leaks (PSYIDE-205)
- extensive bug triaging ongoing in Pyside Jira project
  - confirming and testing the reported bugs (70 of 200 processed)
  - some smaller bugs were fixed in the process
- quite a few bugs were discovered this week while working on the above items, e.g.:
  - deployment of pyside applications partly broken due to hard-coded install paths in Qt libs
  - Qt events are swallowed when Pyside error/exception occurs


==== 9. February 2017 ====
*[[Qt for Python Development Notes 2018]]
- Clang progressed
  - pure C++ tests for API extractions are passing (C++ parsing based on clang)
  - even works with cmake
  - old C++ preprocessor still to be replaced
  - working through old preprocessor and checking what magic it did and how clang might be able to replace it
- PYSIDE-315 & PYSIDE-462 fixes pending for review
- COIN
  - continue progress an getting more platforms to pass (unblocking one step at a time)
  - Windows (32bit) and mac are building, Win 64bit still not building
  - OSX and Windows are stopping in the test runner phase
  - missing cmake update still on Linux (provisioning update required)
 
==== 26 January 2017 ====
- PYSIDE-315
  - principle fix merged but some minor improvements still pending
- Pyside-462
  - essentially a feature request as C++ default parameters are not yet supported by Pyside
  - discussion ongoing how to address the problem
- COIN
  - 10.11, 10.9 & 10.8 build passes
  - 10.10 still failing during build
  - Progress on Windows and running into new problems further down the path
  - Redhat failed to general brokenness of the platform in CI
  - Ubuntu no further progress
- clang parser work progressing
  - completeness of work is currently measured by passing unit tests
  - there is a long way to go
  - see [https://bugreports.qt.io/browse/PYSIDE-323 PYSIDE-323] and associated patches for progress monitoring
- Fixed regression which prevented Pyside to compile with Qt 5.5.1
- shared pointer support
- no update on 2nd February 2017 (next week)
 
==== 19 January 2017 ====
- PYSIDE-315
  - a possible fix is pending, some minor performance improvements are still possible
  - caused by different signal/slot ordering in Qt4 and Qt 5
- COIN
  - issues on 10.8 and 10.9 platforms should pass now
  - 10.11 & 10.10 still have issues
  - Windows timeout problem fix in COIN (but no COIN update until 5.8.0 released)
  - Linux builds are failing
    - Ubuntu 14.04 fails due to cmake issue
    - Redhat 6.6 & OpenSuse 13.01 deferred
  - current COIN freeze for 5.8.0 release affecting patching of COIN for Pyside
  - next steps in priority -> run tests on 10.8/10.9 and get Linux running
- PYSIDE-79 regression fixed as well (some interaction between PYSIDE-315 & PYSIDE-79)
- PYSIDE-462 to be looked at next
- clang parser work progressing
 
==== 12 January 2017 ====
- PYSIDE-315
  - sorting of slots/signal connection changed on Qt side and Pyside side has not caught up
  - had similar connection issues on the QML side, need to investigate whether there is a connection
- PYSIDE-79
  - caused a regressions (not yet investigated)
- fixed OpenGL types not being recognized on MacOS (partly fixed)
- API's with shared/smart pointers in Qt don't work
  - has potential long term effects and investigation has started into the reasons
- Refactoring shiboken in preparation for clang
- COIN currently runs tests with namespaced Qt
  - short term fix to exclude namespaced Qt builds with Pyside (broken on MacOS 10.9)
  - other failures: missing libraries on MacOS (10.11), missing provisioning on Windows, cmake issues on 10.10
  - unknown state on Linux (current Redhat too old)
- Prioritization after status round:
  - PYSIDE-315 to be investigated based on recent signal/slot patches for QML
  - Smart pointer issues reduced in priority to provide space for PYSIDE-315 & PYSIDE-79 regression
- verify that COIN runs testrunner (not just building Pyside)
  -> not yet verified since we are still failing builds in COIN
 
==== 5 January 2017 ====
- COIN update
  - COIN changes merged (no further patches pending)
  - need to run an integration test
  - issues related to different build platforms still to be expected
- Continue with clang
  - backtracking a bit (reusing some node API's during parsing but otherwise use clang to populate the tree)
- test blacklisting reviewed (some removed - mostly signal related ones, one new regression)
- regressions in QtQuick were worked around (caused by recent Qt Quick changes)
- issues with macos framework style includes in Qt
- PYSIDE-315 debugging ongoing, very hard to track down
  - was it a regression from a previous Pyside release (e.g. Qt 5.4?!?
- hard-copied Qt 5.4 based headers still in existence
  - updated needed but would shut Qt 5.4 users out
</div>
 
== 2016 ==
<div class="mw-collapsible mw-collapsed" style="overflow:auto;">
 
==== 22 December 2016 ====
- lots of discussions around the COIN patches
  - source archive setup being under review
  - Qt 5.6 provisioning patches merged
  - CI uses Python 2.7 at this stage
- clang C++ parsing continues
- fix of some Pyside unit tests (now have a clean slate again)
- finished QtQuick port
- some overflow problems have been fixed in shiboken
 
==== 15 December 2016 ====
- COIN changes pending for testing infrastructure
  -> https://codereview.qt-project.org/177136 (Pyside change)
  -> https://codereview.qt-project.org/176968 (Coin change)
  -> https://codereview.qt-project.org/179662 (Provisioning changes)
  -> https://codereview.qt-project.org/179663 (Provisioning changes)
- waiting for COIN development team to review/accept the pending changes
- no update in PYSIDE-315 (under investigation)
- Flushed out a couple of shiboken, QML, qml example bugs
- Some bugs related to parser delayed until clang parser task done (https://bugreports.qt.io/browse/PYSIDE-322)
- most basic shiboken API extractor test to pass (global enumeration test)
- some trouble with int size data types
  -> Python 2 & 3 are different and the relevant C++ data types are yet again different from platform to platform
 
==== 8 December 2016 ====
- COIN patches pending approval
  - Windows provisioning reviewed
  - Linux, Pyside, COIN itself
- Clang changes progressing, comparing AST tree from old parser and clang
- PYSIDE-79 done
- PYSIDE-315 under investigation
- QtQuick patches taking shape (some template magic and function pointer
  features in Qt cannot be parsed by shiboken)
 
==== 1 December 2016 ====
- COIN
- PYSIDE-79 there seems to be a final work around (https://codereview.qt-project.org/#/c/176374/)
  - fixing a few tests in the process
- clang update
  - dumping AST, identifying the required info
  - work in progress...
- problems with global static QObjects on the Qt side calling back into Python during app exit
  - may require some changes on the Qt side
 
==== 24 November 2016 ====
- automatic COIN triggering for submodules work in progress
  - several discussions on this topic this week
- Clang investigation (what library to use)
- fixing bugs on Qt side for Pyside
- Qt QML support almost done, work will continue with Qt Quick
- PYSIDE-79 work story continues
  - reference counting not quite accurate but point of deallocation of ref count not identifiable
 
==== 17 November 2016 ====
- Pyside team suffering from sickness -> not much progress this week
- Pyside-79 fix had a lot of negative side effects (breaking existing tests)
  - internal object reference counting is the predominant issue at hand
  - continue to work on the bug (no resolution yet as delayed due to sickness)
- COIN some progress but still open discussions on branching policy required
 
==== 11 November 2016 ====
- PYSIDE-79 being fixed
- PYSIDE-315 to be addressed
- Shiboken and Clang
  - familiarizing with clang and its parser's inner working
  - added experimental qmake project definition for shiboken (makes work in Qt Creator easier)
- Qt QML on Pyside work progressing
- work on COIN did not progress due to conflicting priorities inside COIN development
 
==== 3 November 2016 ====
- working through the QML stack esnuring all required API's are exported (https://codereview.qt-project.org/#/c/175682/)
- small build system patches
- PYSIDE-79 work progressing
- OpenGL support fixed (PYSIDE-314)
- COIN issues
  - repo interdepencies not working yet, suggestion under discussion and to be implemented
  - most license checks have been fixed
  - Qt 5.6 based Pyside to skip check
  - after branching for C++11 work the dev branch should work from license check perspective
  - eventually the entire CI needs to run through (more hidden problems could be hidden)
- Started working on C++11 compliant parser for shiboken
  - libclang will be used
  - first target is to replace the AST tree implementation
  - requires clang setup in the CI
 
==== 27 October 2016 ====
- Work on WebKit/WebEngine support
- Further work on [https://bugreports.qt.io/browse/PYSIDE-431 COIN] support
- Planning meeting
- Workshop for C++11 support in Pyside ([https://bugreports.qt.io/browse/PYSIDE-323 PYSIDE-323])
 
==== 20 October 2016 ====
- [https://bugreports.qt.io/browse/PYSIDE-355 Qt Quick support] submitted
- [https://bugreports.qt.io/browse/PYSIDE-314 QtOpenGL support] submitted
- Further work on [https://bugreports.qt.io/browse/PYSIDE-431 COIN] support, license headers
==== 13 October 2016 ====
- Qt CI update
  - Coin changes have merged but integration not yet working
  - Qt CI enables on Pyside side merged
  => COIN integration fails with license issues
  => requires review of license conditions for all files, some files are not even relicensable
  => skipping license check for now, most likely to be done later again but requires changes to license check script
  - more issues of interworking between QtCI and Pyside expected (won't be visible until license problems resolved)
  Open issue: does a change in Pyside repo trigger a rebuild of everything?
- Qt QML support progressing and first patches merged
  - serious bugs have been fixed, more complex QML examples are now working
 
==== 29 September 2016 ====
- Coin integration close but not merged
- Bugfixing in particular on the shiboken parser side
- QML/Python binding and tests fixed -> general check all day-to-day aspects of QML are working
- QML examples porting
  -> still some failing tests
  -> Check all QML/Quick class are exported
 
==== 22 September 2016 ====
- Refactored Shiboken, udnerstanding build sequences
- black list for unit tests defined and tested
- fixing of tests
- QML example fixing continued (QML bindings not working)
- Pyside side for COIN done (pending integration checks)
- COIN integration still wip due to long test and retest cycles
- pyside and shiboken repo to be relicensed similar to other Qt products
=> this should address any issues regarding the status of generated code too
==== 16 September 2016 ====
- Pyside side for CI testing ready for testing
- status of COIN side to be determined. Code exists need help from CI team to confirm status.
- build system infrastructure improvements in pyside setup
- Qt logging now working
- and more
- Update on bug handling
  - PYSIDE-88 continuing
  - PYSIDE-349 (Multimedia ported)
  - PYSIDE-344 fix pending on codereview
  - make debug builds of Pyside work (OSX works, Linux has work in progress patch, Windows side awaiting contribution)
- QML support work in progress
  - examples are slowly ported with aim to identify bugs
 
==== 25 August 2016 ====
- Properly implementing QML experience in Pyside
- Unit test fixing
- automated CI testing for Pyside
  - working locally but still failures occurring on various other test machines
 
==== 4 August 2016 ====
- Additional Pyside examples under review
- Fixed warnings coming from Shiboken
 
==== 21 July 2016 ====
 
- main Pyside 2 example port done
- additional examples to fill gaps are being ported (as per prio list)
- CI patches running, but still gaps (should be done by next week)
- about 86% of auto test working (failing count of test 80+ auto test)
- [[pyside-Teststatus|Project Test Status]]
 
==== 14 July 2016 ====
 
- Pyside 2 examples ported
- OpenGL & SVG not working
- QtQuick 2 is in strange situation (QtQml depends on QtQuick)
- Python 3 realed Unicode handling not working with Qt
- QMessageBox hangs
- no documentation for any example
- lots of warnings when building wrapper
- results: https://paste.kde.org/pgje2toyh/mlbqic
- COIN setup for pyside https://codereview.qt-project.org/#/c/158336/
- Qt 5.7 still blocked due to missing C++11 support in shiboken
  - food for ideas: https://steveire.wordpress.com/
 
 
==== 7 July 2016 ====
 
- automated CI testing
- patches for Pyside and Qt CI side required
- Testing somewhat more complicated due to closed nature of Qt CI
- script to port examples to Qt 5 -> https://bugreports.qt.io/issues/?jql=labels%20%3D%20exampleport5
- all examples to remain BSD licensed
</div>
 
=== Backlog ===
 
The list below represents some short term targets and long term ideas for Pyside2 development. There is no guarantee that this will happen as written down. It is meant as a short reminder and idea collection for future development. In the long term this list is likely to move to https://bugreports.qt.io/browse/PYSIDE.
 
# First time with Pyside (Document how to get started on this wiki)
# Testing Infrastructure
## What has been done so far?
## Qt CI support ([https://bugreports.qt.io/browse/PYSIDE-431 PYSIDE-431])
### make test
### cmake based build system (all repos)
### pip installable Pyside
#### CI has to setup virtual Python environment
#### Use pip to install/build Pyside (release bundling)
 
# Future changes to PySide
## Gaps (modules & API)
### Identify the extent of the gaps by porting existing examples from Qt4 to Qt5 (done)
### Plugin system (in what form or shape do we need it is uncertain - some failing tests exist already)
### Prepare a summary of gaps for other modules
## Fundamental Architecture changes
### Shiboken
#### Clang support ([https://bugreports.qt.io/browse/PYSIDE-323 PYSIDE-323])
### QtQML support ([https://bugreports.qt.io/browse/PYSIDE-355 PYSIDE-355])
## MyPy (type annotation - fully typed Python API)
## General Python features and their adoption in PySide (e.g. Async I/O)
## Creator and tooling
### Fix QtC debugger to understand Python/C++ mixed internals
## Documentation generation
## Deployment of apps
## Debugging support
 
# Must have tasks for first release
## Packaging (e.g. pip deployment? )
## Clarify Installer story
## Documentation
## Product placement decisions
### Licensing
### Naming
### etc
## Complete CI coverage

Latest revision as of 18:05, 21 September 2023

2023

21. September 2023

  • General
    • Python 3.12.0rc3 is out, final release scheduled for October 2
  • Infra & Releases
    • 6.6 branched
    • 6.5.3 preparations
  • Bugs & Features
    • Fixed PYSIDE-2465 (3.11.5 test fail)
    • Work on PYSIDE-2462 (smart pointer features)
    • Refactored options parsing of shiboken
    • Fixed clang-tidy static analysis issues
    • Android permissions API: Adapt more C++ examples
    • Couple more cleanups and additions to pyside6-android-deploy
    • More manual testing of pyside6-android-deploy. Need to write more integration (mocks) for Android deployment.
    • Final cleanup and resolving tests for python-for-android Qt for Python patch
    • PYSIDE-2468 -requestPermission() on macOS. Tricky scenario similar to PYSIDE-2419
    • asyncio's requirement to use ThreadPoolExecutor keeps screwing us over, but resolution close

14. September 2023

  • Infra & Releases
    • Testing and fixing qtpip for commercial wheels
  • Bugs & Features
    • PYSIDE-2460 Work on some OpenGL issues, updated hellogl2 example
    • PYSIDE-2461 Build system for cross build fixes
    • PYSIDE-2463 Fixed some type hints
    • Android auto sdk and nkd download merged.
    • Requestpermission API and all android changes set for 6.6 merged. Will write tests in the meantime and do some manual testing with deploying apps.
    • patchelf removal for Qfp binaries merged.

07. September 2023

  • General
    • Majority of the team on holiday
  • Infra & Releases
    • Preparing 6.2.10, 6.5.3, 6.6.0
  • Bugs & Features
    • PYSIDE-2393 pytest problem with feature is fixed
    • PYSIDE-2428 feature problem caused long search, has to be fixed in matplotlib
    • Fixed PYSIDE-2444 QState.assignProperty - incorrect type annotation
    • Fixed PYSIDE-2454 Default argument is not used for containers
    • Added some number protocol slots PYSIDE-2446
    • Research on submodules PYSIDE-2447
    • qtpip for commercial wheels polishing touches

31. August 2023

  • General
    • Python 3.11.5 released
    • PyCon Spain talk was accepted - Adrian giving a talk for the new Async story, in October.
    • People on leave in September
    • FF on Qt for Python overview
  • Infra & Releases
    • Planning 6.6 for the last days of September
      • Maintenance Tool update for qt for python
      • Features until 12.09
        • Feature issues + multiple inheritance
        • Async story needs some testing
        • Android patches (new modules, plugins, permissions, etc)
        • qtpip for commercial wheels
        • new QtCreator templates?
    • 6.2.10 Commercial LTS and 6.5.3
  • Bugs & Features
    • Lazy imports still in progress, might be available for 6.7
    • QmlSingleton crash was fixed
    • JIRA was cleaned a bit, many invalid issues
    • Signal signatures were adjusted
    • PYSIDE-748 additional parameter metamethod (old issue)
    • QDataStream read/write data accepting bytes too
    • New CMake Qt API has lots of features for qml, resources, etc which might not be too compatible with Qt for Python.
    • PYSIDE-2429 macOS deployment min version fixed
    • patchelf removal is ready to merge (motivated by android research)
    • android: permission API, need some extra testing. Soon ready for review.
    • QIODevice buffer object issue was fixed, and is waiting for review (motivated by the async story)
    • qtpip development continues.

24. August 2023

  • General
    • New board on JIRA to reflect our work clearly https://bugreports.qt.io/secure/RapidBoard.jspa?rapidView=262&view=planning.nodetail&issueLimit=100
    • Qt Meetups are starting to popup in Berlin and other countries! we might join some of them.
    • Discussions around improving the Qt Creator experience and UI creation in general.
    • There has been some motivation from Qt/C++ to use more CMake in projects (like for resources), which is negatively affecting the Python projects, due to the lack of CMake in the Python projects.
  • Infra & Releases
    • Commercial LTS 5.15.15 to be released soon.
    • 6.5.3 scheduled for the first week of September
  • Bugs & Features
    • QIODevice::read(char*, qint64) functions are removed, but they are useful for the asyncio story. Discussion on if it's worth exposing them.
    • More changes related to QtAsyncIO are ready for review.
    • PYSIDE-2417 overflow issue was fixed
    • [ot] i18n in the Qt framework
    • PYSIDE-2418 connection issue with python overloads
    • 6.6 documentation has some issues due to the QtGraph new module
    • PYSIDE-2423 connecting signals to python callable doesn't properly work - trying to find a proper solution
    • PYSIDE-2424 Installing shiboken in a non-standard way discussion - it might not be properly fixed.
    • Next Wednesday 10am: session about Shiboken + QtScrypt status
    • PYSIDE-2419 locale issue on macOS due to the Info.plist that python includes that overrides the QLocale settings. A bug report was filed upstream, and a workaround is suggested.
    • PYSIDE-2421 webengine issue was discussed, it's an Qt/C++ chromium issue.
    • CMake FindPython patches are still being worked out, the wrong interpreter is being found.
    • patchelf removal is causing some issues with cross compilation.
    • qtpip works continues.

17. August 2023

  • Bugs & Features
    • Investigating on PyPySide MI segfault postponed but on To-Do list PYSIDE-1991
    • PYSIDE-2404 More Progress in Lazy Initialization
      • the optional __getattr__ in module objects was successfully implemented (but is seldom used)
      • lazy init of Enums is probably no more needed, covered by the import scheme below
      • most common cases like "from PySide6.QtWidgets import QLabel" supported by another __import__ override
      • Keep your fingers crossed, testing starts today
    • PYSIDE-2419 QLocale::language() returns wrong on macOS.
      • Caused by QLocale infrastructure which looks at Info.plist inside the Python interpreter macOS bundle.
      • Working on a hack fix after consulting Tor Arne and Eddy.
    • Pacthelf removal - cross compilation breaks. Working on a fix.
    • PYSIDE-2421 - QWebEngineView.print() - rerouted to Qt
      • But, might requires an ownership fix in Shiboken once QTBUG-116052 is resolved
    • Research - use the .debug files provided by the Qt installer to debug from VSCode.
      • Saves time from not building Qt everytime
      • Still ongoing
    • QtAsyncio: Implementation of asyncio.Server (one open question remains - asyncio API and Qt API don't always match as cleanly as desirable).

10. August 2023

  • General
  • Infra & Releases
  • Bugs & Features
    • Patchelf removal only partially possible because of using patchelf on prebuilt Qt binaries.
      • For Qfp binaries patchelf removal under review. MacOS issue being fixed. This is needed for Android.
    • Shiboken module cmake installation bug fixed.
    • Progressing with Android C++ to Python callback, now that Qfp binaries could be loaded on startup.
    • Further investigating on PyPySide MI segfault PYSIDE-1991
    • PYSIDE-2404 Progress in Lazy Initialization
      • the new dual registration is done and builds the base for concrete lazy init
      • lazy init of Enums postponed because
      • an undocumented optional __getattr__ in module objects makes it much easier to lazy-load whole classes, first.

3. August 2023

  • General
    • New reports board
    • QtCreator support
    • Integration cycle on gerrit overview
  • Infra & Releases
    • CI down next Monday for a few hours
    • First tests on linux arm64
    • Preparing 5.15.15 Commercial LTS
    • qtpip first trials on the CI
  • Bugs & Features
    • Async research continues, new things are being discovered while is being developed
      • Implementing a few new things for improving the support
      • Initial patch got merged, but a few others are in the making
    • Team contributing to QtAcademy
    • SQL queries issues, inconsistencies in the API were fixed
    • Build with ninja had some problems regarding mixing stdout and stderr
    • Testing initial support for rvalues
    • 2272 fixing signatures for some qmlRegister* functions
    • Examples: new mediaplayer was fully ported
    • Example gallery scans now a doc directory for images
    • Some other multimedia examples are pending for review
    • Team contributing to Qt translations
    • Adjusting the deployment tool, and fixing issues with pyenv, and upgrading nuitka
    • CMake: adjusting the files to use the new API for finding python, reducing our cmake files
      • Considering also the removal of patchelf, and follow the cmake approach
    • Lazy initialization of enums is showing a good improvement on the performance

27. July 2023

  • General
    • Shyam wrote trip report to Europython
    • Some vacations starting soon for some team members
    • Got some cool t-shirts (internal only so far) - Is there interest for merch?
  • Infra & Releases
    • 6.5.2 released
    • Some LTS releases soon as well
    • Issues on the CI (RHEL8.6) and python interpreter.
    • Formalization of release besides wheels on PyPI and account.qt.io
    • Soon to enable CI on qtpip
  • Bugs & Features
    • [ext] designer issue, translations
    • PYSIDE-2402 QtHttpServer module was missing on Windows
    • QSql methods were un-deprecated (module seems to need more love)
    • Port QtGraph example
    • AsyncIO module: there is a second change in preparation
    • Finally the android issue we had was solved. It seems that patchelf was breaking our binaries, and now we are using a cmake approach instead.
    • Enable unity builds for android
    • Nuitka will be pinned to a recent version
    • PYSIDE-2404 lazy loader research
  • Interesting projects we checked

20. July 2023

  • General
    • Two team members @ Europython 2023
  • Infra & Releases
  • Bugs & Features
    • Implementing transports and protocols of asyncio API
    • Lazy importer still under development. Ongoings:
      • necessary to register all types without creating them
      • turning all PyTypeObject into PyTypeObject valued functions
      • quite hard because deeply buried in the generated code

13. July 2023

  • General
    • CI is not behaving, so be cautious
    • 3.12 beta 4 was released
    • Next week some people are going to Europython
  • Infra & Releases
    • 6.5.2 still in progress, waiting to have the RC wheels
  • Bugs & Features
    • Qt Akademy to prepare a Qt for Python course
    • Examples: we might adapt our gallery to https://bugreports.qt.io/browse/QTBUG-115174
    • Android: callback issue from C++ to Python, some ideas are around, but the problem persists.
      • Might be related to the usage of patchelf.
    • Research on Lazy loader continues
      • Some ideas are behaving well at the moment, but still being tested.
      • We might need to discover some classes that we cannot initialize lazily (manual code injection, need init before usage)
    • We need some reviews for the eventloop patch (asyncio)
    • An enum class with an issue for stubs.
    • qtpip work continues
    • Some good-first-issue are planned for the project, so more contributors can join us!

6. July 2023

  • General
    • PySide 6.6 will support Python 3.8+
    • Python 3.12 support will be back-ported to 6.5 only, and not 6.2
  • Infra & Releases
    • 6.2.9 commercial lts was released yesterday.
    • 6.5.2 RC wheels to be tested.
    • 5.15 open commercial lts tags are in the pyside/pyside-setup repo.
    • qtpip configuration file being improved and updated
    • ARM CI host configuration continues
  • Bugs & Features
    • Removal of old enums was finished
    • Starting to work with lazy loaders for enums
    • First iteration of the asyncio support for the qt eventloop, tests are being prepared.
    • PYSIDE-2370 cross compilation issue, might be related to host python, provided some options to try.
    • Android issue, we cannot get C++ callbacks to Python. Might be related to a python version incompatibility.
    • Preparing a contribution back to python-to-android
    • Rewriting some enum code
    • Add mediaplayer demo in qtdoc for python (some issues with qml)
    • Add document viewer qtdoc example
    • PYSIDE-2381 QSettings issue
    • pyside6-lupdate issues related to encoding.
    • qtpip works continues

29. June 2023

  • General
    • Next maintenance break in August.
  • Infra & Releases
    • 6.5.2 postponed until next week
    • 6.2.9 Commercial LTS soon to be released (a new qt build)
    • 5.15.15 LTS in the next weeks
    • ARM CI host still in progress
    • Brainstorming some additional matrix testing infra for Python versions
    • Tags for OSS and new LTS public releases (IFW ticket)
  • Bugs & Features
    • Research on scripting continues
    • Designer related features/ QtCreator
    • Memory leak related to REG is solved
    • New icon theme for examples coming
    • Some qdoc examples might be enabled for Python
    • Enum removal is still generating detail discussions
      • Two implementation versions are suggested.
      • The old ones were written in C++ so the startup time is a lot slower
      • Lazy generator is helping a A LOT
    • Android dev build - unity had some complications
    • Async event loop work, last issues were addressed.
      • still some network io features are missing
    • [Research] PySide components for QtDS needs to follow QtDS release cycle rather than Qt.


21. June 2023

  • General
    • PyPI limit increase for PySide6-Addons
    • PySide 6.6 might have support for Python 3.8+ (due to Python 3.7 EOL in a week)
    • Python 3.12b3 is out - test!
    • Qt Contributor Summit
      • General session + maybe another one for specific topics.
  • Infra & Releases
    • 6.2.9 is ready, but waiting for Qt/c++ release
    • 6.5.2 release date is next week.
    • Tags for OSS and new LTS public releases
  • Bugs & Features
    • Android research: extra functionality is there, and working on bluetooth/permission integration with a device (example)
    • PYSIDE-2364 Invalid syntax on a pyi file
    • Continue with the old enum removal.
      • Maybe delayed initialization to improve startup time.
    • AsyncIO eventloop work continues
    • Research for scripting continues
    • 6.6 adaptations
    • Fix Enum issue with clang with invalid hex

15. June 2023

  • General
    • Going to EuroPython
    • Participation in Qt Academy
  • Infra & Releases
    • 6.2.9 LTS to be released
    • NFS issues in the CI, being worked on.
    • ARM host on CI experiencing some issues.
      • Some preliminary wheels were generated in order to test.
      • Might help the Android story, but this needs to be confirmed.
  • Bugs & Features
    • Async research revisited
      • Testing eventloop wrapping
    • Memory leak issue still needs to be fixed (hopefully for 6.5.2)
    • Examples in Qt revamp
    • Translations and fixes for 6.6
    • Discussion about Enums implementation
    • Scripting on C++ research continues
    • PYSIDE-1735 removing old enums continues
    • Android improvements in review
      • Adding more modules
    • QVariant enum change (temporary patch until Qt7)
    • shiboken_generator research to make it publicly available (libclang dependency)

8. June 2023

  • General
    • Python 3.11.4 released, 3.12.0beta2
    • PySide6-addons reaching the 10G limit on PyPI
  • Infra & Releases
    • 6.5.1.1 released due to a regression (introduced by a mem leak fix)
    • Maintenance Tool > wheels
      • Special case for M2M protocols to be tested
    • CI on arm64 continues (Linux and Windows)
  • Bugs & Features
    • Fixed some type-hint related issues PYSIDE-2357/PYSIDE-2331/PYSIDE-2340
    • Scripting research
    • Qt pip tool has updated the configuration file and wheels to continue the work on the new tool
    • QVariant PyEnum issue -> solution for review
    • Android work continues: improving the dependency detection
    • PYSIDE-2335 unraisable is finally checked in (the current solution works, it could be improved but low prio -> xml definitions)
    • PYSIDE-2354 type error due to the usage of Generic (related to 939) - related to cpython issue
    • PYSIDE-1735 old enums removal started
    • Example tunings
    • Bug fixing week

1. Juni 2023

  • General
    • Europython - call for first time speakers (open to anyone)
    • Waiting until API review to move dev to 6.6
    • New Epic/User Stories policy
    • Participating into Qt Academy
  • Infra & Releases
    • 6.5.1 released, a leak fix is causing issues with signal connections.
      • Initially we thought it was purely functools.partial but there are other cases that are not working.
      • Testing alternative solutions, otherwise we revert
      • In any case a 6.5.1.1 will be out soon
    • Need to test the new conf file for the commercial wheel install mechanism
    • 5.15 needs to skip libclang16
    • Testing maintenance tool with a license without Qt for Automation (for wheel check)
    • JIRA release versions are pending.
  • Bugs & Features
    • (External) Designer fonts issues
    • PYSIDE-2347 metaobject tool missing types
    • Scxml events missing connections.
    • Scripting research (check report)
    • Leak research continue
    • Issue with new example state machine to be solved (event handling)
    • PYSIDE-1930 PYSIDE-2239 QVariant Enum issue, the fix is out, but we need some tests.
    • Finish the problem with unraisable exceptions
      • Discussion on special cases with a run function
      • Blocking functions are still an issue, because we cannot break
    • PYSIDE-2354 typing.Generic issue with inheritance in progress
    • PyTest research continues

25. Mai 2023

  • General
    • QtWS - One talk accepted
    • Europython - One talk accepted
  • Infra & Releases
    • 6.5.1 one issue was found, so release will be available once we merge the fix.
    • 5.15.14 to be release soon.
    • CI arm64 experiments continue
    • Asking about M2M wheels on the maintenance tool, for 6.6
    • Solving LTS issues of missing tags on public repo, might take some time.
  • Bugs & Features
    • Evaluating shiboken6_generator to be published on PyPi
    • Few small fixes around the project (release preparation, new features, small bugs, doc issues)
    • QtScrypt experimental work continues
    • Permission API added (motivated by the android support)
    • Improvements for the android deployment.
    • Trying to fix an issue of getting Enums to Ints
    • Delayed exceptions work continues, trying to fix some corner cases still.
    • Starting to explore PEP 658
    • Research on PyTest compatibility
    • [Designer] Fixing some issues, and warnings

18. Mai 2023

  • Infra & Releases
    • 6.5.1 Preparations
    • 5.15.14 Preparations
  • Bugs & Features
    • Fixed PYSIDE-2325 typesystem incomplete
    • Fixed PYSIDE-2328 Segmentation fault/access violation when connecting signal of temporary object
    • Fixed PYSIDE-2329 Signal connections with init kwargs
    • Reverted temporarily the delayed exception patch, in order to not block the 6.5.1 release. This should be discussed at the next meeting

11. Mai 2023

  • General
    • Python Users Berlin meetup talk today
    • Europython, QtWS
    • Qt FF 02.06
    • Android team «ketchup»
    • Example revamp update
      • Quick examples needs to be ported to loadFromModule (Quick3D, QuickLocation, missing)
  • Infra & Releases
  • Bugs & Features
    • Fixing regressions issue related to threads - delayed exceptions
    • https://bugreports.qt.io/browse/PYSIDE-2321 event handlers issues
    • https://bugreports.qt.io/browse/PYSIDE-1951 virtual method override - still in progress
    • https://bugreports.qt.io/browse/PYSIDE-2230 3.12 support
    • nogil research continues - mutex might slow down things, but doing a proper division of the code could help.
    • QML example tutorials - one review pending
    • 2313 longtype issue with numpy
    • examples revamping - loadFromModule
    • Icon library -> icon theme soon available on a new module.
    • PYSIDE-2316 sharedpointer template issues
    • Shiboken refactoring
    • Finally the memory leak is fixed
    • Enhancing android story, detection of modules, finding dependencies, got ideas from the current qt/c++ tool.
    • Build infrastructure, setup.py install has been deprecated since 3.11 - looking into a new build infrastructure.
    • Internal technical talks
      • Shiboken generating bindings
      • Shiboken for documentation generation
      • type hints generation
      • QML integration via decorators

4. Mai 2023

  • General
    • Europython talk by Shyam still under consideration
    • Qt for Android catch up meeting scheduled for 09/05/2023
    • Discussion with kivy developers done on discord. They seem to be onboard with the Qt support.
  • Infra & Releases
  • Bugs & Features
    • Android Deployment Enhancements - Bringing pyside6-android-deploy at the level of androiddeployqt - Ongoing
    • python-for-android PR Enhancements - Ongoing
    • PYSIDE-1951 super().__lt__ global solution ongoing
    • PYSIDE-2206 QML examples/tutorials revamping
    • PYSIDE-2221 Python runs NoGil version of mandelbrot.py 7.7 times faster on a 10-code M1 machine
    • PYSIDE-2288 Fixed Clang 16 support for 6.6/6.5.
    • PYSIDE-2310 Crashing without error reporting in Qt-based threads, debugging
    • PYSIDE-2299 Ongoing, current attempt fixes most tests but leaves some SegFaults, might be a dead-end.

27. April 2023

  • General
    • Planning collaboration with other projects like Kivy, towards a better mobile support.
    • QtWS talks submitted
    • PyConES, PyConPT, PyConAPAC
    • Qt for Android catching up meeting
    • Bug fixing week
  • Infra & Releases
    • 5.15.8 wrong source code was published PYSIDE-2297
  • Bugs & Features
  • PYSIDE-1951 super() and `__lt__` operator issue related to our wrapper.
  • asyncio work continues
  • enhancements for python-for-android to improve the android stories
  • pyside6-android-deploy polished as well
  • 2299 memory leak might have special cases related to the callback
  • clang16 is giving some issues in Qt
  • Icon examples libraries for the python examples research
  • Snippet translator improvements

20. April 2023

  • Bugs & Features
    • Work on support for clang 16, which changes behavior quite a bit
    • Fixed PYSIDE-2284 issue with NoneType
    • Fixed PYSIDE-2285 Type hints / Tuples
    • Fixed PYSIDE-2298 and others, fixed some missing 6.5 API
    • Added new tools - pyside6-qmlsc (commercial only) and pyside6-qmlcachegen
    • Simplified tool adding process
    • PySide6 to Android Deployment blog published 🤞
    • PYSIDE-1564 Final approach was implemented with a new super() class. But This approach was not helpful. Issue finally closed.
    • PYSIDE-1951 A solution was finally found and implemented. Trying to improve.
    • PYSIDE-2304 Issue resolved, Cooperative Multiple Inheritance explained with a custom example, customer is happy
    • PYSIDE-2299 Cause for memory leak has been found, but fix will not be trivial (might require extensive refactoring in worst case).
    • Debugging QtAsyncIoEventLoop, partly functional but still early.

13. April 2023

  • General
    • SF 24.04 -> 16.05 ooo
    • CM 19.04 -> 27.04 ooo
    • QtCreator beta now includes an extra option to create virtual environments
  • Infra & Releases
  • Bugs & Features
    • Type hints PYSIDE-2284 issue with NoneType
    • 2283 Platform dependencies into our docs
    • Clang16 improvements to be compatible
    • Research on the missing DLL issue on Windows
    • Research on a memory leak possible related to Signal instances.
    • asyncio debugging with a self-made event loop
    • Improving the python-for-android changes to prepare a patch
    • Technical Preview blog post for Android in the making
    • PYSIDE-2294 multiple inheritance issue for a corner case with positional arguments
      • Researching a new approach that could improve things further

6. April 2023

  • General
    • New Python releases 3.11.3, 3.10.11
  • Infra & Releases
    • 6.5.0 released
    • 6.2.8 commercial LTS to go out soon
    • Review Maitenance Tool integration
    • qtpip server configuration still in progress
  • Bugs & Features
    • Android: preparing post, tests, and general improvements.
    • PYSIDE-2266 venv issue with the deployment tool.
    • Documentation was released for 6.5.0 and many things were polished.
    • Async: continue working on the event loop wrapper implementation.
    • Research on memory leak that pyqtgraph found
    • Brushing up tutorials: expenses
    • Adding new examples: simplebrowser, screen capture
    • Documentation: found some issues with qdoc (from the move of examples to auto tests)
    • PYSIDE-2278 type hinting issue was fixed
    • Improvements to the documentation
    • Cleaning imports from examples
    • Add isort to the development guide
    • Exploring other projects where Python can shine

30. March 2023

  • General
  • Infra & Releases
    • 6.5 to be released next week
    • including requirements.txt along the commercial bundle
      • research if possible retroactively
    • qtpip research continues
  • Bugs & Features
    • Features that needs to be in before 6.5
      • deployment tool nuitka patch
      • android tool
      • tutorial of thew new quick styled app
    • Improving enums to avoid using the old implementation
    • Deployment tool and android research continues
    • Async research on asyncio and trio proper integration
    • Refactoring
    • Shiboken examples are not displayed on the docs
    • Updating the new image of the project
    • Re-porting multimedia examples, simplebrowser
    • Initial support for permission API
    • small fixes on metaobjectdump


23. March 2023

  • General
    • QtWS CfP open
    • EuroPython talks submitted
    • Keeping an eye on future Python events
  • Infra & Releases
    • 6.4.3 is out
      • pypy3 3.9.12 compatible, newer versions included an incompatibility
    • 6.5 branching out today
  • Bugs & Features
    • async support continues.
    • Fixing a couple of issues related to the pyside6-deploy tool.
      • venv compatibility
      • qml apps are not properly working
    • android support almost ready for TP
    • PYSIDE-2261 cython signature module incompatibility fixed
    • Removed goto from PySide
    • Multiple inheritance issues were fixed.
    • old Enums are being removed, and the startup time will improve a bit (still in progress)
    • PYSIDE-971 GL funtions implementation
    • including texttospeech into the wheels (missing by mistake)
    • adapting scripts to 6.5
    • metaobjectdump issue fixed
    • doc updates

16. March 2023

  • General
    • Preparing submissions for Europython
    • New company colors
  • Infra & Releases
    • 6.4.3 release next week (no release branch)
    • Issues with Nuitka 1.5.1 (released yesterday) and the CI didn't like it. Pining 1.5
  • Bugs & Features
    • qtpip: add support for many other operators (for versions)
    • PYSIDE-2254 exit crash issue was fixed
    • PYSIDE-2251 designer issue when not initializing virtual environment.
    • qmlsurface example ported (polishing the C++ code as well)
    • example icons: discussions to standardize them a bit
    • android research: fixing some issues with qtquick
    • PYSIDE-1564 multiple inheritance work continues, really far but found new issues. Generalizing the solution a bit from a Shiboken point of view. Research on how shiboken handle multiple inheritance to be compatible with Python's way.
    • PYSIDE-2255 virtual method issue related to access to those members.
    • Generalization of QApplication usage on the tests.
    • Research: Add course to QtLearn related to Qt for Python
    • doc: some links are broken.
    • doc: migration to sphinx-design from sphinx-panels

9. March 2023

  • General
  • Infra & Releases
    • Preparing 5.15.13: release might be today if nothing goes wrong.
    • Wheel bundles on the account.qt.io, and soon to be available in the Maintenance Tool
  • Bugs & Features

2. March 2023

  • General
    • Preparing internal/external material
    • Next monday CI maintenance break
  • Infra & Releases
    • commercial wheel bundles available on account.qt.io
    • 6.4.3 release was postponed
  • Bugs & Features
    • Improvements for qtpip
    • postEvent() memory leak still has an unknown origin
    • PYSIDE-2236 QMetaMethod.fromSignal added
    • PYSIDE-2237 be careful with using reserved words in examples/docs/...
    • PYSIDE-2239 opaquecontainers wrong dunder name
    • PYSIDE-2206 Examples revamping
      • Maybe we keep some examples around even if they are removed in Qt/C++
    • Android work continues! looking good with 6.5
    • PYSIDE-1564 Multiple inheritance story was improved, still in progress.

23. February 2023

  • General
    • Giving a talk at Python La Paz (on Saturday) - in Spanish
  • Infra & Releases
    • 6.4.3 ready to start the release process
    • Change to fix the windows signing is merged
  • Bugs & Features
    • 3.12 compatibility changes will reach 5.15, 6.2, and the future 6.5 LTS
    • PYSIDE-79 (caused by PYSIDE-68) refcounting issues addressed
    • Continue the 3.12 support because of some new issues found
    • PYSIDE-1564: Multiple inheritance support is still being worked (old ABC issues might be related)
    • Issues with documentation build (sphinx)
    • Research on a memory leak related to the asyncio example: it's not related to asyncio, but from the posting action (pyside, and not Qt, because a C++ example with no async doesn't have any leak)
    • PYSIDE-2234 adding QRunnableCreate
    • fixed 6.5 issues with cross compilation
    • Designer examples revamp
    • Works continues on qtpip (a pip wrapper to install commercial wheels)
    • PYSIDE-2232 NixOS issues was fixed (another was deferred)
    • Research on the std::span support
    • Unity compilation research continues
    • Bug cleanup, closing and fixing old ones.
    • OpenGL getProc issue is being worked on.
    • PYSIDE-2192 interactive matplotlib issue (hook)

16. February 2023

  • General
    • Development of a tool for commercial wheel installation started, and other general improvements.
    • Blog posts -> 6.5 release, and Android research.
    • Don't forget about Europython.
  • Infra & Releases
    • Branching dev to 6.5 when the Qt/C++ 6.5.0 RC is out (16 Mar '23)
      • Only fixes go to dev with Pick-to: 6.5 if necessary
      • new features remain in dev (for 6.6)
  • Bugs & Features
    • nogil research was positive, and most of our test work. It would require for us to modify the generator for each function/module.
      • mandelbrot example works and improves its performance around 3.5 times.
    • Python 3.12 will include an incompatibility due to the changes in the type generation
    • It will be possible to install pyside6 in conda environments starting from 6.4.3 and 6.5
    • commercial identifier on commercial wheels will be replaced to be compatible with distutils
    • asyncio research continues
    • Adapting the deploy tool to include compatibility with android (in progress)
    • research on ML-based tool to transform c++ <-> python
    • Getting started docs updated
    • qtdoc documentation content will be included in the docs
    • doc issues: some broken links and references
    • General slides to be updated


09. February 2023

  • General
  • Infra & Releases
    • LTS tags cannot be pushed to community repo (permissions), hopefully in this week.
    • Maintenance Tool updates soon
    • Binary signing still need a little change to be working
    • dev to use 6.5 starting today
  • Bugs & Features
    • Android research in progress, looking good :)
    • A solution was proposed to fix the usage of PySide6 in conda environments: still needs tweaks to work, mainly related to an internal qt.conf that's loaded at runtime.
    • PYSIDE-2222 custom widget plugin, load with uic crash
    • PYSIDE-2201 was fixed: introducing weak references into the SignalInstances.
    • PYSIDE-79 was possible to solve (from PYSIDE-68 solution). Still needs to some documentation to be written.
    • PYSIDE-2221 research on future compatibility with NoGIL Python https://github.com/colesbury/nogil https://peps.python.org/pep-0703/
    • https://github.com/blueloveTH/pocketpy also interesting

02. February 2023

  • General
    • Europython 2023 will be in Prague! 17-23 July
  • Infra & Release
    • Improving wheel creation in our CI (signing windows, and other things)
    • Soon we will have released LTS in the OSS repo (after some complications)
    • CI Maintenance break coming next Monday (keep an eye open to the Python configuration)
  • Bugs & Features
    • Unity builds were helping pyside/shiboken, and some tests are being done in qt/c++
    • meta task on revamping examples in the Qt Project
    • Adding uic functionality and documentation
    • Doc reviews, some issues were found
    • Android development continues, and looks good!
    • introducing --log-level to change --verbose-build and --quiet
    • Overhaul of Signal/SignalInstance continues:
    • create_wheels.py --builddir to explicitly provide build directory
    • WIP: QtAsyncIoEventLoop using Qt's event dispatcher, using BaseEventLoop and BaseSelectorEventLoop for guidance

26. January 2023

  • Infra & Releases
    • Fixed issues with Windows signing
  • Bugs & Features
    • Fixed PYSIDE-2204 qt.conf encoding
    • Fixed bugs in pyside6-metaobjectdump (QML) PYSIDE-2202 , PYSIDE-2203
    • PYSIDE-2194: Possibly requires refactoring of QLowEnergyController to use the new WinRT API, instead of COM API
    • Android Deployment - Patches incoming to automate cross compilation to produce android wheels
    • Overhaul of Signal/SignalInstance
      • Implement Weak Reference Handling
      • PYSIDE-2201 Handle early destruction of the object better
      • PYSIDE-79 Trying to finally fix the reference leak using weakref.
    • Alternative approach to Anaconda issue: Register internal qt6.conf with site-packages prefix (still WIP).
    • WIP: Implement class QtAsyncIoEventLoop(asyncio.AbstractEventLoop) that wraps around Qt's event loop to enable Qt + asyncio.
    • Memory leak with current asyncio example (or space leak?)

19. January 2023

  • General
    • Hackathon in TQtC
    • The WebAssembly PySide Team was almost doubled in size (+1 brain, +1 hand)
  • Infra & Releases
    • Windows signing to be improved.
    • LTS releases into oss repo: some issues appeared but will be merged soon.
  • Bugs & Features
    • PYSIDE-1994: De-virtualization of Shiboken embedded Python files is now an option controlled dynamically by SBK_EMBED
      • PYSIDE-1019: A dormant __feature__ initialization timing problem was fixed while implementing de-virtualization
    • PYSIDE-1735: De-coupling of old and new enums was started
    • PYSIDE-1564: Debugging of multiple inheritance continues
    • Fixed some bluetooth functions in PySide6.
    • Low Energy Scanner Example
    • PYSIDE-2194: Progressing with this. Definitely a thread issue which allow-thread doesn't seem to fix.
    • Possible solution for problems with PySide6 inside conda (compat package with qt6.conf file), but investigating if best solution

12. January 2023

  • General
    • Next week is Hackathon, meeting will be shorter
    • Discussion on how to gather information, and sharing material around Qt for Python
  • Infra & Releases
    • 6.5 RC planning -> feature freeze for PySide
    • 6.4.2 was released last Monday
    • CMake Jumbo builds issue with Windows signing
    • LTS branches to land in pyside-setup soon
  • Bugs & Features
    • Async examples: addressing memory leak and cpu usage due to the event loop interactions
    • Review conda packaging story and PySide6
    • De-virtualization of Python files: still some issues
    • Incompatibility with pywin32: __feature__ related when trying to check if the ext module uses PySide. Also related to an issue with the inspect module.
    • Installing PySide6.support via CMake (was previously not considered)
    • Work continues on the multiple inheritance issues related to classes based on QObject
    • locate issues related to to* methods
    • std::array support in shiboken (still in progress)
    • fixing imports in matplotlib examples
    • adaptation to 6.5
    • splitting shiboken generator source to its own
    • Android deployment works - tested on Widget applications
    • Fixing QTBUG-109510 leading to discovering issues with certain functions in PySide6. Being fixed.

5. January 2023

  • General
    • Next monday CI maintenance
    • OKRs
  • Infra & Releases
    • 5.15.12 LTS, 6.2.7 LTS released
    • Open Source LTS releases to be moved to the pyside-setup
    • 6.4 CI hanging, issues on lts-5.15 due to Python
    • 6.4.2 to be release in the following days
  • Bugs & Features
    • PYSIDE-1931 SQL issue regarding allow-thread
    • helping 6.5 translations
    • Adaptations with 6.5
    • QSharedPointer -> std::shared_ptr attempt
    • research on adding std::span into shiboken
    • PYSIDE-2160 properties qml types issues
    • Tutorials language review
    • Android research continues
    • QTBUG-109510 BTLE issue on pyside

2022

2021

2020

2019

2018