From 77503cb639908befb1d0cbc6e00d47bfe9593538 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Fri, 4 Jun 2021 11:55:10 +0200 Subject: [PATCH] iot-dashboard -> iotdashboard --- examples/{iot-dashboard => iotdashboard}/Box.cpp | 0 examples/{iot-dashboard => iotdashboard}/Box.h | 0 .../BoxWithButtons.cpp | 0 .../BoxWithButtons.h | 0 .../CircularProgressBar.cpp | 0 .../CircularProgressBar.h | 0 .../{iot-dashboard => iotdashboard}/Diagram.cpp | 0 examples/{iot-dashboard => iotdashboard}/Diagram.h | 0 .../DiagramSkinlet.cpp | 0 .../DiagramSkinlet.h | 0 .../LightIntensity.cpp | 0 .../LightIntensity.h | 0 .../{iot-dashboard => iotdashboard}/MainContent.cpp | 0 .../{iot-dashboard => iotdashboard}/MainContent.h | 0 .../{iot-dashboard => iotdashboard}/MainWindow.cpp | 0 .../{iot-dashboard => iotdashboard}/MainWindow.h | 0 .../{iot-dashboard => iotdashboard}/MenuBar.cpp | 0 examples/{iot-dashboard => iotdashboard}/MenuBar.h | 0 .../{iot-dashboard => iotdashboard}/MyDevices.cpp | 0 .../{iot-dashboard => iotdashboard}/MyDevices.h | 0 .../{iot-dashboard => iotdashboard}/PieChart.cpp | 0 examples/{iot-dashboard => iotdashboard}/PieChart.h | 0 .../PieChartPainted.cpp | 0 .../PieChartPainted.h | 0 .../PieChartSkinlet.cpp | 0 .../PieChartSkinlet.h | 0 .../{iot-dashboard => iotdashboard}/RoundedIcon.cpp | 0 .../{iot-dashboard => iotdashboard}/RoundedIcon.h | 0 examples/{iot-dashboard => iotdashboard}/Skin.cpp | 0 examples/{iot-dashboard => iotdashboard}/Skin.h | 0 examples/{iot-dashboard => iotdashboard}/TopBar.cpp | 0 examples/{iot-dashboard => iotdashboard}/TopBar.h | 0 .../UpAndDownButton.cpp | 0 .../UpAndDownButton.h | 0 examples/{iot-dashboard => iotdashboard}/Usage.cpp | 0 examples/{iot-dashboard => iotdashboard}/Usage.h | 0 .../UsageDiagram.cpp | 0 .../{iot-dashboard => iotdashboard}/UsageDiagram.h | 0 examples/{iot-dashboard => iotdashboard}/fonts.qrc | 0 .../fonts/ProximaNova-Regular.otf | Bin .../fonts/ProximaNova-Semibold.otf | Bin examples/{iot-dashboard => iotdashboard}/images.qrc | 0 .../{iot-dashboard => iotdashboard}/images/ac.png | Bin .../{iot-dashboard => iotdashboard}/images/ac.svg | 0 .../images/dashboard.png | Bin .../images/dashboard.svg | 0 .../images/devices.png | Bin .../images/devices.svg | 0 .../{iot-dashboard => iotdashboard}/images/down.png | Bin .../{iot-dashboard => iotdashboard}/images/down.svg | 0 .../images/humidity.png | Bin .../images/humidity.svg | 0 .../images/indoor-temperature.png | Bin .../images/indoor-temperature.svg | 0 .../images/lamps.png | Bin .../images/lamps.svg | 0 .../images/logout.png | Bin .../images/logout.svg | 0 .../images/main-icon.png | Bin .../images/main-icon.svg | 0 .../images/members.png | Bin .../images/members.svg | 0 .../images/music-system.png | Bin .../images/music-system.svg | 0 .../images/rooms.png | Bin .../images/rooms.svg | 0 .../images/router.png | Bin .../images/router.svg | 0 .../images/statistics.png | Bin .../images/statistics.svg | 0 .../images/storage.png | Bin .../images/storage.svg | 0 .../{iot-dashboard => iotdashboard}/images/up.png | Bin .../{iot-dashboard => iotdashboard}/images/up.svg | 0 .../iotdashboard.pro} | 0 .../kirigami/scenegraph/paintedrectangleitem.cpp | 0 .../kirigami/scenegraph/paintedrectangleitem.h | 0 .../kirigami/scenegraph/shaders/header_desktop.glsl | 0 .../scenegraph/shaders/header_desktop_core.glsl | 0 .../kirigami/scenegraph/shaders/header_es.glsl | 0 .../kirigami/scenegraph/shaders/sdf.glsl | 0 .../kirigami/scenegraph/shaders/sdf_lowpower.glsl | 0 .../kirigami/scenegraph/shaders/shaders.qrc | 0 .../scenegraph/shaders/shadowedborderrectangle.frag | 0 .../shaders/shadowedborderrectangle_lowpower.frag | 0 .../scenegraph/shaders/shadowedbordertexture.frag | 0 .../shaders/shadowedbordertexture_lowpower.frag | 0 .../scenegraph/shaders/shadowedrectangle.frag | 0 .../scenegraph/shaders/shadowedrectangle.vert | 0 .../shaders/shadowedrectangle_lowpower.frag | 0 .../scenegraph/shaders/shadowedtexture.frag | 0 .../shaders/shadowedtexture_lowpower.frag | 0 .../scenegraph/shadowedborderrectanglematerial.cpp | 0 .../scenegraph/shadowedborderrectanglematerial.h | 0 .../scenegraph/shadowedrectanglematerial.cpp | 0 .../kirigami/scenegraph/shadowedrectanglematerial.h | 0 .../kirigami/scenegraph/shadowedrectanglenode.cpp | 0 .../kirigami/scenegraph/shadowedrectanglenode.h | 0 .../kirigami/shadowedrectangle.cpp | 0 .../kirigami/shadowedrectangle.h | 0 examples/{iot-dashboard => iotdashboard}/main.cpp | 0 .../nodes/DiagramDataNode.cpp | 0 .../nodes/DiagramDataNode.h | 0 .../nodes/DiagramSegmentsNode.cpp | 0 .../nodes/DiagramSegmentsNode.h | 0 105 files changed, 0 insertions(+), 0 deletions(-) rename examples/{iot-dashboard => iotdashboard}/Box.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/Box.h (100%) rename examples/{iot-dashboard => iotdashboard}/BoxWithButtons.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/BoxWithButtons.h (100%) rename examples/{iot-dashboard => iotdashboard}/CircularProgressBar.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/CircularProgressBar.h (100%) rename examples/{iot-dashboard => iotdashboard}/Diagram.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/Diagram.h (100%) rename examples/{iot-dashboard => iotdashboard}/DiagramSkinlet.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/DiagramSkinlet.h (100%) rename examples/{iot-dashboard => iotdashboard}/LightIntensity.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/LightIntensity.h (100%) rename examples/{iot-dashboard => iotdashboard}/MainContent.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/MainContent.h (100%) rename examples/{iot-dashboard => iotdashboard}/MainWindow.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/MainWindow.h (100%) rename examples/{iot-dashboard => iotdashboard}/MenuBar.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/MenuBar.h (100%) rename examples/{iot-dashboard => iotdashboard}/MyDevices.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/MyDevices.h (100%) rename examples/{iot-dashboard => iotdashboard}/PieChart.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/PieChart.h (100%) rename examples/{iot-dashboard => iotdashboard}/PieChartPainted.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/PieChartPainted.h (100%) rename examples/{iot-dashboard => iotdashboard}/PieChartSkinlet.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/PieChartSkinlet.h (100%) rename examples/{iot-dashboard => iotdashboard}/RoundedIcon.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/RoundedIcon.h (100%) rename examples/{iot-dashboard => iotdashboard}/Skin.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/Skin.h (100%) rename examples/{iot-dashboard => iotdashboard}/TopBar.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/TopBar.h (100%) rename examples/{iot-dashboard => iotdashboard}/UpAndDownButton.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/UpAndDownButton.h (100%) rename examples/{iot-dashboard => iotdashboard}/Usage.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/Usage.h (100%) rename examples/{iot-dashboard => iotdashboard}/UsageDiagram.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/UsageDiagram.h (100%) rename examples/{iot-dashboard => iotdashboard}/fonts.qrc (100%) rename examples/{iot-dashboard => iotdashboard}/fonts/ProximaNova-Regular.otf (100%) rename examples/{iot-dashboard => iotdashboard}/fonts/ProximaNova-Semibold.otf (100%) rename examples/{iot-dashboard => iotdashboard}/images.qrc (100%) rename examples/{iot-dashboard => iotdashboard}/images/ac.png (100%) rename examples/{iot-dashboard => iotdashboard}/images/ac.svg (100%) rename examples/{iot-dashboard => iotdashboard}/images/dashboard.png (100%) rename examples/{iot-dashboard => iotdashboard}/images/dashboard.svg (100%) rename examples/{iot-dashboard => iotdashboard}/images/devices.png (100%) rename examples/{iot-dashboard => iotdashboard}/images/devices.svg (100%) rename examples/{iot-dashboard => iotdashboard}/images/down.png (100%) rename examples/{iot-dashboard => iotdashboard}/images/down.svg (100%) rename examples/{iot-dashboard => iotdashboard}/images/humidity.png (100%) rename examples/{iot-dashboard => iotdashboard}/images/humidity.svg (100%) rename examples/{iot-dashboard => iotdashboard}/images/indoor-temperature.png (100%) rename examples/{iot-dashboard => iotdashboard}/images/indoor-temperature.svg (100%) rename examples/{iot-dashboard => iotdashboard}/images/lamps.png (100%) rename examples/{iot-dashboard => iotdashboard}/images/lamps.svg (100%) rename examples/{iot-dashboard => iotdashboard}/images/logout.png (100%) rename examples/{iot-dashboard => iotdashboard}/images/logout.svg (100%) rename examples/{iot-dashboard => iotdashboard}/images/main-icon.png (100%) rename examples/{iot-dashboard => iotdashboard}/images/main-icon.svg (100%) rename examples/{iot-dashboard => iotdashboard}/images/members.png (100%) rename examples/{iot-dashboard => iotdashboard}/images/members.svg (100%) rename examples/{iot-dashboard => iotdashboard}/images/music-system.png (100%) rename examples/{iot-dashboard => iotdashboard}/images/music-system.svg (100%) rename examples/{iot-dashboard => iotdashboard}/images/rooms.png (100%) rename examples/{iot-dashboard => iotdashboard}/images/rooms.svg (100%) rename examples/{iot-dashboard => iotdashboard}/images/router.png (100%) rename examples/{iot-dashboard => iotdashboard}/images/router.svg (100%) rename examples/{iot-dashboard => iotdashboard}/images/statistics.png (100%) rename examples/{iot-dashboard => iotdashboard}/images/statistics.svg (100%) rename examples/{iot-dashboard => iotdashboard}/images/storage.png (100%) rename examples/{iot-dashboard => iotdashboard}/images/storage.svg (100%) rename examples/{iot-dashboard => iotdashboard}/images/up.png (100%) rename examples/{iot-dashboard => iotdashboard}/images/up.svg (100%) rename examples/{iot-dashboard/iot-dashboard.pro => iotdashboard/iotdashboard.pro} (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/paintedrectangleitem.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/paintedrectangleitem.h (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/shaders/header_desktop.glsl (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/shaders/header_desktop_core.glsl (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/shaders/header_es.glsl (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/shaders/sdf.glsl (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/shaders/sdf_lowpower.glsl (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/shaders/shaders.qrc (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/shaders/shadowedborderrectangle.frag (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/shaders/shadowedborderrectangle_lowpower.frag (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/shaders/shadowedbordertexture.frag (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/shaders/shadowedbordertexture_lowpower.frag (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/shaders/shadowedrectangle.frag (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/shaders/shadowedrectangle.vert (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/shaders/shadowedrectangle_lowpower.frag (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/shaders/shadowedtexture.frag (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/shaders/shadowedtexture_lowpower.frag (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/shadowedborderrectanglematerial.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/shadowedborderrectanglematerial.h (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/shadowedrectanglematerial.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/shadowedrectanglematerial.h (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/shadowedrectanglenode.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/scenegraph/shadowedrectanglenode.h (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/shadowedrectangle.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/kirigami/shadowedrectangle.h (100%) rename examples/{iot-dashboard => iotdashboard}/main.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/nodes/DiagramDataNode.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/nodes/DiagramDataNode.h (100%) rename examples/{iot-dashboard => iotdashboard}/nodes/DiagramSegmentsNode.cpp (100%) rename examples/{iot-dashboard => iotdashboard}/nodes/DiagramSegmentsNode.h (100%) diff --git a/examples/iot-dashboard/Box.cpp b/examples/iotdashboard/Box.cpp similarity index 100% rename from examples/iot-dashboard/Box.cpp rename to examples/iotdashboard/Box.cpp diff --git a/examples/iot-dashboard/Box.h b/examples/iotdashboard/Box.h similarity index 100% rename from examples/iot-dashboard/Box.h rename to examples/iotdashboard/Box.h diff --git a/examples/iot-dashboard/BoxWithButtons.cpp b/examples/iotdashboard/BoxWithButtons.cpp similarity index 100% rename from examples/iot-dashboard/BoxWithButtons.cpp rename to examples/iotdashboard/BoxWithButtons.cpp diff --git a/examples/iot-dashboard/BoxWithButtons.h b/examples/iotdashboard/BoxWithButtons.h similarity index 100% rename from examples/iot-dashboard/BoxWithButtons.h rename to examples/iotdashboard/BoxWithButtons.h diff --git a/examples/iot-dashboard/CircularProgressBar.cpp b/examples/iotdashboard/CircularProgressBar.cpp similarity index 100% rename from examples/iot-dashboard/CircularProgressBar.cpp rename to examples/iotdashboard/CircularProgressBar.cpp diff --git a/examples/iot-dashboard/CircularProgressBar.h b/examples/iotdashboard/CircularProgressBar.h similarity index 100% rename from examples/iot-dashboard/CircularProgressBar.h rename to examples/iotdashboard/CircularProgressBar.h diff --git a/examples/iot-dashboard/Diagram.cpp b/examples/iotdashboard/Diagram.cpp similarity index 100% rename from examples/iot-dashboard/Diagram.cpp rename to examples/iotdashboard/Diagram.cpp diff --git a/examples/iot-dashboard/Diagram.h b/examples/iotdashboard/Diagram.h similarity index 100% rename from examples/iot-dashboard/Diagram.h rename to examples/iotdashboard/Diagram.h diff --git a/examples/iot-dashboard/DiagramSkinlet.cpp b/examples/iotdashboard/DiagramSkinlet.cpp similarity index 100% rename from examples/iot-dashboard/DiagramSkinlet.cpp rename to examples/iotdashboard/DiagramSkinlet.cpp diff --git a/examples/iot-dashboard/DiagramSkinlet.h b/examples/iotdashboard/DiagramSkinlet.h similarity index 100% rename from examples/iot-dashboard/DiagramSkinlet.h rename to examples/iotdashboard/DiagramSkinlet.h diff --git a/examples/iot-dashboard/LightIntensity.cpp b/examples/iotdashboard/LightIntensity.cpp similarity index 100% rename from examples/iot-dashboard/LightIntensity.cpp rename to examples/iotdashboard/LightIntensity.cpp diff --git a/examples/iot-dashboard/LightIntensity.h b/examples/iotdashboard/LightIntensity.h similarity index 100% rename from examples/iot-dashboard/LightIntensity.h rename to examples/iotdashboard/LightIntensity.h diff --git a/examples/iot-dashboard/MainContent.cpp b/examples/iotdashboard/MainContent.cpp similarity index 100% rename from examples/iot-dashboard/MainContent.cpp rename to examples/iotdashboard/MainContent.cpp diff --git a/examples/iot-dashboard/MainContent.h b/examples/iotdashboard/MainContent.h similarity index 100% rename from examples/iot-dashboard/MainContent.h rename to examples/iotdashboard/MainContent.h diff --git a/examples/iot-dashboard/MainWindow.cpp b/examples/iotdashboard/MainWindow.cpp similarity index 100% rename from examples/iot-dashboard/MainWindow.cpp rename to examples/iotdashboard/MainWindow.cpp diff --git a/examples/iot-dashboard/MainWindow.h b/examples/iotdashboard/MainWindow.h similarity index 100% rename from examples/iot-dashboard/MainWindow.h rename to examples/iotdashboard/MainWindow.h diff --git a/examples/iot-dashboard/MenuBar.cpp b/examples/iotdashboard/MenuBar.cpp similarity index 100% rename from examples/iot-dashboard/MenuBar.cpp rename to examples/iotdashboard/MenuBar.cpp diff --git a/examples/iot-dashboard/MenuBar.h b/examples/iotdashboard/MenuBar.h similarity index 100% rename from examples/iot-dashboard/MenuBar.h rename to examples/iotdashboard/MenuBar.h diff --git a/examples/iot-dashboard/MyDevices.cpp b/examples/iotdashboard/MyDevices.cpp similarity index 100% rename from examples/iot-dashboard/MyDevices.cpp rename to examples/iotdashboard/MyDevices.cpp diff --git a/examples/iot-dashboard/MyDevices.h b/examples/iotdashboard/MyDevices.h similarity index 100% rename from examples/iot-dashboard/MyDevices.h rename to examples/iotdashboard/MyDevices.h diff --git a/examples/iot-dashboard/PieChart.cpp b/examples/iotdashboard/PieChart.cpp similarity index 100% rename from examples/iot-dashboard/PieChart.cpp rename to examples/iotdashboard/PieChart.cpp diff --git a/examples/iot-dashboard/PieChart.h b/examples/iotdashboard/PieChart.h similarity index 100% rename from examples/iot-dashboard/PieChart.h rename to examples/iotdashboard/PieChart.h diff --git a/examples/iot-dashboard/PieChartPainted.cpp b/examples/iotdashboard/PieChartPainted.cpp similarity index 100% rename from examples/iot-dashboard/PieChartPainted.cpp rename to examples/iotdashboard/PieChartPainted.cpp diff --git a/examples/iot-dashboard/PieChartPainted.h b/examples/iotdashboard/PieChartPainted.h similarity index 100% rename from examples/iot-dashboard/PieChartPainted.h rename to examples/iotdashboard/PieChartPainted.h diff --git a/examples/iot-dashboard/PieChartSkinlet.cpp b/examples/iotdashboard/PieChartSkinlet.cpp similarity index 100% rename from examples/iot-dashboard/PieChartSkinlet.cpp rename to examples/iotdashboard/PieChartSkinlet.cpp diff --git a/examples/iot-dashboard/PieChartSkinlet.h b/examples/iotdashboard/PieChartSkinlet.h similarity index 100% rename from examples/iot-dashboard/PieChartSkinlet.h rename to examples/iotdashboard/PieChartSkinlet.h diff --git a/examples/iot-dashboard/RoundedIcon.cpp b/examples/iotdashboard/RoundedIcon.cpp similarity index 100% rename from examples/iot-dashboard/RoundedIcon.cpp rename to examples/iotdashboard/RoundedIcon.cpp diff --git a/examples/iot-dashboard/RoundedIcon.h b/examples/iotdashboard/RoundedIcon.h similarity index 100% rename from examples/iot-dashboard/RoundedIcon.h rename to examples/iotdashboard/RoundedIcon.h diff --git a/examples/iot-dashboard/Skin.cpp b/examples/iotdashboard/Skin.cpp similarity index 100% rename from examples/iot-dashboard/Skin.cpp rename to examples/iotdashboard/Skin.cpp diff --git a/examples/iot-dashboard/Skin.h b/examples/iotdashboard/Skin.h similarity index 100% rename from examples/iot-dashboard/Skin.h rename to examples/iotdashboard/Skin.h diff --git a/examples/iot-dashboard/TopBar.cpp b/examples/iotdashboard/TopBar.cpp similarity index 100% rename from examples/iot-dashboard/TopBar.cpp rename to examples/iotdashboard/TopBar.cpp diff --git a/examples/iot-dashboard/TopBar.h b/examples/iotdashboard/TopBar.h similarity index 100% rename from examples/iot-dashboard/TopBar.h rename to examples/iotdashboard/TopBar.h diff --git a/examples/iot-dashboard/UpAndDownButton.cpp b/examples/iotdashboard/UpAndDownButton.cpp similarity index 100% rename from examples/iot-dashboard/UpAndDownButton.cpp rename to examples/iotdashboard/UpAndDownButton.cpp diff --git a/examples/iot-dashboard/UpAndDownButton.h b/examples/iotdashboard/UpAndDownButton.h similarity index 100% rename from examples/iot-dashboard/UpAndDownButton.h rename to examples/iotdashboard/UpAndDownButton.h diff --git a/examples/iot-dashboard/Usage.cpp b/examples/iotdashboard/Usage.cpp similarity index 100% rename from examples/iot-dashboard/Usage.cpp rename to examples/iotdashboard/Usage.cpp diff --git a/examples/iot-dashboard/Usage.h b/examples/iotdashboard/Usage.h similarity index 100% rename from examples/iot-dashboard/Usage.h rename to examples/iotdashboard/Usage.h diff --git a/examples/iot-dashboard/UsageDiagram.cpp b/examples/iotdashboard/UsageDiagram.cpp similarity index 100% rename from examples/iot-dashboard/UsageDiagram.cpp rename to examples/iotdashboard/UsageDiagram.cpp diff --git a/examples/iot-dashboard/UsageDiagram.h b/examples/iotdashboard/UsageDiagram.h similarity index 100% rename from examples/iot-dashboard/UsageDiagram.h rename to examples/iotdashboard/UsageDiagram.h diff --git a/examples/iot-dashboard/fonts.qrc b/examples/iotdashboard/fonts.qrc similarity index 100% rename from examples/iot-dashboard/fonts.qrc rename to examples/iotdashboard/fonts.qrc diff --git a/examples/iot-dashboard/fonts/ProximaNova-Regular.otf b/examples/iotdashboard/fonts/ProximaNova-Regular.otf similarity index 100% rename from examples/iot-dashboard/fonts/ProximaNova-Regular.otf rename to examples/iotdashboard/fonts/ProximaNova-Regular.otf diff --git a/examples/iot-dashboard/fonts/ProximaNova-Semibold.otf b/examples/iotdashboard/fonts/ProximaNova-Semibold.otf similarity index 100% rename from examples/iot-dashboard/fonts/ProximaNova-Semibold.otf rename to examples/iotdashboard/fonts/ProximaNova-Semibold.otf diff --git a/examples/iot-dashboard/images.qrc b/examples/iotdashboard/images.qrc similarity index 100% rename from examples/iot-dashboard/images.qrc rename to examples/iotdashboard/images.qrc diff --git a/examples/iot-dashboard/images/ac.png b/examples/iotdashboard/images/ac.png similarity index 100% rename from examples/iot-dashboard/images/ac.png rename to examples/iotdashboard/images/ac.png diff --git a/examples/iot-dashboard/images/ac.svg b/examples/iotdashboard/images/ac.svg similarity index 100% rename from examples/iot-dashboard/images/ac.svg rename to examples/iotdashboard/images/ac.svg diff --git a/examples/iot-dashboard/images/dashboard.png b/examples/iotdashboard/images/dashboard.png similarity index 100% rename from examples/iot-dashboard/images/dashboard.png rename to examples/iotdashboard/images/dashboard.png diff --git a/examples/iot-dashboard/images/dashboard.svg b/examples/iotdashboard/images/dashboard.svg similarity index 100% rename from examples/iot-dashboard/images/dashboard.svg rename to examples/iotdashboard/images/dashboard.svg diff --git a/examples/iot-dashboard/images/devices.png b/examples/iotdashboard/images/devices.png similarity index 100% rename from examples/iot-dashboard/images/devices.png rename to examples/iotdashboard/images/devices.png diff --git a/examples/iot-dashboard/images/devices.svg b/examples/iotdashboard/images/devices.svg similarity index 100% rename from examples/iot-dashboard/images/devices.svg rename to examples/iotdashboard/images/devices.svg diff --git a/examples/iot-dashboard/images/down.png b/examples/iotdashboard/images/down.png similarity index 100% rename from examples/iot-dashboard/images/down.png rename to examples/iotdashboard/images/down.png diff --git a/examples/iot-dashboard/images/down.svg b/examples/iotdashboard/images/down.svg similarity index 100% rename from examples/iot-dashboard/images/down.svg rename to examples/iotdashboard/images/down.svg diff --git a/examples/iot-dashboard/images/humidity.png b/examples/iotdashboard/images/humidity.png similarity index 100% rename from examples/iot-dashboard/images/humidity.png rename to examples/iotdashboard/images/humidity.png diff --git a/examples/iot-dashboard/images/humidity.svg b/examples/iotdashboard/images/humidity.svg similarity index 100% rename from examples/iot-dashboard/images/humidity.svg rename to examples/iotdashboard/images/humidity.svg diff --git a/examples/iot-dashboard/images/indoor-temperature.png b/examples/iotdashboard/images/indoor-temperature.png similarity index 100% rename from examples/iot-dashboard/images/indoor-temperature.png rename to examples/iotdashboard/images/indoor-temperature.png diff --git a/examples/iot-dashboard/images/indoor-temperature.svg b/examples/iotdashboard/images/indoor-temperature.svg similarity index 100% rename from examples/iot-dashboard/images/indoor-temperature.svg rename to examples/iotdashboard/images/indoor-temperature.svg diff --git a/examples/iot-dashboard/images/lamps.png b/examples/iotdashboard/images/lamps.png similarity index 100% rename from examples/iot-dashboard/images/lamps.png rename to examples/iotdashboard/images/lamps.png diff --git a/examples/iot-dashboard/images/lamps.svg b/examples/iotdashboard/images/lamps.svg similarity index 100% rename from examples/iot-dashboard/images/lamps.svg rename to examples/iotdashboard/images/lamps.svg diff --git a/examples/iot-dashboard/images/logout.png b/examples/iotdashboard/images/logout.png similarity index 100% rename from examples/iot-dashboard/images/logout.png rename to examples/iotdashboard/images/logout.png diff --git a/examples/iot-dashboard/images/logout.svg b/examples/iotdashboard/images/logout.svg similarity index 100% rename from examples/iot-dashboard/images/logout.svg rename to examples/iotdashboard/images/logout.svg diff --git a/examples/iot-dashboard/images/main-icon.png b/examples/iotdashboard/images/main-icon.png similarity index 100% rename from examples/iot-dashboard/images/main-icon.png rename to examples/iotdashboard/images/main-icon.png diff --git a/examples/iot-dashboard/images/main-icon.svg b/examples/iotdashboard/images/main-icon.svg similarity index 100% rename from examples/iot-dashboard/images/main-icon.svg rename to examples/iotdashboard/images/main-icon.svg diff --git a/examples/iot-dashboard/images/members.png b/examples/iotdashboard/images/members.png similarity index 100% rename from examples/iot-dashboard/images/members.png rename to examples/iotdashboard/images/members.png diff --git a/examples/iot-dashboard/images/members.svg b/examples/iotdashboard/images/members.svg similarity index 100% rename from examples/iot-dashboard/images/members.svg rename to examples/iotdashboard/images/members.svg diff --git a/examples/iot-dashboard/images/music-system.png b/examples/iotdashboard/images/music-system.png similarity index 100% rename from examples/iot-dashboard/images/music-system.png rename to examples/iotdashboard/images/music-system.png diff --git a/examples/iot-dashboard/images/music-system.svg b/examples/iotdashboard/images/music-system.svg similarity index 100% rename from examples/iot-dashboard/images/music-system.svg rename to examples/iotdashboard/images/music-system.svg diff --git a/examples/iot-dashboard/images/rooms.png b/examples/iotdashboard/images/rooms.png similarity index 100% rename from examples/iot-dashboard/images/rooms.png rename to examples/iotdashboard/images/rooms.png diff --git a/examples/iot-dashboard/images/rooms.svg b/examples/iotdashboard/images/rooms.svg similarity index 100% rename from examples/iot-dashboard/images/rooms.svg rename to examples/iotdashboard/images/rooms.svg diff --git a/examples/iot-dashboard/images/router.png b/examples/iotdashboard/images/router.png similarity index 100% rename from examples/iot-dashboard/images/router.png rename to examples/iotdashboard/images/router.png diff --git a/examples/iot-dashboard/images/router.svg b/examples/iotdashboard/images/router.svg similarity index 100% rename from examples/iot-dashboard/images/router.svg rename to examples/iotdashboard/images/router.svg diff --git a/examples/iot-dashboard/images/statistics.png b/examples/iotdashboard/images/statistics.png similarity index 100% rename from examples/iot-dashboard/images/statistics.png rename to examples/iotdashboard/images/statistics.png diff --git a/examples/iot-dashboard/images/statistics.svg b/examples/iotdashboard/images/statistics.svg similarity index 100% rename from examples/iot-dashboard/images/statistics.svg rename to examples/iotdashboard/images/statistics.svg diff --git a/examples/iot-dashboard/images/storage.png b/examples/iotdashboard/images/storage.png similarity index 100% rename from examples/iot-dashboard/images/storage.png rename to examples/iotdashboard/images/storage.png diff --git a/examples/iot-dashboard/images/storage.svg b/examples/iotdashboard/images/storage.svg similarity index 100% rename from examples/iot-dashboard/images/storage.svg rename to examples/iotdashboard/images/storage.svg diff --git a/examples/iot-dashboard/images/up.png b/examples/iotdashboard/images/up.png similarity index 100% rename from examples/iot-dashboard/images/up.png rename to examples/iotdashboard/images/up.png diff --git a/examples/iot-dashboard/images/up.svg b/examples/iotdashboard/images/up.svg similarity index 100% rename from examples/iot-dashboard/images/up.svg rename to examples/iotdashboard/images/up.svg diff --git a/examples/iot-dashboard/iot-dashboard.pro b/examples/iotdashboard/iotdashboard.pro similarity index 100% rename from examples/iot-dashboard/iot-dashboard.pro rename to examples/iotdashboard/iotdashboard.pro diff --git a/examples/iot-dashboard/kirigami/scenegraph/paintedrectangleitem.cpp b/examples/iotdashboard/kirigami/scenegraph/paintedrectangleitem.cpp similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/paintedrectangleitem.cpp rename to examples/iotdashboard/kirigami/scenegraph/paintedrectangleitem.cpp diff --git a/examples/iot-dashboard/kirigami/scenegraph/paintedrectangleitem.h b/examples/iotdashboard/kirigami/scenegraph/paintedrectangleitem.h similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/paintedrectangleitem.h rename to examples/iotdashboard/kirigami/scenegraph/paintedrectangleitem.h diff --git a/examples/iot-dashboard/kirigami/scenegraph/shaders/header_desktop.glsl b/examples/iotdashboard/kirigami/scenegraph/shaders/header_desktop.glsl similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/shaders/header_desktop.glsl rename to examples/iotdashboard/kirigami/scenegraph/shaders/header_desktop.glsl diff --git a/examples/iot-dashboard/kirigami/scenegraph/shaders/header_desktop_core.glsl b/examples/iotdashboard/kirigami/scenegraph/shaders/header_desktop_core.glsl similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/shaders/header_desktop_core.glsl rename to examples/iotdashboard/kirigami/scenegraph/shaders/header_desktop_core.glsl diff --git a/examples/iot-dashboard/kirigami/scenegraph/shaders/header_es.glsl b/examples/iotdashboard/kirigami/scenegraph/shaders/header_es.glsl similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/shaders/header_es.glsl rename to examples/iotdashboard/kirigami/scenegraph/shaders/header_es.glsl diff --git a/examples/iot-dashboard/kirigami/scenegraph/shaders/sdf.glsl b/examples/iotdashboard/kirigami/scenegraph/shaders/sdf.glsl similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/shaders/sdf.glsl rename to examples/iotdashboard/kirigami/scenegraph/shaders/sdf.glsl diff --git a/examples/iot-dashboard/kirigami/scenegraph/shaders/sdf_lowpower.glsl b/examples/iotdashboard/kirigami/scenegraph/shaders/sdf_lowpower.glsl similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/shaders/sdf_lowpower.glsl rename to examples/iotdashboard/kirigami/scenegraph/shaders/sdf_lowpower.glsl diff --git a/examples/iot-dashboard/kirigami/scenegraph/shaders/shaders.qrc b/examples/iotdashboard/kirigami/scenegraph/shaders/shaders.qrc similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/shaders/shaders.qrc rename to examples/iotdashboard/kirigami/scenegraph/shaders/shaders.qrc diff --git a/examples/iot-dashboard/kirigami/scenegraph/shaders/shadowedborderrectangle.frag b/examples/iotdashboard/kirigami/scenegraph/shaders/shadowedborderrectangle.frag similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/shaders/shadowedborderrectangle.frag rename to examples/iotdashboard/kirigami/scenegraph/shaders/shadowedborderrectangle.frag diff --git a/examples/iot-dashboard/kirigami/scenegraph/shaders/shadowedborderrectangle_lowpower.frag b/examples/iotdashboard/kirigami/scenegraph/shaders/shadowedborderrectangle_lowpower.frag similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/shaders/shadowedborderrectangle_lowpower.frag rename to examples/iotdashboard/kirigami/scenegraph/shaders/shadowedborderrectangle_lowpower.frag diff --git a/examples/iot-dashboard/kirigami/scenegraph/shaders/shadowedbordertexture.frag b/examples/iotdashboard/kirigami/scenegraph/shaders/shadowedbordertexture.frag similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/shaders/shadowedbordertexture.frag rename to examples/iotdashboard/kirigami/scenegraph/shaders/shadowedbordertexture.frag diff --git a/examples/iot-dashboard/kirigami/scenegraph/shaders/shadowedbordertexture_lowpower.frag b/examples/iotdashboard/kirigami/scenegraph/shaders/shadowedbordertexture_lowpower.frag similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/shaders/shadowedbordertexture_lowpower.frag rename to examples/iotdashboard/kirigami/scenegraph/shaders/shadowedbordertexture_lowpower.frag diff --git a/examples/iot-dashboard/kirigami/scenegraph/shaders/shadowedrectangle.frag b/examples/iotdashboard/kirigami/scenegraph/shaders/shadowedrectangle.frag similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/shaders/shadowedrectangle.frag rename to examples/iotdashboard/kirigami/scenegraph/shaders/shadowedrectangle.frag diff --git a/examples/iot-dashboard/kirigami/scenegraph/shaders/shadowedrectangle.vert b/examples/iotdashboard/kirigami/scenegraph/shaders/shadowedrectangle.vert similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/shaders/shadowedrectangle.vert rename to examples/iotdashboard/kirigami/scenegraph/shaders/shadowedrectangle.vert diff --git a/examples/iot-dashboard/kirigami/scenegraph/shaders/shadowedrectangle_lowpower.frag b/examples/iotdashboard/kirigami/scenegraph/shaders/shadowedrectangle_lowpower.frag similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/shaders/shadowedrectangle_lowpower.frag rename to examples/iotdashboard/kirigami/scenegraph/shaders/shadowedrectangle_lowpower.frag diff --git a/examples/iot-dashboard/kirigami/scenegraph/shaders/shadowedtexture.frag b/examples/iotdashboard/kirigami/scenegraph/shaders/shadowedtexture.frag similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/shaders/shadowedtexture.frag rename to examples/iotdashboard/kirigami/scenegraph/shaders/shadowedtexture.frag diff --git a/examples/iot-dashboard/kirigami/scenegraph/shaders/shadowedtexture_lowpower.frag b/examples/iotdashboard/kirigami/scenegraph/shaders/shadowedtexture_lowpower.frag similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/shaders/shadowedtexture_lowpower.frag rename to examples/iotdashboard/kirigami/scenegraph/shaders/shadowedtexture_lowpower.frag diff --git a/examples/iot-dashboard/kirigami/scenegraph/shadowedborderrectanglematerial.cpp b/examples/iotdashboard/kirigami/scenegraph/shadowedborderrectanglematerial.cpp similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/shadowedborderrectanglematerial.cpp rename to examples/iotdashboard/kirigami/scenegraph/shadowedborderrectanglematerial.cpp diff --git a/examples/iot-dashboard/kirigami/scenegraph/shadowedborderrectanglematerial.h b/examples/iotdashboard/kirigami/scenegraph/shadowedborderrectanglematerial.h similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/shadowedborderrectanglematerial.h rename to examples/iotdashboard/kirigami/scenegraph/shadowedborderrectanglematerial.h diff --git a/examples/iot-dashboard/kirigami/scenegraph/shadowedrectanglematerial.cpp b/examples/iotdashboard/kirigami/scenegraph/shadowedrectanglematerial.cpp similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/shadowedrectanglematerial.cpp rename to examples/iotdashboard/kirigami/scenegraph/shadowedrectanglematerial.cpp diff --git a/examples/iot-dashboard/kirigami/scenegraph/shadowedrectanglematerial.h b/examples/iotdashboard/kirigami/scenegraph/shadowedrectanglematerial.h similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/shadowedrectanglematerial.h rename to examples/iotdashboard/kirigami/scenegraph/shadowedrectanglematerial.h diff --git a/examples/iot-dashboard/kirigami/scenegraph/shadowedrectanglenode.cpp b/examples/iotdashboard/kirigami/scenegraph/shadowedrectanglenode.cpp similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/shadowedrectanglenode.cpp rename to examples/iotdashboard/kirigami/scenegraph/shadowedrectanglenode.cpp diff --git a/examples/iot-dashboard/kirigami/scenegraph/shadowedrectanglenode.h b/examples/iotdashboard/kirigami/scenegraph/shadowedrectanglenode.h similarity index 100% rename from examples/iot-dashboard/kirigami/scenegraph/shadowedrectanglenode.h rename to examples/iotdashboard/kirigami/scenegraph/shadowedrectanglenode.h diff --git a/examples/iot-dashboard/kirigami/shadowedrectangle.cpp b/examples/iotdashboard/kirigami/shadowedrectangle.cpp similarity index 100% rename from examples/iot-dashboard/kirigami/shadowedrectangle.cpp rename to examples/iotdashboard/kirigami/shadowedrectangle.cpp diff --git a/examples/iot-dashboard/kirigami/shadowedrectangle.h b/examples/iotdashboard/kirigami/shadowedrectangle.h similarity index 100% rename from examples/iot-dashboard/kirigami/shadowedrectangle.h rename to examples/iotdashboard/kirigami/shadowedrectangle.h diff --git a/examples/iot-dashboard/main.cpp b/examples/iotdashboard/main.cpp similarity index 100% rename from examples/iot-dashboard/main.cpp rename to examples/iotdashboard/main.cpp diff --git a/examples/iot-dashboard/nodes/DiagramDataNode.cpp b/examples/iotdashboard/nodes/DiagramDataNode.cpp similarity index 100% rename from examples/iot-dashboard/nodes/DiagramDataNode.cpp rename to examples/iotdashboard/nodes/DiagramDataNode.cpp diff --git a/examples/iot-dashboard/nodes/DiagramDataNode.h b/examples/iotdashboard/nodes/DiagramDataNode.h similarity index 100% rename from examples/iot-dashboard/nodes/DiagramDataNode.h rename to examples/iotdashboard/nodes/DiagramDataNode.h diff --git a/examples/iot-dashboard/nodes/DiagramSegmentsNode.cpp b/examples/iotdashboard/nodes/DiagramSegmentsNode.cpp similarity index 100% rename from examples/iot-dashboard/nodes/DiagramSegmentsNode.cpp rename to examples/iotdashboard/nodes/DiagramSegmentsNode.cpp diff --git a/examples/iot-dashboard/nodes/DiagramSegmentsNode.h b/examples/iotdashboard/nodes/DiagramSegmentsNode.h similarity index 100% rename from examples/iot-dashboard/nodes/DiagramSegmentsNode.h rename to examples/iotdashboard/nodes/DiagramSegmentsNode.h