~ubuntu-branches/ubuntu/trusty/plymouth/trusty-proposed

38 by Ray Strode
add "fix tests" to the TODO file
1
- fix the tests so that they work better with "make check"
250 by Ray Strode
Add second cut at password support
2
- allow longer than 255 byte replies from server to client
3
- make server send immediate ACK for password request and then ANSWER later with a link back to original request in ANSWER
260 by Ray Strode
Update TODO
4
- Make --ask-for-password take a prompt message
286 by Ray Strode
Update TODO
5
- add expose handler for plugins to draw from.  We need to reset some state every frame of the animation, so better to hide that.
376 by Ray Strode
Update TODO
6
- rotate boot.log per boot cycle (might be easiest to just fork/exec out to logrotate directly)
383 by Ray Strode
Update TODO
7
- fix error handling.  In particular, ply_open_module gets it completely wrong (replies on errno instead of dlerror())
490 by Ray Strode
Update TODO
8
- consider moving text code from ply-window to a ply-text-buffer analog of ply-frame-buffer
497 by Ray Strode
restore color palette when closing window
9
- maybe watch for VT switches and do things like restoring text color palette and stopping drawing the framebuffer
502 by Ray Strode
If stop_watching_signal is called on a signal that isn't being watched, ignore
10
- clean up the event loop watch api to always be in terms of watch objects instead of function/user_data pairs.
506 by Ray Strode
Add hack to make maintenance mode probably work when
11
- Fix --hide-splash to properly unredirect console until next --show-splash or event better make attach-to-session
12
  a client command, with detach-from-session a separate one