aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
...
* | Registry/init_platform.py: Output build informationFriedemann Kleint2019-10-241-4/+19
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Friedemann Kleint2019-10-2442-9/+2601
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-10-1842-9/+2601
| |\|
| | * Doc: Minor fixes to the snippets and their orderVenugopal Shivashankar2019-10-163-2/+4
| | * Doc: Fix the broken download linksVenugopal Shivashankar2019-10-151-2/+2
| | * Doc: Set up necessary infra. for example doc generationVenugopal Shivashankar2019-10-1510-1/+145
| | * Shiboken: QtDoc generator: Handle 'group' tag as a 'page' tagVenugopal Shivashankar2019-10-151-4/+6
| | * Doc: Add Porting guide tutorialVenugopal Shivashankar2019-10-1529-0/+2443
| | * Shiboken: Provide a context for the additional docsVenugopal Shivashankar2019-10-071-1/+2
* | | Update CI registries and URL for scrape scriptCristián Maureira-Fredes2019-10-245-442/+17
|/ /
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-10-0810-7/+76
|\|
| * shiboken: Fix handling of modified default expressionsFriedemann Kleint2019-10-046-5/+48
| * Fix bad shutdown effect on QApplication.instance()Christian Tismer2019-09-302-2/+25
| * Remove trailing whitespace from __repr__Andreas Beckermann2019-09-271-0/+1
| * Shiboken: Add check for 'external' link typeVenugopal Shivashankar2019-09-251-0/+2
* | shiboken: Remove ShibokenGenerator::getDefaultValue()Friedemann Kleint2019-10-043-29/+8
* | shiboken/AbstractMetaArgument: Separate functionsFriedemann Kleint2019-10-042-5/+8
* | shiboken: Streamline code for argument default value modificationFriedemann Kleint2019-10-043-90/+36
* | libpyside: Use new static stringsFriedemann Kleint2019-10-046-8/+134
* | shiboken/Sample test: Remove ambiguous modificationFriedemann Kleint2019-10-031-1/+0
* | Enable the Function Registry for 5.14 finaleChristian Tismer2019-10-0119-287871/+157721
* | patch_tp_new_wrapper(): Add an assert for the "__new__" entryFriedemann Kleint2019-10-011-0/+1
* | Enable the Function Registry for 5.14 augmentedChristian Tismer2019-09-304-11/+43
* | Speed: Avoid some repeated string constant initializationFriedemann Kleint2019-09-3016-90/+392
* | Enable the Function Registry for 5.14Christian Tismer2019-09-287-66/+74
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-251-1/+2
|\|
| * libpyside: Fix compiler warningFriedemann Kleint2019-09-251-1/+2
* | Add bindings for Qt 5.14Friedemann Kleint2019-09-257-0/+29
* | Clean up string related macrosFriedemann Kleint2019-09-246-20/+7
* | Ignore deprecation warning about QSysInfo classChristian Tismer2019-09-212-4/+11
* | PySide: Clean up indentation, fix refcounts and improve generated codeChristian Tismer2019-09-182-22/+27
* | Fix Signature after Merging 5.14Christian Tismer2019-09-135-13/+18
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Friedemann Kleint2019-09-122-11/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-112-11/+5
| |\|
| | * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Friedemann Kleint2019-09-113-6/+2
| | |\
| | | * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-09-113-6/+2
| | | |\
| | | | * Remove extra ref on QDataStream::setDeviceCristian Maureira-Fredes2019-09-061-6/+0
| | | | * Fix heaptype conflict with QtCore.QObject.__new__in Python 2.7Christian Tismer2019-09-061-40/+54
| | | | * Bump version for 5.12.5Simo Fält2019-08-272-2/+2
| | | | * Update pyside2-tools submoduleFriedemann Kleint2019-08-151-0/+0
| | * | | Fix formatting of the deployment documentationFriedemann Kleint2019-09-111-5/+5
| | |/ /
| | * | Bump version to 5.13.2Simo Fält2019-09-062-2/+2
* | | | shiboken: Introduce flags for AbstractMetaBuilder*::translateType*Friedemann Kleint2019-09-124-17/+31
|/ / /
* | | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-0528-777/+1612
|\| |
| * | Fix heaptype conflict with QtCore.QObject.__new__in Python 2.7Christian Tismer2019-09-031-40/+54
| * | Doc: Improve the documentation styleTopi Reinio2019-09-022-40/+152
| * | signature: Support typing.Optional[T] and refine a bitChristian Tismer2019-08-298-78/+161
| * | CMake modularization: macros creationCristián Maureira-Fredes2019-08-287-441/+486
| * | Fix a typing bug in Python 2.7 and updateChristian Tismer2019-08-222-94/+431
| * | Add QtCore.Slot.__signature__ and much more manuallyChristian Tismer2019-08-2112-65/+164