aboutsummaryrefslogtreecommitdiffstats
path: root/PySide2
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-05-183-4/+4
|\
| * Add flags for TouchPointStateFriedemann Kleint2017-05-181-1/+1
| * Add QMacPasteboardMime and qRegisterDraggedTypes() to typesystemLiang Qi2017-05-132-3/+3
* | Adapt suppression pattern for parameter type warning to new formatFriedemann Kleint2017-05-181-1/+1
* | Remove qmacstyle_mac.h and duplicate includes in global.h.in fileAlexandru Croitor2017-05-091-10/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-05-0918-514/+831
|\|
| * Rewrite CMake scripts and generate includes for global.h.inChristian Tismer2017-05-092-249/+84
| * Remove fixup_headers after fixing shiboken for C++11Christian Tismer2017-05-095-170/+0
| * QtGui/QRawFont: Exclude member functions with array parametersFriedemann Kleint2017-05-081-0/+3
| * Add support for Qt Mac Extras moduleLiang Qi2017-05-054-0/+114
| * Add support for Qt Win Extras moduleLiang Qi2017-05-034-0/+128
| * QtGui: Add more non-GL related bindingsFriedemann Kleint2017-05-034-0/+49
| * QtMultimedia: Add further classesFriedemann Kleint2017-05-025-120/+482
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-04-2811-18/+154
|\|
| * Check that all modules load at leastChristian Tismer2017-04-281-10/+11
| * Support Gentoo’s minimalism: Optional ModulesChristian Tismer2017-04-281-8/+10
| * QtWidgets: Add QKeySequenceEdit, QOpenGLWidgetFriedemann Kleint2017-04-272-0/+6
| * Make QtConcurrent work at leastChristian Tismer2017-04-251-0/+1
| * QtCore: Add some missing classes for I/OFriedemann Kleint2017-04-242-0/+6
| * Add QtMultimediaWidgetsFriedemann Kleint2017-04-246-0/+120
* | Add QUrlQuery to typesystemLiang Qi2017-04-262-0/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-04-217-8/+41
|\|
| * Fix warnings when generating bindings for QtXmlPatternsFriedemann Kleint2017-04-201-5/+8
| * Update Qt enumerations in XML filesFriedemann Kleint2017-04-206-3/+33
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-04-132-0/+5
|\|
| * Add QCommandLineParser and QCommandLineOption to typesystemLiang Qi2017-04-132-0/+5
* | Adapt to Clang parsingFriedemann Kleint2017-04-053-8/+10
* | PySide2/global.h.in: Clean out most Qt-specific macrosFriedemann Kleint2017-04-051-348/+11
|/
* Fix build QML private API headers are missingAlexandru Croitor2017-03-272-0/+4
* Partially fix QtScriptTools/debugger_test.pyAlexandru Croitor2017-03-222-3/+8
* Add QCollator and QCollatorSortKey to typesystemLiang Qi2017-03-212-0/+5
* Add QStandardPaths and QDesktopServices to typesystemLiang Qi2017-03-214-0/+7
* Add QTextDocumentWriter to typesystemLiang Qi2017-03-202-0/+2
* typesystem_core_common.xml: Specify ComponentFormattingOption flags as listFriedemann Kleint2017-03-161-1/+1
* Remove Python to Cpp conversion of QStringRefFriedemann Kleint2017-03-151-5/+0
* Define Q_QDOC while we have the old parserChristian Tismer2017-03-141-0/+8
* Fix _utils.py.inChristian Tismer2017-03-131-2/+4
* Fix some include pathsFriedemann Kleint2017-02-222-3/+3
* PySide2/global.h.in: Fix syntax errorFriedemann Kleint2017-02-221-1/+0
* Add QOpenGLBuffer to typesystemLiang Qi2017-02-152-0/+7
* 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