aboutsummaryrefslogtreecommitdiffstats
path: root/PySide2
Commit message (Expand)AuthorAgeFilesLines
* Add since attribute for QMimeType, QMimeDatabase in typesystemLiang Qi2017-02-091-2/+2
* Add QMimeType, QMimeDatabase to typesystemLiang Qi2017-01-242-0/+7
* Fix PySide QtQuick build with Qt 5.5.1Alexandru Croitor2017-01-234-6/+12
* Stop shiboken crash due to incorrect interpretation of float[][] typesAlexandru Croitor2016-12-222-1/+6
* Handle WId as primitive type PyLongFriedemann Kleint2016-12-223-56/+16
* Fix QtQuick bindings generationAlexandru Croitor2016-12-222-11/+115
* Add some missing OpenGL and accessibility related items to QtGuiAlexandru Croitor2016-12-222-0/+33
* Add flags property for Qt::InputMethodQuery enumAlexandru Croitor2016-12-221-1/+1
* Fix PyTypeObject for Python < 3.4Christian Tismer2016-12-151-1/+1
* QQmlIncubationController fixes and new VolatileBool typeAlexandru Croitor2016-12-136-3/+201
* Improve QtQml typesystem to generate more bindingsAlexandru Croitor2016-12-132-40/+77
* Get indexOfTopLevelItem() in QTreeWidget backLiang Qi2016-12-121-2/+0
* Add QFileSelector to typesystemAlexandru Croitor2016-12-092-0/+2
* Fix the QtCore XMLChristian Tismer2016-11-171-1/+2
* Fix QObject to QVariant conversionAlexandru Croitor2016-10-211-4/+8
* Wrap licenses of the XML[.in] files in C++ commentsFriedemann Kleint2016-10-1939-1327/+1483
* Make QtQml / QtQuick workAlexandru Croitor2016-10-199-110/+437
* Build QtOpenGL supportChristian Tismer2016-10-194-13/+15
* Added missing license headers of the libraries/runtime partsFriedemann Kleint2016-10-1815-0/+583
* Re-add licensecomment.txtFriedemann Kleint2016-10-121-0/+38
* Add headers and licensesFriedemann Kleint2016-10-111-23/+0
* Updated remaining license headers of the runtime partsFriedemann Kleint2016-09-2910-194/+349
* Clean some Qt 5 comments from the typesystem filesFriedemann Kleint2016-09-277-287/+0
* Updated license headers of the typesystem XML filesFriedemann Kleint2016-09-2739-580/+1254
* QMessageBox: Exclude obsolete overloads of functionsFriedemann Kleint2016-09-211-0/+9
* Fix build dependency QtWebEngineWidgets has on QtWebChannelRob Blau2016-09-152-4/+4
* Re-enable QtMultimediaFriedemann Kleint2016-09-123-45/+11
* Fix bindings of QMessageLogContextFriedemann Kleint2016-09-081-1/+1
* Do not add reference to QMenu in QToolButton::setMenu()Friedemann Kleint2016-08-301-3/+0
* Add knowledge of QtWebChannel classes for QtWebEngineWidgetsRob Blau2016-08-152-0/+6
* Fix build warnings related to enumerationsFriedemann Kleint2016-07-266-11/+8
* Fix compilation problem with VS2015Christian Tismer2016-06-015-0/+132
* enum-type of QJsonParseError is not correct. It should be ParseError..zhihaoadsk2016-04-141-1/+1
* 1. These 2 new functions could be suppressed by editing PySide2/QtTest/typesy...zhihaoadsk2016-04-145-5/+10
* Merge pull request #74 from BadSingleton/BadSingleton-emit-QAbstractItemModel...Christian Tismer2016-03-011-0/+3
|\
| * Update typesystem_core_common.xmlBadSingleton2016-02-261-0/+3
* | Moved QItemSelection and QItemSelectionRange to QtCore from QtGui. Changes in...BadSingleton2016-02-294-6/+15
|/
* Fix setAlignment() of QHBoxLayout/QVBoxLayoutzhihaoadsk2016-02-251-0/+7
* Build QtUiTools on Windowszhihaoadsk2016-02-152-3/+1
* build QtUiTools on windowszhihaoadsk2016-02-142-8/+8
* Qt5X11Extras becomes optional. make command upper case.Guillaume Bâty2016-02-081-1/+1
* Add support for Qt X11 Extras module.Mateusz Skowroński2016-02-077-67/+81
* Being more concrete in the warning messageThomas Karl Pietrowski2016-02-071-1/+1
* Fixing typoThomas Karl Pietrowski2016-02-051-1/+1
* Warn about non-generated X11 wrappers and skipping them.Thomas Karl Pietrowski2016-02-051-5/+6
* Unset Q_QDOC, when "ENABLE_X11" is ONThomas Karl Pietrowski2016-02-051-1/+1
* Ensure all found modules get testedempyrical2015-12-031-0/+3
* Add missing QWidget::addAction(QAction*) overloadempyrical2015-12-021-0/+25
* Ensure the GIL in globalPostRoutineCallback()empyrical2015-11-161-0/+1
* Merge branch 'json_tweaks' of https://github.com/empyrical/pyside2 into empyr...Christian Tismer2015-11-152-2/+37
|\