aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6
Commit message (Expand)AuthorAgeFilesLines
* doc: snippets_translate make quiet mode by defaultCristian Maureira-Fredes2021-04-281-4/+1
* Tests: Use new form of super()Friedemann Kleint2021-04-2882-112/+112
* Add context management for QSignalBlockerFriedemann Kleint2021-04-283-1/+17
* PySide6/Windows: Fix encoding of QCoreApplication.arguments()Friedemann Kleint2021-04-272-0/+51
* Tests: Use per-class importsFriedemann Kleint2021-04-2760-340/+396
* Test bug_686.py: Fix warning about destroying a locked QReadWriteLockFriedemann Kleint2021-04-271-0/+2
* Tests: Fix star importsFriedemann Kleint2021-04-2773-118/+169
* UiTools: Remove dependency on QtXmlFriedemann Kleint2021-04-272-2/+0
* PySide6: Fix the test HTTP serverFriedemann Kleint2021-04-271-1/+1
* doc: fatal error when snippet conversion failsCristian Maureira-Fredes2021-04-261-1/+5
* Add documentation for the numpy overloads of functions taking point listsFriedemann Kleint2021-04-232-3/+15
* Add a numpy overload for some functions taking lists of QPointFFriedemann Kleint2021-04-215-1/+47
* libpyside: Add helpers for numpyFriedemann Kleint2021-04-214-0/+289
* PySide6: Call reserve() when converting listsFriedemann Kleint2021-04-201-0/+6
* painter_test.py: Silence warnings about Painter being activeFriedemann Kleint2021-04-191-5/+14
* doc: update cx_Freeze urlElisabeth Ortega2021-04-182-2/+2
* PySide6/typesystem: Replace remaining usages of QVector by QListFriedemann Kleint2021-04-152-14/+14
* PySide6: Fix performance of QPainter::drawPoints(QPolygon)Friedemann Kleint2021-04-131-2/+7
* Use f-strings in testsFriedemann Kleint2021-04-1312-20/+20
* Add std::pair as a container in CoreCristian Maureira-Fredes2021-04-131-0/+10
* PySide6: Add missing enumeration to QSslFriedemann Kleint2021-04-121-0/+1
* cmake: remove old test conditionsCristian Maureira-Fredes2021-04-072-8/+2
* cmake: bump general Qt minimum versionCristian Maureira-Fredes2021-04-071-1/+1
* cmake: update minimum Qt version for 6.0+ compatCristian Maureira-Fredes2021-04-076-43/+15
* Prospective fix for QPixmap/QDataStream serialization testFriedemann Kleint2021-04-071-3/+5
* doc: make sure '--skip-docs' skip the docsCristian Maureira-Fredes2021-04-061-1/+1
* TestQSettings: Do not clutter the current directoryFriedemann Kleint2021-04-061-3/+7
* Port tests to pathlibFriedemann Kleint2021-04-0632-79/+170
* signature: remove inspect and typing from special PySide6 modulesChristian Tismer2021-04-012-14/+10
* feature-import: Hide confusing feature frame entryChristian Tismer2021-03-311-0/+26
* Write conversions as typing.Union[]Friedemann Kleint2021-03-291-1/+1
* Nuitka: Allow for compiled functions and methods tooChristian Tismer2021-03-265-25/+162
* doc: enable snippets translate toolCristian Maureira-Fredes2021-03-25518-40945/+18
* Fix missing doc snippetsFriedemann Kleint2021-03-251-3/+9
* pysidequickregistertype: Adapt to qmlLists removalMaximilian Goldstein2021-03-232-0/+35
* Improve deployment documentationFriedemann Kleint2021-03-224-0/+54
* QMouseEvent: Mark deprecated functions as suchFriedemann Kleint2021-03-191-1/+12
* Windows: Fix warning about inconsistent DLL linkage of QtQml_VolatileBoolTypeF()Friedemann Kleint2021-03-191-1/+1
* Improve Porting documentationFriedemann Kleint2021-03-191-6/+68
* doc: migrate qdoc approach to document examplesCristian Maureira-Fredes2021-03-1712-203/+1
* doc: add sphinx-panels to the documentationCristian Maureira-Fredes2021-03-176-35/+124
* Qt Datavisualization: Fix crashes in QBar/SurfaceDataProxy add/set/insertRow()Friedemann Kleint2021-03-173-46/+105
* Remove const_cast<char *> which are no longer needed in Python 3Friedemann Kleint2021-03-153-22/+8
* Pyside6: Move QtOpenGLFunctions into QtOpenGLFriedemann Kleint2021-03-1235-640/+448
* PySide6: Add QOpenGLVersionFunctionsFactoryFriedemann Kleint2021-03-114-1/+109
* libpyside: Fix some clang analzyer warningsFriedemann Kleint2021-03-1113-171/+164
* QtNetwork: Add new enums for 6.1Friedemann Kleint2021-03-101-0/+2
* PySide6: Move injected code snippets where they belongFriedemann Kleint2021-03-108-96/+184
* PySide6: Brush up the injected code snippets and templatesFriedemann Kleint2021-03-107-73/+77
* PySide6: Remove unused glue codeFriedemann Kleint2021-03-1012-471/+0