]>
git.ipfire.org Git - thirdparty/plymouth.git/log
Charlie Brej [Tue, 11 Nov 2008 18:13:00 +0000 (13:13 -0500)]
Update flares on solar plugin to be more airy
Ray Strode [Tue, 11 Nov 2008 15:01:08 +0000 (10:01 -0500)]
Hide splash if init=/bin/bash is on command line
Previously, we were just showing detailed splash,
but that causes keystrokes to get eaten.
Ray Strode [Tue, 11 Nov 2008 14:48:26 +0000 (09:48 -0500)]
Add new ply_string_has_prefix function
New api to help with kernel command line parsing.
Ray Strode [Tue, 11 Nov 2008 14:24:41 +0000 (09:24 -0500)]
Disable fdatasync on log flush
It was making boot up choppy
Ray Strode [Mon, 10 Nov 2008 19:33:18 +0000 (14:33 -0500)]
Drop comet for now
Due to popular demand, we're dropping the comet.
The tail direction wasn't accurate and fixing it
made the comet look unnatural.
Charles Brej [Wed, 5 Nov 2008 15:04:58 +0000 (15:04 +0000)]
Generate a dynamicly animated comet in solar plugin
This removes the need for the comet1.png
Ray Strode [Mon, 10 Nov 2008 18:15:10 +0000 (13:15 -0500)]
Don't clear screen when hiding details plugin
Ray Strode [Mon, 10 Nov 2008 18:14:31 +0000 (13:14 -0500)]
Add some forward declarations
Fixes build warnings.
Ray Strode [Mon, 10 Nov 2008 18:12:20 +0000 (13:12 -0500)]
Rework how terminals are disconnected from tty
It was causing some problems on hide-splash before
that should be better now.
Ray Strode [Mon, 10 Nov 2008 16:52:59 +0000 (11:52 -0500)]
Don't abort if no splash when root is mounted
Jeremy Katz [Mon, 10 Nov 2008 16:16:24 +0000 (11:16 -0500)]
Make populate-initrd default plugin tweakable
It's occasionally useful to be able to specify
the which plugin to use with plymouth-populate-initrd.
Ray Strode [Mon, 10 Nov 2008 16:09:35 +0000 (11:09 -0500)]
Don't log debug msgs to file with plymouth:debug
It creates a feedback loop. We'll need to cut
that first before we can log to boot.log.
What'd I'd like to do is have several log targets
plymouth:log=boot.log or plymouth:log=/dev/ttyS0,
or plymouth:log=/dev/tty0
Ray Strode [Mon, 10 Nov 2008 16:08:32 +0000 (11:08 -0500)]
Add more debugging statements
Will make it easier to catch problems.
Ray Strode [Mon, 10 Nov 2008 16:07:06 +0000 (11:07 -0500)]
Track "attached" versus "redirected" separately
We only want to try to attach the terminal session
to a terminal if it's not already attached. It may
be legitimately unredirected if plymouth:nolog is
passed.
Ray Strode [Mon, 10 Nov 2008 16:00:24 +0000 (11:00 -0500)]
Don't make hang ups on terminal fd fatal
We get them when redirecting the console, etc,
so let's just log them for now.
Charles Brej [Sat, 8 Nov 2008 05:58:38 +0000 (05:58 +0000)]
Revert "Merge branch 'master' of ssh://git.freedesktop.org/git/plymouth"
This reverts commit
65aae81e942f63f075e08910f2e8fb0a2b2c3230 .
Charles Brej [Sat, 8 Nov 2008 05:56:33 +0000 (05:56 +0000)]
Revert "Generate a dynamicly animated comet in solar plugin"
This reverts commit
c9db5adf269dfee5276103cb11602532be5bc28a .
Charles Brej [Sat, 8 Nov 2008 05:50:53 +0000 (05:50 +0000)]
Merge branch 'master' of ssh://git.freedesktop.org/git/plymouth
Ray Strode [Thu, 6 Nov 2008 15:47:27 +0000 (10:47 -0500)]
Add some function declarations to header
Previously they were being used without a prototype,
which was causing a compile warning.
Ray Strode [Thu, 6 Nov 2008 15:44:03 +0000 (10:44 -0500)]
unredirect console messages terminal-session
Previously, we did it manually using the ioctl
straight from main.c. Now, there's a
ply_terminal_session_detach call that does it
for us. This allows us to detach from the terminal
during --hide-splash, and reattach during --show-splash
Ray Strode [Thu, 6 Nov 2008 15:42:00 +0000 (10:42 -0500)]
Don't clear screen if in debugging mode
Otherwise, some of the debugging messages
get lost.
Ray Strode [Wed, 5 Nov 2008 21:14:04 +0000 (16:14 -0500)]
Actually hide text progress bar when it's hidden
Ray Strode [Wed, 5 Nov 2008 20:30:18 +0000 (15:30 -0500)]
show cursor and reset colors when hiding
So we need to reset colors and show cursor when
quiting but not hiding, and we also need to reset colors
and show cursor when hiding but not quiting.
Ray Strode [Wed, 5 Nov 2008 20:28:59 +0000 (15:28 -0500)]
ignore hangups if terminal is not redirected
Ray Strode [Wed, 5 Nov 2008 19:09:26 +0000 (14:09 -0500)]
Reset colors and show text cursor on remove_window
Now that we retain the splash on screen and don't
explicitly hide it on quit, we need to make sure
that we leave the window as we found it when we
remove the window from the splash.
Charles Brej [Wed, 5 Nov 2008 15:04:58 +0000 (15:04 +0000)]
Generate a dynamicly animated comet in solar plugin
This removes the need for the comet1.png
Charles Brej [Thu, 30 Oct 2008 22:07:12 +0000 (22:07 +0000)]
Add 1 to replies from get width/height of control to allow for shading
Ray Strode [Thu, 30 Oct 2008 20:42:45 +0000 (16:42 -0400)]
Add bevel to text so it's more readable
Now it's black *and* white so should look
good on many different backgrounds.
Ray Strode [Thu, 30 Oct 2008 19:56:05 +0000 (15:56 -0400)]
Don't try to start/stop animation twice in a row
Protect against multiple calls to start/stop animation.
This prevents crashes if the user presses escape when
the animation is already stopped, and prevents
super fast animations if --show-splash gets called twice
in a row.
Charlie Brej [Thu, 30 Oct 2008 18:03:29 +0000 (14:03 -0400)]
Make password prompt in "Solar" plugin prettier
Previously it used the blank spinfinity password
dialog. This one matches the rest of the solar
theme much better.
Ray Strode [Thu, 30 Oct 2008 16:57:35 +0000 (12:57 -0400)]
Reset window mode in splash plugins before drawing
At some point during boot up the terminal gets kicked
out of raw mode. By resetting the window mode before
drawing we ensure it stays in raw mode, so things like
password characters draw correctly.
Ray Strode [Thu, 30 Oct 2008 16:56:46 +0000 (12:56 -0400)]
Force windows to get closed on quit
If plymouth was called with --retain-splash, the
window wasn't getting closed which caused the tty
to not get reset correctly.
Ray Strode [Thu, 30 Oct 2008 14:59:43 +0000 (10:59 -0400)]
Don't require plymouth to set default plugin
Package ordering requires set-default-plugin
to get called early.
Charles Brej [Thu, 30 Oct 2008 16:29:21 +0000 (16:29 +0000)]
Update solar graphics to F10 release versions.
Charles Brej [Tue, 28 Oct 2008 11:01:08 +0000 (11:01 +0000)]
Add taper to the progress bar leading edge in the solar plugin.
Charles Brej [Tue, 28 Oct 2008 10:23:15 +0000 (10:23 +0000)]
Remove progress_box.png and its halo option from solar plugin
Ray Strode [Tue, 28 Oct 2008 02:17:55 +0000 (22:17 -0400)]
Change lock icon to match spinfinity
The other lock icon was too big.
Charlie Brej [Mon, 27 Oct 2008 16:49:06 +0000 (12:49 -0400)]
Dither colors in non-default low depth color path
This patch modifies the low color mode (slow) path
to dither the colors before flushing them to the
scanout buffer. This improves the output quality
in those corner cases.
Charlie Brej [Fri, 24 Oct 2008 17:30:53 +0000 (13:30 -0400)]
Rework progress bar in solar plugin
Ray Strode [Fri, 24 Oct 2008 17:06:49 +0000 (13:06 -0400)]
If started with debug, log it to boot.log
Ray Strode [Fri, 24 Oct 2008 16:56:07 +0000 (12:56 -0400)]
ignore sigpipe signal
Charles Brej [Fri, 24 Oct 2008 15:20:19 +0000 (16:20 +0100)]
Remove halo from around the logo image
Ray Strode [Fri, 24 Oct 2008 03:27:23 +0000 (23:27 -0400)]
bump so name
Ray Strode [Thu, 23 Oct 2008 21:06:28 +0000 (17:06 -0400)]
Make sure set_buffered_input() works
There are cases, it seems, where we end up stuck in
raw mode on exit. This should make sure that won't happen.
Charles Brej [Thu, 23 Oct 2008 20:33:35 +0000 (21:33 +0100)]
Add recording and recalling of status event times to estimate progress
Ray Strode [Tue, 21 Oct 2008 16:50:29 +0000 (12:50 -0400)]
Force disconnected epoll source removal
Rather than relying on disconnected sources to
get automatically removed from epoll, we
explicitly remove them on disconnection events.
Ray Strode [Tue, 21 Oct 2008 13:10:07 +0000 (09:10 -0400)]
Revert "Don't free...unless dest... refcount is 0"
This reverts commit
5c151fb52d5445352c04b24ac85964744ba00b37 , because
the condition check is already enforced by an
assertion higher up in the code.
Ray Strode [Mon, 20 Oct 2008 20:51:35 +0000 (16:51 -0400)]
At exit do on_hide_splash not ply_boot_splash_hide
Calling just ply_boot_splash_hide meant that the
terminal wasn't getting reset properly causing
tty1 to misbehave.
Ray Strode [Mon, 20 Oct 2008 20:47:10 +0000 (16:47 -0400)]
Add "closing windows" debug message
Charles Brej [Sat, 18 Oct 2008 19:49:17 +0000 (20:49 +0100)]
Move the progress data from boot_splash up a level.
This allows the progress to be retained between calls to splash plugins.
Ray Strode [Fri, 17 Oct 2008 19:49:31 +0000 (15:49 -0400)]
Gut plymouth-update-initrd
It's broken and people keep using it, so change it so that it's
useful.
Ray Strode [Fri, 17 Oct 2008 19:43:15 +0000 (15:43 -0400)]
Clear screen in details plugin after boot up
Charles Brej [Thu, 16 Oct 2008 10:44:40 +0000 (11:44 +0100)]
Don't free ply_event_source unless destinations refcount is 0
Jeremy Katz [Wed, 15 Oct 2008 21:30:36 +0000 (17:30 -0400)]
Don't free windows on --hide-splash
We still need them to be around for subsequent
--show-splash calls.
Ray Strode [Wed, 15 Oct 2008 18:11:24 +0000 (14:11 -0400)]
Don't frob text cursor in window for all plugins
Instead only set it to 0,0 for text plugin and
clear screen for others (except details where we
don't do anything).
Ray Strode [Tue, 14 Oct 2008 17:26:26 +0000 (13:26 -0400)]
whitespace clean up in ply-logger.c
Ray Strode [Tue, 14 Oct 2008 17:25:20 +0000 (13:25 -0400)]
Whitespace clean up in ply-event-loop.c
Ray Strode [Tue, 14 Oct 2008 17:20:53 +0000 (13:20 -0400)]
whitespace clean up in ply-logger.h
Saleem Abdulrasool [Tue, 14 Oct 2008 16:38:51 +0000 (12:38 -0400)]
ply_boot_splash_load_plugin -> ply_boot_splash_load
Saleem Abdulrasool [Tue, 14 Oct 2008 16:38:19 +0000 (12:38 -0400)]
insufficient parameters passed to ply_boot_splash_add_window
Saleem Abdulrasool [Tue, 14 Oct 2008 16:37:52 +0000 (12:37 -0400)]
update for api changes
Saleem Abdulrasool [Tue, 14 Oct 2008 16:37:05 +0000 (12:37 -0400)]
fix typo: spalsh -> splash
Charles Brej [Sun, 12 Oct 2008 19:53:56 +0000 (20:53 +0100)]
Set appropreate wakeup_time to stop using 100% CPU.
Charles Brej [Thu, 9 Oct 2008 18:29:54 +0000 (19:29 +0100)]
Add a highlighting halo effect arround the logo to stop it from blending with the background
Charles Brej [Thu, 9 Oct 2008 12:58:52 +0000 (13:58 +0100)]
Add progress bar and remove planets from solar plugin
Ray Strode [Wed, 8 Oct 2008 17:39:00 +0000 (13:39 -0400)]
Make window_open succeed more frequently
Serial devices can't do some of the things that
makes ply_window_open fail. We make those failures
non-fatal now.
Ray Strode [Wed, 8 Oct 2008 17:36:45 +0000 (13:36 -0400)]
Add some logging messages to main.c
Ray Strode [Wed, 8 Oct 2008 17:35:03 +0000 (13:35 -0400)]
If console=tty0 is asked for use tty1
tty0 means "use current tty", which is tty1
for us.
Ray Strode [Wed, 8 Oct 2008 17:32:34 +0000 (13:32 -0400)]
Only set escape handler on window if it's open
Ray Strode [Tue, 7 Oct 2008 14:24:46 +0000 (10:24 -0400)]
New nolog option to disable console redirection
It seems like there may be cases where it's better
to not do the whole TIOCCONS song and dance. This
provides an escape hatch.
Ray Strode [Fri, 3 Oct 2008 16:22:23 +0000 (12:22 -0400)]
Move details plugin to support n windows
Ray Strode [Fri, 3 Oct 2008 14:40:14 +0000 (10:40 -0400)]
Create a separate window for each console
Since we may end up with multiple outputs
(if using serial console), we need to have
multiple windows one for each console line.
Ray Strode [Thu, 2 Oct 2008 20:54:55 +0000 (16:54 -0400)]
Add new ply_window_is_open method
Will be useful for determing which windows are
available for the bootsplash to use.
Ray Strode [Wed, 1 Oct 2008 19:09:07 +0000 (15:09 -0400)]
change ply_window_new to take a device instead of vt number
We're going to wrap windows around serial devices, too.
Ray Strode [Wed, 1 Oct 2008 18:55:02 +0000 (14:55 -0400)]
fix boot-splash build
needed a define added to the makefile
Ray Strode [Wed, 1 Oct 2008 18:54:27 +0000 (14:54 -0400)]
drop take_console/give_console functions
We aren't really using them right now.
Ray Strode [Mon, 6 Oct 2008 15:33:39 +0000 (11:33 -0400)]
update libdir detection to reflect to plymouth dir
Previously, plymouth was installed in /usr/bin and
we'd look for it there to figure out if this is a
64-bit or 32-bit install. Now it's in /bin, so we
need to look in /bin instead.
Ray Strode [Mon, 6 Oct 2008 06:29:19 +0000 (02:29 -0400)]
Move plymouth client/daemon/libply out of /usr
Since we may be calling plymouth before /usr is
mounted we need to make sure it's not in /usr.
The daemon could technically stay in /usr/libexec,
but if we're moving the client, should move the
daemon, too, I guess.
Ray Strode [Mon, 6 Oct 2008 03:25:56 +0000 (23:25 -0400)]
Move ply-image to libplybootsplash
We don't want libply linking against
libs in /usr since /usr might not be
separate than / and not be available
early in the boot process.
Ray Strode [Mon, 6 Oct 2008 14:07:37 +0000 (10:07 -0400)]
Remove sun.png from makefile
It doesn't seem to exist or get referenced anywhere.
Ray Strode [Mon, 6 Oct 2008 04:25:44 +0000 (00:25 -0400)]
Fix build when compiled --without-gdm-transition
Forgot a missing #ifdef
Ray Strode [Mon, 6 Oct 2008 04:22:53 +0000 (00:22 -0400)]
Add pulser to list of plugins to build
Woops, never got added to makefile
Ray Strode [Fri, 3 Oct 2008 20:41:37 +0000 (16:41 -0400)]
Clear screen when hiding splash in details plugin
Ray Strode [Fri, 3 Oct 2008 20:39:01 +0000 (16:39 -0400)]
Tell GDM to start on vt1 for every plugin
Charles Brej [Fri, 3 Oct 2008 16:52:29 +0000 (12:52 -0400)]
Update artwork and add satellites to star
This update adds planets and a comet around
the star. When all the planets align, boot
is finished.
Charles Brej [Fri, 3 Oct 2008 16:30:31 +0000 (12:30 -0400)]
Fix signedness issue in fb area_intersect code
Ray Strode [Wed, 1 Oct 2008 20:20:24 +0000 (16:20 -0400)]
Add solar plugin to configure and Makefile
Apparently, I forgot to do this before.
Ray Strode [Mon, 29 Sep 2008 04:02:48 +0000 (00:02 -0400)]
Add new "solar" plugin by Charlie Brej
This one is designed to fit in with the
F10 Solar theme. It features a sun with
blue flares.
Ray Strode [Fri, 26 Sep 2008 13:36:31 +0000 (09:36 -0400)]
remove some ply-answer cruft that lingered
The tests Makefiles needed updating.
Ray Strode [Thu, 25 Sep 2008 21:48:10 +0000 (17:48 -0400)]
Make 3 text progress bars have parabolic relation
Assocate the 3 progress bars using parabolic
equations based on advice from Soeren.
Ray Strode [Thu, 25 Sep 2008 21:45:30 +0000 (17:45 -0400)]
Interpolate stored boot time with default time
This is so we get a smooth progress bar after
/var/lib/plymouth/boot-duration is read.
Ray Strode [Thu, 25 Sep 2008 20:45:18 +0000 (16:45 -0400)]
Raise default boot duration to one minute
45 seconds is probably a little on the low
side for most machines.
Ray Strode [Thu, 25 Sep 2008 20:44:15 +0000 (16:44 -0400)]
Force the Will(n) function to approach 1.0
It wasn't nearing 1.0 at the end of the boot
cycle.
Ray Strode [Thu, 25 Sep 2008 20:10:33 +0000 (16:10 -0400)]
Hide spinfinity progress bar when stopping animation
Ray Strode [Thu, 25 Sep 2008 20:05:28 +0000 (16:05 -0400)]
Model text progress bar code after graphical one
Since both the spinfinity progress bar and text
progress bar are very similiar, it makes sense
to export parallel api for them. This just changes
things around a bit so that the two plugins and
controls more closely model each other.
This change also takes advantage of the on_boot_progress
plugin interface to get more reliable boot timing
information.
Ray Strode [Thu, 25 Sep 2008 20:04:02 +0000 (16:04 -0400)]
Fix format string in fprintf call
When writing out boot duration,
we're passing in a double, not a
a float, but were using %f.
Ray Strode [Thu, 25 Sep 2008 19:54:47 +0000 (15:54 -0400)]
Use clock_gettime instead of gettimeofday
The latter gets all screwy during boot up.
Ray Strode [Thu, 25 Sep 2008 16:47:56 +0000 (12:47 -0400)]
add "pulser" to list of acceptable default plugins
Ray Strode [Thu, 25 Sep 2008 16:38:44 +0000 (12:38 -0400)]
Add new "text" plugin from Adam Jackson
This one is prettier than the previous
one that's been deemed "cylon" and "kit"
before.
Ray Strode [Thu, 25 Sep 2008 15:35:24 +0000 (11:35 -0400)]
Rename "text" plugin to "pulser"
This is in preparation for merging ajax's new
text plugin.