aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-07-03396-26978/+3393
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-07-023-11/+8
| |\
| | * Leave QVariantMap as a name, not a typeCristian Maureira-Fredes2019-07-022-6/+1
| | * Update pyside2-tools submoduleFriedemann Kleint2019-07-011-0/+0
| | * Fix qApp import of QCoreApplicationChristian Tismer2019-06-281-5/+7
| * | Update pyside2-tools submoduleFriedemann Kleint2019-07-021-0/+0
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-06-26336-24401/+819
| |\|
| | * shiboken: Fix various clang warningsFriedemann Kleint2019-06-2531-153/+151
| | * shiboken: Replace C-style casts by C++ castsFriedemann Kleint2019-06-256-20/+19
| | * shiboken: Replace 'typedef' by 'using'Friedemann Kleint2019-06-2543-145/+133
| | * shiboken: Introduce autoFriedemann Kleint2019-06-2521-128/+127
| | * shiboken: Introduce nullptrFriedemann Kleint2019-06-2565-278/+278
| | * Cleanup pointer and trailing whitespace (omissions)Christian Tismer2019-06-2524-82/+82
| | * Remove left-over C++ example snippetsFriedemann Kleint2019-06-25207-23560/+0
| | * shiboken: Introduce member initializationFriedemann Kleint2019-06-2515-35/+29
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-06-2488-2577/+2581
| |\|
| | * shiboken: Fix out of bounds string accessFriedemann Kleint2019-06-241-1/+1
| | * Cleanup pointer whitespace everywhereChristian Tismer2019-06-2487-2576/+2580
| * | Doc: Fix minor issuesVenugopal Shivashankar2019-06-193-6/+8
| * | Doc: Fix typoVenugopal Shivashankar2019-06-131-1/+1
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-06-201-2/+3
| |\|
| | * Use default compiler on macOSCristián Maureira-Fredes2019-06-191-2/+3
| * | Example: Move the SQL statementsVenugopal Shivashankar2019-06-181-29/+22
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-06-1930-1141/+4188
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-06-1921-116/+326
| |\|
| | * Fix type name for lookup of QFlags<> convertersFriedemann Kleint2019-06-181-8/+23
| | * shiboken: Generate code for smart pointers only within declaring packageFriedemann Kleint2019-06-131-2/+5
| | * Support the qApp macro in "scriptable application"Christian Tismer2019-06-175-15/+47
| | * Revert "shiboken: Disambiguate indexes of smart pointer types"Friedemann Kleint2019-06-131-4/+1
| | * shiboken: Fix handling shared pointers passed by const-ref, take 2Friedemann Kleint2019-06-132-5/+9
| | * shiboken: Enable specifying names for a parameters of added functionsFriedemann Kleint2019-06-055-10/+59
| | * Signature: Try to recognize unknown modules in errorhandler.pyChristian Tismer2019-05-301-52/+42
| | * Complete the help() support for TypesChristian Tismer2019-01-183-0/+32
| | * Fix negative refcount on QSocketNotifierChristian Tismer2019-06-102-2/+3
| | * Bump version strings to 5.12.4Simo Fält2019-06-102-2/+2
| | * Shiboken: prune non-existent includeJulien Schueller2019-05-281-2/+1
| | * PySide: Allow any existing attribute in the constructorChristian Tismer2019-06-043-16/+104
| * | Doc: Minor language editsVenugopal Shivashankar2019-06-123-71/+76
| * | Doc: add official CSSCristián Maureira-Fredes2019-05-096-954/+3786
* | | Update pyside2-tools submoduleFriedemann Kleint2019-06-111-0/+0
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-06-0732-43/+2081
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-06-0715-43/+260
| |\|
| | * CMake: Change the default behavior CMAKE_BUILD_TYPEJulien Schueller2019-06-063-9/+8
| | * shiboken: Disambiguate indexes of smart pointer typesFriedemann Kleint2019-06-061-1/+4
| | * correct bool(qApp) on Python 2Christian Tismer2019-06-062-2/+32
| | * shiboken: Fix generation of init functions and types for const-refs of smart ...Friedemann Kleint2019-06-064-2/+19
| | * Implement the Buffer Protocol on VoidPtrRenaud Aubin2019-06-052-3/+91
| | * Fix build on centOS/conda forgeFriedemann Kleint2019-05-292-5/+21
| | * Update pyside2-tools submoduleFriedemann Kleint2019-05-271-0/+0
| | * Make the __signature__ attribute writable by defaultChristian Tismer2019-05-271-21/+85