aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix testQPrinterGetPageMargins testAlexandru Croitor2017-03-221-1/+4
* Include QQmlData private header for JS exception extractionAlexandru Croitor2017-03-221-0/+1
* Add QCollator and QCollatorSortKey to typesystemLiang Qi2017-03-214-0/+67
* Fix failing QML test with Qt 5.9 due to assertAlexandru Croitor2017-03-211-1/+2
* Fix pointer to temporary memory in PySide::getMetaDataFromQObjectSavin Zlobec2017-03-211-1/+2
* Add QStandardPaths and QDesktopServices to typesystemLiang Qi2017-03-218-0/+102
* Add QTextDocumentWriter to typesystemLiang Qi2017-03-204-0/+50
* 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 errorhandling in ‘signalmanager.cpp.in’Christian Tismer2017-03-091-7/+11
* pysidetest: Add further missing include pathsFriedemann Kleint2017-03-081-0/+3
* pysidetest: Add PySide2 include pathFriedemann Kleint2017-03-071-0/+1
* libpyside/signalmanager.cpp: Fix compilation with Qt 5.8Friedemann Kleint2017-03-071-1/+3
* libpyside/uiplugin: Activate C++ 11 for Qt > 5.7.1Friedemann Kleint2017-03-072-0/+9
* CMakeLists.txt: Use variable Qt5Core_VERSIONFriedemann Kleint2017-03-071-1/+2
* pysidetest_global.h: Fix licenseFriedemann Kleint2017-03-061-27/+27
* Handle possible Python errors when invoking a global receiver callbackAlexandru Croitor2017-03-061-0/+13
* Fix manual memory allocations in signature processingAlexandru Croitor2017-02-231-4/+4
* Fix emission of signals with default argumentsAlexandru Croitor2017-02-232-14/+77
* Fix some include pathsFriedemann Kleint2017-02-222-3/+3
* PySide2/global.h.in: Fix syntax errorFriedemann Kleint2017-02-221-1/+0
* Pass macOS framework directories to shiboken's preprocessorAlexandru Croitor2017-02-161-1/+11
* Revert "Fix missing python error handling in SignalManager::callPythonMetaMet...Christian Tismer2017-02-151-3/+0
* Add QOpenGLBuffer to typesystemLiang Qi2017-02-154-0/+101
* Fix missing python error handling in SignalManager::callPythonMetaMethodChristian Tismer2017-02-141-0/+3
* Warn if signals and slots are out of orderChristian Tismer2017-02-144-21/+156
* Fix PySide2 build error on CentOS 7 (qv4engine)Fredrik Averpil2017-02-111-2/+18
* Add since attribute for QMimeType, QMimeDatabase in typesystemLiang Qi2017-02-091-2/+2
* Remove some simple QUuid errorsChristian Tismer2017-02-082-2/+12
* Remove an error importing shibokenChristian Tismer2017-02-081-2/+9
* Add QMimeType, QMimeDatabase to typesystemLiang Qi2017-01-244-0/+86
* Fix PySide QtQuick build with Qt 5.5.1Alexandru Croitor2017-01-234-6/+12
* Fix registration of signals and slots inherited from mixin classesAlexandru Croitor2017-01-194-48/+291
* Fix “Fix Segfault when using connect”Christian Tismer2017-01-161-5/+0
* PySide::MetaFunction::call: Fix error message about number of argumentsFriedemann Kleint2017-01-131-2/+11
* libpyside: Remove some C-style castsFriedemann Kleint2017-01-129-25/+28
* Stop shiboken crash due to incorrect interpretation of float[][] typesAlexandru Croitor2016-12-222-1/+6
* Handle WId as primitive type PyLongFriedemann Kleint2016-12-224-56/+17
* 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 test QtOpenGL/qglbuffer_test.py for Python 3Friedemann Kleint2016-12-221-1/+1
* Fix test QtWidgets/bug_722.pyFriedemann Kleint2016-12-221-1/+4
* Tests: Fix deprecation warningsFriedemann Kleint2016-12-19128-282/+282
* Fix qstandarditemmodel_test.pyFriedemann Kleint2016-12-192-3/+4
* Fix Tests QtWidgets/bug_919.pyFriedemann Kleint2016-12-161-1/+11
* Fix PyTypeObject for Python < 3.4Christian Tismer2016-12-151-1/+1
* Add import for print_function for Python 2Friedemann Kleint2016-12-152-0/+4