aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Enable QtDBus on macSimo Fält2022-03-251-1/+1
* PySide6: Fix crash when implementing QQuickFramebufferObject.createRenderer()Friedemann Kleint2022-03-231-0/+5
* Documentation: Link the Tutorial from the Signal/Slot reference pagesFriedemann Kleint2022-03-233-0/+5
* shiboken6: Add missing includesFriedemann Kleint2022-03-232-3/+5
* shiboken6: Fix comparison operators in namespacesFriedemann Kleint2022-03-225-1/+41
* Docs: Add missing semicolon to CSSFeRD (Frank Dana)2022-03-211-1/+1
* Fix failing test qimage_test.pyFriedemann Kleint2022-03-211-0/+2
* Port code to use size() instead of count() of Qt containersFriedemann Kleint2022-03-2138-229/+231
* Fix toplevel CMake buildFriedemann Kleint2022-03-212-1/+1
* shiboken6: Allow for several smart pointer typesFriedemann Kleint2022-03-182-15/+22
* shiboken6/Documentation: Add an example for a type entry for std::shared_ptrFriedemann Kleint2022-03-181-0/+26
* shiboken6/documentation generator: Use raw string literals in qtxmltosphinxtestFriedemann Kleint2022-03-171-254/+254
* shiboken6/documentation generator: Fix handling of <header> tagsFriedemann Kleint2022-03-173-15/+21
* shiboken6/documentation generator: Handle tables with empty leading/trailing ...Friedemann Kleint2022-03-172-1/+26
* shiboken6: Add debug operators for QtXmlToSphinx::TableFriedemann Kleint2022-03-172-0/+48
* Documentation: Update additionaldocs.lstFriedemann Kleint2022-03-172-122/+456
* Doumentation: Suppress nested formattingFriedemann Kleint2022-03-162-10/+21
* Remove *.qdocconf.in files of removed modulesFriedemann Kleint2022-03-163-6/+0
* PySide6/Documentation: Add module descriptionsFriedemann Kleint2022-03-1630-11/+1358
* Documentation: Add constructor documentation to Signal/SlotFriedemann Kleint2022-03-143-4/+39
* shiboken6: Add a debug operator for DocumentationFriedemann Kleint2022-03-142-0/+27
* libpyside: Refactor handling of named signal argumentsFriedemann Kleint2022-03-143-24/+20
* Documentation: Clean up extra documentationFriedemann Kleint2022-03-148-47/+38
* shiboken6: Handle pointers to containersFriedemann Kleint2022-03-137-29/+104
* shiboken6: Refactor AbstractMetaType::shouldDereferenceArgument()Friedemann Kleint2022-03-134-19/+45
* PyPy: Fix timeout in bug_997.py, take 2Friedemann Kleint2022-03-122-11/+14
* Signature Module - property/setProperty() uses 'bytes' instead of 'str'Shyamnath Premnadh2022-03-113-2/+16
* PySide6: Fix properties of type QQmlPropertyMap *Friedemann Kleint2022-03-112-0/+3
* PyPy: Fix tests with timeoutsFriedemann Kleint2022-03-103-6/+22
* Fix build on Windows with Python < 3.8.2Friedemann Kleint2022-03-091-2/+6
* Expose QtGui's qFuzzyCompare() overloadsFriedemann Kleint2022-03-052-3/+16
* shiboken6: Enable declaring top-level functionsFriedemann Kleint2022-03-051-0/+1
* generate_pyi: Fix an import timing problem on Windows, amendedChristian Tismer2022-03-041-7/+6
* shiboken6: Output type objects in the debug operatorFriedemann Kleint2022-03-041-0/+5
* Add explanatory comment to PySidePropertyFriedemann Kleint2022-03-031-0/+3
* generate_pyi: Fix an import timing problem on WindowsChristian Tismer2022-03-021-5/+2
* Improve readability of the Property documentationFriedemann Kleint2022-03-021-3/+6
* Doc: Drop Qt Location overviews from the listVenugopal Shivashankar2022-02-281-12/+0
* Fix signals/slots with non-QObject object typesFriedemann Kleint2022-02-282-2/+41
* PyPySide: Fix a regression with thread initializationChristian Tismer2022-02-282-1/+13
* Fix entry points for UI tools on macOSFriedemann Kleint2022-02-281-6/+11
* signature module - mapping.py cleanupShyamnath Premnadh2022-02-281-3/+0
* Fix build with 3.10/Limited APIFriedemann Kleint2022-02-241-0/+2
* PySide6: Fix crash when implementing QQuickAsyncImageProvider::requestImageRe...Friedemann Kleint2022-02-231-1/+7
* __feature__: rework constructor handling of both featuresChristian Tismer2022-02-224-56/+290
* QAbstractOAuth - add setModifyParametersFunctionShyamnath Premnadh2022-02-222-0/+74
* Fix the multimap/hash conversion and add the testFriedemann Kleint2022-02-221-0/+1
* __feature__: Do the renaming also in the hidden methodsChristian Tismer2022-02-211-11/+52
* Documentation: Mark briefcase as supporting Qt 6Friedemann Kleint2022-02-171-1/+1
* PySide6: Fix parent relationship in QWizard::setPage()Friedemann Kleint2022-02-171-0/+5