aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add tool for creating a license pageFriedemann Kleint2018-04-302-1/+152
* Doc: Update the footer CSS styleVenugopal Shivashankar2018-04-301-1/+1
* Doc: Use additional include paths for some Qt modulesTopi Reinio2018-04-304-0/+4
* Implement Python slicing support for QByteArrayBoxiang Sun2018-04-303-19/+103
* Doc: Use product name and python module names appropriatelyVenugopal Shivashankar2018-04-306-19/+14
* Rename PySide references to Qt for PythonCristian Maureira-Fredes2018-04-271222-1222/+1222
* Remove currentThreadId bindingCristian Maureira-Fredes2018-04-277-6/+1
* Doc: Add top-level index and getting started informationVenugopal Shivashankar2018-04-278-23/+210
* Add missing flag for QChartViewCristian Maureira-Fredes2018-04-261-1/+1
* Add QtPositioning and QtLocationFriedemann Kleint2018-04-249-1/+414
* shiboken: Strip parameters of invalid type with a default value expressionFriedemann Kleint2018-04-231-4/+0
* QWebEngineDownloadItem: Add enum SavePageFormatFriedemann Kleint2018-04-201-0/+1
* Add QtSensorsFriedemann Kleint2018-04-205-1/+290
* Improve qt.conf registration handlingAlexandru Croitor2018-04-202-1/+43
* Add QtWebEngineCore moduleDavid Rosca2018-04-207-1/+202
* Add installed package directory to PATH on WindowsAlexandru Croitor2018-04-201-3/+9
* Fix QtWebEngineProcess related issues on the supported platformsAlexandru Croitor2018-04-203-1/+29
* Remove white spaces from signature label in XMLsCristian Maureira-Fredes2018-04-1918-473/+473
* Check default superclass when getting baseClassesCristian Maureira-Fredes2018-04-193-1/+78
* Transfer ownership of the header to the QTreeViewCristian Maureira-Fredes2018-04-192-1/+13
* Transfer ownership of new Widget to QTreeWidgetCristian Maureira-Fredes2018-04-193-0/+70
* fix more qApp crashesChristian Tismer2018-04-193-1/+70
* Add default return value to pythonTypeIsValueTypeCristian Maureira-Fredes2018-04-191-1/+36
* Use XINCREF/XDECREF in PyObjectWrapper constructorCristian Maureira-Fredes2018-04-191-6/+6
* Update deprecated Qsql headerCristian Maureira-Fredes2018-04-191-1/+1
* Fix qt_attribution.jsonFriedemann Kleint2018-04-181-0/+12
* Stabilize returnquadruplesofnumbers_test:testQPrinterGetPageMargins()Friedemann Kleint2018-03-261-6/+14
* Add missing flags for AnimationOptionsCristian Maureira-Fredes2018-03-191-1/+1
* Move QStringListModel to QtCoreJulien Schueller2018-03-196-6/+4
* Correct the test location for minimal buildsChristian Tismer2018-03-157-4/+3
* Fix ownership transference in QDropEvent.sourceCristian Maureira-Fredes2018-03-151-1/+1
* Docs/inheritance_diagram.py: Remove compat importFriedemann Kleint2018-03-141-2/+1
* Check for compatible Qt version when building PySide2Alexandru Croitor2018-03-061-1/+1
* QtCore: Fix documentation modificationsFriedemann Kleint2018-03-061-6/+3
* Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2018-03-059-35/+162
|\
| * Implement proper package versioningAlexandru Croitor2018-03-026-31/+75
| * Fix QValidator fixup() behaviorCristian Maureira-Fredes2018-03-013-4/+32
| * Add rudimentary support for address sanitizer buildsAlexandru Croitor2018-02-231-0/+16
* | Update the pysideversion.rst documentFriedemann Kleint2018-03-021-9/+9
* | Revert "Temporarily disable building of Qt3D for Qt >= 5.10"Friedemann Kleint2018-03-021-1/+1
* | Check slot-signal association when connectingCristian Maureira-Fredes2018-03-022-4/+95
* | Documentation/inheritance_diagram.py: Fix import logicFriedemann Kleint2018-03-021-38/+36
* | Fix inheritance_diagram.py to run with Python3Friedemann Kleint2018-02-271-6/+7
* | Augment signature mapping for 5.11Christian Tismer2018-02-261-1/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2018-02-2310-374/+38
|\|