aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QOpenGLFunctions: Restore old overloads of glGet(Float|Integer)_v()Friedemann Kleint2022-08-081-14/+14
* QtDataVisualization: Add ownership transfers for QValue3DAxisFormatterFriedemann Kleint2022-08-081-1/+13
* snippets_translate: Replace spaces in overridden snippet ids by '_'Friedemann Kleint2022-08-051-1/+2
* Add glGet(Boolean|Float|Integer)v() to QtGui's QOpenGLFunctionsFriedemann Kleint2022-08-053-5/+109
* libshiboken: Add helpers for numpy array creationFriedemann Kleint2022-08-054-0/+113
* PySideTools: Add qmlformatShyamnath Premnadh2022-08-037-4/+11
* snippets_translate: Add a way of overriding snippetsFriedemann Kleint2022-08-036-5/+59
* shiboken6: Propagate exceptions through return value ownership modificationsFriedemann Kleint2022-08-027-11/+69
* Add support for Python 3.11Friedemann Kleint2022-08-021-0/+1
* snippet translate: Fix errorFriedemann Kleint2022-08-021-13/+14
* build: Fix a weird build problem on macOS and other platformsChristian Tismer2022-08-021-7/+0
* Fix example_gallery tool failureFriedemann Kleint2022-08-022-2/+8
* Fix build error on Windows caused by macro copysign in CPythonFriedemann Kleint2022-08-011-0/+6
* Remove QhttpServerFutureResponseShyamnath Premnadh2022-08-012-3/+1
* tools: update missing bindings script to 6.3Cristián Maureira-Fredes2022-07-253-56/+41
* Add html directory to .gitignoreAdrian Herrmann2022-07-221-0/+1
* shiboken: add a handy function to disassemble the current frameChristian Tismer2022-07-214-4/+48
* PySide6-examples: SpreadSheet exampleAdrian Herrmann2022-07-206-0/+762
* Shiboken: use the Python 3.11 buffer interface for Limited APIChristian Tismer2022-07-193-7/+7
* PyEnum: Increase compatibility by allowing defaults etc., refinementChristian Tismer2022-07-193-20/+38
* PyEnum: Simplify the test-cases with the new forgiveness modeChristian Tismer2022-07-147-55/+34
* PyEnum: Increase compatibility by allowing defaults and old flag namesChristian Tismer2022-07-147-8/+339
* PyEnum: make forgiving duplicates work with Python 3.11Christian Tismer2022-07-145-13/+21
* Shiboken: Fix the oldest shiboken bug ever which shows up on Python 3.11Christian Tismer2022-07-111-1/+1
* doc: add package detail pageCristián Maureira-Fredes2022-07-084-4/+151
* Fix Documentation - Cross CompilationShyamnath Premnadh2022-07-071-0/+5
* PySide6-examples: QML Plugins examplesShyamnath Premnadh2022-07-077-0/+148
* Shiboken: Rewrite the signature initializationChristian Tismer2022-07-0711-104/+68
* Shiboken: Move the shibokensupport initialization into the moduleChristian Tismer2022-07-075-31/+16
* Fix getting started Qt for PythonShyamnath Premnadh2022-07-073-3/+12
* Fix Typo : PySide Debugging TutorialShyamnath Premnadh2022-07-071-1/+1
* Regression: use explicit unpackShyamnath Premnadh2022-07-071-1/+1
* Fix signal QAbstractItemModel::layoutAboutToBeChanged(QList<QPersistentModelI...Friedemann Kleint2022-07-061-0/+7
* Fix compilation of unique pointer converters for derived classesFriedemann Kleint2022-07-016-3/+37
* shiboken6: Simplify smart pointer types when searching instantiationsFriedemann Kleint2022-07-011-8/+12
* Add dependency to the QtHttpServer moduleFriedemann Kleint2022-07-012-1/+3
* Remove left-over archive fileFriedemann Kleint2022-06-301-0/+0
* libpyside: Add debug operators for some signal structuresFriedemann Kleint2022-06-301-0/+41
* libpyside: Improve error message about using the wrong signal overloadFriedemann Kleint2022-06-301-6/+13
* Add initial support for std::unique_ptr pointerFriedemann Kleint2022-06-3018-16/+335
* snippet translate: add option to process directoryCristián Maureira-Fredes2022-06-302-63/+100
* Add the spatialaudio audiopanning exampleFriedemann Kleint2022-06-303-0/+211
* snippet translate: fix get_snippetsJaime Resano2022-06-293-25/+128
* shiboken6: Add tests for shared pointer virtual callsFriedemann Kleint2022-06-295-1/+50
* shiboken6: Refactor argument conversion for virtual method overridesFriedemann Kleint2022-06-294-91/+53
* shiboken6: Introduce a convenience function for argument conversion rulesFriedemann Kleint2022-06-294-16/+20
* doc: Fix line numbers in the porting tutorialFriedemann Kleint2022-06-291-3/+3
* Build with lean Qt headersFriedemann Kleint2022-06-295-2/+10
* examples: add license wizardjaime022022-06-297-0/+325
* build: use explicit unpackCristián Maureira-Fredes2022-06-294-17/+13