aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation of unique pointer converters for derived classesFriedemann Kleint2022-07-016-3/+37
* shiboken6: Simplify smart pointer types when searching instantiationsFriedemann Kleint2022-07-011-8/+12
* Add dependency to the QtHttpServer moduleFriedemann Kleint2022-07-011-1/+2
* Remove left-over archive fileFriedemann Kleint2022-06-301-0/+0
* libpyside: Add debug operators for some signal structuresFriedemann Kleint2022-06-301-0/+41
* libpyside: Improve error message about using the wrong signal overloadFriedemann Kleint2022-06-301-6/+13
* Add initial support for std::unique_ptr pointerFriedemann Kleint2022-06-3018-16/+335
* shiboken6: Add tests for shared pointer virtual callsFriedemann Kleint2022-06-295-1/+50
* shiboken6: Refactor argument conversion for virtual method overridesFriedemann Kleint2022-06-294-91/+53
* shiboken6: Introduce a convenience function for argument conversion rulesFriedemann Kleint2022-06-294-16/+20
* doc: Fix line numbers in the porting tutorialFriedemann Kleint2022-06-291-3/+3
* Build with lean Qt headersFriedemann Kleint2022-06-295-2/+10
* Add QtSpatialAudioFriedemann Kleint2022-06-294-0/+74
* Adapt to Qt 6.4Friedemann Kleint2022-06-2910-8/+25
* shiboken6: Split the writing of virtual method arguments into separate functionFriedemann Kleint2022-06-272-59/+63
* shiboken6: Fix mapping of arguments when writing virtual methodsFriedemann Kleint2022-06-275-9/+38
* libshiboken: Remove old code paths for static stringsFriedemann Kleint2022-06-271-59/+0
* libshiboken: Fix crashes with static strings in Python 3.11Friedemann Kleint2022-06-241-2/+17
* Fix returning flags from QAbstractTableModel and other modelsFriedemann Kleint2022-06-241-3/+2
* support enum handling for headerData(...)Shyamnath Premnadh2022-06-241-0/+4
* Remove build warning qCDebug, qCWarning, qCInfo, qCCriticalShyamnath Premnadh2022-06-231-4/+4
* Fix build with QT_LEAN_HEADERSFriedemann Kleint2022-06-231-0/+2
* libshiboken: Fix build with numpy 1.23.0Friedemann Kleint2022-06-231-0/+5
* docs: adapt snippets to new license rowsCristián Maureira-Fredes2022-06-2215-75/+75
* Fix documentation generation for 6.4Friedemann Kleint2022-06-222-3/+3
* shiboken6/Doc generator: Fix index pagesFriedemann Kleint2022-06-221-2/+2
* Add QHttpServer::route()/afterRequest()Friedemann Kleint2022-06-222-1/+65
* shiboken6: Implement the spaceship comparison operator of C++ 20Friedemann Kleint2022-06-2113-6/+137
* shiboken6: Do not consider move constructors for tp_initFriedemann Kleint2022-06-211-1/+3
* PyEnum: Remove the old duplication of Enums in the enclosing scopeChristian Tismer2022-06-218-19/+70
* Add the QHttpServer classesFriedemann Kleint2022-06-214-0/+67
* fix if else in qabstractitemmodel_dataShyamnath Premnadh2022-06-201-3/+1
* Shiboken: Optimize attribute access a bit moreChristian Tismer2022-06-207-8/+12
* PySide: speedup all cleanup calls by using PyName for staticMetaObjectChristian Tismer2022-06-172-19/+21
* PyEnum: Use embedding of the Enum module for better execution speedChristian Tismer2022-06-1610-9/+1124
* signature module: QPixMap.save should use str instead of bytesShyamnath Premnadh2022-06-161-0/+5
* Fix type hinting for QListWidget selected_indexes() returnShyamnath Premnadh2022-06-161-3/+1
* testing: skip test_pyside6_qml when Qml is not builtShyamnath Premnadh2022-06-161-1/+4
* shiboken6: Fix compile error in testsFriedemann Kleint2022-06-151-2/+2
* libshiboken: Amend error message "not enough arguments"Friedemann Kleint2022-06-152-1/+5
* pyside: Modify QAbstractListModel.data(..) to consider enumsShyamnath Premnadh2022-06-152-0/+14
* QEnum: Adapt to the new enum implementationChristian Tismer2022-06-154-30/+28
* tools: add pyside6-qmlShyamnath Premnadh2022-06-147-1/+331
* Fix usage of Py_TYPE() for Python 3.11Friedemann Kleint2022-06-133-7/+9
* Documentation: Fix mention of the clang environment variableFriedemann Kleint2022-06-103-8/+8
* libshiboken: Fix hangs introduced by mutexFriedemann Kleint2022-06-101-7/+7
* libshiboken: Fix a crash in Shiboken::Object::isValid() for Python 3.11Friedemann Kleint2022-06-101-0/+1
* Fix deprecation of the Py_TRASHCAN_SAFE_BEGIN/END macrosFriedemann Kleint2022-06-102-0/+16
* libshiboken: Fix occasional crashes when using QMLFriedemann Kleint2022-06-031-0/+12
* Limited_API: Fix PyIndex_Check once and for all: avoid warningChristian Tismer2022-06-033-7/+7