Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
75c601c90a |
BIN
calamares/branding/tileos-qtile/Features.png
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
calamares/branding/tileos-qtile/Follow.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
calamares/branding/tileos-qtile/Qtile.png
Executable file
After Width: | Height: | Size: 88 KiB |
BIN
calamares/branding/tileos-qtile/Software.png
Normal file
After Width: | Height: | Size: 36 KiB |
|
@ -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
|
||||
|
||||
|
|
|
@ -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: "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"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 195 KiB After Width: | Height: | Size: 134 KiB |
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
calamares-settings-tileos-qtile (1.2~tileos) unstable; urgency=medium
|
||||
|
||||
* Add slideshow
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Mon, 21 Oct 2024 19:05:43 +0400
|
||||
|
||||
calamares-settings-tileos-qtile (1.1~tileos) unstable; urgency=medium
|
||||
|
||||
* Update to 1.1
|
||||
|
|