aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/developer/index.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add documentation on changing the supported Python versionsFriedemann Kleint2025-09-081-0/+1
| | | | | | Pick-to: 6.9 6.8 Change-Id: I0596aea0ad9b24683465a0054e7b302dc3904110 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* doc: Add documentation about type hintsEce Cinucen2025-08-011-0/+1
| | | | | | Pick-to: 6.9 Change-Id: I030593a9feed8a2f1eaa4c7f3e22f15ef9ccdb7e Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
* Make Remote Objects usable beyond ModelsBrett Stottlemyer2025-03-131-0/+1
| | | | | | | | | | | | While present, the Qt Remote Objects bindings to Python have not been very useful. The only usable components were those based on QAbstractItemModel, due to the lack of a way to interpret .rep files from Python. This addresses that limitation. Fixes: PYSIDE-862 Change-Id: Ice57c0c64f11c3c7e74d50ce3c48617bd9b422a3 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Brett Stottlemyer <brett.stottlemyer@gmail.com>
* type hints: Add some mypy explanations to developer docsChristian Tismer2024-10-311-0/+1
| | | | | | | | | First attempt to explain a little how mypy errors were treated. Task-number: PYSIDE-2846 Change-Id: I13a0d2b8298d5fd1637d3bca9e2b979c7062b811 Pick-to: 6.8 6.8.0 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Add Signalmanager documentationFriedemann Kleint2024-07-291-0/+1
| | | | | | Task-number: PYSIDE-2810 Change-Id: Ibbad9d612a51a35e4b2f0c5eeb3a989d8495dd10 Reviewed-by: Christian Tismer <tismer@stackless.com>
* QtAsyncio: Add developer notesAdrian Herrmann2024-07-191-0/+1
| | | | | | | | | | Add a few developer notes for QtAsyncio to our corresponding docs section. Pick-to: 6.7 Task-number: PYSIDE-769 Change-Id: I33cf5e1580fc93c9c90fd4e9573ad6c08d13ef13 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
* Add documentation on how to adapt to new Qt versionsFriedemann Kleint2024-01-291-0/+1
| | | | | | | | | As a drive by, add a comment about QT6_DECL_NEW_OVERLOAD_TAIL to the QtCore type system file. Pick-to: 6.6 Change-Id: Idf395158f955fb3114431a04542a26341f53a7af Reviewed-by: Christian Tismer <tismer@stackless.com>
* Developer Documentation: Add documentation hintsFriedemann Kleint2023-08-041-0/+1
| | | | | | | | | | Move the sources/pyside6/doc/README.md to a new page of the Developer Documentation and prepend some information about fixing snippets/texts. Pick-to: 6.5 Change-Id: If80eaa34cce1c98f46dcd3102670ec61dd0ffbb0 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
* doc: order the sidebar contentCristián Maureira-Fredes2022-11-031-0/+1
| | | | | | | | | | | | | | As a quick-access to all the documentation, the sidebar of the documentation was a mix of topics without any logical order. Creating directories with an index.rst file, and putting the content on the right topic toctree allow us to have a more clear and simple general toc. Change-Id: I43af890ce988946ababcd575d431fc66704c3e85 Pick-to: 6.4 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* doc: Add section Developer NotesCristián Maureira-Fredes2022-11-011-0/+32
Including an item on the main documentation page to list and include all the content already included in the 'developer' documentation directory. Some files were split to improve the readability and structure of the notes. Pick-to: 6.4 Change-Id: Iaf54858cfc902e290af7311106f82042351b9a17 Reviewed-by: Christian Tismer <tismer@stackless.com>