Changes: point to slideshow API versions

FIXES #1152
This commit is contained in:
Adriaan de Groot 2019-06-17 13:11:04 +02:00
parent 1c5a37d7d2
commit 13d949f913

14
CHANGES
View File

@ -22,14 +22,12 @@ require changes in the slideshow.
configured after the last *exec* section of the sequence has been configured after the last *exec* section of the sequence has been
solved. The *finished* page can be left out (but then you don't get solved. The *finished* page can be left out (but then you don't get
the restart-now functionality). #1168 the restart-now functionality). #1168
- The *slideshow* which is run during installation is now loaded on - The *slideshow* which is run during installation now has API versions.
startup (while requirements checking is being done). This should API version 1 (the default) runs as before, where the slideshow is loaded
improve responsiveness when the slideshow starts. If the slideshow when the installation starts. API version 2 loads the slideshow on
has methods `onActivate()` and `onLeave()` those will be called Calamares startup, thus improving responsiveness. Documentation
when the installation step is activated (e.g. the installation in `src/branding/README.md`. #1152
starts and the slideshow becomes visible) or is finished (and the - The example slideshow now uses API version 2.
slideshow becomes hidden).
- The example slideshow now starts its timers when it becomes visible.
## Modules ## ## Modules ##