summaryrefslogtreecommitdiffstats
path: root/examples/dbus/doc/src
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Qt D-Bus: Add image alt textsTopi Reinio2025-04-091-1/+2
| | | | | | | | | | | To increase accessibility for the documentation, provide altenative descriptions for the images. Pick-to: 6.9 6.8 Fixes: QTBUG-135116 Change-Id: Id2d97251af9af0d4222f0dc15aa5b8e266ca36f4 Reviewed-by: Safiyyah Moosa <[email protected]> Reviewed-by: Andreas Eliasson <[email protected]>
* Correct a typo in the reference documentation of D-Bus Chat exampleChris Lerner2024-03-191-1/+1
| | | | | | | | | In the sentence "Users connect and send message to each other", change "message" to "messages". Pick-to: 6.7 6.6 6.5 6.2 Change-Id: Ib4d0991d314cd300a56def8797cac604fa88ea35 Reviewed-by: Axel Spoerl <[email protected]>
* Doc: Add example categories for Qt D-bus examplesMats Honkamaa2023-08-143-0/+3
| | | | | | | Task-number: QTBUG-116030 Pick-to: 6.5 6.6 Change-Id: I6ad7ddb69fc952d3bba7477ab804455d46d77866 Reviewed-by: Venugopal Shivashankar <[email protected]>
* dbus examples: Remove "Example" from example namesIevgenii Meshcheriakov2023-03-243-4/+4
| | | | | | | | Task-number: QTBUG-111366 Pick-to: 6.5 Change-Id: Ia34c60ed4c0ffe5b01cc507dd5e45521c096b0bf Reviewed-by: Qt CI Bot <[email protected]> Reviewed-by: Mårten Nordheim <[email protected]>
* dbus examples: Update screenshotsIevgenii Meshcheriakov2023-03-141-1/+1
| | | | | | | | | Use WEBP format to reduce the file size. Task-number: QTBUG-111366 Pick-to: 6.5 Change-Id: I14ff15010e7ac7e1b375eeafaa1c153b0fdd95e6 Reviewed-by: Mårten Nordheim <[email protected]>
* dbus examples: Remove listnames exampleIevgenii Meshcheriakov2023-03-031-15/+0
| | | | | | | Task-number: QTBUG-111366 Pick-to: 6.5 Change-Id: I5c483cbfec4072dae610c6d98b97d10057ba9ddc Reviewed-by: Mårten Nordheim <[email protected]>
* Use SPDX license identifiersLucie Gérard2022-05-164-104/+8
| | | | | | | | | | | | | 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: Id880c92784c40f3bbde861c0d93f58151c18b9f1 Reviewed-by: Qt CI Bot <[email protected]> Reviewed-by: Lars Knoll <[email protected]> Reviewed-by: Jörg Bornemann <[email protected]>
* Doc: Add references to QDBusAbstractAdaptor implementation examplePaul Wicking2018-06-291-0/+8
| | | | | | | | | | | | Adding references where applicable, as removed by 023a818738d64da01ebecc5d4a26356055ba0021 when removing stale example. Add example run snippet to the example landing page. Remove stale example qdoc file that is superceded by current example. Task-number: QTBUG-69191 Change-Id: I62dc66edc86da5efb4c79fd124edb2fa619aeb6b Reviewed-by: Topi Reiniö <[email protected]>
* Unify license header usage.Jani Heikkinen2016-03-294-20/+20
| | | | | | | | | Update files using old header.LGPL3 to header.LGPL Update files using old FDL template to use new one Update files using old BSD template to use new one Change-Id: I36a78272516f9953d02956522f285b40adfc8915 Reviewed-by: Lars Knoll <[email protected]>
* Update copyright headersJani Heikkinen2015-02-114-24/+24
| | | | | | | | | | | | | | | | | | Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Outdated header.LGPL removed (use header.LGPL21 instead) Old header.LGPL3 renamed to header.LGPL3-COMM to match actual licensing combination. New header.LGPL-COMM taken in the use file which were using old header.LGPL3 (src/plugins/platforms/android/extract.cpp) Added new header.LGPL3 containing Commercial + LGPLv3 + GPLv2 license combination Change-Id: I6f49b819a8a20cc4f88b794a8f6726d975e8ffbe Reviewed-by: Matti Paaso <[email protected]>
* doc: Updated Qt D-Bus Examples.Jerome Pasion2014-05-284-4/+51
| | | | | | | | | | -transferred group page from qtdoc repository -added description in example pages -set the example documentation to use the standard Qt thumbnail -added an entry in the help index for the example page Change-Id: I9d5747bc329b5ecc15acd2eb3139696931166c6f Reviewed-by: Topi Reiniö <[email protected]>
* Doc: Remove empty and duplicated fileSergio Ahumada2014-03-271-31/+0
| | | | | | | | | | This example already exists under examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc Change-Id: If50efa704fb29ed111d6d589ea74cd2575131372 Reviewed-by: Sze Howe Koh <[email protected]> Reviewed-by: Topi Reiniö <[email protected]>
* Update copyright year in Digia's license headersSergio Ahumada2013-01-185-5/+5
| | | | | Change-Id: Ic804938fc352291d011800d21e549c10acac66fb Reviewed-by: Lars Knoll <[email protected]>
* D-Bus Examples: added qdoc files and pathChristiaan Janssen2012-12-145-0/+155
Change-Id: I59b3db3f3c5d076b60a2e6f909d7919d5126a1e6 Reviewed-by: hjk <[email protected]> Reviewed-by: Jerome Pasion <[email protected]>