aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-04-0233-290/+564
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-04-0232-258/+564
| |\|
| | * shiboken: Refactor AbstractMetaBuilder::classesTopologicalSorted()Friedemann Kleint2019-04-016-70/+64
| | * shiboken: Replace QLinkedList by a QVector in the Graph classFriedemann Kleint2019-04-015-21/+24
| | * shiboken: Refactor code declaring and calling the type init functionsFriedemann Kleint2019-03-282-15/+22
| | * Remove unused imageCristián Maureira-Fredes2019-03-271-0/+0
| | * Doc: Add descriptions, pages, and moving modulesCristian Maureira-Fredes2019-03-275-92/+255
| | * shiboken/Typedatabase: Store type system entries separatelyFriedemann Kleint2019-03-266-21/+38
| | * Update logoCristian Maureira-Fredes2019-03-263-0/+0
| | * Improve the Selftest in the RegistryChristian Tismer2019-03-252-35/+101
| | * shiboken/Documentation: Move brief to top of class documentationFriedemann Kleint2019-03-253-2/+44
| | * Doc: Add subtitles to Getting Started to improve readabilityLeena Miettinen2019-03-251-2/+16
| * | Doc: Remove pysideversion fileCristian Maureira-Fredes2019-04-012-32/+0
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-2650-1475/+1754
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-2550-1475/+1754
| |\|
| | * Add contextlib to Preloaded Modules for Embedding with Python 2Christian Tismer2019-03-251-1/+1
| | * Shiboken: Add "noexcept" to wrapper when wrapped function is noexceptVolker Aßmann2019-03-231-0/+3
| | * shiboken: Fix a warning introduced by g++ 8 in the generated codeFriedemann Kleint2019-03-211-2/+4
| | * Amend the Embedding Patch for cx_FreezeChristian Tismer2019-03-211-4/+6
| | * Implement Embedding To Make Signatures Always AvailableChristian Tismer2019-03-2022-305/+1029
| | * Simplify Python Imports For EmbeddingChristian Tismer2019-03-2030-1182/+412
| | * Doc: Add qml application tutorialVenugopal Shivashankar2019-03-2010-0/+319
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-2135-194/+451
|\| |
| * | Add bindings for 5.13Friedemann Kleint2019-03-208-2/+45
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-1927-192/+406
| |\|
| | * Add toBytes() and BufferProtocolCristian Maureira-Fredes2019-03-153-29/+100
| | * shiboken/documentation: Shorten the types in link texts and parametersFriedemann Kleint2019-03-141-18/+23
| | * PySide2 documentation: Do not add module namesFriedemann Kleint2019-03-141-0/+2
| | * shiboken: Generate deprecation information for functions and classesFriedemann Kleint2019-03-132-0/+16
| | * shiboken: Fix the formatting of function signaturesFriedemann Kleint2019-03-132-30/+56
| | * shiboken: Make the indentor helper class more flexibleFriedemann Kleint2019-03-135-49/+95
| | * PySide2: Fix documentation build with module subsetsFriedemann Kleint2019-03-122-1/+5
| | * Add ownership to QGraphicsItemGroup.addToGroupCristian Maureira-Fredes2019-03-051-1/+7
| | * Update link to shiboken's words of advise pageCristian Maureira-Fredes2019-03-041-1/+1
| | * Amend The Python 3.5 FixChristian Tismer2019-03-016-25/+3
| | * Fix Refcounting Bug Shown By __doc__ HandlingChristian Tismer2019-03-011-2/+9
| | * shiboken: Handle <array> modifications in template inheritanceFriedemann Kleint2019-03-017-36/+89
* | | Bump version strings to 5.14Friedemann Kleint2019-03-202-4/+4
* | | PySide2: Fix Qt3D events' modifier enumerations for 5.14Friedemann Kleint2019-03-201-2/+2
* | | PySide2/QtGui: Temporarily work around link errorFriedemann Kleint2019-03-201-0/+3
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Friedemann Kleint2019-03-0130-96/+949
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into devFriedemann Kleint2019-03-0130-96/+949
| |\|
| | * shiboken: Add allow-thread attribute to type system and class entriesFriedemann Kleint2019-02-288-35/+97
| | * Doc: Avoid marketing Qt for Python as a productVenugopal Shivashankar2019-02-281-6/+6
| | * shiboken: Fix exception handling when specified in base classFriedemann Kleint2019-02-284-45/+91
| | * shiboken: Extend the exception handling testFriedemann Kleint2019-02-262-11/+97
| | * Fix conversions of list of smart pointers to pythonRenato Araujo Oliveira Filho2019-02-265-1/+60
| | * Prevent Python 3.5 From Crashing The BuildChristian Tismer2019-02-267-3/+499
| | * Add setPageSize new signature to QPageSizeCristian Maureira-Fredes2019-02-262-0/+49
| | * Allow Subclassing PyCFunction in Extension ModulesChristian Tismer2019-02-251-2/+2