aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Cleanup version strings for 5.13.0 releaseSimo Fält2019-06-202-4/+4
* 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.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
* | 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
* | Add some missing Qt3D Animations classesMike Krus2019-06-052-0/+18
* | Docs: Add Expenses tool tutorialCristian Maureira-Fredes2019-05-2714-0/+1803
* | Update pyside2-tools submoduleFriedemann Kleint2019-05-271-0/+0
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-2422-202/+389
|\|
| * shiboken: Make it possible to extend namespacesFriedemann Kleint2019-05-2220-40/+309
| * Fix propagation of existing LD env vars when calling generate_pyiAlexandru Croitor2019-05-211-9/+20
| * generate_pyi: Simplify, Enhance and Get Rid Of Any Import ProblemsChristian Tismer2019-05-192-153/+60
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-203-11/+150
|\|
| * Fix pyi generation on WindowsAlexandru Croitor2019-05-141-0/+13
| * Add Some Hints For Dealing With PyInstallerChristian Tismer2019-05-141-0/+49
| * Fix Shiboken.ObjectType.__new__ for Python 2.7 V2Christian Tismer2019-05-141-11/+88
* | Update deployment docs for fbs 0.7.6Michael Herrmann2019-05-092-17/+13
* | PySide2/QtOpenGLFunctions: Add modifications for newly added functions in 5.13Friedemann Kleint2019-05-072-0/+15
* | PySide2/QtLocation: Remove temporary workaround for missing functionsFriedemann Kleint2019-05-071-3/+0
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-0658-416/+2082
|\|
| * Port property/signal/slot handling of libpyside to use QByteArrayFriedemann Kleint2019-05-066-227/+171
| * shiboken: Fix some spelling errors in function namesFriedemann Kleint2019-05-043-6/+6
| * shiboken: Refactor code generating multiple inheritanceFriedemann Kleint2019-05-033-34/+20
| * Use PyUnicode_GetLength instead of PyUnicode_GetSizeCristian Maureira-Fredes2019-05-032-1/+7
| * libpyside: Refactor code building the signatureFriedemann Kleint2019-05-021-4/+4
| * Add PySide2: Add OpenGL version functions as separate moduleFriedemann Kleint2019-05-0231-15/+1654