diff --git a/calamares/branding/tileos-river/Features.png b/calamares/branding/tileos-river/Features.png new file mode 100644 index 0000000..788540a Binary files /dev/null and b/calamares/branding/tileos-river/Features.png differ diff --git a/calamares/branding/tileos-river/Follow.png b/calamares/branding/tileos-river/Follow.png new file mode 100644 index 0000000..1935b05 Binary files /dev/null and b/calamares/branding/tileos-river/Follow.png differ diff --git a/calamares/branding/tileos-river/River.png b/calamares/branding/tileos-river/River.png new file mode 100644 index 0000000..cef2fbb Binary files /dev/null and b/calamares/branding/tileos-river/River.png differ diff --git a/calamares/branding/tileos-river/Software.png b/calamares/branding/tileos-river/Software.png new file mode 100644 index 0000000..bef434a Binary files /dev/null and b/calamares/branding/tileos-river/Software.png differ diff --git a/calamares/branding/tileos-river/branding.desc b/calamares/branding/tileos-river/branding.desc index 5fd9683..6b49bde 100644 --- a/calamares/branding/tileos-river/branding.desc +++ b/calamares/branding/tileos-river/branding.desc @@ -11,7 +11,7 @@ strings: versionedName: TileOS 1.0 (t-rex) shortVersionedName: TileOS 1.0 bootloaderEntryName: TileOS - supportUrl: https://github.com/Tile-OS/TileOS/issues + supportUrl: https://gitlab.com/tile-os/tileos/-/issues images: productLogo: "tileos-logo.png" diff --git a/calamares/branding/tileos-river/show.qml b/calamares/branding/tileos-river/show.qml index 4149ce3..efc633d 100644 --- a/calamares/branding/tileos-river/show.qml +++ b/calamares/branding/tileos-river/show.qml @@ -28,24 +28,56 @@ Presentation repeat: true onTriggered: presentation.goToNextSlide() } - Slide { Image { - id: background1 - source: "slide1.png" - width: 467; height: 280 - fillMode: Image.PreserveAspectFit anchors.centerIn: parent - } - Text { - anchors.horizontalCenter: background1.horizontalCenter - anchors.top: background1.bottom - text: qsTr("Welcome to TileOS 1.0 T-Rex.
"+ - "The rest of the installation is automated and should complete in a few minutes.") - wrapMode: Text.WordWrap - width: 600 - horizontalAlignment: Text.Center + id: image1 + x:0 + y:0 + width: 810 + height: 485 + fillMode: Image.PreserveAspectFit + smooth: true + source: "River.png" + } + } + Slide { + Image { + anchors.centerIn: parent + id: image3 + x:0 + y:0 + width: 810 + height: 485 + fillMode: Image.PreserveAspectFit + smooth: true + source: "Features.png" + } + } + Slide { + Image { + anchors.centerIn: parent + id: image3 + x:0 + y:0 + width: 810 + height: 485 + fillMode: Image.PreserveAspectFit + smooth: true + source: "Software.png" + } + } + Slide { + Image { + anchors.centerIn: parent + id: image3 + x:0 + y:0 + width: 810 + height: 485 + fillMode: Image.PreserveAspectFit + smooth: true + source: "Follow.png" } } - } diff --git a/calamares/branding/tileos-river/slide1.png b/calamares/branding/tileos-river/slide1.png deleted file mode 100644 index 2936b49..0000000 Binary files a/calamares/branding/tileos-river/slide1.png and /dev/null differ diff --git a/debian/changelog b/debian/changelog index 8443df9..6d3d43e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-tileos-river (1.10~tileos) unstable; urgency=medium + + * Add slideshow + + -- Aleksey Samoilov Mon, 12 Feb 2024 00:14:29 +0400 + calamares-settings-tileos-river (1.9~tileos) unstable; urgency=medium * Fix branding path