mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-06-30 19:21:30 +00:00
Commit previously uncomm changes from arraybolt3
This commit is contained in:
parent
046700eef5
commit
613f7dcdd9
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
calamares-settings-ubuntu (1:23.04.8) lunar; urgency=medium
|
||||||
|
|
||||||
|
* Made the slideshow loop again. (Slow systems were ending up on the "The
|
||||||
|
installation should finish soon" screen when the installation was only 8%
|
||||||
|
done, and then were staying on that screen.)
|
||||||
|
|
||||||
|
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 16 Mar 2023 22:31:01 -0500
|
||||||
|
|
||||||
calamares-settings-ubuntu (1:23.04.7) lunar; urgency=medium
|
calamares-settings-ubuntu (1:23.04.7) lunar; urgency=medium
|
||||||
|
|
||||||
* Updated copyright file.
|
* Updated copyright file.
|
||||||
|
@ -9,19 +9,7 @@ Presentation
|
|||||||
interval: 15000
|
interval: 15000
|
||||||
running: true
|
running: true
|
||||||
repeat: true
|
repeat: true
|
||||||
onTriggered: {
|
onTriggered: presentation.goToNextSlide()
|
||||||
presentation.goToNextSlide()
|
|
||||||
// We want the last slide to be where the slideshow stops. But
|
|
||||||
// thanks either to QML's limitations or my lack of knowledge, I
|
|
||||||
// can't figure out how to declare a counter variable outside of
|
|
||||||
// the Javascript block. However, incrementing the interval value
|
|
||||||
// won't make any perceptible change in how long the slideshow
|
|
||||||
// plays, and it does the job.
|
|
||||||
interval++
|
|
||||||
if (interval == 15005) {
|
|
||||||
stop()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Slide {
|
Slide {
|
||||||
Image {
|
Image {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user