summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2025-11-10 13:25:23 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2025-12-02 09:34:15 +0000
commit564fb8be6322f8567641e27f1cf079815c5962f8 (patch)
tree1557fce5b4477c3186d9230c6a2d2a2018735ce3
parentd4d096222aebaae6de0248a2ad425973b5d578bc (diff)
Remove most of the metadataHEADdev
Remove metadata for demos in qtdoc repo as these were moved to demolauncher repository. Keep startupscreen metadata, but move those under the project hierarchy. Change-Id: I3b3de14686a2763102ff6bbc823727616c25b271 Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
-rw-r--r--metadata/calqlatr/demo.xml7
-rw-r--r--metadata/calqlatr/preview.pngbin15143 -> 0 bytes
-rw-r--r--metadata/coffee/demo.xml7
-rw-r--r--metadata/coffee/preview.pngbin22852 -> 0 bytes
-rw-r--r--metadata/robotarm/demo.xml7
-rw-r--r--metadata/robotarm/preview.pngbin28840 -> 0 bytes
-rw-r--r--metadata/samegame/demo.xml7
-rw-r--r--metadata/samegame/preview.pngbin45216 -> 0 bytes
-rw-r--r--metadata/stocqt/demo.xml7
-rw-r--r--metadata/stocqt/preview.pngbin37743 -> 0 bytes
-rw-r--r--metadata/thermostat/demo.xml7
-rw-r--r--metadata/thermostat/preview.pngbin35478 -> 0 bytes
-rw-r--r--metadata/todolist/demo.xml7
-rw-r--r--metadata/todolist/preview.pngbin14260 -> 0 bytes
-rw-r--r--startupscreen/metadata/demo.xml (renamed from metadata/startupscreen/demo.xml)2
-rw-r--r--startupscreen/metadata/preview.png (renamed from metadata/startupscreen/preview.png)bin23630 -> 23630 bytes
16 files changed, 1 insertions, 50 deletions
diff --git a/metadata/calqlatr/demo.xml b/metadata/calqlatr/demo.xml
deleted file mode 100644
index 8435f57..0000000
--- a/metadata/calqlatr/demo.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application title="Calqlatr" priority="2" scalable="1" icon="preview.png" binary="/usr/share/examples/demos/calqlatr/bin/calqlatr">
- <description>
- A Qt Quick app designed for landscape and portrait devices that uses custom components, responsive layouts, and JavaScript for the application logic.
- </description>
-</application>
diff --git a/metadata/calqlatr/preview.png b/metadata/calqlatr/preview.png
deleted file mode 100644
index 9490814..0000000
--- a/metadata/calqlatr/preview.png
+++ /dev/null
Binary files differ
diff --git a/metadata/coffee/demo.xml b/metadata/coffee/demo.xml
deleted file mode 100644
index faad8e8..0000000
--- a/metadata/coffee/demo.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application title="Coffee Machine" priority="5" scalable="1" icon="preview.png" binary="/usr/share/examples/demos/coffee/bin/coffeemachine">
- <description>
- A Qt Quick application with a state-based custom user interface.
- </description>
-</application>
diff --git a/metadata/coffee/preview.png b/metadata/coffee/preview.png
deleted file mode 100644
index 7435373..0000000
--- a/metadata/coffee/preview.png
+++ /dev/null
Binary files differ
diff --git a/metadata/robotarm/demo.xml b/metadata/robotarm/demo.xml
deleted file mode 100644
index f9462f9..0000000
--- a/metadata/robotarm/demo.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application title="Robot Arm" priority="7" scalable="1" icon="preview.png" binary="/usr/share/examples/demos/robotarm/bin/RobotArmApp">
- <description>
- This example demonstrates adding a C++ backend to a 3D project created in Qt Design Studio. The example itself consists of an interactive industrial robot arm in a Qt Quick 3D scene. The 2D UI to control the robot arm is implement using Qt Quick Controls.
- </description>
-</application>
diff --git a/metadata/robotarm/preview.png b/metadata/robotarm/preview.png
deleted file mode 100644
index 17efae1..0000000
--- a/metadata/robotarm/preview.png
+++ /dev/null
Binary files differ
diff --git a/metadata/samegame/demo.xml b/metadata/samegame/demo.xml
deleted file mode 100644
index 29f3dc7..0000000
--- a/metadata/samegame/demo.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application title="Same Game" priority="5" scalable="0" icon="preview.png" binary="/usr/share/examples/demos/samegame/bin/samegame">
- <description>
- Same Game demonstrates a QML game with custom types and logic written in JavaScript. The game uses various Qt Quick features such as particles, animation, and loading images.
- </description>
-</application>
diff --git a/metadata/samegame/preview.png b/metadata/samegame/preview.png
deleted file mode 100644
index 2ddf43e..0000000
--- a/metadata/samegame/preview.png
+++ /dev/null
Binary files differ
diff --git a/metadata/stocqt/demo.xml b/metadata/stocqt/demo.xml
deleted file mode 100644
index c0373e3..0000000
--- a/metadata/stocqt/demo.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application title="Qt Quick Demo - StocQt" priority="7" scalable="1" icon="preview.png" binary="/usr/share/examples/demos/stocqt/bin/appStocQt">
- <description>
- The StocQt application presents a trend chart for the first stock in the list of NASDAQ-100 stocks. It allows the user to choose another stock from the list, and fetches the required data from the offline dataset using XMLHttpRequest.
- </description>
-</application>
diff --git a/metadata/stocqt/preview.png b/metadata/stocqt/preview.png
deleted file mode 100644
index 6caf3d2..0000000
--- a/metadata/stocqt/preview.png
+++ /dev/null
Binary files differ
diff --git a/metadata/thermostat/demo.xml b/metadata/thermostat/demo.xml
deleted file mode 100644
index 8be90f7..0000000
--- a/metadata/thermostat/demo.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application title="Thermostat" priority="8" scalable="1" icon="preview.png" binary="/usr/share/examples/demos/thermostat/bin/ThermostatApp">
- <description>
- A user interface for a home thermostat, implemented in Qt Quick. It demonstrates how to create responsive applications that scale from large desktop displays to mobile and small embedded displays.
- </description>
-</application>
diff --git a/metadata/thermostat/preview.png b/metadata/thermostat/preview.png
deleted file mode 100644
index 20ecf62..0000000
--- a/metadata/thermostat/preview.png
+++ /dev/null
Binary files differ
diff --git a/metadata/todolist/demo.xml b/metadata/todolist/demo.xml
deleted file mode 100644
index 47d2257..0000000
--- a/metadata/todolist/demo.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application title="To Do List" priority="5" scalable="1" icon="preview.png" binary="/usr/share/examples/demos/todolist/bin/ToDoListApp">
- <description>
- A QML implementation of to do list application that demonstrates how to create application thats looks native on any platform.
- </description>
-</application>
diff --git a/metadata/todolist/preview.png b/metadata/todolist/preview.png
deleted file mode 100644
index ffe90c2..0000000
--- a/metadata/todolist/preview.png
+++ /dev/null
Binary files differ
diff --git a/metadata/startupscreen/demo.xml b/startupscreen/metadata/demo.xml
index 9eca669..f5cc3cd 100644
--- a/metadata/startupscreen/demo.xml
+++ b/startupscreen/metadata/demo.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<application title="Get started with Boot to Qt" priority="10" scalable="1" icon="preview.png" binary="/usr/bin/startupscreen" arguments="-platform wayland-egl">
+<application title="Get started with Boot to Qt" priority="10" scalable="1" icon="preview.png" binary="/usr/bin/startupscreen">
<description>
Provides USB and Wi-Fi settings and instructions how to deploy applications from the Qt Creator.
</description>
diff --git a/metadata/startupscreen/preview.png b/startupscreen/metadata/preview.png
index f24be2f..f24be2f 100644
--- a/metadata/startupscreen/preview.png
+++ b/startupscreen/metadata/preview.png
Binary files differ