| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reduce usage of PyTypeObject::tp_name | Friedemann Kleint | 2025-09-05 | 1 | -1/+1 |
| * | type hints: Add/fix operator << bindings for QPolygon and QPolygonF | Ece Cinucen | 2025-08-28 | 1 | -0/+5 |
| * | Expose QNativeInterface::QWaylandApplication | Friedemann Kleint | 2025-08-12 | 1 | -1/+7 |
| * | Move native interfaces out of the QtGui type system file | Friedemann Kleint | 2025-08-01 | 1 | -2/+3 |
| * | PySide6: Change some templates to be snippets | Friedemann Kleint | 2025-02-20 | 1 | -0/+72 |
| * | shiboken6: Enable code snippets for templates | Friedemann Kleint | 2025-02-20 | 1 | -0/+118 |
| * | PySide6: Add QFont.Tag(str), QFont.Tag.fromString(), QFont.Tag.fromValue() | Friedemann Kleint | 2025-02-13 | 1 | -0/+38 |
| * | Adapt to 6.9 | Friedemann Kleint | 2025-02-06 | 1 | -0/+4 |
| * | limited api: Remove PyTuple_GET_ITEM, PyTuple_SET_ITEM, and PyTuple_GET_SIZE ... | Cristián Maureira-Fredes | 2024-11-08 | 1 | -15/+15 |
| * | limited api: Remove PyList_GET_ITEM, PyList_SET_ITEM and PyList_GET_SIZE macros | Cristián Maureira-Fredes | 2024-11-08 | 1 | -1/+1 |
| * | limited api: replace PySequence_Fast_GET_SIZE by PySequence_Size | Cristián Maureira-Fredes | 2024-11-08 | 1 | -1/+1 |
| * | limited api: replace PySequence_Fast_GET_ITEM by PySequence_GetItem | Cristián Maureira-Fredes | 2024-11-08 | 1 | -3/+3 |
| * | shiboken6: Refactor __getitem__/__setitem__ code generation | Friedemann Kleint | 2024-09-11 | 1 | -5/+9 |
| * | Shiboken: Simplify Python Error Messages | Christian Tismer | 2024-05-10 | 1 | -4/+2 |
| * | Add public native interface classes | Friedemann Kleint | 2024-02-28 | 1 | -0/+33 |
| * | Adapt to glue code to namespaced Qt builds | Friedemann Kleint | 2024-01-30 | 1 | -0/+2 |
| * | Add QQuaternion getAxisAndAngle()/getEulerAngles() | Friedemann Kleint | 2023-12-21 | 1 | -0/+18 |
| * | Add QRhi and related classes | Friedemann Kleint | 2023-11-02 | 1 | -0/+11 |
| * | Fix stub and signature for QClipboard setPixmap and setImage | Cristián Maureira-Fredes | 2023-07-25 | 1 | -0/+10 |
| * | PyEnum: Shortcut old Enum code and generate Python enums directly | Christian Tismer | 2023-06-30 | 1 | -4/+1 |
| * | Fix compiling with OpenGL ES | Friedemann Kleint | 2022-09-20 | 1 | -0/+2 |
| * | PySide6: Add QtGui function qt_set_sequence_auto_mnemonic() | Friedemann Kleint | 2022-09-16 | 1 | -0/+4 |
| * | PyEnum: Fix QKeySequence to stay correct when switching IntEnum to Enum | Christian Tismer | 2022-08-09 | 1 | -2/+14 |
| * | Add glGet(Boolean|Integer)i_v() to QtGui's QOpenGLExtraFunctions | Friedemann Kleint | 2022-08-09 | 1 | -0/+54 |
| * | Add glGet(Boolean|Float|Integer)v() to QtGui's QOpenGLFunctions | Friedemann Kleint | 2022-08-05 | 1 | -0/+72 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-27 | 1 | -38/+2 |
| * | QAction: Add setMenu() and menu() | Cristián Maureira-Fredes | 2022-04-08 | 1 | -0/+6 |
| * | Add a context manager for override cursors | Friedemann Kleint | 2022-03-18 | 1 | -0/+6 |
| * | Port code to use size() instead of count() of Qt containers | Friedemann Kleint | 2022-03-17 | 1 | -1/+1 |
| * | PyPySide: Implement a context manager for QPainter | Christian Tismer | 2022-01-26 | 1 | -0/+9 |
| * | PySide6: Add a sequence protocol for QRegion | Friedemann Kleint | 2021-11-19 | 1 | -0/+14 |
| * | Fix QIcon.addPixmap() to accept a PyPathLike argument | Friedemann Kleint | 2021-10-27 | 1 | -0/+5 |
| * | PySide6: Add QAccessible::installFactory() | Friedemann Kleint | 2021-08-31 | 1 | -0/+95 |
| * | Shiboken: Remove cheating macros | Christian Tismer | 2021-08-06 | 1 | -2/+2 |
| * | PySide6: Use constData() in snippets where applicable | Friedemann Kleint | 2021-07-27 | 1 | -1/+1 |
| * | PySide6: Add QKey support for the setShortcut method | Cristian Maureira-Fredes | 2021-06-18 | 1 | -0/+4 |
| * | Fix error about not holding the GIL when releasing QImage memory | Friedemann Kleint | 2021-06-03 | 1 | -0/+3 |
| * | Fix crashes when using the QImage(uchar *) data constructors, take 2 | Friedemann Kleint | 2021-05-25 | 1 | -0/+7 |
| * | Enable the exec() functions | Cristian Maureira-Fredes | 2021-05-04 | 1 | -0/+45 |
| * | Add a numpy overload for some functions taking lists of QPointF | Friedemann Kleint | 2021-04-21 | 1 | -0/+5 |
| * | Remove const_cast<char *> which are no longer needed in Python 3 | Friedemann Kleint | 2021-03-15 | 1 | -3/+1 |
| * | PySide6: Move injected code snippets where they belong | Friedemann Kleint | 2021-03-10 | 1 | -10/+14 |
| * | PySide6: Brush up the injected code snippets and templates | Friedemann Kleint | 2021-03-10 | 1 | -7/+8 |
| * | PySide6: Remove unused glue code | Friedemann Kleint | 2021-03-10 | 1 | -5/+0 |
| * | Fix broken return type conversions of QOpenGLExtraFunctions::glGetStringi() | Friedemann Kleint | 2021-03-10 | 1 | -0/+4 |
| * | PySide6: Add QOpenGLFunctions.glShaderSource()/glGetShaderSource() | Friedemann Kleint | 2021-03-04 | 1 | -0/+22 |
| * | Rename PySide2 to PySide6 | Friedemann Kleint | 2020-11-02 | 1 | -0/+547 |