]> git.ipfire.org Git - thirdparty/plymouth.git/commit
[splash] Split splashes into plugins and themes
authorRay Strode <rstrode@redhat.com>
Wed, 29 Apr 2009 18:25:02 +0000 (14:25 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 20 May 2009 21:27:52 +0000 (17:27 -0400)
commit6acf834f1ea393bb263722b9c8bf853caa4fee7d
tree7107630f68819a611157cb665e74d151f99164a8
parenta4b8ec711ac6138334bbeb068869d9a8e156f49f
[splash] Split splashes into plugins and themes

Some of the plugins (well, the glow plugin) would be a lot more
versatile if they could be reused for multiple splashes with different
images.

This commit splits boot splashes into two parts, the plugin engine which
does all the dirty work, and the theme which says which plugin to use
and optionally how the plugin should work (using plugin specific
key/value pairs)
143 files changed:
.gitignore
Makefile.am
configure.ac
scripts/Makefile.am
scripts/plymouth-populate-initrd.in
scripts/plymouth-set-default-theme.in [moved from scripts/plymouth-set-default-plugin.in with 54% similarity]
src/Makefile.am
src/libplybootsplash/ply-boot-splash-plugin.h
src/main.c
src/plugins/splash/details/plugin.c
src/plugins/splash/fade-in/Makefile.am
src/plugins/splash/fade-in/plugin.c
src/plugins/splash/glow/Makefile.am
src/plugins/splash/glow/plugin.c
src/plugins/splash/pulser/plugin.c
src/plugins/splash/solar/Makefile.am
src/plugins/splash/solar/plugin.c
src/plugins/splash/spinfinity/Makefile.am
src/plugins/splash/spinfinity/plugin.c
src/plugins/splash/text/plugin.c
src/ply-boot-splash.c
src/ply-boot-splash.h
src/plymouth-1.pc.in
themes/Makefile.am [new file with mode: 0644]
themes/details/Makefile.am [new file with mode: 0644]
themes/details/details.plymouth [new file with mode: 0644]
themes/fade-in/Makefile.am [new file with mode: 0644]
themes/fade-in/bullet.png [moved from src/plugins/splash/fade-in/bullet.png with 100% similarity]
themes/fade-in/entry.png [moved from src/plugins/splash/fade-in/entry.png with 100% similarity]
themes/fade-in/fade-in.plymouth.in [new file with mode: 0644]
themes/fade-in/lock.png [moved from src/plugins/splash/fade-in/lock.png with 100% similarity]
themes/fade-in/star.png [moved from src/plugins/splash/fade-in/star.png with 100% similarity]
themes/glow/Makefile.am [new file with mode: 0644]
themes/glow/box.png [moved from src/plugins/splash/glow/images/box.png with 100% similarity]
themes/glow/bullet.png [moved from src/plugins/splash/glow/images/bullet.png with 100% similarity]
themes/glow/entry.png [moved from src/plugins/splash/glow/images/entry.png with 100% similarity]
themes/glow/glow.plymouth.in [new file with mode: 0644]
themes/glow/lock.png [moved from src/plugins/splash/glow/images/lock.png with 100% similarity]
themes/glow/progress-00.png [moved from src/plugins/splash/glow/images/progress-00.png with 100% similarity]
themes/glow/progress-01.png [moved from src/plugins/splash/glow/images/progress-01.png with 100% similarity]
themes/glow/progress-02.png [moved from src/plugins/splash/glow/images/progress-02.png with 100% similarity]
themes/glow/progress-03.png [moved from src/plugins/splash/glow/images/progress-03.png with 100% similarity]
themes/glow/progress-04.png [moved from src/plugins/splash/glow/images/progress-04.png with 100% similarity]
themes/glow/progress-05.png [moved from src/plugins/splash/glow/images/progress-05.png with 100% similarity]
themes/glow/progress-06.png [moved from src/plugins/splash/glow/images/progress-06.png with 100% similarity]
themes/glow/progress-07.png [moved from src/plugins/splash/glow/images/progress-07.png with 100% similarity]
themes/glow/progress-08.png [moved from src/plugins/splash/glow/images/progress-08.png with 100% similarity]
themes/glow/progress-09.png [moved from src/plugins/splash/glow/images/progress-09.png with 100% similarity]
themes/glow/progress-10.png [moved from src/plugins/splash/glow/images/progress-10.png with 100% similarity]
themes/glow/progress-11.png [moved from src/plugins/splash/glow/images/progress-11.png with 100% similarity]
themes/glow/progress-12.png [moved from src/plugins/splash/glow/images/progress-12.png with 100% similarity]
themes/glow/progress-13.png [moved from src/plugins/splash/glow/images/progress-13.png with 100% similarity]
themes/glow/progress-14.png [moved from src/plugins/splash/glow/images/progress-14.png with 100% similarity]
themes/glow/progress-15.png [moved from src/plugins/splash/glow/images/progress-15.png with 100% similarity]
themes/glow/progress-16.png [moved from src/plugins/splash/glow/images/progress-16.png with 100% similarity]
themes/glow/progress-17.png [moved from src/plugins/splash/glow/images/progress-17.png with 100% similarity]
themes/glow/progress-18.png [moved from src/plugins/splash/glow/images/progress-18.png with 100% similarity]
themes/glow/progress-19.png [moved from src/plugins/splash/glow/images/progress-19.png with 100% similarity]
themes/glow/progress-20.png [moved from src/plugins/splash/glow/images/progress-20.png with 100% similarity]
themes/glow/progress-21.png [moved from src/plugins/splash/glow/images/progress-21.png with 100% similarity]
themes/glow/progress-22.png [moved from src/plugins/splash/glow/images/progress-22.png with 100% similarity]
themes/glow/progress-23.png [moved from src/plugins/splash/glow/images/progress-23.png with 100% similarity]
themes/glow/progress-24.png [moved from src/plugins/splash/glow/images/progress-24.png with 100% similarity]
themes/glow/progress-25.png [moved from src/plugins/splash/glow/images/progress-25.png with 100% similarity]
themes/glow/progress-26.png [moved from src/plugins/splash/glow/images/progress-26.png with 100% similarity]
themes/glow/progress-27.png [moved from src/plugins/splash/glow/images/progress-27.png with 100% similarity]
themes/glow/progress-28.png [moved from src/plugins/splash/glow/images/progress-28.png with 100% similarity]
themes/glow/progress-29.png [moved from src/plugins/splash/glow/images/progress-29.png with 100% similarity]
themes/glow/progress-30.png [moved from src/plugins/splash/glow/images/progress-30.png with 100% similarity]
themes/glow/progress-31.png [moved from src/plugins/splash/glow/images/progress-31.png with 100% similarity]
themes/glow/progress-32.png [moved from src/plugins/splash/glow/images/progress-32.png with 100% similarity]
themes/glow/throbber-00.png [moved from src/plugins/splash/glow/images/throbber-00.png with 100% similarity]
themes/glow/throbber-01.png [moved from src/plugins/splash/glow/images/throbber-01.png with 100% similarity]
themes/glow/throbber-02.png [moved from src/plugins/splash/glow/images/throbber-02.png with 100% similarity]
themes/glow/throbber-03.png [moved from src/plugins/splash/glow/images/throbber-03.png with 100% similarity]
themes/glow/throbber-04.png [moved from src/plugins/splash/glow/images/throbber-04.png with 100% similarity]
themes/glow/throbber-05.png [moved from src/plugins/splash/glow/images/throbber-05.png with 100% similarity]
themes/glow/throbber-06.png [moved from src/plugins/splash/glow/images/throbber-06.png with 100% similarity]
themes/glow/throbber-07.png [moved from src/plugins/splash/glow/images/throbber-07.png with 100% similarity]
themes/glow/throbber-08.png [moved from src/plugins/splash/glow/images/throbber-08.png with 100% similarity]
themes/glow/throbber-09.png [moved from src/plugins/splash/glow/images/throbber-09.png with 100% similarity]
themes/glow/throbber-10.png [moved from src/plugins/splash/glow/images/throbber-10.png with 100% similarity]
themes/glow/throbber-11.png [moved from src/plugins/splash/glow/images/throbber-11.png with 100% similarity]
themes/glow/throbber-12.png [moved from src/plugins/splash/glow/images/throbber-12.png with 100% similarity]
themes/glow/throbber-13.png [moved from src/plugins/splash/glow/images/throbber-13.png with 100% similarity]
themes/glow/throbber-14.png [moved from src/plugins/splash/glow/images/throbber-14.png with 100% similarity]
themes/glow/throbber-15.png [moved from src/plugins/splash/glow/images/throbber-15.png with 100% similarity]
themes/glow/throbber-16.png [moved from src/plugins/splash/glow/images/throbber-16.png with 100% similarity]
themes/glow/throbber-17.png [moved from src/plugins/splash/glow/images/throbber-17.png with 100% similarity]
themes/glow/throbber-18.png [moved from src/plugins/splash/glow/images/throbber-18.png with 100% similarity]
themes/glow/throbber-19.png [moved from src/plugins/splash/glow/images/throbber-19.png with 100% similarity]
themes/pulser/Makefile.am [new file with mode: 0644]
themes/pulser/pulser.plymouth [new file with mode: 0644]
themes/solar/Makefile.am [new file with mode: 0644]
themes/solar/box.png [moved from src/plugins/splash/solar/box.png with 100% similarity]
themes/solar/bullet.png [moved from src/plugins/splash/solar/bullet.png with 100% similarity]
themes/solar/entry.png [moved from src/plugins/splash/solar/entry.png with 100% similarity]
themes/solar/lock.png [moved from src/plugins/splash/solar/lock.png with 100% similarity]
themes/solar/progress_bar.png [moved from src/plugins/splash/solar/progress_bar.png with 100% similarity]
themes/solar/solar.plymouth.in [new file with mode: 0644]
themes/solar/star.png [moved from src/plugins/splash/solar/star.png with 100% similarity]
themes/spinfinity/Makefile.am [new file with mode: 0644]
themes/spinfinity/box.png [moved from src/plugins/splash/spinfinity/box.png with 100% similarity]
themes/spinfinity/bullet.png [moved from src/plugins/splash/spinfinity/bullet.png with 100% similarity]
themes/spinfinity/entry.png [moved from src/plugins/splash/spinfinity/entry.png with 100% similarity]
themes/spinfinity/lock.png [moved from src/plugins/splash/spinfinity/lock.png with 100% similarity]
themes/spinfinity/spinfinity.plymouth.in [new file with mode: 0644]
themes/spinfinity/throbber-00.png [moved from src/plugins/splash/spinfinity/throbber-00.png with 100% similarity]
themes/spinfinity/throbber-01.png [moved from src/plugins/splash/spinfinity/throbber-01.png with 100% similarity]
themes/spinfinity/throbber-02.png [moved from src/plugins/splash/spinfinity/throbber-02.png with 100% similarity]
themes/spinfinity/throbber-03.png [moved from src/plugins/splash/spinfinity/throbber-03.png with 100% similarity]
themes/spinfinity/throbber-04.png [moved from src/plugins/splash/spinfinity/throbber-04.png with 100% similarity]
themes/spinfinity/throbber-05.png [moved from src/plugins/splash/spinfinity/throbber-05.png with 100% similarity]
themes/spinfinity/throbber-06.png [moved from src/plugins/splash/spinfinity/throbber-06.png with 100% similarity]
themes/spinfinity/throbber-07.png [moved from src/plugins/splash/spinfinity/throbber-07.png with 100% similarity]
themes/spinfinity/throbber-08.png [moved from src/plugins/splash/spinfinity/throbber-08.png with 100% similarity]
themes/spinfinity/throbber-09.png [moved from src/plugins/splash/spinfinity/throbber-09.png with 100% similarity]
themes/spinfinity/throbber-10.png [moved from src/plugins/splash/spinfinity/throbber-10.png with 100% similarity]
themes/spinfinity/throbber-11.png [moved from src/plugins/splash/spinfinity/throbber-11.png with 100% similarity]
themes/spinfinity/throbber-12.png [moved from src/plugins/splash/spinfinity/throbber-12.png with 100% similarity]
themes/spinfinity/throbber-13.png [moved from src/plugins/splash/spinfinity/throbber-13.png with 100% similarity]
themes/spinfinity/throbber-14.png [moved from src/plugins/splash/spinfinity/throbber-14.png with 100% similarity]
themes/spinfinity/throbber-15.png [moved from src/plugins/splash/spinfinity/throbber-15.png with 100% similarity]
themes/spinfinity/throbber-16.png [moved from src/plugins/splash/spinfinity/throbber-16.png with 100% similarity]
themes/spinfinity/throbber-17.png [moved from src/plugins/splash/spinfinity/throbber-17.png with 100% similarity]
themes/spinfinity/throbber-18.png [moved from src/plugins/splash/spinfinity/throbber-18.png with 100% similarity]
themes/spinfinity/throbber-19.png [moved from src/plugins/splash/spinfinity/throbber-19.png with 100% similarity]
themes/spinfinity/throbber-20.png [moved from src/plugins/splash/spinfinity/throbber-20.png with 100% similarity]
themes/spinfinity/throbber-21.png [moved from src/plugins/splash/spinfinity/throbber-21.png with 100% similarity]
themes/spinfinity/throbber-22.png [moved from src/plugins/splash/spinfinity/throbber-22.png with 100% similarity]
themes/spinfinity/throbber-23.png [moved from src/plugins/splash/spinfinity/throbber-23.png with 100% similarity]
themes/spinfinity/throbber-24.png [moved from src/plugins/splash/spinfinity/throbber-24.png with 100% similarity]
themes/spinfinity/throbber-25.png [moved from src/plugins/splash/spinfinity/throbber-25.png with 100% similarity]
themes/spinfinity/throbber-26.png [moved from src/plugins/splash/spinfinity/throbber-26.png with 100% similarity]
themes/spinfinity/throbber-27.png [moved from src/plugins/splash/spinfinity/throbber-27.png with 100% similarity]
themes/spinfinity/throbber-28.png [moved from src/plugins/splash/spinfinity/throbber-28.png with 100% similarity]
themes/spinfinity/throbber-29.png [moved from src/plugins/splash/spinfinity/throbber-29.png with 100% similarity]
themes/spinfinity/throbber-30.png [moved from src/plugins/splash/spinfinity/throbber-30.png with 100% similarity]
themes/spinfinity/throbber-31.png [moved from src/plugins/splash/spinfinity/throbber-31.png with 100% similarity]
themes/spinfinity/throbber-32.png [moved from src/plugins/splash/spinfinity/throbber-32.png with 100% similarity]
themes/spinfinity/throbber-33.png [moved from src/plugins/splash/spinfinity/throbber-33.png with 100% similarity]
themes/text/Makefile.am [new file with mode: 0644]
themes/text/text.plymouth [new file with mode: 0644]