Skip to content

Tags: 01Hub/pythonqt

Tags

v3.5.0

Toggle v3.5.0's commit message
Replace deprecated include qsql.h with qtsqlglobal.h for Qt 6

Fixes MeVisLab#195

v3.5.0-rc.3

Toggle v3.5.0-rc.3's commit message

v3.5.0-rc.2

Toggle v3.5.0-rc.2's commit message

v3.5.0-rc.1

Toggle v3.5.0-rc.1's commit message
Small documentation updates

- changed default Python version from 2.6 to 3.10

qt6_a1

Toggle qt6_a1's commit message
Replace INCLUDE by PYTHONQT_INCLUDE env var

- avoids accidental inclusion of system-defined include dirs

qt6_gen2

Toggle qt6_gen2's commit message
Skip alignas specifier

qt6_initial

Toggle qt6_initial's commit message
Bring back more Qt5 compatibility

- fix iterator usage as mentioned in review

v3.4.2

Toggle v3.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add back undefining _POSIX_C_SOURCE and _XOPEN_SOURCE (MeVisLab#106)

- only undefining _POSIX_THREADS had be a problem
- see MeVisLab#103

v3.4.1

Toggle v3.4.1's commit message
Limit string representation of argument list in length

otherwise when passing image data to the QImage constructor this can get rather long

v3.4.0

Toggle v3.4.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
CI for CONFIG+=debug + UbSan for tests

Fix UBSAN error for invalid access through pointer. This happens only for Python2 because Py_DECREF is slightly different. Still, I have no opinion if UBSAN is right or wrong here, but this problem occures with the latest XCode/clang available too.