summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add --wait option to client to block until daemon quitsHEADmasterCasey Dahlin2008-08-051-3/+20
|
* Increase logger max injection sizeCasey Dahlin2008-08-051-1/+1
|
* Don't default to last known option when setting flagsCasey Dahlin2008-08-051-0/+3
|
* Handle flags and booleans better in command parserRay Strode2008-08-051-4/+23
| | | | We were occasionally misattributing one command for another
* Update readme to reflect new boot log pathRay Strode2008-08-011-1/+1
| | | | It was /var/log/bootmessages.log, now it is /var/log/boot.log
* Port fade-in over to use new entry in libplybootsplashRay Strode2008-08-011-102/+16
|
* Port spinfinity over to use new entry in libplybootsplashRay Strode2008-08-013-111/+32
|
* Add an entry controlRay Strode2008-08-013-1/+304
| | | | | | Right now we have some cut and paste code between the splash plugins for a password entry. This new file will move some of the repeated code into libplybootsplash.
* Don't do library installation twice. Also fix some typos.Peter Jones2008-07-301-12/+2
|
* Make plymouth-populate-initrd use utility functions from mkinitrdPeter Jones2008-07-291-81/+56
|
* Add ctrl-l "redraw" hot keyRay Strode2008-07-291-0/+14
|
* Make fade-in plugin provide erase/draw handlersRay Strode2008-07-292-11/+63
|
* Make spinfinity plugin provide erase/draw handlersRay Strode2008-07-291-3/+64
|
* Move text plugin over to new draw/erase handlersRay Strode2008-07-291-0/+30
|
* Add new hooks for clearing and drawing parts of the screenRay Strode2008-07-292-0/+81
| | | | | | | We now have a few controls in libplybootsplash that don't don't the specific details of the loaded splash plugins background. These hooks will make it possible for the controls to clear the screen prior to doing alpha composition.
* Show detailed plugin if ask-for-password is called when no splash visibleRay Strode2008-07-111-1/+3
|
* Rearrange functions to prevent forward declarationRay Strode2008-07-111-31/+31
| | | | | | We're going to be calling show_detailed_splash before implicitly in cases when there is no splash, so we need to make sure it's high enough up in the file
* Rearrange functions to drop forward declarationRay Strode2008-07-111-34/+32
|
* Use details plugin instead of bailing if no rhgb on kernel cmdlineRay Strode2008-07-111-5/+7
| | | | We still want things like ask-for-password and logging to work.
* Compute libdir using yet a different heuristicRay Strode2008-07-093-3/+3
| | | | The previous one falls over for ia64
* Add debugging feature to restore text paletteRay Strode2008-07-091-34/+41
|
* Bump version to 0.5.00.5.0Ray Strode2008-07-011-1/+1
|
* Add new subcommand "ask-for-password"Ray Strode2008-07-012-16/+117
| | | | | | | This command obsoletes --ask-for-password and supports an optional --command for specifying what command to feed the password to. If the command fails, then the client will ask the daemon to ask for the password again.
* Clear screen to black before asking for passwordRay Strode2008-07-011-0/+1
|
* Drop print_usage functionRay Strode2008-07-011-15/+5
| | | | It was hard coded, and we generate help dynamically now.
* Add state structure to client to consolidate the various stateRay Strode2008-07-011-38/+43
| | | | | | This will be important when switching to subcommands, since we'll need to be able to access the command parser, boot client, and event loop.
* Add hack to make maintenance mode probably work whenRay Strode2008-06-302-0/+14
| | | | | | | plymouth is running It was showing up completely blank before because console was still redirected
* Don't watch tty for input in two placesRay Strode2008-06-301-6/+0
|
* Stay on tty1 for nowRay Strode2008-06-301-5/+5
| | | | | | | Using tty7 is making X go to vt8 and putting us on the wrong vt for runlevel 3. Eventually, we'll need to make X start ont he same vt as plymouth, and go back to vt1 if doing runlevel 3.
* Update TODORay Strode2008-06-271-3/+0
| | | | | | | | | Remove: - Add limited text support - consider making details plugin have stdin hooked up to the pty instead of tty so input works - More on the last point, we need to have an escape hatch for fsck etc
* If stop_watching_signal is called on a signal that isn't being watched, ignoreRay Strode2008-06-273-1/+6
| | | | | Previously it would assert. Really we should switch the api to have a signal_watch object much like the fd_watch object we have for watch_fd.
* don't require window to be around at quit timeRay Strode2008-06-271-2/+2
| | | | It's created on show-splash now, so it may not exist at quit time
* Add --hide-splash optionRay Strode2008-06-278-4/+68
| | | | | We want to be able to hide the splash screen in the event the user needs to interact with start up from the console.
* Create window when showing splash screen instead of at startupRay Strode2008-06-271-4/+9
| | | | | This will make it easier to add a --hide-splash option, which will provide an escape hatch for repair mode etc
* bump configure version to 0.4.50.4.5Ray Strode2008-06-261-1/+1
|
* restore color palette when closing windowRay Strode2008-06-262-1/+21
| | | | We should probably do it when changing vts as well
* mark look up geometry as static since it's internelRay Strode2008-06-261-1/+1
|
* move functions around to avoid prototype at topRay Strode2008-06-261-20/+18
|
* Store palette in window object and only read it once when opening deviceRay Strode2008-06-261-36/+25
|
* Make default color mid between default gradient color stopsRay Strode2008-06-261-1/+1
|
* Change colors of text splash screen to configured colorsRay Strode2008-06-263-2/+16
| | | | We pass colors into configure, so we should use them
* Add api for messing with color palette in text modeRay Strode2008-06-263-1/+87
| | | | | This is important so we have more flexibility over what colors show up in the text splash
* Update TODORay Strode2008-06-261-0/+1
| | | | | Add - consider moving text code from ply-window to a ply-text-buffer analog of ply-frame-buffer
* Add blue background to text pluginRay Strode2008-06-261-0/+2
|
* Draw spindicator in a brown troughRay Strode2008-06-261-6/+23
|
* Change text pulser to use space instead of line drawing characters to preventRay Strode2008-06-251-51/+5
| | | | scramblage at font change
* add new apis to set foreground and background colors in text modeRay Strode2008-06-252-0/+76
|
* Properly stop animation when asking for password in text pluginRay Strode2008-06-251-5/+16
|
* clear and move cursor to 0,0 when hiding and showingRay Strode2008-06-251-0/+5
|
* Make details plugin go back to default plugin if escape is pressed againRay Strode2008-06-242-3/+33
| | | | | | | This fixes the TODO item: - consider making details plugin go back to pretty plugin if user presses escape