diff --git a/calamares/branding/tileos-qtile/Features.png b/calamares/branding/tileos-qtile/Features.png new file mode 100644 index 0000000..788540a Binary files /dev/null and b/calamares/branding/tileos-qtile/Features.png differ diff --git a/calamares/branding/tileos-qtile/Follow.png b/calamares/branding/tileos-qtile/Follow.png new file mode 100644 index 0000000..1935b05 Binary files /dev/null and b/calamares/branding/tileos-qtile/Follow.png differ diff --git a/calamares/branding/tileos-qtile/Qtile.png b/calamares/branding/tileos-qtile/Qtile.png new file mode 100755 index 0000000..b0fbe31 Binary files /dev/null and b/calamares/branding/tileos-qtile/Qtile.png differ diff --git a/calamares/branding/tileos-qtile/Software.png b/calamares/branding/tileos-qtile/Software.png new file mode 100644 index 0000000..bef434a Binary files /dev/null and b/calamares/branding/tileos-qtile/Software.png differ diff --git a/calamares/branding/tileos-qtile/branding.desc b/calamares/branding/tileos-qtile/branding.desc index 03c2c35..c806cdb 100644 --- a/calamares/branding/tileos-qtile/branding.desc +++ b/calamares/branding/tileos-qtile/branding.desc @@ -6,10 +6,10 @@ windowSize: "890px,600px" strings: productName: TileOS shortProductName: TileOS - version: 1.1 (t-rex) - shortVersion: 1.1 - versionedName: TileOS 1.1 (t-rex) - shortVersionedName: TileOS 1.1 + version: 1.2 (t-rex) + shortVersion: 1.2 + versionedName: TileOS 1.2 (t-rex) + shortVersionedName: TileOS 1.2 bootloaderEntryName: TileOS supportUrl: https://gitlab.com/tile-os/tileos/-/issues diff --git a/calamares/branding/tileos-qtile/show.qml b/calamares/branding/tileos-qtile/show.qml index 4149ce3..47dab0c 100644 --- a/calamares/branding/tileos-qtile/show.qml +++ b/calamares/branding/tileos-qtile/show.qml @@ -25,27 +25,60 @@ Presentation Timer { interval: 20000 + running: true 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: "Qtile.png" + } + } + Slide { + Image { + anchors.centerIn: parent + id: image2 + 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: image4 + x:0 + y:0 + width: 810 + height: 485 + fillMode: Image.PreserveAspectFit + smooth: true + source: "Follow.png" } } - } diff --git a/calamares/branding/tileos-qtile/slide1.png b/calamares/branding/tileos-qtile/slide1.png deleted file mode 100644 index 2936b49..0000000 Binary files a/calamares/branding/tileos-qtile/slide1.png and /dev/null differ diff --git a/calamares/branding/tileos-qtile/welcome.png b/calamares/branding/tileos-qtile/welcome.png index e3c3391..c6b9993 100755 Binary files a/calamares/branding/tileos-qtile/welcome.png and b/calamares/branding/tileos-qtile/welcome.png differ diff --git a/debian/changelog b/debian/changelog index d8065af..c3d1fe3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-tileos-qtile (1.2~tileos) unstable; urgency=medium + + * Add slideshow + + -- Aleksey Samoilov Mon, 21 Oct 2024 19:05:43 +0400 + calamares-settings-tileos-qtile (1.1~tileos) unstable; urgency=medium * Update to 1.1