aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python example for QRegularExpressionShyamnath Premnadh2022-01-115-0/+565
* libpyside: Remove unused dynamicqmetaobject_p.hFriedemann Kleint2022-01-075-112/+0
* Add a __repr__ function for QMetaObjectFriedemann Kleint2022-01-064-0/+113
* Add reserve()/capacity() to contiguous opaque containersFriedemann Kleint2022-01-064-0/+64
* Fix some doc warnings in the debugging tutorialFriedemann Kleint2022-01-062-4/+4
* build_scripts: Ensure cmake process terminatesFriedemann Kleint2022-01-051-6/+5
* PyPySide: Do some cleanup and ImprovementsChristian Tismer2022-01-055-15/+11
* build_scripts: Avoid a racing condition in installChristian Tismer2022-01-051-0/+5
* mypy-support: Add a stub file for __feature__ importChristian Tismer2022-01-042-0/+48
* __feature__: Fix a bug in true_propertyChristian Tismer2022-01-031-2/+2
* AudioSource Example + Binding for QAudioFormat.normalizedSampleValue(data: by...Shyamnath Premnadh2021-12-285-0/+264
* Add Debugging TutorialShyamnath Premnadh2021-12-2312-0/+309
* signal: Fix a segfault when signal is applied to non-QObjectChristian Tismer2021-12-231-2/+9
* Add mimetypesexampleShyamnath Premnadh2021-12-216-0/+446
* setup.py: Prevent creation of byte-compiled filesChristian Tismer2021-12-201-0/+4
* Fix Tetrix example errorDaniel J Brown2021-12-171-2/+2
* PySide6: Speed up test qqmlnetwork_test.pyFriedemann Kleint2021-12-171-2/+5
* shiboken6/Documentation: Replace XPath/Xquery usage for retrieving WebXML doc...Friedemann Kleint2021-12-169-219/+655
* shiboken6: Add internal flags to AbstractMetaFunctionFriedemann Kleint2021-12-166-0/+54
* PySide6: Fix QQmlApplicationEngine.load(str) to not construct a QUrlFriedemann Kleint2021-12-154-2/+116
* Build system: Remove regeneration of the example resourcesFriedemann Kleint2021-12-153-31/+1
* Regenerate the example resource filesFriedemann Kleint2021-12-1517-3553/+3553
* Add a tool to regenerates the QRC resource files of the PySide examplesFriedemann Kleint2021-12-151-0/+97
* PySide6: build multiple inheritance pass-through for SignalsChristian Tismer2021-12-145-9/+93
* Documentation: Skip functions using RValue referencesFriedemann Kleint2021-12-131-1/+8
* Fix documentation generationFriedemann Kleint2021-12-104-57/+154
* samplebinding example: Remove primitive type definitionsFriedemann Kleint2021-12-102-11/+5
* Update example documentation of samplebinding / scriptableapplicationFriedemann Kleint2021-12-104-21/+43
* Signature: fix the __doc__ attribute of classes, amendedChristian Tismer2021-12-092-14/+16
* Documentation: Fix warnings about not finding functions in WebXMLFriedemann Kleint2021-12-091-11/+37
* PySide6: Add some missing class and enums for Qt 6.3Friedemann Kleint2021-12-092-3/+16
* Documentation: Update information on building on WindowsFriedemann Kleint2021-12-091-2/+7
* Build system: Improve PYTHON_EXTENSION_SUFFIX detectionFriedemann Kleint2021-12-091-6/+6
* Windows: Fix the build against complete LLVM packagesFriedemann Kleint2021-12-093-5/+15
* PySide6: Fix a bug in Slot.__call__Christian Tismer2021-12-091-5/+6
* Turn snippets_translate / example_gallery into normal CMake targetsFriedemann Kleint2021-12-092-19/+19
* shiboken: replace deprecated PyCFunction_Call by PyObject_CallChristian Tismer2021-12-081-12/+3
* Document the scriptableapplication, samplebinding examplesFriedemann Kleint2021-12-084-166/+233
* Documentation: Generate the examples directly into the build directoryFriedemann Kleint2021-12-082-1/+6
* example_gallery: Handle dummy projects in the doc directoryFriedemann Kleint2021-12-081-19/+21
* Documentation: Loosen snippet patternFriedemann Kleint2021-12-082-1/+54
* Fix build when Vulkan is not installedFriedemann Kleint2021-12-081-2/+15
* PySide6: Move the mutex for locking QObject allocation helpers to libpysideFriedemann Kleint2021-12-085-11/+16
* Pyside6: Move the QuickRegisterItem helpers into libpysideqmlFriedemann Kleint2021-12-086-34/+31
* libpysideqml6: Use the namespace PySide::Qml consistentlyFriedemann Kleint2021-12-0810-41/+55
* Move the QML registration code into a libraryFriedemann Kleint2021-12-0823-29/+306
* Tests: Remove blacklisting after recent stabilization fixesFriedemann Kleint2021-12-081-12/+0
* mypy-support: Improve the handling of `Signal`Christian Tismer2021-12-071-0/+2
* Documentation: Re-add the documentation copy stepFriedemann Kleint2021-12-071-0/+8
* Signature: fix the __doc__ attribute of classesChristian Tismer2021-12-073-5/+13