aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
...
* shiboken: get rid of some warningsChristian Tismer2021-04-126-40/+44
* PySide6: Add missing enumeration to QSslFriedemann Kleint2021-04-121-0/+1
* cmake: remove old test conditionsCristian Maureira-Fredes2021-04-072-8/+2
* cmake: bump general Qt minimum versionCristian Maureira-Fredes2021-04-075-6/+6
* cmake: update minimum Qt version for 6.0+ compatCristian Maureira-Fredes2021-04-076-43/+15
* cmake: add dependencies to rebuild libshiboken embedded filesChristian Tismer2021-04-074-28/+62
* signature: protect an unrecognized item from raising exceptionsChristian Tismer2021-04-072-2/+14
* Prospective fix for QPixmap/QDataStream serialization testFriedemann Kleint2021-04-071-3/+5
* doc: make sure '--skip-docs' skip the docsCristian Maureira-Fredes2021-04-061-1/+1
* TestQSettings: Do not clutter the current directoryFriedemann Kleint2021-04-061-3/+7
* Port tests to pathlibFriedemann Kleint2021-04-0632-79/+170
* signature: remove inspect and typing from special PySide6 modulesChristian Tismer2021-04-018-70/+20
* feature-import: Hide confusing feature frame entryChristian Tismer2021-03-316-6/+91
* Write conversions as typing.Union[]Friedemann Kleint2021-03-296-19/+55
* Nuitka: Allow for compiled functions and methods tooChristian Tismer2021-03-269-32/+213
* doc: enable snippets translate toolCristian Maureira-Fredes2021-03-25518-40945/+18
* Fix missing doc snippetsFriedemann Kleint2021-03-251-3/+9
* shiboken6: Fix 32 bit buildsFriedemann Kleint2021-03-251-0/+2
* signature: silence a compiler warningChristian Tismer2021-03-251-1/+1
* PySide import: Make imports more safe against installation errorsChristian Tismer2021-03-231-12/+8
* pysidequickregistertype: Adapt to qmlLists removalMaximilian Goldstein2021-03-232-0/+35
* Improve deployment documentationFriedemann Kleint2021-03-224-0/+54
* shiboken6: Fix crash when using enumeration types from other classesFriedemann Kleint2021-03-221-2/+5
* QMouseEvent: Mark deprecated functions as suchFriedemann Kleint2021-03-191-1/+12
* Windows: Fix warning about inconsistent DLL linkage of QtQml_VolatileBoolTypeF()Friedemann Kleint2021-03-191-1/+1
* Improve Porting documentationFriedemann Kleint2021-03-191-6/+68
* enum: implement enums on module levelChristian Tismer2021-03-181-2/+0
* move "shiboken6/shiboken6" to "shiboken6/Shiboken" temp, fixChristian Tismer2021-03-182-6/+17
* doc: migrate qdoc approach to document examplesCristian Maureira-Fredes2021-03-1712-203/+1
* doc: add sphinx-panels to the documentationCristian Maureira-Fredes2021-03-177-35/+142
* __feature__: Make imports more safe against installation errorsChristian Tismer2021-03-173-6/+13
* Qt Datavisualization: Fix crashes in QBar/SurfaceDataProxy add/set/insertRow()Friedemann Kleint2021-03-173-46/+105
* Add an option to disable copying of the Qt toolsFriedemann Kleint2021-03-161-37/+40
* shiboken6: Fix AbstractMetaClass::fullName() for nested classesFriedemann Kleint2021-03-161-1/+1
* Fix build after moving uic/rcc to libexecFriedemann Kleint2021-03-161-4/+5
* Remove const_cast<char *> which are no longer needed in Python 3Friedemann Kleint2021-03-155-32/+11
* Pyside6: Move QtOpenGLFunctions into QtOpenGLFriedemann Kleint2021-03-1236-641/+448
* libshiboken: Fix some clang analzyer warningsFriedemann Kleint2021-03-129-93/+110
* PySide6: Add QOpenGLVersionFunctionsFactoryFriedemann Kleint2021-03-114-1/+109
* libpyside: Fix some clang analzyer warningsFriedemann Kleint2021-03-1114-172/+165
* libshiboken: Silence unimplemented array type warningFriedemann Kleint2021-03-111-1/+0
* shiboken6: Brush up the test code with regards to iteratorsFriedemann Kleint2021-03-1114-93/+72
* shiboken6: Brush up class FileOutFriedemann Kleint2021-03-113-50/+33
* shiboken6: Make generated converter code easier to navigateFriedemann Kleint2021-03-101-6/+6
* shiboken6: Do not hardcode libclang's build typeFriedemann Kleint2021-03-101-1/+2
* shiboken6: Mention add-conversion for conversion rulesFriedemann Kleint2021-03-101-2/+3
* QtNetwork: Add new enums for 6.1Friedemann Kleint2021-03-101-0/+2
* PySide6: Move injected code snippets where they belongFriedemann Kleint2021-03-108-96/+184
* PySide6: Brush up the injected code snippets and templatesFriedemann Kleint2021-03-107-73/+77
* shiboken6: Make missing snippet labels a fatal errorFriedemann Kleint2021-03-103-12/+37