aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6
Commit message (Expand)AuthorAgeFilesLines
* Build system: Bump versionsFriedemann Kleint2022-10-253-5/+5
* Fix wheel names for 6.4.0.1 releaseSimo Fält2022-10-252-2/+2
* shiboken6: Add a way of specifying types for casting enum valuesFriedemann Kleint2022-10-192-2/+8
* Fix a link to feature-why.rstChristian Tismer2022-10-181-1/+1
* Fix type annotations for static functions of QInputDialogFriedemann Kleint2022-10-171-0/+5
* Documentation: Fix modules being omitted from the documentationFriedemann Kleint2022-10-121-42/+12
* Pin qt5 sha1 for 6.4.0 release and clean version stringsv6.4.0Simo Fält2022-10-111-2/+2
* Desktop DeploymentShyamnath Premnadh2022-10-101-0/+7
* PySide6: Fix enum to QVariant conversion for the new enumsChristian Tismer2022-10-101-10/+6
* shiboken6: Fix smart pointers of type <const Pointee>Friedemann Kleint2022-10-063-0/+19
* PySide6: Remove GL entities in QtOpenGLFriedemann Kleint2022-10-067-40/+20
* PySide6: Remove GL entities in QtGuiFriedemann Kleint2022-10-061-110/+90
* PyEnum: Relax the Impact of New Enums and Make Everything OptionalChristian Tismer2022-09-302-0/+131
* shiboken6: Fix some compiler warningsFriedemann Kleint2022-09-291-1/+0
* Add the dropsite exampleFriedemann Kleint2022-09-261-1/+0
* PyEnum: Increase Compatibility by allowing any int as enum valueChristian Tismer2022-09-261-7/+2
* shiboken6: Fix warnings about unused parameters in generated codeFriedemann Kleint2022-09-261-0/+1
* Fix warnings about unused parameters in codeFriedemann Kleint2022-09-264-5/+5
* Documentation/patch_qhp.py: Strip the module from the indexFriedemann Kleint2022-09-211-1/+1
* Documentation: Add option --no-qt-tools to cross buildingFriedemann Kleint2022-09-201-0/+4
* Fix compiling with OpenGL ESFriedemann Kleint2022-09-202-0/+4
* PyEnum: write about new Enums and Forgiveness ModeChristian Tismer2022-09-202-3/+165
* Add the character map exampleFriedemann Kleint2022-09-171-1/+0
* Add the QtGui analogclock exampleFriedemann Kleint2022-09-161-1/+0
* Move examples aroundFriedemann Kleint2022-09-162-2/+2
* PySide6: Add QtGui function qt_set_sequence_auto_mnemonic()Friedemann Kleint2022-09-164-1/+14
* Remove the ported Python examples pages from additionaldocs.lstFriedemann Kleint2022-09-151-110/+0
* Generate documentation for all modules independentlyFriedemann Kleint2022-09-151-3/+10
* Documentation: Add a way to determine base classes from a JSON fileFriedemann Kleint2022-09-152-3/+84
* Documentation: Split out inheritance by import from the Sphinx extensionFriedemann Kleint2022-09-152-117/+157
* Documentation: Add a way to output inheritance graphsFriedemann Kleint2022-09-141-1/+6
* Documentation/patch_qhp.py: Brush up scriptFriedemann Kleint2022-09-131-1/+1
* Documentation: Update versions for 6.4Friedemann Kleint2022-09-135-10/+10
* Documentation: Add a special case for PdfWidgetsFriedemann Kleint2022-09-131-0/+2
* Update documentationFriedemann Kleint2022-09-126-38/+26
* Documentation: Sort the modules page alphabeticallyFriedemann Kleint2022-09-121-64/+40
* Fix Property GC tracking for Python 3.11Christian Tismer2022-09-121-0/+2
* Remove QtWinExtrasFriedemann Kleint2022-09-095-87/+0
* Fix TypeError when comparing Qt.Flags and objectsAdrian Herrmann2022-09-082-2/+27
* Add QtPdf/QtPdfWidgetsFriedemann Kleint2022-09-079-0/+146
* Documentation: Add QtSpatialAudioFriedemann Kleint2022-09-072-0/+10
* Documentation: Update the modules pageFriedemann Kleint2022-09-071-2/+60
* Add setters for the the lists in QValue3DAxisFormatterFriedemann Kleint2022-09-073-1/+68
* Enable type strings in Q_ARG/Q_RETURN_ARG for QMetaObject.invokeMethod()Friedemann Kleint2022-09-063-13/+34
* Fix doc warningFriedemann Kleint2022-09-051-1/+3
* Doc: Qt for Python Videos page updateJaishree Vyas2022-09-051-36/+60
* PyEnum: Improve the handling of QKeyCombination, amendedChristian Tismer2022-09-021-0/+1
* doc: add section for cmake-only buildCristián Maureira-Fredes2022-09-011-8/+38
* doc: use more processes for sphinx-buildCristián Maureira-Fredes2022-09-011-1/+1
* PyEnum: Improve the handling of QKeyCombinationChristian Tismer2022-09-014-4/+65