aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Fix smart pointers of type <const Pointee>Friedemann Kleint2022-10-064-1/+20
* 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
* 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
* Add the dropsite exampleFriedemann Kleint2022-09-271-1/+0
* Document the argument-type attribute of the rejection typesystem elementFriedemann Kleint2022-09-261-5/+8
* 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
* 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
* Documentation/patch_qhp.py: Strip the module from the indexFriedemann Kleint2022-09-212-1/+17
* PyEnum: write about new Enums and Forgiveness ModeChristian Tismer2022-09-202-3/+165
* 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
* 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
* 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
* shiboken6: Use the full path of libdir in pkg-config fileZhu Zihao2022-09-021-1/+1
* Modernize Shiboken.getAllValidWrappers()Friedemann Kleint2022-09-021-8/+7
* Fix stubs of shiboken6.ShibokenFriedemann Kleint2022-09-022-11/+11
* PyEnum: Finish the flexible Enum/Flag assignment and correctChristian Tismer2022-09-024-20/+16
* PyEnum: Simplify code generator because of full forgivenessChristian Tismer2022-09-022-22/+2
* PyEnum: Improve the handling of QKeyCombinationChristian Tismer2022-09-024-4/+66
* doc: add section for cmake-only buildCristián Maureira-Fredes2022-09-011-8/+38
* doc: use more processes for sphinx-buildCristián Maureira-Fredes2022-09-012-2/+2
* PySide6: Add QBluetoothDeviceDiscoveryAgent.DiscoveryMethodsFriedemann Kleint2022-08-311-1/+1
* Documentation: Improve module pages titleFriedemann Kleint2022-08-271-2/+2
* Fix setting override cursors without context managerFriedemann Kleint2022-08-251-1/+1
* Fix blocking threads in static functions of QMessageBoxFriedemann Kleint2022-08-241-0/+9
* Fix random values in QFormLayout.getItemPosition()Adrian Herrmann2022-08-182-18/+20
* Add support for QFormLayout::TakeRowResultCristian Maureira-Fredes2022-08-183-2/+34
* shiboken6: Trim white space of default expressionsFriedemann Kleint2022-08-181-2/+5
* signature: Update, cleanup and install signature testChristian Tismer2022-08-184-19/+75
* libpyside: Output a warning when a property metacall failsFriedemann Kleint2022-08-161-1/+5
* PyEnum: Enable the type definition to override all enum typesChristian Tismer2022-08-153-3/+8
* PyEnum: Accelerate item accessChristian Tismer2022-08-151-7/+11
* PyEnum: Define a fixed list of Int(Enum|Flag) decisionsChristian Tismer2022-08-1519-78/+259
* PyEnum: Fix QKeySequence to stay correct when switching IntEnum to EnumChristian Tismer2022-08-156-19/+38
* Fix the modelview programming tutorialFriedemann Kleint2022-08-125-0/+458
* PySide6: Fix a crash when overriding QAbstractItemModel::mimeData()Friedemann Kleint2022-08-111-1/+1
* shiboken6: Remove Python code snippet markersFriedemann Kleint2022-08-111-3/+6
* Update the VS Code debugging tutorial for WindowsAdrian Herrmann2022-08-102-31/+85
* Add a typesystem XML attribute for Python enum typesFriedemann Kleint2022-08-105-0/+46
* Documentation: Fix some snippets of the model view tutorialsFriedemann Kleint2022-08-102-0/+42