aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '6.6' into 6.6.2Cristián Maureira-Fredes2024-02-0810-35/+192
|\
| * QTimer: Fix singleShot overload with contextAdrian Herrmann2024-02-083-24/+44
| * build: undef slots to avoid conflict with qt in designercustomwidgetsCristián Maureira-Fredes2024-02-081-0/+1
| * QObject: Add connect() overload with context argAdrian Herrmann2024-02-077-0/+137
| * QObject: Add param names to connect/disconnectAdrian Herrmann2024-02-071-11/+10
* | Pin Qt5#sha1 and bump version numbers for 6.6.2 releaseSimo Fält2024-02-062-2/+2
|/
* PySide Tools: Fix flake8 warningsShyamnath Premnadh2024-02-0217-49/+45
* PySide6: Fix callable invocationsFriedemann Kleint2024-02-014-20/+22
* Documentation: Link the Qt Linguist and GNU gettext examplesFriedemann Kleint2024-02-011-2/+2
* shiboken6: Improve code snippet error handlingFriedemann Kleint2024-01-318-20/+70
* Android Deployment: Remove personal fork of p4aShyamnath Premnadh2024-01-311-4/+0
* Android Deployment: Explicit android group in config fileShyamnath Premnadh2024-01-313-11/+13
* flake8: deploy testsShyamnath Premnadh2024-01-312-8/+9
* Android Deployment: Fix armv7a platformShyamnath Premnadh2024-01-301-0/+6
* pyside_tool.py: Work around console encoding issues on WindowsFriedemann Kleint2024-01-301-7/+4
* shiboken6: Document missing namespace attributesFriedemann Kleint2024-01-301-0/+12
* QtAsyncio: Introduce quit_qapp argumentAdrian Herrmann2024-01-303-7/+28
* Add documentation on how to adapt to new Qt versionsFriedemann Kleint2024-01-293-0/+47
* shiboken6: Prepare for making the global scope prefix configurableFriedemann Kleint2024-01-294-20/+19
* doc: Update copyright year to 2024Adrian Herrmann2024-01-262-2/+2
* shiboken6: Indicate default parameters in the generated overload decisor codeFriedemann Kleint2024-01-251-3/+5
* Document the lesser known aspects of adding modules/examplesFriedemann Kleint2024-01-252-4/+16
* PySide6: Fix build with namespaced QtFriedemann Kleint2024-01-251-1/+4
* shiboken6: Fix build with namespaced QtFriedemann Kleint2024-01-241-1/+1
* Fix flake8 warnings in shibokenmodule/mapping.pyFriedemann Kleint2024-01-231-36/+51
* doc: Fix error handling in qdoc_spawnerFriedemann Kleint2024-01-191-15/+16
* Documentation: Generate inheritance graph only when base classes existFriedemann Kleint2024-01-181-5/+7
* doc: propagate error from qdoc_spawnerCristián Maureira-Fredes2024-01-182-15/+22
* shiboken: Allow to disable pyi file generation for debuggingChristian Tismer2024-01-181-1/+1
* doc: use modified version of the sphinx themeCristián Maureira-Fredes2024-01-181-0/+5
* doc: spawn many qdoc processes to build the docsCristián Maureira-Fredes2024-01-182-6/+102
* Fix some flake8 warnings in the shibokenmodule testFriedemann Kleint2024-01-161-7/+9
* Documentation: Add more string typesFriedemann Kleint2024-01-161-8/+14
* charts: add QColorAxisCristián Maureira-Fredes2024-01-152-0/+2
* Fix imports of widget test bug_854.pyFriedemann Kleint2024-01-121-2/+2
* Examples: Add Android tagShyamnath Premnadh2024-01-121-1/+8
* Documentation/doxygen: Fix querying const functionsFriedemann Kleint2024-01-121-1/+1
* doc: fix some issues found with rstcheckCristián Maureira-Fredes2024-01-0931-144/+171
* Documentation: Add a favicon for browser tabsFriedemann Kleint2024-01-092-1/+1
* shiboken6/Documentation: Add option to disable the inheritance diagramFriedemann Kleint2024-01-082-12/+51
* QtAsyncio: Fix for Python 3.12Adrian Herrmann2024-01-071-3/+18
* QtAsyncio: Shorten test durationsAdrian Herrmann2024-01-076-12/+15
* QtAsyncio: Make tasks awaitableAdrian Herrmann2024-01-072-9/+1
* QtAsyncio: Fix cancelling waiting tasksAdrian Herrmann2024-01-073-8/+61
* QtAsyncio: Implement missing functions for policyAdrian Herrmann2024-01-061-1/+8
* QtAsyncio: Fix QtAsyncio.run()Adrian Herrmann2024-01-051-5/+25
* QtAsyncio: Add documentation pageAdrian Herrmann2024-01-053-0/+142
* QtAsyncio: mypy fixesAdrian Herrmann2024-01-051-12/+12
* PySide: Fix debug build in windowsShyamnath Premnadh2024-01-052-12/+3
* Fix pyside6-designer crash with pyenv on UnixShyamnath Premnadh2024-01-051-1/+24