aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add a typesystem XML attribute for Python enum typesFriedemann Kleint2022-08-105-0/+46
* Documentation: Fix some snippets of the model view tutorialsFriedemann Kleint2022-08-102-0/+42
* snippets_translate: Replace spaces in overridden snippet ids by '_'Friedemann Kleint2022-08-091-1/+2
* snippets_translate: Add a way of overriding snippetsFriedemann Kleint2022-08-086-5/+59
* QtDataVisualization: Add ownership transfers for QValue3DAxisFormatterFriedemann Kleint2022-08-081-1/+13
* build: Fix a weird build problem on macOS and other platformsChristian Tismer2022-08-041-7/+0
* snippet translate: Fix errorFriedemann Kleint2022-08-031-13/+14
* Add support for Python 3.11Friedemann Kleint2022-08-031-0/+1
* Fix build error on Windows caused by macro copysign in CPythonFriedemann Kleint2022-08-011-0/+6
* 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
* PySide6-examples: SpreadSheet exampleAdrian Herrmann2022-07-216-0/+910
* 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
* Fix signal QAbstractItemModel::layoutAboutToBeChanged(QList<QPersistentModelI...Friedemann Kleint2022-07-081-0/+7
* doc: add package detail pageCristián Maureira-Fredes2022-07-084-4/+151
* Shiboken: Rewrite the signature initializationChristian Tismer2022-07-0711-104/+68
* Shiboken: Move the shibokensupport initialization into the moduleChristian Tismer2022-07-075-31/+16
* Fix Documentation - Cross CompilationShyamnath Premnadh2022-07-071-0/+5
* 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
* build: fix readability detailsCristián Maureira-Fredes2022-07-076-23/+21
* build: use explicit unpackCristián Maureira-Fredes2022-07-064-17/+13
* build: replace the usage of reserved Python wordsCristián Maureira-Fredes2022-07-068-200/+198
* build: rename our rmtree to avoid shutil conflictCristián Maureira-Fredes2022-07-065-14/+14
* examples: add license wizardjaime022022-07-067-0/+399
* shiboken6: Simplify smart pointer types when searching instantiationsFriedemann Kleint2022-07-031-7/+11
* Remove left-over archive fileFriedemann Kleint2022-06-301-0/+0
* libpyside: Improve error message about using the wrong signal overloadFriedemann Kleint2022-06-301-6/+13
* snippet translate: add option to process directoryCristián Maureira-Fredes2022-06-302-63/+100
* snippet translate: fix get_snippetsJaime Resano2022-06-293-25/+128
* build: avoid mutable default value as argumentCristián Maureira-Fredes2022-06-282-4/+14
* build: fix flake8 warnings and missing f-stringsCristián Maureira-Fredes2022-06-287-12/+13
* libshiboken: Remove old code paths for static stringsFriedemann Kleint2022-06-271-59/+0
* libshiboken: Fix crashes with static strings in Python 3.11Friedemann Kleint2022-06-241-2/+17
* snippet_translate double colon improvementsShyamnath Premnadh2022-06-242-3/+23
* Fix returning flags from QAbstractTableModel and other modelsFriedemann Kleint2022-06-241-3/+2
* support enum handling for headerData(...)Shyamnath Premnadh2022-06-241-0/+4
* Remove build warning qCDebug, qCWarning, qCInfo, qCCriticalShyamnath Premnadh2022-06-231-4/+4
* libshiboken: Fix build with numpy 1.23.0Friedemann Kleint2022-06-231-0/+5
* Fix build with QT_LEAN_HEADERSFriedemann Kleint2022-06-231-0/+2
* Fix various documentation warningsFriedemann Kleint2022-06-232-2/+2
* shiboken6/Doc generator: Fix index pagesFriedemann Kleint2022-06-231-2/+2
* Fix Python 3.7 and 3.10 usage in CISimo Fält2022-06-221-7/+6
* Take python3.7 in use with win11 and python3.10 with win10Simo Fält2022-06-221-0/+5