Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add overload for QDomDocument.setContentEce Cinucen9 days2-11/+16
* Move some qvariant helper code into libpysideFriedemann Kleint10 days7-156/+260
* Remove deprecated Qt::TimeSpec usage in QDateTime constructorEce Cinucen11 days4-7/+16
* Fix crash retrieving a PyObject type property via QVariant<PyObjectWrapper>Friedemann Kleint14 days5-25/+78
* libpyside: Add a debug operator for PyObjectWrapperFriedemann Kleint2025-05-162-1/+26
* Fix some warnings in testsFriedemann Kleint2025-05-164-19/+20
* type hints: Fix QInputDialog get methodsEce Cinucen2025-05-151-0/+5
* libpyside: Make PyObjectWrapper movableFriedemann Kleint2025-05-132-2/+14
* Fix pyside6-project relative paths handling and pyproject.toml migrationJaime Resano2025-05-094-4/+7
* Fix crash retrieving a QGraphicsProxyObject from QVariantFriedemann Kleint2025-05-095-2/+62
* Documentation: Recommend using a Dev Drive on WindowsFriedemann Kleint2025-05-091-2/+9
* libshiboken: Move override name calculation into basewrapperFriedemann Kleint2025-05-071-0/+1
* libshiboken: Add utility class for stashing Python errorsFriedemann Kleint2025-05-077-40/+26
* Fix unused variable warning in QVariant conversionFriedemann Kleint2025-05-021-3/+1
* PySide6/type system: Remove obsolete "since" attributesFriedemann Kleint2025-04-235-88/+88
* Fix QMetaEnum conversions into QVariantRenato Araujo Oliveira Filho2025-04-238-19/+49
* Fix crash when entering a Qt message handler with a Python error setFriedemann Kleint2025-04-231-0/+5
* Fix building of .pyi files for Windows debugFriedemann Kleint2025-04-171-4/+7
* PySide/Signal manager: Fix corruption when connecting to temporary objectFriedemann Kleint2025-04-171-0/+1
* Expose QPolygonF operator==, != inherited from QListRenato Araujo Oliveira Filho2025-04-162-0/+17
* Replace Py_GetProgramFullPath by PySys_GetObjectCristián Maureira-Fredes2025-04-101-1/+1
* PySide6: Add class QMessageLoggerShyamnath Premnadh2025-04-106-0/+160
* Use QT_CONFIG when possibleCristián Maureira-Fredes2025-04-073-5/+5
* qtasyncio: fix f-string quotationCristián Maureira-Fredes2025-04-071-2/+2
* type-hints: Correct QMessagebox annotationsEce Cinucen2025-04-041-10/+30
* doc: Fix unclosed command formattingJaime Resano2025-04-041-1/+1
* type hints: Correct type signature for Property classEce Cinucen2025-04-031-4/+4
* type hints: Add optional to QTreeWidget.setItemWidgetEce Cinucen2025-03-271-1/+1
* Desktop Deployment: Upgrade Nuitka to 2.6.8Shyamnath Premnadh2025-03-272-3/+3
* type hints: Add optional to QProgressDialog.setCancelButtonEce Cinucen2025-03-271-1/+1
* type hints: Add optional to QTabBar.setTabButtonEce Cinucen2025-03-271-0/+5
* PySide6: Port to Qt include styleFriedemann Kleint2025-03-2739-97/+96
* Fix includes of libshibokenFriedemann Kleint2025-03-2621-38/+79
* PySide6: Add support for std::chrono::secondsFriedemann Kleint2025-03-262-4/+17
* type hints: Fix the type parameter in findChild and findChildrenChristian Tismer2025-03-261-3/+9
* Fix qlocale_test.py to pass after QLocale changeFriedemann Kleint2025-03-241-1/+1
* Fix QtRemoteObjects tests to pass for non-unity buildsFriedemann Kleint2025-03-203-6/+7
* Move helper function isCompiledMethod() to libshibokenFriedemann Kleint2025-03-205-7/+11
* type hints: Fix an old typo in typesystem_core_common.xmlChristian Tismer2025-03-191-3/+3
* Type system: Add missing "const" to some signaturesFriedemann Kleint2025-03-191-7/+7
* libpysideremoteobjects: Fix build with 6.10Friedemann Kleint2025-03-191-1/+1
* type hints: Make str Optional in QLineEdit.setTextCristián Maureira-Fredes2025-03-191-0/+3
* MetaObjectBuilder: Export the class symbolShyamnath Premnadh2025-03-191-2/+2
* Deployment Test: Remove modules for windows win_arm64Shyamnath Premnadh2025-03-151-0/+14
* type hints: add explicit optional to setItemWidgetCristián Maureira-Fredes2025-03-141-1/+1
* type hints: remove QModelIndex.constInternalPointerCristián Maureira-Fredes2025-03-141-0/+2
* tests: Fix warning about QBackingStore::flush() being called without handleFriedemann Kleint2025-03-142-13/+21
* Make Remote Objects usable beyond ModelsBrett Stottlemyer2025-03-1331-5/+3337
* pyproject.toml: 4. Update pyside6-project documentationJaime Resano2025-03-123-26/+115
* pyproject.toml: 3. Add pyside6-project tests for pyproject.toml changesJaime Resano2025-03-1226-56/+525