summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2024-02-01 14:26:29 +0100
committerRobert Griebl <robert.griebl@qt.io>2024-02-01 17:44:26 +0100
commit1565a69fea8ef40376883dd99f369e52e1db53a2 (patch)
tree0cf1c00ba2f7dfd4f1e188805b28907cae5b7731
parentee31b94607aabac8582a8c1198c96296cf0e4a5d (diff)
doc: add a bit more to the 6.7 whats new page
Pick-to: 6.7 Change-Id: I369b8085ca724e5ab5cf41470ba0b9c7e755e6d8 Reviewed-by: Bernd Weimer <bernd.weimer@qt.io>
-rw-r--r--doc/configuration.qdoc1
-rw-r--r--doc/whatsnew.qdoc10
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/configuration.qdoc b/doc/configuration.qdoc
index 6e05a2d0..9c396dde 100644
--- a/doc/configuration.qdoc
+++ b/doc/configuration.qdoc
@@ -432,6 +432,7 @@ ui:
\row
\li [\c quicklaunch/runtimesPerContainer]
\li int
+ \target runtimes-per-container
\li Specifies how many quick launchers should always be ready for any container/runtime
combination. (default: 0)
diff --git a/doc/whatsnew.qdoc b/doc/whatsnew.qdoc
index 03ff8d8e..98c3a8fc 100644
--- a/doc/whatsnew.qdoc
+++ b/doc/whatsnew.qdoc
@@ -12,8 +12,10 @@
\section1 Qt ApplicationManager 6.7
The application manager now has full support for QML tooling (like compilation) for System UIs
-and applications. In order to achieve this, large parts of the QML object implementations had to be
-rewritten. This means that some APIs are no longer backwards-compatible.
+and applications. The \l{Application Features Example}{application-features example} was adapted
+to makes use of these new features.
+In order to achieve this, large parts of the QML object implementations had to be rewritten. This
+means that some APIs are no longer backwards-compatible.
We tried to keep the changes to a minimum and provide compatibility aliases where possible, but
some changes were unavoidable.
@@ -51,7 +53,11 @@ In addition, here are some additional, noteworthy changes:
\list
\li The \l{Bubblewrap Container} plugin is now a lot more flexible when it comes to kernel
namespace (un)sharing.
+ \li Setting up quick-launching for multiple runtimes and containers is
+ \l{runtimes-per-container}{much more flexible now}.
\li The ApplicationInstaller singleton that was deprecated in 5.14 has now finally been removed.
+ \li Along the same lines, dummy-data support was removed. This had been done for the \c qml and
+ \c qmlscene tools already in Qt 6.3.
\li A new tool named \l{Package-Server}{appman-package-server} has been added that takes over
the role of the deprecated companion project
\l{https://doc.qt.io/QtAutoDeploymentServer/index.html}{Qt Automotive Suite Deployment Server}.