Commit graph

517 commits

Author SHA1 Message Date
Ray Strode
a33a76fc14 Properly stop animation when asking for password in text plugin 2008-06-25 15:54:07 -04:00
Ray Strode
2fbf6db3b3 clear and move cursor to 0,0 when hiding and showing 2008-06-25 08:57:39 -04:00
Ray Strode
645f474d65 Make details plugin go back to default plugin if escape is pressed again
This fixes the TODO item:

  - consider making details plugin go back to pretty plugin
    if user presses escape
2008-06-24 11:21:20 -04:00
Ray Strode
f0d9ecf425 Reset cursor to 0,0 on clear 2008-06-24 11:07:30 -04:00
Ray Strode
ad6d1eb75f Make --reset chooser the most recent plugin not the oldest 2008-06-23 19:26:33 -04:00
Ray Strode
eb47bef71c change to root directory before trying to access files
This fixes running plymouth after bootup
2008-06-23 13:08:07 -04:00
Ray Strode
cc0fc4e577 /Really/ exit cleanly if rhgb isn't present on kernel cmdline
Unlike b7f4399294 which was
broken
2008-06-22 01:19:18 -04:00
Ray Strode
a5eb75a75a Bump version to 0.4.0 2008-06-22 00:53:55 -04:00
Ray Strode
bb7ee86d6b ship bizcom unconditionally 2008-06-22 00:49:24 -04:00
Ray Strode
47fc6b6e39 hide /var/log behind a define 2008-06-22 00:48:47 -04:00
Ray Strode
b7f4399294 Exit cleanly if rhgb is not on the command line 2008-06-22 00:36:23 -04:00
Ray Strode
1fd28b7e97 change over text plugin to use pulsing progress bar 2008-06-21 23:49:03 -04:00
Ray Strode
0c7456d996 Add text pulsing progress bar widget thing 2008-06-21 23:48:59 -04:00
Ray Strode
f4b9383208 use window hide/show cursor functions in text plugin 2008-06-20 13:50:41 -04:00
Ray Strode
435034695d move show_cursor and hide_cursor to window 2008-06-20 13:48:45 -04:00
Ray Strode
630533b7f3 add ifndef guards around some defines 2008-06-20 13:48:45 -04:00
Ray Strode
9e553a1fb2 Use libplybootsplash clear screen function 2008-06-20 13:48:45 -04:00
Ray Strode
4b09238531 Add clear screen method to window class
Just a convenience function for the plugins
2008-06-20 13:48:40 -04:00
Ray Strode
ca3f3f7364 s/SEQUNCE/SEQUENCE/ 2008-06-20 12:16:07 -04:00
Ray Strode
eae4d16381 Don't create plugin specific data dir in initrd unless it has one 2008-06-19 16:57:26 -04:00
Ray Strode
695c017a2c Center dots in text plugin 2008-06-19 16:51:15 -04:00
Ray Strode
73bcd971fe Fix the ply_window_set_text_cursor_position function 2008-06-19 16:49:15 -04:00
Ray Strode
2261967587 Update TODO
Add:
  - we need to have an escape hatch for fsck etc
2008-06-19 16:21:46 -04:00
Ray Strode
3592a97414 Only run if rhgb is on the command line 2008-06-19 16:17:41 -04:00
Ray Strode
25663f934b Go back to text mode on quit 2008-06-19 16:17:32 -04:00
Ray Strode
16c196da06 Go to text mode before showing details 2008-06-19 14:41:53 -04:00
Ray Strode
4f7a0dbfac Don't unwatch a signal if there is no loop 2008-06-19 14:41:27 -04:00
Ray Strode
36e3dd8abe initialize structure to 0 2008-06-19 11:24:25 -04:00
Ray Strode
4239c79497 only free old splash plugin on escape if there was an old one 2008-06-19 10:53:24 -04:00
Ray Strode
e77d7112d8 return to text mode on crash 2008-06-19 10:53:08 -04:00
Ray Strode
83a23fc456 add new api for moving text cursor around 2008-06-19 09:38:34 -04:00
Ray Strode
6bda9aa4d1 Hide cursor and clear screen in text plugin 2008-06-18 22:45:49 -04:00
Ray Strode
4d686ee8e8 Add new api for reading text window geometry 2008-06-18 22:07:37 -04:00
Ray Strode
d50a30ea79 add start of text getters 2008-06-18 21:48:47 -04:00
Ray Strode
3a50fe6dc6 Make new line return to column 0 2008-06-18 21:47:55 -04:00
Peter Jones
e219bb6e67 Fix ldconfig to be run on -libs not on the main package.
Fix main package and plugins not to reset inappropriately.
2008-06-17 13:41:58 -04:00
Peter Jones
1892caa3df Make plymouth-populate-initrd run "plymouth-set-default-plugin --reset" if none is set. 2008-06-17 11:47:23 -04:00
Peter Jones
bdfa510fbe Revert "Supress erroneous warning during shutdown.", it's completely wrong.
This reverts commit 2698c08999.
2008-06-16 18:05:50 -04:00
Peter Jones
2698c08999 Supress erroneous warning during shutdown. 2008-06-16 17:34:39 -04:00
Peter Jones
0935335237 Fix missing struct initializer on ->newroot, so boot.log will actually work. 2008-06-16 17:33:34 -04:00
Kristian Høgsberg
34862aa8d3 Don't go to text mode on exit. 2008-06-16 17:14:58 -04:00
Kristian Høgsberg
48a6bfa3bb Factor out background drawing code in throbber helper. 2008-06-16 16:43:50 -04:00
Ray Strode
0a7e2c9219 Bump version to 0.3.2 2008-06-16 15:03:26 -04:00
Ray Strode
9649385000 Drop fade out in spinfinity plugin 2008-06-16 15:02:59 -04:00
Ray Strode
0087cc6464 Use proper gradient color stops for spinfinity 2008-06-16 15:02:59 -04:00
Ray Strode
bbbe3af42a drop tabs 2008-06-16 15:02:59 -04:00
Peter Jones
a6f91f55b1 Name the default plugin "default.so", not "graphical.so", so that it's obvious what's going on there. 2008-06-13 17:16:44 -04:00
Ray Strode
54a651f30c Move throbber to libplybootsplash 2008-06-12 17:32:02 -04:00
Ray Strode
76d837e387 place throbber relative to logo in spinfinity plugin 2008-06-12 14:08:51 -04:00
Ray Strode
67c4f66db0 track logo area in spinfinity plugin state 2008-06-12 14:08:51 -04:00