Add slideshow
This commit is contained in:
parent
9026812d69
commit
53c459ecbb
8 changed files with 55 additions and 16 deletions
BIN
calamares/branding/tileos-sway/Features.png
Normal file
BIN
calamares/branding/tileos-sway/Features.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
BIN
calamares/branding/tileos-sway/Follow.png
Normal file
BIN
calamares/branding/tileos-sway/Follow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
calamares/branding/tileos-sway/Software.png
Normal file
BIN
calamares/branding/tileos-sway/Software.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
calamares/branding/tileos-sway/Sway.png
Normal file
BIN
calamares/branding/tileos-sway/Sway.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
|
@ -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"
|
||||
|
|
|
@ -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.<br/>"+
|
||||
"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: "Sway.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"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
calamares-settings-tileos-sway (1.12~tileos) unstable; urgency=medium
|
||||
|
||||
* Add slideshow
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Mon, 12 Feb 2024 00:13:36 +0400
|
||||
|
||||
calamares-settings-tileos-sway (1.11~tileos) unstable; urgency=medium
|
||||
|
||||
* Remove Waydroid repo
|
||||
|
|
Loading…
Add table
Reference in a new issue