aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/glue/qtgui.cpp
Commit message (Expand)AuthorAgeFilesLines
* Expose QNativeInterface::QWaylandApplicationFriedemann Kleint8 days1-1/+7
* Move native interfaces out of the QtGui type system fileFriedemann Kleint2025-08-011-2/+3
* PySide6: Change some templates to be snippetsFriedemann Kleint2025-02-201-0/+72
* shiboken6: Enable code snippets for templatesFriedemann Kleint2025-02-201-0/+118
* PySide6: Add QFont.Tag(str), QFont.Tag.fromString(), QFont.Tag.fromValue()Friedemann Kleint2025-02-131-0/+38
* Adapt to 6.9Friedemann Kleint2025-02-061-0/+4
* limited api: Remove PyTuple_GET_ITEM, PyTuple_SET_ITEM, and PyTuple_GET_SIZE ...Cristián Maureira-Fredes2024-11-081-15/+15
* limited api: Remove PyList_GET_ITEM, PyList_SET_ITEM and PyList_GET_SIZE macrosCristián Maureira-Fredes2024-11-081-1/+1
* limited api: replace PySequence_Fast_GET_SIZE by PySequence_SizeCristián Maureira-Fredes2024-11-081-1/+1
* limited api: replace PySequence_Fast_GET_ITEM by PySequence_GetItemCristián Maureira-Fredes2024-11-081-3/+3
* shiboken6: Refactor __getitem__/__setitem__ code generationFriedemann Kleint2024-09-111-5/+9
* Shiboken: Simplify Python Error MessagesChristian Tismer2024-05-101-4/+2
* Add public native interface classesFriedemann Kleint2024-02-281-0/+33
* Adapt to glue code to namespaced Qt buildsFriedemann Kleint2024-01-301-0/+2
* Add QQuaternion getAxisAndAngle()/getEulerAngles()Friedemann Kleint2023-12-211-0/+18
* Add QRhi and related classesFriedemann Kleint2023-11-021-0/+11
* Fix stub and signature for QClipboard setPixmap and setImageCristián Maureira-Fredes2023-07-251-0/+10
* PyEnum: Shortcut old Enum code and generate Python enums directlyChristian Tismer2023-06-301-4/+1
* Fix compiling with OpenGL ESFriedemann Kleint2022-09-201-0/+2
* PySide6: Add QtGui function qt_set_sequence_auto_mnemonic()Friedemann Kleint2022-09-161-0/+4
* PyEnum: Fix QKeySequence to stay correct when switching IntEnum to EnumChristian Tismer2022-08-091-2/+14
* Add glGet(Boolean|Integer)i_v() to QtGui's QOpenGLExtraFunctionsFriedemann Kleint2022-08-091-0/+54
* Add glGet(Boolean|Float|Integer)v() to QtGui's QOpenGLFunctionsFriedemann Kleint2022-08-051-0/+72
* Use SPDX license identifiersLucie Gérard2022-05-271-38/+2
* QAction: Add setMenu() and menu()Cristián Maureira-Fredes2022-04-081-0/+6
* Add a context manager for override cursorsFriedemann Kleint2022-03-181-0/+6
* Port code to use size() instead of count() of Qt containersFriedemann Kleint2022-03-171-1/+1
* PyPySide: Implement a context manager for QPainterChristian Tismer2022-01-261-0/+9
* PySide6: Add a sequence protocol for QRegionFriedemann Kleint2021-11-191-0/+14
* Fix QIcon.addPixmap() to accept a PyPathLike argumentFriedemann Kleint2021-10-271-0/+5
* PySide6: Add QAccessible::installFactory()Friedemann Kleint2021-08-311-0/+95
* Shiboken: Remove cheating macrosChristian Tismer2021-08-061-2/+2
* PySide6: Use constData() in snippets where applicableFriedemann Kleint2021-07-271-1/+1
* PySide6: Add QKey support for the setShortcut methodCristian Maureira-Fredes2021-06-181-0/+4
* Fix error about not holding the GIL when releasing QImage memoryFriedemann Kleint2021-06-031-0/+3
* Fix crashes when using the QImage(uchar *) data constructors, take 2Friedemann Kleint2021-05-251-0/+7
* Enable the exec() functionsCristian Maureira-Fredes2021-05-041-0/+45
* Add a numpy overload for some functions taking lists of QPointFFriedemann Kleint2021-04-211-0/+5
* Remove const_cast<char *> which are no longer needed in Python 3Friedemann Kleint2021-03-151-3/+1
* PySide6: Move injected code snippets where they belongFriedemann Kleint2021-03-101-10/+14
* PySide6: Brush up the injected code snippets and templatesFriedemann Kleint2021-03-101-7/+8
* PySide6: Remove unused glue codeFriedemann Kleint2021-03-101-5/+0
* Fix broken return type conversions of QOpenGLExtraFunctions::glGetStringi()Friedemann Kleint2021-03-101-0/+4
* PySide6: Add QOpenGLFunctions.glShaderSource()/glGetShaderSource()Friedemann Kleint2021-03-041-0/+22
* Rename PySide2 to PySide6Friedemann Kleint2020-11-021-0/+547