aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
...
* | PySide2: Add QRegularExpressionValidatorFriedemann Kleint2020-06-052-0/+2
* | Doc: Fix a typo and a broken linkVenugopal Shivashankar2020-06-041-2/+2
* | Doc: Enable doc builds using the offline templateVenugopal Shivashankar2020-06-0428-43/+4214
* | shiboken: Allow for multiple header files on command lineFriedemann Kleint2020-06-037-144/+156
* | docs: fix item list in tutorial/expensesCristian Maureira-Fredes2020-06-031-6/+6
* | Doc: Fix typo in the module pageVenugopal Shivashankar2020-06-021-1/+1
* | Doc: Document QtUiTools.loadUiType functionVenugopal Shivashankar2020-05-282-25/+36
* | shiboken: Fix invalid code generated for signatures with string default param...Friedemann Kleint2020-05-262-16/+19
* | Add QtQuickControls2Cristian Maureira-Fredes2020-05-264-0/+90
* | QtSerialPort improved unit testsAndreas Buhr2020-05-261-6/+43
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-05-2627-66/+641
|\|
| * Add QtUiTools.loadUiTypeCristian Maureira-Fredes2020-05-253-0/+249
| * Fix the no longer tested Py_LIMITED_APIChristian Tismer2020-05-222-4/+5
| * sbkenum: Fix refcounting leakChristian Tismer2020-05-183-16/+29
| * Support pickling of Qt Enum objectsChristian Tismer2020-05-186-1/+183
| * PySide2: Fix conversion of quintptrFriedemann Kleint2020-05-182-2/+18
| * libshiboken: Support musl libcFriedemann Kleint2020-05-181-1/+7
| * shiboken: Fix cross buildsFriedemann Kleint2020-05-182-2/+2
| * Implement __qualname__ and correct __module__ for classesChristian Tismer2020-05-1613-43/+149
| * Fix imports: add missing sys importAndreas Buhr2020-05-151-0/+2
* | Rename pre_release_version_type to release_version_typeSimo Fält2020-05-252-4/+4
* | Rename and update some snippetsCristian Maureira-Fredes2020-05-2523-774/+984
* | doc: add tutorial for using qrc filesCristian Maureira-Fredes2020-05-2211-2/+172
* | PySide2: Prepare for Qt 6Friedemann Kleint2020-05-192-6/+14
* | shiboken: Refactor generation of sequence access methodsFriedemann Kleint2020-05-192-8/+13
* | shiboken: Rename enum ContainerTypeEntry::Type to ContainerKindFriedemann Kleint2020-05-197-23/+28
* | shiboken: Support non-type template parameters in functionsFriedemann Kleint2020-05-196-6/+62
* | shiboken: Fix duplicated template parameters of functions with non-type templ...Friedemann Kleint2020-05-191-0/+2
* | shiboken: Add a cast to Py_hash_t in the hash function generatorFriedemann Kleint2020-05-191-3/+6
* | Add support for template type aliasesFriedemann Kleint2020-05-186-11/+217
* | shiboken: Add an internal error when template instantiations are not foundFriedemann Kleint2020-05-181-1/+6
* | pyside2: Prepare build system for Qt 6Friedemann Kleint2020-05-1860-395/+465
* | shiboken: Fix duplicate base classesFriedemann Kleint2020-05-181-4/+0
* | doc: add more videos from Qt eventsCristian Maureira-Fredes2020-05-171-1/+66
* | cmake: one module per line on the cmake macroCristian Maureira-Fredes2020-05-151-3/+31
* | shiboken: Move wrapperName and type into GeneratorContextFriedemann Kleint2020-05-156-65/+79
* | shiboken: Prepare for extending GeneratorContextFriedemann Kleint2020-05-154-14/+28
* | shiboken: Use GeneratorContext in more functionsFriedemann Kleint2020-05-155-55/+99
* | shiboken: Constify GeneratorContextFriedemann Kleint2020-05-158-77/+80
* | shiboken: Refactor ShibokenGenerator::wrapperName()Friedemann Kleint2020-05-153-18/+26
* | Fix imports: add missing sys importAndreas Buhr2020-05-151-0/+2
* | shiboken: Raise C++ default language level to C++ 17 for Qt 6Friedemann Kleint2020-05-151-2/+6
* | Add support for QSerialPortAndreas Buhr2020-05-155-1/+147
* | Revert "Revert "Fix deprecation warnings about Qt::SplitBehavior""Friedemann Kleint2020-05-153-6/+6
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-05-1518-67/+91
|\|
| * shiboken: Make AutoDecRef safeChristian Tismer2020-05-141-1/+3
| * shiboken: Prepare for introduction of __qualname__Christian Tismer2020-05-1417-65/+84
| * siboken: Fix compiler warningFriedemann Kleint2020-05-131-1/+4
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Friedemann Kleint2020-05-133-7/+12
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-05-133-7/+12
| |\|