aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-0615-57/+822
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-01-0615-57/+822
| |\
| | * 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
| | * Restore QTEST_ENVIRONMENT variable for test runSimo Fält2019-12-201-0/+3
| | * Fix the registry after QTEST_ENVIRONMENT=ci was restoredChristian Tismer2019-12-201-0/+4
| | * Fix building without doc generatorFriedemann Kleint2019-12-191-0/+3
| | * Add changelog for 5.14.0Cristian Maureira-Fredes2019-12-161-0/+69
| | * Add external python modules examplesCristián Maureira-Fredes2019-12-136-0/+633
* | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-12-1629-211/+378
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2019-12-1316-48/+144
| |\|
| | * 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
| | * Fix tools\debug_windows.py to properly display possible error snippetsAlexandru Croitor2019-12-091-1/+1
| | * Add better error handling to debug windows python scriptAlexandru Croitor2019-12-091-9/+14
| | * Doc: Fix warnings about link targets and indentationVenugopal Shivashankar2019-12-0611-33/+58
| | * Remove QtScript from missing bindings scriptMariana Meireles2019-12-051-1/+0
| * | 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
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Friedemann Kleint2019-12-11356-292685/+173698
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-12-06356-292685/+173698
| |\| |
| | * | 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-0550-839/+1216
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2019-12-0550-839/+1216
| | | |\|
| | | | * Optimize the Python 3.8 refcount fix a tiny bitChristian Tismer2019-12-051-1/+1
| | | | * Update config.py to allow Python 3.8 in pipChristian 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
| | | | * Replace OPTION_* by a dictionaryCristián Maureira-Fredes2019-12-037-172/+171
| | | | * 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