aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* shiboken: Make it possible to extend namespacesFriedemann Kleint2019-05-222-0/+48
* Add PySide2: Add OpenGL version functions as separate moduleFriedemann Kleint2019-05-021-0/+1
* Fix warnings about signatures 'setUniformValue(const char*,...)' not being foundFriedemann Kleint2019-04-264-4/+12
* Declare XML files to be in encoding UTF-8Friedemann Kleint2019-04-181-1/+1
* Improve the Selftest in the RegistryChristian Tismer2019-03-252-35/+101
* Implement Embedding To Make Signatures Always AvailableChristian Tismer2019-03-203-2/+81
* Simplify Python Imports For EmbeddingChristian Tismer2019-03-202-2/+2
* Add toBytes() and BufferProtocolCristian Maureira-Fredes2019-03-151-3/+15
* Amend The Python 3.5 FixChristian Tismer2019-03-011-5/+1
* Prevent Python 3.5 From Crashing The BuildChristian Tismer2019-02-261-1/+5
* Fix Shiboken.ObjectType.__new__ for Python 2.7Christian Tismer2019-02-071-1/+6
* Modernize cmake buildAlexandru Croitor2019-02-073-12/+16
* typesystem_gui_common.xml: CleanupFriedemann Kleint2019-02-064-36/+32
* Add QtRemoteObjects classesFriedemann Kleint2019-01-301-0/+1
* [reg] Remove createIndex method that uses PyObject*Cristian Maureira-Fredes2019-01-085-15/+13
* Pyside2: Add free functions from namespace QtQmlFriedemann Kleint2019-01-041-1/+5
* Fix crash when mixing static overloads with instance methods in derived classesFriedemann Kleint2019-01-045-10/+12