aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Shiboken: use the Python 3.11 buffer interface for Limited APIChristian Tismer2022-07-193-7/+7
* PyEnum: Increase compatibility by allowing defaults etc., refinementChristian Tismer2022-07-193-20/+38
* PyEnum: Simplify the test-cases with the new forgiveness modeChristian Tismer2022-07-147-55/+34
* PyEnum: Increase compatibility by allowing defaults and old flag namesChristian Tismer2022-07-147-8/+339
* PyEnum: make forgiving duplicates work with Python 3.11Christian Tismer2022-07-144-13/+20
* Shiboken: Fix the oldest shiboken bug ever which shows up on Python 3.11Christian Tismer2022-07-111-1/+1
* doc: add package detail pageCristián Maureira-Fredes2022-07-084-4/+151
* Fix Documentation - Cross CompilationShyamnath Premnadh2022-07-071-0/+5
* Shiboken: Rewrite the signature initializationChristian Tismer2022-07-0711-104/+68
* Shiboken: Move the shibokensupport initialization into the moduleChristian Tismer2022-07-075-31/+16
* Fix getting started Qt for PythonShyamnath Premnadh2022-07-073-3/+12
* Fix Typo : PySide Debugging TutorialShyamnath Premnadh2022-07-071-1/+1
* Fix signal QAbstractItemModel::layoutAboutToBeChanged(QList<QPersistentModelI...Friedemann Kleint2022-07-061-0/+7
* 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