Qt for Python Development Notes: Difference between revisions
Jump to navigation
Jump to search
(→2021) |
|||
Line 6: | Line 6: | ||
* Qt Bug fixing week | * Qt Bug fixing week | ||
* Infra update | * Infra update | ||
** . | ** Missing 5.15 merge to tqtc | ||
* Bug fixes | * Bug fixes | ||
** ... | ** https://bugreports.qt.io/browse/PYSIDE-1470 fixed | ||
** https://bugreports.qt.io/browse/PYSIDE-1347 in progress | |||
* Features | * Features | ||
** ... | ** Contacting people at other IDEs groups to provide a better PySide support. (to create a user story) | ||
** NumPy support to accept numpy.array as 'some' Qt types | |||
** Designer plugin works continues (needs libshiboken) https://bugreports.qt.io/browse/PYSIDE-1455 | |||
* Webinar ideas | |||
** __feature__ and Python properties | |||
** Interaction with other modules | |||
==== 7. January 2021 ==== | ==== 7. January 2021 ==== |
Revision as of 09:33, 14 January 2021
2021
14. January 2021
- Qt Bug fixing week
- Infra update
- Missing 5.15 merge to tqtc
- Bug fixes
- Features
- Contacting people at other IDEs groups to provide a better PySide support. (to create a user story)
- NumPy support to accept numpy.array as 'some' Qt types
- Designer plugin works continues (needs libshiboken) https://bugreports.qt.io/browse/PYSIDE-1455
- Webinar ideas
- __feature__ and Python properties
- Interaction with other modules
7. January 2021
- Infra update
- libclang install fixes (issues related to 6.0 and 10.0)
- from the MSVC update, we require 10.0 for 5.15 and 6.0
- libclang install fixes (issues related to 6.0 and 10.0)
- Bug fixes
- PYSIDE-1447 qapp flag
- PYSIDE-1463 snake_case init issue
- PYSIDE-1470 shiboken delete qapp
- PYSIDE-79 reopened due to a leak introduced by the fix to PYSIDE-68
- Features
- Possible research PYSIDE-163
- Refactoring shiboken
- PYSIDE-1455 designer plugin
- Snippets translators
- Deployment story for PySide6