home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / plymouth / TODO < prev   
Encoding:
Text File  |  2009-06-01  |  1.1 KB  |  13 lines

  1. - fix the tests so that they work better with "make check"
  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
  4. - Make --ask-for-password take a prompt message
  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.
  6. - rotate boot.log per boot cycle (might be easiest to just fork/exec out to logrotate directly)
  7. - fix error handling.  In particular, ply_open_module gets it completely wrong (replies on errno instead of dlerror())
  8. - consider moving text code from ply-window to a ply-text-buffer analog of ply-frame-buffer
  9. - maybe watch for VT switches and do things like restoring text color palette and stopping drawing the framebuffer
  10. - clean up the event loop watch api to always be in terms of watch objects instead of function/user_data pairs.
  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
  13.