| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add new subcommand "ask-for-password" | Ray Strode | 2008-07-01 | 2 | -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 password | Ray Strode | 2008-07-01 | 1 | -0/+1 |
| | | |||||
| * | Drop print_usage function | Ray Strode | 2008-07-01 | 1 | -15/+5 |
| | | | | | It was hard coded, and we generate help dynamically now. | ||||
| * | Add state structure to client to consolidate the various state | Ray Strode | 2008-07-01 | 1 | -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 when | Ray Strode | 2008-06-30 | 1 | -0/+12 |
| | | | | | | | | plymouth is running It was showing up completely blank before because console was still redirected | ||||
| * | Don't watch tty for input in two places | Ray Strode | 2008-06-30 | 1 | -6/+0 |
| | | |||||
| * | Stay on tty1 for now | Ray Strode | 2008-06-30 | 1 | -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. | ||||
| * | If stop_watching_signal is called on a signal that isn't being watched, ignore | Ray Strode | 2008-06-27 | 2 | -1/+5 |
| | | | | | | 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 time | Ray Strode | 2008-06-27 | 1 | -2/+2 |
| | | | | | It's created on show-splash now, so it may not exist at quit time | ||||
| * | Add --hide-splash option | Ray Strode | 2008-06-27 | 8 | -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 startup | Ray Strode | 2008-06-27 | 1 | -4/+9 |
| | | | | | | This will make it easier to add a --hide-splash option, which will provide an escape hatch for repair mode etc | ||||
| * | restore color palette when closing window | Ray Strode | 2008-06-26 | 1 | -0/+20 |
| | | | | | We should probably do it when changing vts as well | ||||
| * | mark look up geometry as static since it's internel | Ray Strode | 2008-06-26 | 1 | -1/+1 |
| | | |||||
| * | move functions around to avoid prototype at top | Ray Strode | 2008-06-26 | 1 | -20/+18 |
| | | |||||
| * | Store palette in window object and only read it once when opening device | Ray Strode | 2008-06-26 | 1 | -36/+25 |
| | | |||||
| * | Change colors of text splash screen to configured colors | Ray Strode | 2008-06-26 | 3 | -2/+16 |
| | | | | | We pass colors into configure, so we should use them | ||||
| * | Add api for messing with color palette in text mode | Ray Strode | 2008-06-26 | 2 | -1/+86 |
| | | | | | | This is important so we have more flexibility over what colors show up in the text splash | ||||
| * | Add blue background to text plugin | Ray Strode | 2008-06-26 | 1 | -0/+2 |
| | | |||||
| * | Draw spindicator in a brown trough | Ray Strode | 2008-06-26 | 1 | -6/+23 |
| | | |||||
| * | Change text pulser to use space instead of line drawing characters to prevent | Ray Strode | 2008-06-25 | 1 | -51/+5 |
| | | | | | scramblage at font change | ||||
| * | add new apis to set foreground and background colors in text mode | Ray Strode | 2008-06-25 | 2 | -0/+76 |
| | | |||||
| * | Properly stop animation when asking for password in text plugin | Ray Strode | 2008-06-25 | 1 | -5/+16 |
| | | |||||
| * | clear and move cursor to 0,0 when hiding and showing | Ray Strode | 2008-06-25 | 1 | -0/+5 |
| | | |||||
| * | Make details plugin go back to default plugin if escape is pressed again | Ray Strode | 2008-06-24 | 1 | -2/+33 |
| | | | | | | | | This fixes the TODO item: - consider making details plugin go back to pretty plugin if user presses escape | ||||
| * | Reset cursor to 0,0 on clear | Ray Strode | 2008-06-24 | 1 | -0/+2 |
| | | |||||
| * | change to root directory before trying to access files | Ray Strode | 2008-06-23 | 1 | -0/+2 |
| | | | | | This fixes running plymouth after bootup | ||||
| * | /Really/ exit cleanly if rhgb isn't present on kernel cmdline | Ray Strode | 2008-06-22 | 1 | -1/+4 |
| | | | | | | Unlike b7f4399294fad3d70029526cd7334c50d8673214 which was broken | ||||
| * | hide /var/log behind a define | Ray Strode | 2008-06-22 | 2 | -1/+2 |
| | | |||||
| * | Exit cleanly if rhgb is not on the command line | Ray Strode | 2008-06-22 | 1 | -0/+3 |
| | | |||||
| * | change over text plugin to use pulsing progress bar | Ray Strode | 2008-06-21 | 1 | -23/+40 |
| | | |||||
| * | Add text pulsing progress bar widget thing | Ray Strode | 2008-06-21 | 3 | -1/+295 |
| | | |||||
| * | use window hide/show cursor functions in text plugin | Ray Strode | 2008-06-20 | 1 | -16/+2 |
| | | |||||
| * | move show_cursor and hide_cursor to window | Ray Strode | 2008-06-20 | 2 | -0/+22 |
| | | |||||
| * | add ifndef guards around some defines | Ray Strode | 2008-06-20 | 1 | -0/+5 |
| | | |||||
| * | Use libplybootsplash clear screen function | Ray Strode | 2008-06-20 | 1 | -10/+3 |
| | | |||||
| * | Add clear screen method to window class | Ray Strode | 2008-06-20 | 2 | -0/+11 |
| | | | | | Just a convenience function for the plugins | ||||
| * | s/SEQUNCE/SEQUENCE/ | Ray Strode | 2008-06-20 | 1 | -2/+2 |
| | | |||||
| * | Center dots in text plugin | Ray Strode | 2008-06-19 | 1 | -1/+29 |
| | | |||||
| * | Fix the ply_window_set_text_cursor_position function | Ray Strode | 2008-06-19 | 1 | -4/+7 |
| | | |||||
| * | Only run if rhgb is on the command line | Ray Strode | 2008-06-19 | 1 | -2/+2 |
| | | |||||
| * | Go back to text mode on quit | Ray Strode | 2008-06-19 | 1 | -0/+2 |
| | | |||||
| * | Go to text mode before showing details | Ray Strode | 2008-06-19 | 1 | -0/+2 |
| | | |||||
| * | Don't unwatch a signal if there is no loop | Ray Strode | 2008-06-19 | 1 | -1/+2 |
| | | |||||
| * | initialize structure to 0 | Ray Strode | 2008-06-19 | 1 | -1/+1 |
| | | |||||
| * | only free old splash plugin on escape if there was an old one | Ray Strode | 2008-06-19 | 1 | -2/+5 |
| | | |||||
| * | return to text mode on crash | Ray Strode | 2008-06-19 | 1 | -0/+18 |
| | | |||||
| * | add new api for moving text cursor around | Ray Strode | 2008-06-19 | 2 | -0/+15 |
| | | |||||
| * | Hide cursor and clear screen in text plugin | Ray Strode | 2008-06-18 | 1 | -0/+27 |
| | | |||||
| * | Add new api for reading text window geometry | Ray Strode | 2008-06-18 | 1 | -0/+39 |
| | | |||||
| * | add start of text getters | Ray Strode | 2008-06-18 | 2 | -0/+12 |
| | | |||||
