aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
Commit message (Expand)AuthorAgeFilesLines
* Fix glitch in voidptr.cpp after the PEP 384 commitChristian Tismer2018-06-052-0/+48
* Doc: Include webengine module docsVenugopal Shivashankar2018-06-053-0/+10
* Doc: Update the html_title and download.qt.io URLVenugopal Shivashankar2018-06-012-2/+2
* Doc: Document the tabbed browser demoVenugopal Shivashankar2018-06-014-4/+78
* Improve the QByteArray implementationBoxiang Sun2018-06-0131-187/+281
* Improve sbkstring::toCString to support unicodeBoxiang Sun2018-06-011-0/+5
* Fix test to assert only if english is the localeCristian Maureira-Fredes2018-06-011-4/+4
* Add missing API of QtWebEngineWidgetsDavid Rosca2018-06-012-10/+21
* Don't pass -DFORCE_LIMITED_API=yes from setup.py unless asked forAlexandru Croitor2018-05-311-1/+1
* Fix module names to contain correct limited api suffixAlexandru Croitor2018-05-311-47/+51
* PEP 384-squash: Implement PEP 384Christian Tismer2018-05-3037-655/+516
* Fix qtattributionsscannertorst.pyFriedemann Kleint2018-05-291-37/+28
* Documentation: Fix some oversights in the index pageFriedemann Kleint2018-05-281-2/+2
* Documentation: Fix Qt11ExtrasFriedemann Kleint2018-05-281-1/+6
* Documentation: Add QtMultimediaWidgetsFriedemann Kleint2018-05-282-0/+5
* Add QtScxml to the documentationFriedemann Kleint2018-05-252-1/+5
* Remove left-over documentation filesFriedemann Kleint2018-05-251-120/+0
* Doc: Use relative path to the shiboken docsVenugopal Shivashankar2018-05-251-1/+1
* Add QtScxmlFriedemann Kleint2018-05-246-1/+275
* Use SPDX name / ID for python licenseKai Koehne2018-05-222-2/+46
* Be more verbose about which Qt CMake dirs were foundAlexandru Croitor2018-05-171-5/+6
* Update Logo to the "Qt for Python" logo, 400x94Friedemann Kleint2018-05-162-1/+1
* Add more QtMultimedia classesFriedemann Kleint2018-05-165-3/+41
* Fix building PySide2 with ninjaAlexandru Croitor2018-05-161-1/+5
* Make it possible to specify a target directory for additional documentationFriedemann Kleint2018-05-161-0/+2
* QtGui: Remove duplicate entry for QAccessible, take 2Friedemann Kleint2018-05-151-12/+3
* Add option --skip-modulesCristian Maureira-Fredes2018-05-151-0/+8
* Add default parameter to Q*ApplicationsCristian Maureira-Fredes2018-05-159-0/+147
* Add QProxyStyleFriedemann Kleint2018-05-143-1/+33
* Change license from last filesCristian Maureira-Fredes2018-05-141-1/+1
* QtGui: Remove duplicate entry for QAccessibleFriedemann Kleint2018-05-141-1/+0
* Add more QtWidget classesFriedemann Kleint2018-05-142-0/+15
* Doc: Add a link to the shiboken docsVenugopal Shivashankar2018-05-143-17/+12
* Add more QtGui classesFriedemann Kleint2018-05-112-3/+61
* Increase Python minimal accepted versionCristian Maureira-Fredes2018-05-111-2/+2
* Add more QtCore classesFriedemann Kleint2018-05-118-1/+176
* Disable WebKitCristian Maureira-Fredes2018-05-091-1/+4
* Fix QSocketNotifier constructorCristian Maureira-Fredes2018-05-093-21/+81
* Add more bindings for QtNetworkFriedemann Kleint2018-05-097-9/+120
* Fix Qt OpenGL entry in index.rstFriedemann Kleint2018-05-071-1/+1
* Use PyLong instead of PyInt for QVariantCristian Maureira-Fredes2018-05-041-2/+3
* Doc: Add license page to TOCFriedemann Kleint2018-05-031-0/+1
* Decode qtattributionsscanner output to UTF-8Topi Reinio2018-05-031-1/+1
* Doc: Pass include paths via qdocconf instead of command lineTopi Reinio2018-05-032-7/+10
* Change license from all the filesCristian Maureira-Fredes2018-05-031226-1226/+1226
* Add option to create additional documentationFriedemann Kleint2018-05-022-0/+584
* Add Positioning, Location and Sensors to documentationFriedemann Kleint2018-05-024-0/+17
* Doc: Update the QML advanced tutorialVenugopal Shivashankar2018-05-0219-141/+217
* Re-add QShortcutEvent removed methodsAlexandru Croitor2018-05-021-5/+0
* Avoid set parent for QLabel.pixmap()Cristian Maureira-Fredes2018-05-015-3/+105