aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Finally implement the __slots__ feature in PySideChristian Tismer2022-10-201-7/+19
* PySide-doc: Create some developer doc about enum featuresChristian Tismer2022-10-181-0/+159
* PySide-doc: Move the pep384impl_doc.rst into the PySide treeChristian Tismer2022-10-131-0/+0
* PySide-doc: Move the signature_doc.rst into the PySide treeChristian Tismer2022-10-131-0/+0
* Fix a link to feature-why.rstChristian Tismer2022-10-131-1/+1
* PySide6: Fix enum to QVariant conversion for the new enumsChristian Tismer2022-10-101-10/+6
* shiboken6/macOS: Remove dupl. check in conditionAdrian Herrmann2022-10-071-1/+0
* examples: Fix docstr in async/eratosthenes re:tickAdrian Herrmann2022-10-071-11/+6
* examples: adapt widgets examplesCristián Maureira-Fredes2022-10-078-67/+145
* examples: fix errors on sql and chartsShyamnath Premnadh2022-10-072-6/+6
* Fix the editabletreemodel exampleFriedemann Kleint2022-10-061-7/+2
* shiboken6: Fix smart pointers of type <const Pointee>Friedemann Kleint2022-10-064-1/+20
* examples: Add async examplesAdrian Herrmann2022-10-0610-0/+484
* Fix coin/module_config.yamlFriedemann Kleint2022-10-051-2/+2
* PyEnum: Relax the Impact of New Enums and Make Everything OptionalChristian Tismer2022-10-016-75/+305
* shiboken6: Replace pyIntT() by pyLongT()Friedemann Kleint2022-09-302-14/+12
* Add missing file mainwindow.ui of the serialport/terminal exampleFriedemann Kleint2022-09-301-0/+162
* example_gallery: Switch to UTF-8 encodingAdrian Herrmann2022-09-291-4/+4
* shiboken6/macOS: Fix C++ 11 integer types (int32_t, ...) not being recognizedFriedemann Kleint2022-09-291-3/+4
* PyEnum: Increase Compatibility by allowing any int as enum valueChristian Tismer2022-09-292-9/+110
* shiboken6: Fix some compiler warningsFriedemann Kleint2022-09-291-1/+0
* QtQuick Example: Use QmlElement instead of qmlRegisterTypeShyamnath Premnadh2022-09-271-2/+6
* Add the dropsite exampleFriedemann Kleint2022-09-276-1/+319
* Add the dirview exampleFriedemann Kleint2022-09-273-0/+105
* Document the argument-type attribute of the rejection typesystem elementFriedemann Kleint2022-09-261-5/+8
* Add the serialport/terminal exampleFriedemann Kleint2022-09-2616-0/+5494
* shiboken6/tests/libsample: Fix warnings about unused parametersFriedemann Kleint2022-09-2632-153/+492
* Fix warnings about unused parameters in codeFriedemann Kleint2022-09-2612-18/+17
* build system: Disable checking ICU libs for cross buildsFriedemann Kleint2022-09-264-7/+10
* shiboken6: Fix warning about not returning a value in all control pathsFriedemann Kleint2022-09-261-1/+1
* shiboken6/test: Fix warnings about implicitly generated assignment operatorsFriedemann Kleint2022-09-2316-56/+58
* build system: Fix standalone build with --no-qt-toolsFriedemann Kleint2022-09-212-2/+4
* Documentation/patch_qhp.py: Strip the module from the indexFriedemann Kleint2022-09-212-1/+17
* snippets_translate: Fix handling of operator new, take 2Friedemann Kleint2022-09-213-3/+24
* snippets_translate: Handle more qualifiersFriedemann Kleint2022-09-211-9/+7
* PyEnum: write about new Enums and Forgiveness ModeChristian Tismer2022-09-202-3/+165
* snippets_translate: Handle "new" without parenthesesFriedemann Kleint2022-09-162-1/+3
* Remove the ported Python examples pages from additionaldocs.lstFriedemann Kleint2022-09-151-110/+0
* Documentation/patch_qhp.py: Brush up scriptFriedemann Kleint2022-09-133-27/+40
* Documentation: Sort the modules page alphabeticallyFriedemann Kleint2022-09-131-57/+40
* Update documentationFriedemann Kleint2022-09-126-38/+26
* snippets_translate: Use super() for base class initializationFriedemann Kleint2022-09-122-8/+8
* Documentation/example_gallery: Use relative paths in auto-generated titlesFriedemann Kleint2022-09-121-4/+4
* Fix Property GC tracking for Python 3.11Christian Tismer2022-09-121-0/+2
* Fix TypeError when comparing Qt.Flags and objectsAdrian Herrmann2022-09-082-2/+27
* Documentation: Update the modules pageFriedemann Kleint2022-09-071-2/+60
* Doc: Add title to the SpinBoxDelegate docVenugopal Shivashankar2022-09-061-0/+3
* shiboken6: Fix a crash caused by invalid return types of added functionsFriedemann Kleint2022-09-061-1/+1
* Fix doc warningFriedemann Kleint2022-09-061-1/+3
* Add QML window example + shared QML moduleAdrian Herrmann2022-09-0535-0/+4106