Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* type hints: Fix QInputDialog get methodsEce Cinucen2025-05-151-0/+5
* Fix crash retrieving a QGraphicsProxyObject from QVariantFriedemann Kleint2025-05-091-1/+1
* PySide6/type system: Remove obsolete "since" attributesFriedemann Kleint2025-04-231-23/+23
* Use QT_CONFIG when possibleCristián Maureira-Fredes2025-04-071-1/+1
* type-hints: Correct QMessagebox annotationsEce Cinucen2025-04-041-10/+30
* type hints: Add optional to QTreeWidget.setItemWidgetEce Cinucen2025-03-271-1/+1
* type hints: Add optional to QProgressDialog.setCancelButtonEce Cinucen2025-03-271-1/+1
* type hints: Add optional to QTabBar.setTabButtonEce Cinucen2025-03-271-0/+5
* type hints: Make str Optional in QLineEdit.setTextCristián Maureira-Fredes2025-03-191-0/+3
* type hints: add explicit optional to setItemWidgetCristián Maureira-Fredes2025-03-141-1/+1
* PySide6: Remove obsolete rejectionsFriedemann Kleint2025-02-241-2/+0
* PySide6: Change some templates to be snippetsFriedemann Kleint2025-02-201-3/+2
* QtWidgets: Use the new sequence templatesFriedemann Kleint2025-02-201-2/+7
* Fix QAbstractSpinBox.fixup() behaviorFriedemann Kleint2025-02-111-0/+3
* shiboken6: Consider all base classes when finding a modificationFriedemann Kleint2025-02-061-50/+0
* Adapt to 6.9Friedemann Kleint2025-02-061-0/+1
* Add parameter names to added global functionsFriedemann Kleint2024-11-211-4/+4
* pyi: fix QFormLayout.getLayoutPosition hintCristián Maureira-Fredes2024-07-301-3/+3
* Add Fixme comment about QLabel::setMovie()Friedemann Kleint2024-07-081-0/+1
* Add QMessageBox.open() with a slotFriedemann Kleint2024-07-041-1/+5
* Fix undesired invalidation of QObjects/QWidgets after calling parent(Widget)()Friedemann Kleint2024-05-141-3/+0
* shiboken6: Generate polymorphic bases into type discovery functionsFriedemann Kleint2024-05-061-2/+2
* Release dialogs when using QDialog.exec()Friedemann Kleint2024-04-121-1/+3
* Fix potential undefined behavior in type discovery of class hierarchiesFriedemann Kleint2024-04-121-36/+65
* shiboken6: Add attributes for global inline namespacesFriedemann Kleint2024-04-082-2/+4
* Build system: Clean Qt libraries linked by the modulesFriedemann Kleint2024-04-041-6/+4
* Fix crash when adding None to a QLayoutFriedemann Kleint2024-03-141-2/+4
* Adapt to Qt 6.7Friedemann Kleint2024-02-282-0/+9
* Allow None in type hints of QAbstractItemView.setModel()/QGraphicsView.setSce...Friedemann Kleint2023-11-011-2/+2
* Fix QGestureRecognizer.registerRecognizerCristian Maureira-Fredes2023-08-251-0/+10
* stubs: setParent should accept an Optional objectCristián Maureira-Fredes2023-08-021-0/+3
* Clean up some unused rejection warningsFriedemann Kleint2023-08-011-10/+0
* Clean up some unused suppression warningsFriedemann Kleint2023-08-011-15/+0
* Fix warning about unused allow-thread attribute on add-functionFriedemann Kleint2023-07-261-1/+1
* PySide6: Add QWizardPage::registerField() with a signal instancFriedemann Kleint2023-07-261-0/+8
* Adapt to Qt 6.6Friedemann Kleint2023-07-071-0/+1
* Fix signature of QWizardPage.registerField()Friedemann Kleint2023-07-061-1/+4
* PySide6: Reject some internal namespacesFriedemann Kleint2023-05-121-0/+1
* Add type hints for return values modified to Tuple[]Friedemann Kleint2023-04-131-10/+10
* PySide6: Clean up rejectionsFriedemann Kleint2023-03-161-7/+8
* Add license headers to cmake filesFriedemann Kleint2023-02-161-0/+3
* PySide6: Add missing include for QWidgetFriedemann Kleint2022-12-191-0/+3
* PySide6: Remove obsolete "since" tags from typesystemFriedemann Kleint2022-11-021-2/+2
* Typesystem: Add includes required to be able to forward-declare classes in th...Friedemann Kleint2022-10-311-0/+2
* Fix type annotations for static functions of QInputDialogFriedemann Kleint2022-10-171-0/+5
* shiboken6: Fix some compiler warningsFriedemann Kleint2022-09-291-1/+0
* Fix blocking threads in static functions of QMessageBoxFriedemann Kleint2022-08-241-0/+9
* Add support for QFormLayout::TakeRowResultCristian Maureira-Fredes2022-08-182-0/+4
* PyEnum: Define a fixed list of Int(Enum|Flag) decisionsChristian Tismer2022-08-131-17/+17
* shiboken6: Introduce an attribute for parent ownership heuristicsFriedemann Kleint2022-05-271-3/+4