aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-01-067-57/+117
|\
| * Fix Limited API for Python 3.8Christian Tismer2020-01-061-1/+1
| * Shiboken: QtDoc: Change the order of entries at the beginningVenugopal Shivashankar2020-01-051-2/+2
| * Doc: Update toctree to include only the module indexVenugopal Shivashankar2020-01-051-1/+1
| * docs: Propose new structure for API indexKavindra Palaraja2020-01-022-37/+59
| * qApp: make sure to create the right instance when embeddingChristian Tismer2020-01-021-23/+47
| * qApp: Ensure QtCore import when embedded QApplication subclass is usedChristian Tismer2019-12-201-1/+8
| * Fix the registry after QTEST_ENVIRONMENT=ci was restoredChristian Tismer2019-12-201-0/+4
| * Fix building without doc generatorFriedemann Kleint2019-12-191-0/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2019-12-1314-38/+130
|\|
| * Doc: Document the Property function in QtCoreVenugopal Shivashankar2019-12-121-0/+62
| * Finalize the Python 3.8 refcount fixChristian Tismer2019-12-121-5/+7
| * Shiboken: QtDoc: Fix the fancy TOC in the module index pageVenugopal Shivashankar2019-12-121-0/+3
| * Doc: Fix warnings about link targets and indentationVenugopal Shivashankar2019-12-0611-33/+58
* | shiboken/TypeDatabase: Add a look up for names excluding inline namespacesFriedemann Kleint2019-12-135-3/+65
* | shiboken: Remove unused codeFriedemann Kleint2019-12-122-60/+0
* | Add a test for a Smartptr<const Foo>Friedemann Kleint2019-12-123-0/+25
* | shiboken: Handle smart pointers with const pointeesFriedemann Kleint2019-12-122-15/+44
* | shiboken: Add explanatory comment to getattro functionFriedemann Kleint2019-12-111-0/+2
* | shiboken: Do not generate smart pointer templates in namespacesFriedemann Kleint2019-12-111-1/+1
* | shiboken: Improve error message about not finding smart pointersFriedemann Kleint2019-12-111-2/+4
* | shiboken: Test setters/getters of classes held by smart pointersFriedemann Kleint2019-12-104-6/+24
* | shiboken: Refactor the generated getattro()-methodFriedemann Kleint2019-12-101-75/+57
* | libshiboken/introduceWrapperType(): Emit warning on failuresFriedemann Kleint2019-12-101-2/+13
* | shiboken: Fix usage of Qt's endl, preparing for Qt 6Friedemann Kleint2019-12-0611-1091/+1077
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Friedemann Kleint2019-12-0542-666/+1044
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2019-12-0542-666/+1044
| |\|
| | * Optimize the Python 3.8 refcount fix a tiny bitChristian Tismer2019-12-051-1/+1
| | * Fix Python 3.8 problemsChristian Tismer2019-12-0519-30/+148
| | * docs: Simplify the Quick Start topicKavindra Palaraja2019-12-042-23/+19
| | * New documentation structureCristián Maureira-Fredes2019-12-0322-636/+900
* | | shiboken: Add a way of specifying system includes to be parsedFriedemann Kleint2019-12-058-1/+61
|/ /
* | shiboken: Fix passing of the parent type to smart pointer init functionsFriedemann Kleint2019-12-054-19/+43
* | shiboken: Handle inline namespacesFriedemann Kleint2019-12-038-1/+45
* | shiboken: Fix classes in hidden namespacesFriedemann Kleint2019-12-0319-25/+220
* | shiboken: Clean up handling of enclosing classFriedemann Kleint2019-12-035-62/+32
* | libsample: Test renaming via "target-lang-name" attributeFriedemann Kleint2019-12-037-0/+160
* | shiboken: Refactor Debug operator of AbstractMetaClassFriedemann Kleint2019-12-032-51/+59
* | shiboken: Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-12-032-3/+3
* | Bump version numbersSimo Fält2019-12-032-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2019-11-2920-441/+347
|\|
| * Fix refcount issues with QSettings glue codeCristián Maureira-Fredes2019-11-281-4/+11
| * Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-11-285-4/+7
| |\
| | * Remove QGraphicsItem::scroll from QtCharts5.13Mariana Meireles2019-11-261-0/+3
| | * Bump version numbersSimo Fält2019-11-112-2/+2
| * | docs: Propose new structure for overviewKavindra Palaraja2019-11-271-36/+4
| * | docs: Clean up the PyInstaller topicKavindra Palaraja2019-11-271-66/+50
| * | shiboken: Refactor metatype comparisonFriedemann Kleint2019-11-253-42/+50
| * | Shiboken: QtDoc: Fix the new filename logic for the extras foundVenugopal Shivashankar2019-11-251-1/+1
| * | shiboken: Refactor target lang nameFriedemann Kleint2019-11-257-157/+76