aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/additionaldocs.lst
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Add missing pagesFriedemann Kleint2024-12-171-0/+103
| | | | | | | | | | | | Add pages referenced from the overviews-main page and various module pages. Do a scan and add all (non-class reference) documents found except qtcore/qtdoc (too many) and deprecated modules. As a drive-by, developer the documentation. Pick-to: 6.8 Change-Id: Ibe16ff70b627274fbbbffeb93030ddea230295a8 Reviewed-by: Shyamnath Premnadh <[email protected]>
* Documentation: Update QtQml/QtQuick modulesFriedemann Kleint2024-12-131-0/+1
| | | | | | | Task-number: PYSIDE-1106 Pick-to: 6.8 Change-Id: If09bf185c5fa23c2866bab23c7bd9570828000c1 Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* Documentation: Update basic module pagesFriedemann Kleint2024-12-111-0/+1
| | | | | | | | | | - QtCore: Add IPC and permissions - QtGui: Remove section on Vulkan as there are no bindings Task-number: PYSIDE-1106 Pick-to: 6.8 Change-Id: Iad520387062b81b8b3be0c2c875fce674788283d Reviewed-by: Shyamnath Premnadh <[email protected]>
* Documentation: Add groupsFriedemann Kleint2024-12-101-13/+16
| | | | | | | | | | | | | | There are some special WebXML pages indicated by a <group> element that contain lists of classes with brief suitable for a "class list by function" section. Generate them to a separate directory for clarity and add them to the module pages. Task-number: PYSIDE-1106 Pick-to: 6.8 Change-Id: I4e2d0ef8c626502230078415a24547cd80c95bd9 Reviewed-by: Shyamnath Premnadh <[email protected]>
* Documentation: Fix paths to additional documentsFriedemann Kleint2024-09-271-375/+373
| | | | | | | | | | | | | The additional documents were no longer found after qttools/c51980bb0d9658f2ade4de1900d07b08e88cb52d. Add the directories. Complements 752c1161d75f8c01e2c6c6b07ba02e9a62e65b10. Task-number: QTBUG-77650 Task-number: PYSIDE-2620 Change-Id: I57f0eb212dc8b2eae6786135e0fb85b1ac526022 Reviewed-by: Christian Tismer <[email protected]>
* Documentation: Remove C++ example documents from the additional pages listFriedemann Kleint2024-09-251-242/+0
| | | | | | | Pick-to: 6.7 Task-number: PYSIDE-1112 Change-Id: Id08a4c204294078be739ee9ee39770791d7f3f65 Reviewed-by: Shyamnath Premnadh <[email protected]>
* Documentation: Fix list of additional documentsFriedemann Kleint2023-12-151-180/+27
| | | | | | | | | | | A number of examples have been removed and the Qt Quick Controls 2 module has been renamed. Pick-to: 6.6 Task-number: PYSIDE-1106 Task-number: PYSIDE-2206 Change-Id: I63f392c93d9f09edf60aeb3399d239ec995555c3 Reviewed-by: Shyamnath Premnadh <[email protected]>
* Fix documents pages from qtdocFriedemann Kleint2023-02-201-23/+21
| | | | | | | | | | A number of qdoc files actually have different output pages (\page directive). Amends 42ca6a9b8a04eef15fc03c4aa9c32cfb2ca10ab5. Task-number: PYSIDE-2225 Change-Id: I1a072f47de8590ec1e79fbdaba3d52d95930692c Reviewed-by: Christian Tismer <[email protected]>
* Add some documents from qtdocFriedemann Kleint2023-02-161-0/+55
| | | | | | Task-number: PYSIDE-2225 Change-Id: I32134df0f777422871430393766f3eff9084e3e0 Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* Add the Quick custom geometry exampleFriedemann Kleint2022-12-201-1/+0
| | | | | | Task-number: PYSIDE-1345 Change-Id: I7000878e3b2e83570653ca10ba084e133fec3cce Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* Add the dropsite exampleFriedemann Kleint2022-09-261-1/+0
| | | | | | | | | It is useful for testing Drag and Drop operations. Pick-to: 6.3 6.2 Task-number: PYSIDE-841 Change-Id: I5cd6fa20542676317223d6acfdc938d286b4347f Reviewed-by: Christian Tismer <[email protected]>
* Add the character map exampleFriedemann Kleint2022-09-171-1/+0
| | | | | | Task-number: PYSIDE-841 Change-Id: I1aa30657b904d3814c21f16c2404e057e754a960 Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* Add the QtGui analogclock exampleFriedemann Kleint2022-09-161-1/+0
| | | | | | | | | Uses the ready-made QRasterWindow instead of the QWindow with backing store of the C++ version for simplicity. Task-number: PYSIDE-841 Change-Id: Ib0146b1563405b97f694cc53b382c1188061d6af Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* Remove the ported Python examples pages from additionaldocs.lstFriedemann Kleint2022-09-151-110/+0
| | | | | | | Task-number: PYSIDE-2056 Pick-to: 6.3 6.2 Change-Id: I934cb1d593de1d9d56e94f7335bc6c5b3da696a3 Reviewed-by: Christian Tismer <[email protected]>
* Use SPDX license identifiersLucie Gérard2022-05-271-38/+2
| | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: I065150015bdb84a3096b5b39c061cf0a20ab637d Reviewed-by: Friedemann Kleint <[email protected]> Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* Documentation: Remove the C++ QML reference example overwiewsFriedemann Kleint2022-05-051-11/+0
| | | | | | Pick-to: 6.3 6.2 Change-Id: Ia6b76dfde9a3640c1d34fe84be17be92af9001e7 Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* Documentation: Update additionaldocs.lstFriedemann Kleint2022-03-161-122/+434
| | | | | | | | | Regenerate the list, removing a number of warnings about non-existent documents. Move information to the README.md. Pick-to: 6.2 Change-Id: I87c131b1a7ff8b5f06ada9eb1739faa45f566095 Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* Doc: Drop Qt Location overviews from the listVenugopal Shivashankar2022-02-281-12/+0
| | | | | | | | | Qt Location is still not ported to Qt 6.x, so we can drop these from the additional docs list. Pick-to: 6.2 Change-Id: I812786f552c1a6a9461d77c9ba450bf8f9f3f9de Reviewed-by: Friedemann Kleint <[email protected]>
* doc: migrate qdoc approach to document examplesCristian Maureira-Fredes2021-03-171-12/+0
| | | | | | | | | | | | | | | | | There were two previous documented examples using the approach based on qdoc: stardelegate, and classwizard. This patch moves them into the 'doc/' directory for each example, and partially revert the changes from 308157f01260c640e21f6972619d3b380c007acb Additionally, an unrelated screenshot was moved to a new general 'images/' directory. Task-number: PYSIDE-1112 Pick-to: 6.0 Change-Id: I239a24fa4e4f970540857ba8b33b9b13c18142b1 Reviewed-by: Christian Tismer <[email protected]>
* Rename PySide2 to PySide6Friedemann Kleint2020-11-021-0/+597
Adapt CMake files, build scripts, tests and examples. Task-number: PYSIDE-904 Change-Id: I845f7b006e9ad274fed5444ec4c1f9dbe176ff88 Reviewed-by: Christian Tismer <[email protected]>