summaryrefslogtreecommitdiffstats
path: root/src/compositor/extensions
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2016-10-03 13:01:40 +0200
committerJohan Helsing <johan.helsing@qt.io>2016-10-03 13:58:57 +0000
commit59c8598958959de943a0782093f020ae1c348edf (patch)
tree20d62fea33bcf539abd03f7b2cf30b79c571c144 /src/compositor/extensions
parent7e5af3d2903e25404422b705837408ccd89c74b9 (diff)
Documentation: Remove tech preview status
Remove "preliminary" and add "since 5.8". Also remove notice from readme about the API being in tech preview. Change-Id: I4ef1ffa4e23661f5a1e28c9e3207678be5b0435c Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@hawaiios.org> Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/compositor/extensions')
-rw-r--r--src/compositor/extensions/qwaylandivisurface.cpp2
-rw-r--r--src/compositor/extensions/qwaylandquickshellsurfaceitem.cpp4
-rw-r--r--src/compositor/extensions/qwaylandwlshell.cpp8
-rw-r--r--src/compositor/extensions/qwaylandxdgshellv5.cpp4
4 files changed, 9 insertions, 9 deletions
diff --git a/src/compositor/extensions/qwaylandivisurface.cpp b/src/compositor/extensions/qwaylandivisurface.cpp
index 2de407e11..4708243a6 100644
--- a/src/compositor/extensions/qwaylandivisurface.cpp
+++ b/src/compositor/extensions/qwaylandivisurface.cpp
@@ -47,7 +47,7 @@ QWaylandSurfaceRole QWaylandIviSurfacePrivate::s_role("ivi_surface");
/*!
* \class QWaylandIviSurface
* \inmodule QtWaylandCompositor
- * \preliminary
+ * \since 5.8
* \brief The QWaylandIviSurface class provides a simple way to identify and resize a surface.
*
* This class is part of the QWaylandIviApplication extension and provides a way to
diff --git a/src/compositor/extensions/qwaylandquickshellsurfaceitem.cpp b/src/compositor/extensions/qwaylandquickshellsurfaceitem.cpp
index 9cb65fbef..f6a88e434 100644
--- a/src/compositor/extensions/qwaylandquickshellsurfaceitem.cpp
+++ b/src/compositor/extensions/qwaylandquickshellsurfaceitem.cpp
@@ -45,7 +45,7 @@ QT_BEGIN_NAMESPACE
/*!
* \qmltype ShellSurfaceItem
* \inqmlmodule QtWayland.Compositor
- * \preliminary
+ * \since 5.8
* \brief A Qt Quick item type representing a WlShellSurface.
*
* This type is used to render \c wl_shell or \c xdg_shell surfaces as part of a Qt Quick
@@ -57,7 +57,7 @@ QT_BEGIN_NAMESPACE
/*!
* \class QWaylandQuickShellSurfaceItem
* \inmodule QtWaylandCompositor
- * \preliminary
+ * \since 5.8
* \brief The QWaylandQuickShellSurfaceItem class provides a Qt Quick item that represents a QWaylandShellSurface.
*
* This class is used to render \c wl_shell or \c xdg_shell surfaces as part of a Qt Quick
diff --git a/src/compositor/extensions/qwaylandwlshell.cpp b/src/compositor/extensions/qwaylandwlshell.cpp
index 2fca88fef..3145c6646 100644
--- a/src/compositor/extensions/qwaylandwlshell.cpp
+++ b/src/compositor/extensions/qwaylandwlshell.cpp
@@ -258,7 +258,7 @@ void QWaylandWlShellSurfacePrivate::shell_surface_set_class(Resource *resource,
/*!
* \qmltype WlShell
* \inqmlmodule QtWayland.Compositor
- * \preliminary
+ * \since 5.8
* \brief Provides an extension for desktop-style user interfaces.
*
* The WlShell extension provides a way to assiociate a ShellSurface
@@ -284,7 +284,7 @@ void QWaylandWlShellSurfacePrivate::shell_surface_set_class(Resource *resource,
/*!
* \class QWaylandWlShell
* \inmodule QtWaylandCompositor
- * \preliminary
+ * \since 5.8
* \brief The QWaylandWlShell class is an extension for desktop-style user interfaces.
*
* The QWaylandWlShell extension provides a way to assiociate a QWaylandWlShellSurface with
@@ -406,7 +406,7 @@ QByteArray QWaylandWlShell::interfaceName()
/*!
* \qmltype WlShellSurface
* \inqmlmodule QtWayland.Compositor
- * \preliminary
+ * \since 5.8
* \brief Provides a \c wl_shell_surface that offers desktop-style compositor-specific features to a surface.
*
* This type is part of the \l{WlShell} extension and provides a way to extend
@@ -419,7 +419,7 @@ QByteArray QWaylandWlShell::interfaceName()
/*!
* \class QWaylandWlShellSurface
* \inmodule QtWaylandCompositor
- * \preliminary
+ * \since 5.8
* \brief The QWaylandWlShellSurface class provides desktop-style compositor-specific features to a surface.
*
* This class is part of the QWaylandWlShell extension and provides a way to extend
diff --git a/src/compositor/extensions/qwaylandxdgshellv5.cpp b/src/compositor/extensions/qwaylandxdgshellv5.cpp
index 88d7a1b04..b73b84d7a 100644
--- a/src/compositor/extensions/qwaylandxdgshellv5.cpp
+++ b/src/compositor/extensions/qwaylandxdgshellv5.cpp
@@ -623,7 +623,7 @@ void QWaylandXdgShellV5::handleFocusChanged(QWaylandSurface *newSurface, QWaylan
/*!
* \class QWaylandXdgSurfaceV5
* \inmodule QtWaylandCompositor
- * \preliminary
+ * \since 5.8
* \brief The QWaylandXdgSurfaceV5 class provides desktop-style compositor-specific features to an xdg surface.
*
* This class is part of the QWaylandXdgShellV5 extension and provides a way to
@@ -1019,7 +1019,7 @@ QWaylandQuickShellIntegration *QWaylandXdgSurfaceV5::createIntegration(QWaylandQ
/*!
* \class QWaylandXdgPopupV5
* \inmodule QtWaylandCompositor
- * \preliminary
+ * \since 5.8
* \brief The QWaylandXdgPopupV5 class provides menus for an xdg surface
*
* This class is part of the QWaylandXdgShellV5 extension and provides a way to