Compare commits
No commits in common. "main" and "v1.1" have entirely different histories.
Before Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 36 KiB |
|
@ -6,10 +6,10 @@ windowSize: "890px,600px"
|
||||||
strings:
|
strings:
|
||||||
productName: TileOS
|
productName: TileOS
|
||||||
shortProductName: TileOS
|
shortProductName: TileOS
|
||||||
version: 1.2 (t-rex)
|
version: 1.1 (t-rex)
|
||||||
shortVersion: 1.2
|
shortVersion: 1.1
|
||||||
versionedName: TileOS 1.2 (t-rex)
|
versionedName: TileOS 1.1 (t-rex)
|
||||||
shortVersionedName: TileOS 1.2
|
shortVersionedName: TileOS 1.1
|
||||||
bootloaderEntryName: TileOS
|
bootloaderEntryName: TileOS
|
||||||
supportUrl: https://gitlab.com/tile-os/tileos/-/issues
|
supportUrl: https://gitlab.com/tile-os/tileos/-/issues
|
||||||
|
|
||||||
|
|
|
@ -25,60 +25,27 @@ Presentation
|
||||||
|
|
||||||
Timer {
|
Timer {
|
||||||
interval: 20000
|
interval: 20000
|
||||||
running: true
|
|
||||||
repeat: true
|
repeat: true
|
||||||
onTriggered: presentation.goToNextSlide()
|
onTriggered: presentation.goToNextSlide()
|
||||||
}
|
}
|
||||||
|
|
||||||
Slide {
|
Slide {
|
||||||
Image {
|
Image {
|
||||||
anchors.centerIn: parent
|
id: background1
|
||||||
id: image1
|
source: "slide1.png"
|
||||||
x:0
|
width: 467; height: 280
|
||||||
y:0
|
|
||||||
width: 810
|
|
||||||
height: 485
|
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
smooth: true
|
anchors.centerIn: parent
|
||||||
source: "Qtile.png"
|
}
|
||||||
}
|
Text {
|
||||||
}
|
anchors.horizontalCenter: background1.horizontalCenter
|
||||||
Slide {
|
anchors.top: background1.bottom
|
||||||
Image {
|
text: qsTr("Welcome to TileOS 1.0 T-Rex.<br/>"+
|
||||||
anchors.centerIn: parent
|
"The rest of the installation is automated and should complete in a few minutes.")
|
||||||
id: image2
|
wrapMode: Text.WordWrap
|
||||||
x:0
|
width: 600
|
||||||
y:0
|
horizontalAlignment: Text.Center
|
||||||
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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
BIN
calamares/branding/tileos-qtile/slide1.png
Normal file
After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 195 KiB |
6
debian/changelog
vendored
|
@ -1,9 +1,3 @@
|
||||||
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
|
calamares-settings-tileos-qtile (1.1~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
* Update to 1.1
|
* Update to 1.1
|
||||||
|
|