summaryrefslogtreecommitdiffstats
path: root/examples/demos/hangman/doc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Remove unused groupsNicholas Bennett2023-12-034-5/+0
| | | | | | | | | | | Remove qtpurchasing-examples, android-examples io-examples ingroup commands. There is no matching \group page defining these. Pick-to: 6.5 Change-Id: Iba5e6bfa533f929ad15b476329aa58915d3f550d Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit 232d968fd2dbfe6b75e23d07c09d6c15c09b4a97) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update mobile example categories for Qt 6.6Rami Potinkara2023-09-111-1/+0
| | | | | | | | | | | | | | | | | | | Add mobile example category tags for the chosen examples. Add for the ones that work best for both Android and iOS. Remove from the ones that do not work for both (at least yet). Added, as verified on Android -calqlatr Removed (for now), as not verified yet on Android -todolist Removed (for now), as not valid anymore nor verified -qtpurchasing-overview Fixes: QTBUG-116780 Change-Id: I937a90fe54ff87f29cf32627356aa5a65dd51d43 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 5471028e6b0baa5d7c5911e2939344c414902f4b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Doc: Add 'Mobile' category to the Hangman demoTopi Reinio2023-05-021-0/+1
| | | | | | | | | | The hangman (In-app purchasing) demo is a complete mobile application for both android and iOS, tag it with 'Mobile' category. Pick-to: 6.5 Task-number: QTBUG-112378 Change-Id: I1721be4e442cf8985acd924ec7e1bbbb525cd9fb Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Docs: Remove Obsolete Getting Started with Purchasing QML docNicholas Bennett2022-10-192-260/+8
| | | | | | | | | | | | | Added a note about the state of purchasing in Qt 6. Removed obsolete Qt Purchasing getting started with QML doc and references to it. Fixes: QTBUG-107108 Pick-to: 6.2 6.3 6.4 Change-Id: I24fc9c374b13a40a00ac8572da241ad5ecba8037 Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Tero Pelkonen <tero.pelkonen@qt.io>
* Examples: Add tags for the welcome screenKai Köhne2022-10-091-1/+1
| | | | | | | | | | Only the coffee machine example had some tags already. Add them also for the rest, but inside the .qdoc file, instead of the more clunky/verbose tagging in the .qdocconf file. Pick-to: 6.4 Change-Id: I37640c2296c67413361f7987122c5e7daa1f12b0 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Use SPDX license identifiersLucie Gérard2022-06-077-182/+14
| | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: Idfd176b7f7b077a5b7c66b7738dc9bcac94ab290 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Doc: Fix typosKai Köhne2022-01-283-4/+4
| | | | | | | | Found by running codespell: https://pypi.org/project/codespell/ Pick-to: 6.3 Change-Id: Id0824821cb39fef8731d0f1837207178708f3620 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Add hangman game definitionJani Korteniemi2021-12-091-7/+15
| | | | | | | added definition of hangman game to the docs Change-Id: I95acd9bff0e4b4654ad976be4ca6f3e9638c800f Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-11-153-20/+23
| | | | | | Change-Id: I10434c5231794ce91ddb170882ce8e55ca829cd0 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Add QtPurchasing module as an example under Qt demosJani Korteniemi2021-11-109-0/+1057
QtPurchasing module is deprecated in Qt6. However, the purchasing code is moved as example/demo under qtdoc to demonstrate the use of in-app purchases in Android/iOS. The demo is under demos\hangman. Few fixes done to the original code: * Ported the code to Qt 6. * Removed reinterpret_casts and QQmlListPropertys. * Fixed few QML warnings. * Added documentation * Fixed documentation * Added CMake port * Fixed Cmake for iOS * Modified Fonts in qml file * project name changed from qthangmanpurchasing to hangman Task-number: QTBUG-84776 Pick-to: 6.2 Change-Id: I86051b29d54cfb4a48b310ebc8d538c806fbf8da Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>