Qt for Python Development Notes: Difference between revisions

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


==== 17. January 2019 ====
==2024==
- Fixed PYSIDE-908, further investigation into PYSIDE-803 (free threading)
- QfP 5.12.1 release being prepared
- PYSIDE-797 (uic change ready for review)
- PYSIDE-862 (Qt RemoteObject module support)
- PYSIDE-634 being fixed
- started to look at true cross compilation (PYSIDE-802)
- Improving Qt Creator project template support (QTCREATORBUG-21824)


==== 10. January 2019 ====
===28. March 2024===
- Scope for Qt for Python 5.13 release
* General
  -> relevant tasks marked with Fixversion 5.13 in bugreports.qt.io
* Infra & Releases
  -> feature freeze for Qt for Python 5.13 (April 2019)
** Prepared 6.6.3.1 release; 6.6.3 was unfortunately broken due to missing libraries (Quick Controls/Multimedia)
- looked into case of corrupted meta data of wheel
* Bugs & Features
- supporting named arguments for signals
** [https://bugreports.qt.io/browse/PYSIDE-2654 PYSIDE-2654] Fixed multiple inheritance when no __init__ is in a subclass
- some minimal support in Qt Creator to create a Qt for Python project
** Still investigating a crash on Ubuntu with Python 3.12 and bug_825.py . The crash is deeply hiding in Qt6.
- bug hunting in 5.12.0 release
** [https://bugreports.qt.io/browse/PYSIDE-2652 PYSIDE-2652] Fixed an int overflow
- working on Pyside-797
** [https://bugreports.qt.io/browse/PYSIDE-2649 PYSIDE-2649] Work on building without OpenGL
- further analysis of PYSIDE-803, working on an implementation plan
** [https://bugreports.qt.io/browse/PYSIDE-2653 PYSIDE-2653] Fixed a syntax error in type hints


==== 3. January 2019 ====
===21. March 2024===
- Completed: Complete The Signature Introspection (PYSIDE-510)
* General
- After the release there has been a couple of new reported bugs that we are working on:
** Ideas to improve the module.
  - There was some outdated documentation issue regarding Slots()
** Most of the team is going on vacation the following weeks.
  - A couple of issues with multiple inheritance like: PYSIDE-868
* Infra & Releases
  - and with QPlainTextEdit PYSIDE-886
** 6.7.0 to be released the first week of April [delayed]
- Restarted investigation of PYSIDE-803
** 6.2.12 Commercial LTS to be release in the following days [delayed]
** 6.6.3 to be release next week [delayed]
* Bugs & Features
** 6.8 adaption patches are being worked
** PYSIDE-2638 fix crash QLayout when None is passed
** Documentation updates: for tooling and examples.
** QtRhi missing API provided
** Memory leak regression being worked out
** Shiboken Qt namespaces patches being cherry picked to previous versions.
** Android deployment and qml tool documentations
** Android wheels generation on the CI process is being improved.
** Debugging deep into Nuitka to understand a problem with the lazy loading functionality.
** QAsyncio bug fixed
** Adding more tools docs pages for our tools.


<div class="mw-collapsible mw-collapsed " style="overflow:auto;">
===14. March 2024===
* General
** PyConDE schedule is out, don't miss Shyam's talk https://pretalx.com/pyconde-pydata-2024/talk/W7YDRX/
** Python 3.13.0a5 is out.
* Infra & Releases
** 6.7.0 in preparation, docs adjustments and new pages will come. Branching on Monday.
** 6.2.12 LTS release in preparation.
** 6.6.3 will be release next week.
** qtpip 0.1.1 to be released
** dev is already Python 3.8 free, and we support 3.9+ for 6.7+
* Bugs & Features
** Triaging and fixing issues in general: 2638 layout crash.
** PYSIDE-2690 namespaces support continues
** Lazy initialization got merged
*** New improvements might land in future versions
** PYSIDE-2635 OpcUA example problem
** PYSIDE-2633 remoteobjects issue
** Using new icons on the examples
** Testing libclang 18
** QObject.connect bug when a callable is a QObject (workaround with manual overload)
** QIOPipe implementation for QAsyncio (base in the Qt/C++ one)
** New use cases for QAsyncio and aiohttp
** permission API changes got merge
** android wheel compilation was adapted for qt 6.7.0 (PR on python-for-android was merged)
** PYSIDE-1639 QLocale issue was fixed


== 2018 ==
===07. March 2024===
<div class="mw-collapsible-content">
* General
==== 11. December 2018 ====
** Participation in FOSS Backstage
- Release readiness of Qt for Python 5.12 evaluation
* Infra & Releases
  - branching missing (to be done today)
** 6.5.5 Commercial LTS was released
  - snapshot generation not working properly (but no impact on release
** 5.15.13 OSS Package will be released tomorrow
  - first release test automation established
** qtpip 0.1.1 release delayed
  - release announcements in work
** Python 3.8 deprecation is still pending due to CI configuration dependencies.
  => conclusion: release ready (pending final smoke test)
* Bugs & Features
- working on debugger helps for python on windows users and unresolved dlls
** permission api changes are mostly merged, one pending https://codereview.qt-project.org/c/pyside/pyside-setup/+/536759/15
- more cmake work to enable opening of qt for python project from within creator
** all deployment fixes are in.
** lazy initialization work continues, and some issues were fixed already.
*** Ubuntu 22.04 | Python 3.10.2 |is showing an issue with scriptableapplication
** Continue implementing more API for QtAsyncio which is currently working well
** two pending change for 6.7.0 and 6.6.3 to be merged.
** PYSIDE-2590 qt namespaces support required a patch for Qt/C++
** PYSIDE-2619 gentoo issue with a build
** PYSIDE-2624 typing issue with '/' is being researched
** Qt Icon Teams issues were discovered
** PYSIDE-2602 virtual function research on a special signature
** One regression related to the QObject.connect changes.


==== 29. November 2018 ====
===29. February 2024===


- 5.11.3 release branch created. Matches 5.11 atm. http://ci-files02-hki.intra.qt.io/packages/jenkins/pyside/5.11.3/latest/pyside2/
* General
- 5.12.0 latest candidate release wheels available
** Leap day!
- release readiness, missing patches
** Documentation changes
  - install PYI files to install path (integration issue)
* Infra & Releases
  - move C++ files out of the type system (partly still needs review)
** 6.7.0 will drop support of Python 3.8
- release testing to be done using available packages
** 6.5.5 to be released in the following days
- ninja build support added
** 6.7.0 RC marks our feature freeze, some exceptions will be discussed in order to release on time.
- continued work on PYSIDE-797 (uic support for Python)
** qtpip 0.1.1 to be released soon for new indexing and shiboken_wizard package
- shiboken starter (home) page updated/created
** General update of Python versions in our CI configuration is being planned (for dev-6.7)
- general bug fixing
* Bugs & Features
** PYSIDE-2599 QMatrix3x3 issues with QVariant
** PYSIDE-2605 Embedding an application, using .style() - qAPP
** PYSIDE-2590 QT_NAMESPACES support
** PYSIDE-2602 clash on signature for QtWebEngine returning tuple
** Preparing 6.5.5 and 6.7.0 releases.
** PYSIDE-2612 CMake issue from Anaconda builds when find_package
** macOS permissions changes are almost all merged
** Windows BTLE services crash
** QIO-class are required for some new QAsyncio API using pipes
** Lazy loading moving forward, but still a few issues are around
*** A couple of shiboken tests seems to have outdated imports that are not helping.
*** shiboken compatibility types missing
** Typing issues being solved in order to improve the pyi quality


==== 22. November 2018 ====
===22. February 2024===
- 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.
* General
- doc-snapshots.qt.io/qtforpython now hosts docs based on 5.12 branch (although the link text still says 5.11).
** Brainstorming discussion about new JIRA items.
- Fixed the broken link to the ApiExtractor docs.
* Infra & Releases
- Adding support for std::nullptr_t as primitive shiboken type
** 6.6.2 was released!
- Fixing the EnumTypes operations (from the type definition)
** qtpip getting a new minor version in order to be able to install new shiboken wizard
- Moving our typesystem's injected code to the separate snippet file [https://bugreports.qt.io/browse/PYSIDE-834 PYSIDE-834]
* Bugs & Features
- Improving QFlagType implementation
** Permission API issue failing on the release framework. QtLocation problems were addressed.
- Fixed crash in SCXML [https://bugreports.qt.io/browse/PYSIDE-850 PYSIDE-850]
** QtAsyncio blog post was published.
- Investigated ninja builds, add --quiet to silence build
** Definition of done for QtAsyncio story, some functions will be implemented, but other ones (until reaching the whole set of user facing API) will be implemented in the future.
** Lazy initialization of numpy support in PySide, to improve the general lazy loading effort.
** Starting documenting pyside6-* tools
** PYSIDE-2610 Qt3D issues
** 6.7 adaption was a lot of work, namespaces were something tricky.
** 6.7 changelog drafted.
** Started to improve the type hinting issues.


==== 15. November 2018 ====
===15. February 2024===
- https://bugreports.qt.io/browse/PYSIDE-795 being worked on but still lots of work to do
- signature split due to module split
- https://bugreports.qt.io/browse/PYSIDE-735 type hinting feature continued
- 5.11.3 branch created


==== 8. November 2018 ====
* General
- General bug fixing week throughout Qt RnD
** Brainstorming session was held.
- continued work on recursive type crashes
** Europython Call for Proposal is open!
- will look at https://bugreports.qt.io/browse/PYSIDE-735
* Infra & Releases
- doc snippet work
** 6.6.2 release waiting for Qt/C++ packages to be done.
- uic port to python (uic generating python code - same for rcc under consideration)
** Commercial 6.5.5 LTS to be out next week.
- feature work to come to conclusion for 5.12 in early December (feature freeze 22. November 2018)
** Some improvements to the CI and macOS behavior
** Cherry pick bot on commercial repositories.
* Bugs & Features
** singleShot changes are merged, keep an eye on strange behavior.
** 6.7 adaption: metaobjectdump improvements
** 6.6.2 fixes with the commercial shibokenwizard
** lupdate support for pyside improved (qm files)
** pyside6-project problems with dry-run were fixed. Some improvements planned.
** CI android wheels upgrade [skip armv7 in the meantime]
** Lazy imports research continues, we see lots of improvements on apple M* devices.


==== 1. November 2018 ====
- Lots of requirements feedback from Qt World Summit in Boston
  - team will feed them to PYSIDE project in bugreports.qt.io
- https://bugreports.qt.io/browse/PYSIDE-832 (fixed memory leak)
- identified crash with regards to recursive types (one type containing another type)
- work on tutorials
- https://bugreports.qt.io/browse/PYSIDE-784 & Added meta object builder
- QIODevice fixes for uninitialized memory
- Extending uic to output Python (quite some redesign necessary -> 5.13 work) (https://bugreports.qt.io/browse/PYSIDE-797)
- some discussion about coding style in libshiboken


==== 25. October 2018 ====
===8. February 2024===
- 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
** We got a PyConDE 2024 talk accepted (python -> android deployment)!
- 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)
** Addressing some issues with the android wheels
  - shiboken generator wheel not ready (mostly a case cmake integration on target platform not solved)
** 6.6.2 got delayed until next week
- [https://bugreports.qt.io/browse/PYSIDE-784 PYSIDE-784] adoption of Meta object builder
** Preparing for the 6.7 switch on dev
- looking at Qt for Python compile time optimizations depending on XML type file changes
* Bugs & Features
- improving snippet handling in the docs (huge amount of files to be converted from C++ to Python)
** macOS: permission api patches ready for review
- various bug fixes
** singleShot patches merged
  - memory leak
** Lazy initialization was finished, and ready for discussion.
  - remove warnings
** Check compatibility with the new REST module (from Qt/C++)
** Preparations for 6.7 continues.


==== 11. October 2018 ====
===1. February 2024===
- 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
** Interest from KDE to enable flatpak packages (maybe base pyside app).
  -> XML Schema (kind of possible with versioning)
** Discussion on adding more tutorials of specific functionality.
    - however very likely any use case for schema would require user to link against libpyside/libshiboken
** CI Maintenance Break next Monday (first Monday of each month)
  -> libpyside & libshiboken -> no BC or SC promise possible
* Infra & Releases
  -> pure Python application usage (relying on Qt compatibility) -> compat promise given
** no unity build discussion and checks
  -> Compatibility statement does not imply that every Qt API is exposed via Qt for Python
** 6.6.2 to be released next week.
  -> No LTS for Qt4Python 5.12
** More granularity on the commercial wheels: shiboken wizard wheel.
- https://bugreports.qt.io/browse/PYSIDE-784 (meta object handling - in progress)
* Bugs & Features
- https://bugreports.qt.io/browse/PYSIDE-817 fixed
** singleShot timer implementation (to use underlying c++ impl) - still an issue with a context object, and a signal as a functor. A new QObject::connect might handle the situation. More changes to come in order to fix newly discovered issues.
- Further work on QVariant handling
** Android: using the master branch on python-for-android, and other changes related for macOS deployment.
- https://bugreports.qt.io/browse/PYSIDE-790
** PYSIDE-2597 optimization for the deployment procedure
- best demos so far:
** Lazy initialization: works continues, and it's looking good. 13 bugs to go on lazy mode. The new implementation seems to be working better.
  -> Qt Charts
** 6.7 adaptation still in progress (many changes from Qt)
  -> MediaPlayer
** General documentation adjustments
  -> TabBrowser
** Improvements on shiboken: better error messages
  -> TextProperties (declarative)
** Qt Namespaces compatibility attempts.
- further progress on the build scripts
** Moving away from a couple of setup.py options towards pyproject.toml after upgrading 'build' to 1.0.x
- https://bugreports.qt.io/browse/PYSIDE-803 (Thread related freezing)
** Design Studio compatibility wheel work continues
- need 5.12 branch
==== 27. September 2018 ====
- Qt for Python 5.11.2 released
- Qt R&D all out bug fixing throughout Qt R&D (not much feature work happening, hence this report is very short)
  - e.g. https://bugreports.qt.io/browse/PYSIDE-784
  - https://bugreports.qt.io/browse/PYSIDE-108
- General cleanup of issue on bugreports.qt.io (checking "Need more Info" and "In progress" issues)
- improved signature and error reporting (continued)
    -> https://bugreports.qt.io/browse/PYSIDE-510
    -> https://bugreports.qt.io/browse/PYSIDE-795


==== 20. September 2018 ====
- 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 ====
===25. January 2024===
- QtfP 5.11.2 release finalized (waiting for Qt 5.11.2 release)
- improved build and runtime warnings/messages related to shiboken
- https://bugreports.qt.io/browse/PYSIDE-790
- https://bugreports.qt.io/browse/PYSIDE-803
- https://bugreports.qt.io/browse/PYSIDE-62 (handling of try catch)
- increasing RTA testing (automated wheel and example testing)
- snippet improvements (separate snippets from qdoc files to permit their replacement with python versions)
- https://bugreports.qt.io/browse/PYSIDE-510 (different Linux builds reported different signatures)
- https://bugreports.qt.io/browse/PYSIDE-795 (numpy)


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


==== 30. August 2018 ====
===18. January 2024===
- 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 ====
* General
- further work on https://bugreports.qt.io/browse/PYSIDE-779
* Infra & Releases
- coin is OK
** Commercial LTS 6.2.11 was released
- fixed a crash in the doc generator
** Add missing tags OSS LTS 5.15.x
- made http://blog.qt.io/blog/2018/08/15/python-extensions/ work on Windows
** 6.6.2 scheduled by the end of the month
- lots of cleanup in bug tracker
** Release documentation to be written to have tasks on JIRA
- adding binaries for Qt3D*
* Bugs & Features
- more QVariant related bugs looked into
** Python Scripting: looking into stable API, and cleanup
- attended SIGGRAPH exhibition with Qt for Python
** PYSIDE-2577 doxygen issue
** PYSIDE-2570 closing some roadmap items
** Polishing documentation to use more sphinx directives
** Qt 6.7 adaption
** Addressing some flake8 issues in the build_script
** macOS permission API work continues: limitation for interpreted script, only compatible when deployed. Working around nuitka.
** singleShot: trying to solve a corner case when no sender is specified (for using the C++ function directly)
** Fixing some CI problems with 3.11 -> 3.12 changes.
** PYSIDE-2404 adding more information regarding the lazy evaluation, new approach might work.
** pyside6 is now an official recipe on the python-for-android!
** Improvements to the doc build process


==== 16. August 2018 ====
===11. January 2024===
- 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
** Hackathon at TQtC
  -> https://resources.qt.io/qt-on-demand-webinars/creating-user-interfaces-with-qt-for-python-on-demand-webinar
** CI process presentation
- Adding bindings to Qt3D & Qt DataVisualization libs
* Infra & Releases
  -> porting related examples too
** Commercial LTS 6.5.4 release starting (to be finished today)
- QVariant handling with lists improved
** Commercial LTS 6.2.11 still pending release
- Further improvements for Qt Creator Python environment
** 6.6.2 schedule by the end of the month.
  -> further details being prepared for a related blog post
** CI still showing some issues after the maintenance break.
  -> adding examples how to add optional bindings
** Update of the Python versions are pending.
- improved script that generates https://wiki.qt.io/Qt_for_Python_Missing_Bindings
* Bugs & Features
  -> due to bug there are a lot less missing bindings than previously thought
** Fixing a few small issues with QtAsyncio
- further documentation improvements
** Documentation for the QtAsyncio is currently in review.
- doc build script updated (using clang 6.0)
** New behavior for singleShot (relying on the C++ impl)
- further experiments with snippet generation in documentation
** macOS request permission API work continues.
** 6.7 adaptions patches
** M2M fixes on the current impl
** Native interfaces were added (new ones) to public headers
** favicon issue with out docs
** Making our doc diagram generation optional
** Improvements for the doc build process


==== 02. August 2018 ====
===04.January 2024===
- 5.11.1 released (docs being updated on server)
* General
- coin 5.11 broken because version mismatch between Pyside & Qt
** Happy new year fellow readers :D
- documentation for PEP 384 under review
** New OKR organization
- Qt Creator Python scripting support is improving
** Keeping in an eye on Conferences
- submodule for QtCreator was requested to upstream the changes
** PyPy is now on 3.10
- added support for reproducible builds
** Ideas on the wheel organization for the Qt Installer
  -> different builds caused different numbering for Qt types
* Infra & Releases
- continued work in template specialization support
** CI Maintenance break continues. Some new issues were discovered.
- looking into issue whereby Pyside generates bindings for Qt classes which have been disabled during the build by Qt (PYSIDE-762)
** Pending releases: 6.2.11 and 6.5.4
- progressing on QVariant bugs
** Android [https://download.qt.io/snapshots/ci/pyside/test/Android/aarch64/ wheels for testing] purposes are available (not for production)  
- splitting Shiboken and Pyside from build system perspective (work in progress)
** Xcode issues with a new M3
** Planning the inclusion of Python 3.12 in the CI
* Bugs & Features
** async: A few bug fixes were pushed and ready for review
** async: the module is missing from our docs
** async: we have been getting some interests from users, so new issues are appearing.
** new android tag added to the examples for a better browsing
** pyside6 designer pyenv crash was fixed
** pyside cmake module update crash was fixed
** working on the request permission API for macOS
** docs: free functions as separate section and other improvements
** Python scripting in c++ works continues
** PyPy 3.10 compatibility patches
** nogil: working again on a compatibility with PEP703
*** locking mechanism for our modules.
** Typing adjustments, we need '/' in our signatures due to not having keywords parameters.


==== 26. July 2018 ====
==2023==
- 5.11.1 release
  - SHA will be current 5.11/HEAD
  - 5.11.2 release tag created in Jira
- macOS 10.13 fixed in coin (build test only atm)
- documentation for PEP 384
  -> code review during documentation revealed some bugs
- QTableWidget caused performance issues which was identified and fixed
- added C++ using stmt support to shiboken
- further work on [https://bugreports.qt.io/browse/PYSIDE-743 PYSIDE-743]
- addressing QVariant bugs
- preparing content for trade show visits and webinars
- Research: Python based plugins for QtCreator
  -> bindings for QtCreator
  -> 3rdparty scripts which can interact with QtCreator
- effort into splitting wheels to Python, Shiboken module and Shiboken generator
- more snippet updates on Qt side to enable override on Python side


==== 19. July 2018 ====
*[[Qt for Python Development Notes 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 ====
==2022==
- Work on shiboken's type system ([https://bugreports.qt.io/browse/PYSIDE-672 PYSIDE-672]) merged
- Started checking the XML elements/attributes of the typesystem language to identify unused elements ([https://bugreports.qt.io/browse/PYSIDE-743 PYSIDE-743])
- Started looking at emerging new API of Qt 5.12, which unveiled bugs in shiboken
- Finished the port of new examples related to [https://bugreports.qt.io/browse/PYSIDE-738 PYSIDE-738]
- Fix a Python 3.7 hang/crash ([https://bugreports.qt.io/browse/PYSIDE-737 PYSIDE-737])
- Fix a Python 3.7 compatibility issue ([https://bugreports.qt.io/browse/PYSIDE-741 PYSIDE-741])
- Work on hinting stubs for Python IDEs ([https://bugreports.qt.io/browse/PYSIDE-735 PYSIDE-735])
- Will return to documenting PEP 384 at the weekend, promised.


==== 05. July 2018 ====
*[[Qt for Python Development Notes 2022]]
- 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 ====
==2021==
- 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])
- code cleanup in shiboken
- Added option for C++ language level to shiboken
- Doc fixes, start using conditional section the Qt documentation
- Worked on PYSIDE-641 to handle the case of undefined len().
- Started work on method hinting. Discussion with the Wing IDE guys.
- Fixed issue related to the QLibraryPath
- Fixing a couple of examples.


==== 21. June 2018 ====
*[[Qt for Python Development Notes 2021]]
- 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 ====
==2020==
- Official Tech Preview released yesterday: http://blog.qt.io/blog/2018/06/13/qt-python-5-11-released/
- focus has been on release details and following up on comments and feedback after the release
- The team is grateful for all the suggestions and constructive feedback.


==== 07. June 2018 ====
*[[Qt for Python Development Notes 2020]]
- 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 ====
==2019==
- ready for TP?
  - 32bit win wheels not available yet
  - request to upload larger than usual pypi wheels filed with pypi/warehouse project
  - some wheel renaming related patches still pending to comply with pypi requirements
  - PEP changes have merged earlier this week
  - example patches still under review
  - documentation not packaged as part of release (published on doc.qt.io on day of release)
  - ByteArray changes re-based on top of PEP patches -> to be merged until end of week
  - have release candidate wheels early next week for testing
  - aim to release it on 13th June 2018 (might shift till Monday (18th June) afterwards)
- assessed missing bindings situation


==== 24. May 2018 ====
*[[Qt for Python Development Notes 2019]]
- 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 ====
==2018==
- skipped due to public holidays


==== 03. May 2018 ====
*[[Qt for Python Development Notes 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 ====
- 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 ====
- COIN finally back in working shape
- Further fixes for documentation, module pages, experimentally tried to show in Qt Assistant
- Tab Browser example further improved
- Qt for Python blog posts being worked on
- Continued working on WebEngine issues
- Some investigation and preparations to make WebEngine apps work with PyInstaller (very early phase, still doesn't work)
- Pending patch for QtWebEngineCore bindings
- Installation adjustments for standalone builds on Windows
- Heap types are complete. Starting integration with PEP 384.
- Finished the integration between ApiExtractor and Shiboken documentation.
- Worked on a couple of blog posts.
- Wiki structure and started to write the Tutorials
 
==== 12. April 2018 ====
- 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 ====
- first doc snapshot is up and running: https://doc-snapshots.qt.io/qtforpython/
- more work to be done to automate generation of snapshots
- briefly talked about technical blog post opportunities
- pdb files from Windows wheels removed (reducing the wheel size)
- improving the tab browser example
- coin currently not accepting changes
  - currently lots of pending patches start to create backlog
- Heap type taking longer than expected
- qApp macro reference leaks finally resolved
- quite a few formatting changes to enforce a common coding style
- lots of smaller fixes
 
==== 29. March 2018 ====
- skipped due to Easter holidays
 
==== 22. March 2018 ====
- Release process (do we follow Qt?)
  - Release manager provides packages
  - RTA testing to be setup -> for each package we run RTA
  - Request to be put on mailing list
  - Current Test setup proposal
    - Win10 (Python 3.6)
    - Linux (Python 3.6/2.7)
    - Mac (Python 3.6/2.7)
  - To be defined a test set (//TODO)
  - Testing information to be collected in wiki
- Documentation
  - QML advanced tutorial documentation updated
  - Landing page in the works
  - snapshot still delayed by other qdoc bugs
  - style sheet update considered
  - so far only dealt with class docs, started to include unrelated doc pages
- snapshot testing (angle & webengine not properly packaged on Windows)
- enum support improved (dealing with scoped enums and enum values)
- 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 ====
- 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 ====
- msvcrt.dll to be shipped on Windows
- wheel snapshots are automatically generated
  - start with public availability under http://download.qt.io/snapshots/ci/
  - snapshots to public pypi server under discussions
- discussion on how to increase value of official pyside mailing list http://lists.qt-project.org/mailman/listinfo/pyside
- looking at build issues on Windows (improving error handling)
- Participation in Python User Group meeting in Berlin (https://www.meetup.com/Python-Users-Berlin-PUB/events/xhqwhpyxfblb/)
- [https://bugreports.qt.io/browse/PYSIDE-595 PYSIDE-595] - Heap Type conversions ongoing
  - test bed created for easier development
- [https://bugreports.qt.io/browse/PYSIDE-363 Documentation]
  -> Managed to make libxml, libxsl an optional dependency falling back to QtXmlPatterns (despite [https://bugreports.qt.io/browse/QTBUG-66925 QTBUG-66925])
  -> Small fixes to doc modifications
  -> Fix class inheritance diagrams for nested classes
 
==== 01. March 2018 ====
- 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 ====
- dev branch is still/again broken in CI, seems like pyside issues
- changes to create automatic snapshots out of CI is still under review
- Numerous small fixes to the [https://bugreports.qt.io/browse/PYSIDE-363 doc] generation, significantly bringing down the number of documentation warnings
- Massaged build rules to improve built packages
  - Removed unnecessary _utils.py file [https://bugreports.qt.io/browse/PYSIDE-600 PYSIDE-600]
  - 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]
  - Finally got libclang to be deployed into packages
  - 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]
  - 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]
  - Fixed rpath handling for QtWebEngineProcess when creating standalone packages on macOS [https://bugreports.qt.io/browse/PYSIDE-605 PYSIDE-605]
- Added CMake build rules for scriptable application example [https://bugreports.qt.io/browse/PYSIDE-597 PYSIDE-597]
- Investigated and fixed a heap corruption bug in a test that caused constant crashes on macOS CI runs
- Reduced number of warnings when running shiboken to create user bindings (like scriptable application example) [https://bugreports.qt.io/browse/PYSIDE-587 PYSIDE-587]
- [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.
- Havent's merge [https://codereview.qt-project.org/#/c/220083/ this new patch] because we should be 200% sure it's properly working.
- Working on a few bugs [https://bugreports.qt.io/browse/PYSIDE-106 PYSIDE-106] [https://bugreports.qt.io/browse/PYSIDE-570 PYSIDE-570]
- 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.
 
==== 15. February 2018 ====
- 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 ====
- Looking through previous EuroPython talks to write a proposal for this year.         
- Working on a few bugs (fixed a couple related to objects references),               
  - that sadly will open new issues with memory management. A further analysis on this matter could improve the current memory leaks on PySide.                         
- Trying to "organise" a little the typesystem XML files.                             
- 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.
- Merged a few build related changes in 5.6
  - Pending change for [https://bugreports.qt.io/browse/PYSIDE-593 PYSIDE-593]
  - Pending change for [https://bugreports.qt.io/browse/PYSIDE-605 PYSIDE-605]
  - Merged changes for [https://bugreports.qt.io/browse/PYSIDE-603 PYSIDE-603] and [https://bugreports.qt.io/browse/PYSIDE-604 PYSIDE-604]
- 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 ====
- 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 ====
- Pyside not renamed
- Releasing preparation
  - pip packages created by coin
  - Automated release testing (RTA) (installing pip, launching an example)
  - final selection of release package targets to be define closer to release (depending on current stable ABI work)
- Investigation doc issues when using prefix & shadow builds
- Need to identify prime demos/examples
- Started to rework [[PySide2 GettingStarted|Getting Started Guide]] wiki
- Addressed cmake build issues
- Handling libICU issues (causing linker issues when importing QtCore)
- Continued work on [https://bugreports.qt.io/browse/PYSIDE-560 PYSIDE-560]
 
==== 18. January 2018 ====
  - 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 ====
- multi pyside packages (not easy to do)
  - unlikely to achieve until TP
  - a package per python release (3.4, 3.5, 3.6, 2.7)
  - package per platform (win 32bit|64bit, mac, linux)
  - long term task to convert to reduced Python API (to support multi 3x packages)
  => have to cut some targets: one 3x and 2.7 release
  -> create doc howto to encourage custom builds for not covered platform combo
  -> do we need commercial for release
- pysinstaller is an installer
  -> deployqt tool not necessary
  -> documentation required stating the option
- rename import options
  - rename via alias possible
  -> 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 ====
- 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 ==
 
<div class="mw-collapsible mw-collapsed" style="overflow:auto;">
 
==== 21. December 2017 ====
- Issues building for Windows for Python 2 and 3 (on coin)
- discussing potential pyside demo/example for RTA purposes
- Continued work on macOS / Qt 4 header issues, progress is there
  - breaks GL signature test on Linux, needs further investigation
- Investigated PyInstaller (potential option to deploy apps written with Pyside)
  - seems to work almost out-of-the-box for deploying PySide apps
- Investigated building one package compatible with multiple Python 3.x minor versions
  - not possible currently, will require a lot of work, possibly not feasible
  => we need to build 3.4,3.5,3.6 * win, linux, mac packages = 9 packages
  => 3 more for each platform and Python 2.x
  => commercial packages?
- lots of discussions and fixing of doc tool chain (qdoc in dev currently broken)
  - adding documentation has begun in earnest
- continued work on PYSIDE-578
 
==== 7. December 2017 ====
- 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 ====
- packaging related coin changes
- last weeks merges between 5.6 and 5.9+ blocking coin have been fixed (in particular on RHEL)
  - 5.9 + 5.6 are passing, dev has some private Qt changes which will affect pyside/dev
- lots of coin infrastructure issues
- RTA test wheels added (install and launch single example)
- crash bugs in 5.6 branch reported but not details known yet (waiting for more details)
- some discussion what changes should be put to 5.6 vs 5.9 branch
- Qt3D bindings started
  - some changes in qt3d/5.9 required)
  - shiboken bugs discovered in the process (virtual function guessing & some comparison operators for namespace generated)
- small regression related to rpath handling on Linux
- open pip wheel issues:
  - handling of multi Python version wheels
- testrunner bugs addressed and reducing flakiness
- issues in Pyside when building with gcc 7.x
- qdoc from qt5/dev is required for pyside due to webxml support
  - it is a problem for the pyside/5.9 branch
 
==== 23. November 2017 ====
- 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 ====
- Build system cleanup. It is now possible to build only a subset of Qt modules per cmd line option
  -  this is not complete and may need further patches
- Added QAxContainer, more classes from 5.10
- Preparing to add Qt3D
- Removed flaky test
- further research on how pip wheels might be used for Pyside
  - seems to work well on win & macOS
  - problems on Linux related to libICU (or in general due to different system libraries)
- implemented and tested --standalone feature for the main Qt platforms [https://bugreports.qt.io/browse/PYSIDE-558 PYSIDE-558]
- open question remains how 3rdparty Pyside deployment path might look like
- [https://bugreports.qt.io/browse/PYSIDE-510 PYSIDE-510]
 
==== 9. November 2017 ====
- 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 ====
- Releasing:
  - continued work on macOS installer
  - binaries must be patched during the install from repo (rpath setting)
  - adopting the scripts from Qt for Pyside
  - made pip install work on Mac -> would be alternative to online installer approach
    - two deployment choices available
- discussions on how void* pointer should be handled, two options on the table
  - add additional Pyside module handling such pointers
  - add feature to shiboken to transparently add the support to any arbitrary C++/pyside project using shiboken
- documentation snapshot generated
- simplified setup-pyside and related build script options
 
==== 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 ====
- 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 ====
- no update due to Qt World Summit 2017
 
==== 05. October 2017 ====
- 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 ====
- 5.6 and 5.9 branches are *finally* enforced by CI - yeeeaaahh
- Dev branch is still missing some forward merges before it can be enabled.
- port of QtDataVisualization progressing
- 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]
- [https://bugreports.qt.io/browse/PYSIDE-156 PYSIDE-156] in progress, first example of qApp protection, benchmark of impact ongoing
 
==== 21. September 2017 ====
 
- Prototyping and exploring of Pyside packaging options
- [https://bugreports.qt.io/browse/PYSIDE-510 PYSIDE-510] done and merged
- [https://bugreports.qt.io/browse/PYSIDE-156 PYSIDE-156] being addressed thanks to [https://bugreports.qt.io/browse/PYSIDE-510 PYSIDE-510]
- [https://bugreports.qt.io/browse/PYSIDE-487 PYSIDE-487] Qt Data Visualization port progressing
 
==== 14. September 2017 ====
- 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 ====
- Pyside CI broken (timeout for tests is zero)
  - Pyside provisioning scripts are very fragile
  - Qt's own  provisioning is interfering when e.g. Pyside relevant tools get changed by Qt
  - new ideas and redesign is likely to be needed
- New Bindings: QRegularExpression, QVersionNumber, QUuid,
- Discussions around Documentation for pyside
  - couple of options for generation pipeline
    1.) qdoc generates WebXML -> Shiboken converts WebXML to ReST (used to work in Qt 4 days)
    2.) qdoc is lib which creates AST - > shiboken uses the AST to generate ReST
    3.) \pyside to document python classes (lots of documentation effort and not ReST integratable)
    4.) minimalistic approach is to merely link to the Qt object class reference (python specific docs are somewhat separate
- [https://bugreports.qt.io/browse/PYSIDE-516 PYSIDE-516] further investigation how to deal with void* APIs
  -> prototyping ongoing
- [https://bugreports.qt.io/browse/PYSIDE-510 PYSIDE-510] redesigned once again (no more internal Python dependencies, Python version independent implementation)
 
==== 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 ====
- 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 ====
- Almost everyone is still on holiday - not much progress
- PySide 5.9 branch CI changes are still pending integration / ongoing due to issues with the CI infrastructure switch
- Investigation ongoing regarding QSSL classes on 5.9 branch
- PYSIDE-510 - ongoing work to make separation of different licensed code
- PYSIDE-156 - initial work to stop crashes when using methods that require an allocated QApplication instance
- PYSIDE-558 - initial investigation on how to proceed
- Updated the PySide2 wiki documentation to clear up build steps and requirements.
 
==== 10. August 2017 ====
- 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 ====
- PYSIDE-510 under code review https://codereview.qt-project.org/198654
  -> license issues have to be addressed
  -> some testing aspects still open (delayed till later on)
  -> investigation of impact on deployment across multiple python run-time versions required
- missing bindings script/wiki page updated: [[PySide2_Missing_Bindings|Missing PySide2 bindings]]
- 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]
- Missing classes in works (e.g. QAbstractnativeEventFilter, QFileLock,....)
  -> revealed some issues of handling void* pointers
 
==== 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 ====
- 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 ====
- coin
  - Production coin was updated today and all fixes are finally executed
  - 5.6
    - macOS 10.11 machines have Python 2.6, which causes test script to fail due its usage of a
      module added in 2.7. Investigation in progress on the best way to fix this.
    - build failure with Windows 8.1 (msvc2013-x86)
  - 5.9
    - macOS 10.12 missing virtual env (https://codereview.qt-project.org/200006)
    - Rest Linux/macOS configs are failing various build issues
  - dev is still pending for qt5 merge from 5.9 
- [https://bugreports.qt.io/browse/PYSIDE-510 PYSIDE-510] development completed, test added, needs review
- [https://bugreports.qt.io/browse/PYSIDE-331 PYSIDE-331] ongoing work
- [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
- [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.
 
==== 29. June 2017 ====
- 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 ====
- building pyside on Win with debug and non-debug
- QSSL* classes do not build on macOS & Windows (patch in progress)
- dll name handling work finished (build system issues were addressed)
- PYSIDE-531 discussions
- coin
  - followup from 18 May (windows issues in coin)
  - test runner changes being merged should address this
  - new regression on macOS targets though
  - 5.9 issues due to clang continue to exist (will be addressed after 5.6 is enforced)
 
==== 15. June 2017 ====
- 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 ====
- Proposed solution for PYSIDE-500
- Further work on example for PYSIDE-526, work on shiboken2 command line handling to ease usage with qmake
- Updated Getting started Wiki
- Introspection work continued (PYSIDE-510)
 
==== 1. June 2017 ====
- 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 ====
- Coin
  - Win nodes didn't run the cleanup functions -> test failures due to artifacts -> no solution yet
  - Clang issues persist and this must be addressed in the broader scope of Qt/qdoc depending on libclang too
    -> until this point in time the setup is a manual one for pyside/5.9+
- merge of psyide repositories -> no objections against the plan in the community
  -> merge will happen in the next few days (pyside.git, pyside-setup.git and shiboken.git become one repo)
  -> examples, wiki and tools will remain as they are
- QOpenGL* porting continuing
- qttext2speech ported to Pyside2
- failing QML tests in Qt 5.9 based Pyside
- PYSIDE-510 - introspection solution in the works
- Qt World Summit Berlin 2017 (talk for Pyside being handed in)
 
==== 12. May 2017 ====
- 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 ====
- Coin
  - libclang 4.0 provisioning available (code reviews ongoing -> enabler for Pyside and qdoc testing)
  - 5.6 coin issues resolved
  - macOS related CI/cmake failures were resolved
  - some CI sync issues among pyside submodules (always submodules HEAD is tested)
  => may have to change once we come closer to the final release ->
  => fine as long as we are in heavy development mode
  - discussion around Ubuntu and OpenSuse configurations
  - minimal cmake requirements not met on all distros
    - 5.6 only be build using RedHat 6.6
    - 5.9 builds have updated Linux distros -> may be able to obtain a new cmake version without hacking the standard toolchain
- QtMultimedia and QRaster* API bindings further completed
- added tests and examples for the above bindings/APIs
- PYSIDE-510 (required for simplified and more generic testing of bindings)
- PYSIDE-504 work is ongoing
- PYSIDE-507 -> avoid hardcoded includes when certain Qt modules are not available
- brief discussion whether to merge the shiboken and pyside repo
  -> advantages from a CI perspective and reduces pyside setup complexity
 
==== 26. April 2017 ====
- 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 ====
- Fix for [https://bugreports.qt.io/browse/PYSIDE-331 PYSIDE-331] broke the Windows build; under investigation
- Refactoring, fixed build warnings
- Looked at debug builds on Windows
 
==== 13. April 2017 ====
- 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 ====
- 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 ====
- 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 ====
- 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 ====
- 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 ====
- 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 ====
- 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 ====
- [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 ====
- 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 ====
- 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
 
</div></div>

Latest revision as of 15:14, 28 March 2024


2024

28. March 2024

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

21. March 2024

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

14. March 2024

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

07. March 2024

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

29. February 2024

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

22. February 2024

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

15. February 2024

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


8. February 2024

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

1. February 2024

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


25. January 2024

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

18. January 2024

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

11. January 2024

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

04.January 2024

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

2023

2022

2021

2020

2019

2018