aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-09-1017-16/+261
|\
| * shiboken2: Fix property parsingFriedemann Kleint2020-09-103-8/+28
| * One more fix for the missing win runtime libsSimo Fält2020-09-091-1/+5
| * Add changelog for 5.15.1Cristian Maureira-Fredes2020-09-091-0/+67
| * Implement default __ne__ and __eq__ for all PySide typesAlex Hughes2020-09-087-1/+125
| * Add the QWidget *-based overloads of the QtWinExtras functionsCristian Maureira-Fredes2020-09-083-2/+14
| * testing: Ensure that build dir precedes site-packagesChristian Tismer2020-09-071-3/+8
| * QDomElement: remove unnecesary setAttribute overloadsCristian Maureira-Fredes2020-09-041-1/+14
* | Clean up some warningsFriedemann Kleint2020-09-093-9/+3
* | Re-add missing toolsFriedemann Kleint2020-09-084-1/+151
* | Remove pyside-tools from qp5_toolFriedemann Kleint2020-09-071-3/+0
* | Further cleanup of CMakeListsFriedemann Kleint2020-09-048-3700/+67
* | Fix some testsFriedemann Kleint2020-09-043-83/+0
* | Remove the pyside-tools moduleFriedemann Kleint2020-09-043-47/+1
* | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-09-0415-24/+59
|\|
| * signature: Use a clean init function to initialize itChristian Tismer2020-09-046-8/+30
| * Add compatibility with NuitkaChristian Tismer2020-09-046-13/+24
| * __feature__: ignore if `__name__` does not exist in a moduleChristian Tismer2020-09-031-1/+2
| * Fix up qprocess_test.pyFriedemann Kleint2020-09-031-1/+2
| * Remove MinGW from Qt for Python CI configSimo Fält2020-09-031-1/+1
* | Fix QtSql to buildFriedemann Kleint2020-09-041-1/+1
* | Add QKeyCombinationFriedemann Kleint2020-09-043-5/+12
* | Bump cmake version to 3.16Friedemann Kleint2020-09-0416-41/+25
* | Remove QtScript, QtXmlPatternsFriedemann Kleint2020-09-0441-2091/+1
* | Remove Python2 from PySide2 testsFriedemann Kleint2020-09-0444-461/+239
* | Remove Python2 from shiboken testsFriedemann Kleint2020-09-0316-247/+34
* | Further cleanups of Python2 in C++ codeFriedemann Kleint2020-09-0311-1004/+10
* | Remove most QT_VERSION checksFriedemann Kleint2020-09-0310-79/+2
* | Rename QFileDevice::MemoryMapFlagsFriedemann Kleint2020-09-031-2/+2
* | Remove Python2 from C++ codeFriedemann Kleint2020-09-0322-431/+49
* | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-09-0311-133/+231
|\|
| * Add support for briefdescription in doxygen parseRenato Araujo Oliveira Filho2020-09-025-66/+135
| * Skip sphinx indexing for functions with multiple signaturesRenato Araujo Oliveira Filho2020-09-022-4/+9
| * Fix constructor documentation for classes with namespaceRenato Araujo Oliveira Filho2020-09-021-8/+4
| * Fix documentation for functions argumentRenato Araujo Oliveira Filho2020-09-021-15/+34
| * Make sure to document class names without constructorsRenato Araujo Oliveira Filho2020-08-311-19/+23
| * Fix doc generation for class with namespaceRenato Araujo Oliveira Filho2020-08-311-18/+20
| * signature: Avoid non-existent attributes in compiled code (Nuitka)Christian Tismer2020-08-315-5/+6
| * Return QVariantList when using list as Signal argumentCristian Maureira-Fredes2020-08-311-0/+2
* | Fix some warnings in QtNetworkFriedemann Kleint2020-09-021-5/+3
* | shiboken2: Use the cmake targets provided by LLVMFriedemann Kleint2020-09-012-79/+16
* | Remove QPagedPaintDevice::MarginsFriedemann Kleint2020-09-012-2/+0
* | Adapt to recent Qt 6 changesFriedemann Kleint2020-09-0118-661/+27
* | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-08-3120-121/+187
|\|
| * shiboken: Fix __doc__ setter for derived typesChristian Tismer2020-08-314-3/+34
| * CSS: Make sidebar stick to the topTopi Reinio2020-08-262-2/+12
| * signature: pass `self` directly from parserChristian Tismer2020-08-246-38/+46
| * Polish the syntaxhighlighter exampleFriedemann Kleint2020-08-201-55/+56
| * support Python 3.9Christian Tismer2020-08-198-23/+39
* | Fix build after removing refcounting from QMetaTypeInterfaceFriedemann Kleint2020-08-311-3/+0