aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix PySide build using Qt frameworksAlexandru Croitor2017-05-091-3/+22
* Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-05-0910-32/+313
|\
| * Rewrite CMake scripts and generate includes for global.h.inChristian Tismer2017-05-091-40/+4
| * Add support for Qt Mac Extras moduleLiang Qi2017-05-053-0/+44
| * Add support for Qt Win Extras moduleLiang Qi2017-05-033-0/+44
| * QtGui: Add more non-GL related bindingsFriedemann Kleint2017-05-035-0/+229
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-04-2837-83/+844
|\|
| * Check that all modules load at leastChristian Tismer2017-04-2820-9/+408
| * Support Gentoo’s minimalism: Optional ModulesChristian Tismer2017-04-286-72/+108
| * ensure that QWebEngineView.findText existsChristian Tismer2017-04-283-1/+79
| * QtWidgets: Add QKeySequenceEdit, QOpenGLWidgetFriedemann Kleint2017-04-272-0/+47
| * tests: add a test function for QUrl::path()Liang Qi2017-04-261-0/+4
| * Make QtConcurrent work at leastChristian Tismer2017-04-252-0/+40
| * QtCore: Add some missing classes for I/OFriedemann Kleint2017-04-243-1/+54
| * Add QtMultimediaWidgetsFriedemann Kleint2017-04-243-0/+61
* | tests: bring some tests back for QUrl and QUrlQueryLiang Qi2017-04-261-48/+43
* | Add QUrlQuery to typesystemLiang Qi2017-04-262-0/+60
|/
* Add QCommandLineParser and QCommandLineOption to typesystemLiang Qi2017-04-132-0/+57
* Fix Inheritance of PySideChristian Tismer2017-04-132-1/+178
* Fix qstandarditemmodel_test.py not finding shiboken on macOSAlexandru Croitor2017-04-112-6/+11
* Fix simple test case for Python3 (2)Christian Tismer2017-03-251-1/+3
* Fix simple test case for Python3Christian Tismer2017-03-241-1/+3
* Fix connectNotify testsAlexandru Croitor2017-03-222-5/+11
* Fix qscriptvalue_test.pyAlexandru Croitor2017-03-221-0/+4
* Partially fix QtScriptTools/debugger_test.pyAlexandru Croitor2017-03-221-1/+5
* Fix QtMultimedia_audio testAlexandru Croitor2017-03-221-4/+4
* Fix testQPrinterGetPageMargins testAlexandru Croitor2017-03-221-1/+4
* Add QCollator and QCollatorSortKey to typesystemLiang Qi2017-03-212-0/+62
* Fix failing QML test with Qt 5.9 due to assertAlexandru Croitor2017-03-211-1/+2
* Add QStandardPaths and QDesktopServices to typesystemLiang Qi2017-03-214-0/+95
* Add QTextDocumentWriter to typesystemLiang Qi2017-03-202-0/+48
* pysidetest: Add further missing include pathsFriedemann Kleint2017-03-081-0/+3
* pysidetest: Add PySide2 include pathFriedemann Kleint2017-03-071-0/+1
* pysidetest_global.h: Fix licenseFriedemann Kleint2017-03-061-27/+27
* Add QOpenGLBuffer to typesystemLiang Qi2017-02-152-0/+94
* Warn if signals and slots are out of orderChristian Tismer2017-02-143-1/+75
* 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-242-0/+79
* Fix registration of signals and slots inherited from mixin classesAlexandru Croitor2017-01-192-0/+217
* Handle WId as primitive type PyLongFriedemann Kleint2016-12-221-0/+1
* Fix test QtOpenGL/qglbuffer_test.py for Python 3Friedemann Kleint2016-12-221-1/+1
* 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
* Add import for print_function for Python 2Friedemann Kleint2016-12-152-0/+4
* Signal tests: Fix function signaturesFriedemann Kleint2016-12-152-11/+9
* QtQml tests: Add parentheses around printFriedemann Kleint2016-12-152-2/+2
* QQmlIncubationController fixes and new VolatileBool typeAlexandru Croitor2016-12-134-0/+199
* Fix Segfault when using connect (w/o instrumentation)Christian Tismer2016-12-023-0/+73