aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Print a warning if no URL can be found in inheritance graphsFriedemann Kleint2023-12-061-0/+20
* Documentation: Generate enum name for flagsFriedemann Kleint2023-12-061-0/+7
* Refactor QtDocGenerator::translateToPythonType()Friedemann Kleint2023-12-061-28/+31
* Port more strings constants to latin1Friedemann Kleint2023-12-047-18/+18
* Signature: Generate enum name for flagsFriedemann Kleint2023-12-041-4/+8
* Android Deployment: Add requirements.txtShyamnath Premnadh2023-12-043-6/+11
* Android Deployment: Remove redundant updating of config fileShyamnath Premnadh2023-12-041-8/+0
* Deployment: Add icon for applicationShyamnath Premnadh2023-12-0411-13/+69
* Typing: change mapping of bytesShyamnath Premnadh2023-12-041-10/+10
* Upgrade Nuitka to 1.8.0Shyamnath Premnadh2023-12-042-9/+9
* Fix usages of QLatin1String (deprecation candidate)Friedemann Kleint2023-11-296-14/+13
* shiboken6: Port some QString-type variables of the generator to latin1Friedemann Kleint2023-11-294-69/+51
* shiboken6: Add support for QAnyStringView to class TextStreamFriedemann Kleint2023-11-293-36/+46
* shiboken6: Remove some further uses of QStringLiteralFriedemann Kleint2023-11-2927-125/+123
* shiboken6: Remove inline functions using QStringLiteralFriedemann Kleint2023-11-2913-190/+179
* Enable connecting signals to slots with default parametersFriedemann Kleint2023-11-294-8/+57
* libpyside: Remove QHash used when adding signals from QMetaObjectFriedemann Kleint2023-11-281-10/+19
* Android Deployment: Add QtQuick dependency when presentShyamnath Premnadh2023-11-282-2/+17
* Deployment: Code RefactoringShyamnath Premnadh2023-11-289-284/+327
* libpyside: Avoid parsing signatures in Signal.connect()Friedemann Kleint2023-11-282-24/+23
* libpyside: Remove struct SignalSignatureFriedemann Kleint2023-11-282-76/+29
* Tests: Fix some flake warningsFriedemann Kleint2023-11-2856-72/+111
* Fix hang in QSql(Relational)TableModel.select() (PostGres with SSH tunnel)Friedemann Kleint2023-11-271-1/+3
* shiboken6: Port the CodeModel::find*() helpers to QAnyStringViewFriedemann Kleint2023-11-273-50/+34
* shiboken6: Port the MetaClass::find*() helpers to QAnyStringViewFriedemann Kleint2023-11-2740-236/+281
* CMake: Fix shiboken_wrapper.sh not existing during yocto cross buildsAlexandru Croitor2023-11-271-26/+84
* QtAsyncio: Add wrapper for calls in executorAdrian Herrmann2023-11-242-7/+87
* QtAsyncio: Do not raise exception at handle cancelAdrian Herrmann2023-11-243-11/+5
* QtAsyncio: Handle exceptions properly in task stepAdrian Herrmann2023-11-242-11/+14
* QTimer: Implement singleShot signatures w/ contextAdrian Herrmann2023-11-243-2/+71
* shiboken6: Type system parser: Port attribute names to use latin1 literalsFriedemann Kleint2023-11-244-231/+273
* Deployment: Relative path bug fixShyamnath Premnadh2023-11-231-2/+3
* Add a tutorial for QML DebuggingFriedemann Kleint2023-11-212-0/+33
* doc: remove double white spaceCristián Maureira-Fredes2023-11-2117-46/+46
* Shiboken: Fix an oversight when removing ob_typeChristian Tismer2023-11-201-4/+42
* libpyside: Port the signal signature code from QString to QByteArrayFriedemann Kleint2023-11-164-24/+25
* libshiboken: Extend the PyObject debug operator to format code objectsFriedemann Kleint2023-11-163-1/+51
* libpyside: Fix slot names in GlobalReceiverV2Friedemann Kleint2023-11-161-0/+4
* Shiboken: Fix subtle bug caused by PyPy support and "bug_825"Christian Tismer2023-11-144-8/+100
* apiextractor: remove unused definitionFromTypeRefCristián Maureira-Fredes2023-11-091-6/+0
* Add static create() function for decorated QML singletonsFriedemann Kleint2023-11-094-7/+74
* PySide build - remove importlib_metadataShyamnath Premnadh2023-11-091-6/+1
* Introduce a callback functor for QML singleton creationFriedemann Kleint2023-11-051-41/+109
* libshiboken: Do a directory check when considering system includesAlexandru Croitor2023-11-031-1/+2
* doc: add tooling section to the main gridCristián Maureira-Fredes2023-11-024-24/+73
* Add QRhi and related classesFriedemann Kleint2023-11-028-2/+268
* CMake: Tell shiboken to process Qt headers inside system include dirsAlexandru Croitor2023-11-028-17/+71
* Improve the error handling of the QML singleton creationFriedemann Kleint2023-11-011-5/+17
* Allow None in type hints of QAbstractItemView.setModel()/QGraphicsView.setSce...Friedemann Kleint2023-11-011-2/+2
* Add QMetaMethod::invoke()Friedemann Kleint2023-11-013-0/+137