aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests
Commit message (Expand)AuthorAgeFilesLines
* signature: Fix and simplify for mypy compatibility, Part 2Christian Tismer2020-04-225-15945/+4697
* signature: Fix and simplify for mypy compatibilityChristian Tismer2020-04-214-0/+4
* shiboken: Fix Qt properties not working in classes inheriting QObjectFriedemann Kleint2020-04-052-0/+133
* PySide2: Use int for QVariant conversion when possibleFriedemann Kleint2020-03-252-5/+18
* Add functions with callback of QWebEnginePageFriedemann Kleint2020-03-242-7/+49
* Accept EnumMeta as a valid Signal typeCristián Maureira-Fredes2020-03-042-0/+83
* Fix running the PySide2 tests for Python 3.8/WindowsFriedemann Kleint2020-02-28479-332/+2512
* Unify the py3kcompat.py test helpersFriedemann Kleint2020-02-273-103/+47
* Fix web_engine_custom_scheme.pyFriedemann Kleint2020-02-241-6/+33
* Turn qApp into a normal Python variable, finallyChristian Tismer2020-02-214-51/+6
* Pyside2/tests: Split the helper moduleFriedemann Kleint2020-02-20205-373/+535
* Make PySide2 tests using the helper modules from 'util' self-containedFriedemann Kleint2020-02-19224-74/+1001
* shiboken: Improve the libdir for windowsCristián Maureira-Fredes2020-02-181-1/+8
* Fix testrunner for Python 3.8/LinuxFriedemann Kleint2020-02-071-4/+18
* Fix PyBuffer interface for QByteArrayCristián Maureira-Fredes2020-02-051-0/+6
* Let qApp be noApp instead of pretending to be NoneChristian Tismer2020-01-293-16/+9
* Fix printer test in returnquadruplesofnumbers_test.py on some systemsFriedemann Kleint2020-01-241-0/+2
* Fix Python 3.8 problemsChristian Tismer2019-12-051-2/+4
* Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-11-284-4/+4
|\
* | Replace imp by importlibCristián Maureira-Fredes2019-11-191-4/+4
* | Simplify recreation of registry filesChristian Tismer2019-11-072-0/+8
* | Update the registry files after merging 5.13 into 5.14Christian Tismer2019-11-014-0/+162439
* | Make the scrape script robust enough, againChristian Tismer2019-10-311-1/+3
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-10-318-11/+200
|\|
| * Fix booleans and empty list cases in QSettingsCristián Maureira-Fredes2019-10-281-3/+43
| * Add support for __repr__ in QObject derived classesAndreas Beckermann2019-10-257-8/+157
* | Fix the registry after mergingChristian Tismer2019-10-304-157295/+0
* | Improve the NumPy Support by iterablesChristian Tismer2019-10-302-8/+95
* | init_platform.py: Add missing importFriedemann Kleint2019-10-291-1/+1
* | Make the function registry more usable in Python modulesChristian Tismer2019-10-283-65/+78
* | Registry/init_platform.py: Output build informationFriedemann Kleint2019-10-241-4/+19
* | Update CI registries and URL for scrape scriptCristián Maureira-Fredes2019-10-245-442/+17
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-10-081-0/+18
|\|
| * Fix bad shutdown effect on QApplication.instance()Christian Tismer2019-09-301-0/+18
* | Enable the Function Registry for 5.14 finaleChristian Tismer2019-10-0119-287871/+157721
* | Enable the Function Registry for 5.14 augmentedChristian Tismer2019-09-302-10/+39
* | Enable the Function Registry for 5.14Christian Tismer2019-09-283-19/+23
* | Add Qt Core bindings for Qt 5.14Friedemann Kleint2019-09-052-0/+50
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-08-191-9/+5
|\|
| * simplify the qslot_object_test to use the qApp macroChristian Tismer2019-08-151-9/+5
* | PySide: Create a framework for deprecated functionsChristian Tismer2019-08-062-1/+20
|/
* Change QtQml tests file permissions to 644Cristián Maureira-Fredes2019-07-1734-0/+0
* Add optional support for types in QSettings::valueCristián Maureira-Fredes2019-07-173-0/+82
* Add support for parameterNames in SignalsCristian Maureira-Fredes2019-07-043-0/+127
* Cleanup pointer and trailing whitespace (omissions)Christian Tismer2019-06-2516-46/+46
* Cleanup pointer whitespace everywhereChristian Tismer2019-06-241-1/+1
* Support the qApp macro in "scriptable application"Christian Tismer2019-06-171-1/+7
* PySide: Allow any existing attribute in the constructorChristian Tismer2019-06-042-0/+65
* correct bool(qApp) on Python 2Christian Tismer2019-06-061-1/+1
* Implement the Buffer Protocol on VoidPtrRenaud Aubin2019-06-051-1/+6