summaryrefslogtreecommitdiff
path: root/examples/wayland
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2023-02-03 13:55:27 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2023-02-28 10:27:38 +0100
commit82d4dad14fe763c6cb0b5d3c4ef4109243e8ab39 (patch)
treef1524968aa4c475b4f28d0b3472b48965b147e13 /examples/wayland
parentbc612e4ecc06aeba5f829913054614f959eca1a6 (diff)
downloadqtwayland-82d4dad14fe763c6cb0b5d3c4ef4109243e8ab39.tar.gz
doc: Add compositor examples to Embedded category
Qt Wayland Compositor API is perfectly suitable for desktop as well, but is primarily used on embedded systems and that is where the ability to build your own platform, including a custom compositor, yields the most power. Pick-to: 6.5 Change-Id: Icb5827b29f896cf6835bdd37fb003a4abbef9f94 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'examples/wayland')
-rw-r--r--examples/wayland/custom-shell/doc/src/custom-shell.qdoc1
-rw-r--r--examples/wayland/ivi-compositor/doc/src/ivi-compositor.qdoc1
-rw-r--r--examples/wayland/minimal-qml/doc/src/minimal-qml.qdoc1
-rw-r--r--examples/wayland/multi-output/doc/src/multi-output.qdoc1
-rw-r--r--examples/wayland/multi-screen/doc/src/multi-screen.qdoc1
-rw-r--r--examples/wayland/overview-compositor/doc/src/overview-compositor.qdoc1
-rw-r--r--examples/wayland/pure-qml/doc/src/pure-qml.qdoc1
-rw-r--r--examples/wayland/qtshell/doc/src/qtshell.qdoc1
-rw-r--r--examples/wayland/server-side-decoration/doc/src/server-side-decoration.qdoc1
-rw-r--r--examples/wayland/spanning-screens/doc/src/spanning-screens.qdoc1
10 files changed, 10 insertions, 0 deletions
diff --git a/examples/wayland/custom-shell/doc/src/custom-shell.qdoc b/examples/wayland/custom-shell/doc/src/custom-shell.qdoc
index b1a09994..36e84d8b 100644
--- a/examples/wayland/custom-shell/doc/src/custom-shell.qdoc
+++ b/examples/wayland/custom-shell/doc/src/custom-shell.qdoc
@@ -4,6 +4,7 @@
/*!
* \title Custom Shell
* \example custom-shell
+ * \meta category {Embedded}
* \brief Custom Shell shows how to implement a custom shell extension.
* \ingroup qtwaylandcompositor-examples
*
diff --git a/examples/wayland/ivi-compositor/doc/src/ivi-compositor.qdoc b/examples/wayland/ivi-compositor/doc/src/ivi-compositor.qdoc
index 98c4e179..f220476e 100644
--- a/examples/wayland/ivi-compositor/doc/src/ivi-compositor.qdoc
+++ b/examples/wayland/ivi-compositor/doc/src/ivi-compositor.qdoc
@@ -4,6 +4,7 @@
/*!
* \title IVI Compositor
* \example ivi-compositor
+ * \meta category {Embedded}
* \brief IVI Compositor is an example that demonstrates how to use the IviApplication extension.
* \ingroup qtwaylandcompositor-examples
*
diff --git a/examples/wayland/minimal-qml/doc/src/minimal-qml.qdoc b/examples/wayland/minimal-qml/doc/src/minimal-qml.qdoc
index b6bf9aa5..2be82ac4 100644
--- a/examples/wayland/minimal-qml/doc/src/minimal-qml.qdoc
+++ b/examples/wayland/minimal-qml/doc/src/minimal-qml.qdoc
@@ -4,6 +4,7 @@
/*!
* \title Minimal QML
* \example minimal-qml
+ * \meta category {Embedded}
* \brief Minimal QML is a simple example that demonstrates how to write a Wayland compositor in QML.
* \ingroup qtwaylandcompositor-examples
*
diff --git a/examples/wayland/multi-output/doc/src/multi-output.qdoc b/examples/wayland/multi-output/doc/src/multi-output.qdoc
index da77eb0f..6f0ea7b7 100644
--- a/examples/wayland/multi-output/doc/src/multi-output.qdoc
+++ b/examples/wayland/multi-output/doc/src/multi-output.qdoc
@@ -4,6 +4,7 @@
/*!
\title Multi Output
\example multi-output
+ \meta category {Embedded}
\brief Multi Output is an example that demonstrates a compositor with multiple outputs.
\ingroup qtwaylandcompositor-examples
diff --git a/examples/wayland/multi-screen/doc/src/multi-screen.qdoc b/examples/wayland/multi-screen/doc/src/multi-screen.qdoc
index 6acd9269..235886bd 100644
--- a/examples/wayland/multi-screen/doc/src/multi-screen.qdoc
+++ b/examples/wayland/multi-screen/doc/src/multi-screen.qdoc
@@ -4,6 +4,7 @@
/*!
* \title Multi Screen
* \example multi-screen
+ * \meta category {Embedded}
* \brief Multi Screen is a desktop-style Wayland compositor for multiple screens.
* \ingroup qtwaylandcompositor-examples
*
diff --git a/examples/wayland/overview-compositor/doc/src/overview-compositor.qdoc b/examples/wayland/overview-compositor/doc/src/overview-compositor.qdoc
index 4b3bd4c5..e0b13937 100644
--- a/examples/wayland/overview-compositor/doc/src/overview-compositor.qdoc
+++ b/examples/wayland/overview-compositor/doc/src/overview-compositor.qdoc
@@ -4,6 +4,7 @@
/*!
* \title Overview Compositor
* \example overview-compositor
+ * \meta category {Embedded}
* \brief Overview Compositor shows how to switch between clients in a grid.
*
* \section1 Introduction
diff --git a/examples/wayland/pure-qml/doc/src/pure-qml.qdoc b/examples/wayland/pure-qml/doc/src/pure-qml.qdoc
index a7dfb11d..0fcb231d 100644
--- a/examples/wayland/pure-qml/doc/src/pure-qml.qdoc
+++ b/examples/wayland/pure-qml/doc/src/pure-qml.qdoc
@@ -4,6 +4,7 @@
/*!
\title Pure QML
\example pure-qml
+ \meta category {Embedded}
\brief Pure QML is an example that demonstrates how to write a Wayland compositor in pure QML.
\ingroup qtwaylandcompositor-examples
diff --git a/examples/wayland/qtshell/doc/src/qtshell.qdoc b/examples/wayland/qtshell/doc/src/qtshell.qdoc
index 61e87e18..969b35b1 100644
--- a/examples/wayland/qtshell/doc/src/qtshell.qdoc
+++ b/examples/wayland/qtshell/doc/src/qtshell.qdoc
@@ -4,6 +4,7 @@
/*!
* \title QtShell Compositor
* \example qtshell
+ * \meta category {Embedded}
* \brief QtShell Compositor shows how to use the QtShell shell extension.
* \ingroup qtwaylandcompositor-examples
*
diff --git a/examples/wayland/server-side-decoration/doc/src/server-side-decoration.qdoc b/examples/wayland/server-side-decoration/doc/src/server-side-decoration.qdoc
index 616e35a0..a48e4c47 100644
--- a/examples/wayland/server-side-decoration/doc/src/server-side-decoration.qdoc
+++ b/examples/wayland/server-side-decoration/doc/src/server-side-decoration.qdoc
@@ -4,6 +4,7 @@
/*!
* \title Server Side Decoration Compositor
* \example server-side-decoration
+ * \meta category {Embedded}
* \brief Server Side Decoration Compositor is a simple example that demonstrates server side window decorations on xdg-shell.
* \ingroup qtwaylandcompositor-examples
*
diff --git a/examples/wayland/spanning-screens/doc/src/spanning-screens.qdoc b/examples/wayland/spanning-screens/doc/src/spanning-screens.qdoc
index 1a583722..82568ec0 100644
--- a/examples/wayland/spanning-screens/doc/src/spanning-screens.qdoc
+++ b/examples/wayland/spanning-screens/doc/src/spanning-screens.qdoc
@@ -4,6 +4,7 @@
/*!
* \title Spanning Screens
* \example spanning-screens
+ * \meta category {Embedded}
* \brief Spanning Screens is an example that demonstrates how to let Wayland clients span multiple screens.
* \ingroup qtwaylandcompositor-examples
*