<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plymouth.git/TODO, branch master</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/'/>
<entry>
<title>Add hack to make maintenance mode probably work when</title>
<updated>2008-06-30T21:55:15+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-30T21:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=70b2e61d6292cfeebe95300b5f2dbac22e157420'/>
<id>70b2e61d6292cfeebe95300b5f2dbac22e157420</id>
<content type='text'>
plymouth is running

It was showing up completely blank before because console
was still redirected
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
plymouth is running

It was showing up completely blank before because console
was still redirected
</pre>
</div>
</content>
</entry>
<entry>
<title>Update TODO</title>
<updated>2008-06-27T19:38:23+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-27T19:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=10fb9add6eadfa603514747920f8cd73931873c7'/>
<id>10fb9add6eadfa603514747920f8cd73931873c7</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>If stop_watching_signal is called on a signal that isn't being watched, ignore</title>
<updated>2008-06-27T19:21:49+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-27T19:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=21b8637cacd6669fb8b2247f182ce2e4b7f53f53'/>
<id>21b8637cacd6669fb8b2247f182ce2e4b7f53f53</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>restore color palette when closing window</title>
<updated>2008-06-26T20:45:06+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-26T20:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=979c8b993c098ccb0a3f99c2d671a730ee43a93e'/>
<id>979c8b993c098ccb0a3f99c2d671a730ee43a93e</id>
<content type='text'>
We should probably do it when changing vts as well
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should probably do it when changing vts as well
</pre>
</div>
</content>
</entry>
<entry>
<title>Add api for messing with color palette in text mode</title>
<updated>2008-06-26T20:21:00+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-26T20:20:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=aae9a4da8f3601b47633e3681f89661e1304d1c5'/>
<id>aae9a4da8f3601b47633e3681f89661e1304d1c5</id>
<content type='text'>
This is important so we have more flexibility over
what colors show up in the text splash
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is important so we have more flexibility over
what colors show up in the text splash
</pre>
</div>
</content>
</entry>
<entry>
<title>Update TODO</title>
<updated>2008-06-26T19:29:57+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-26T19:29:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=77073321d9012d004d1f402e2adca10aa8776d02'/>
<id>77073321d9012d004d1f402e2adca10aa8776d02</id>
<content type='text'>
Add
  - consider moving text code from ply-window to a ply-text-buffer analog of ply-frame-buffer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add
  - consider moving text code from ply-window to a ply-text-buffer analog of ply-frame-buffer
</pre>
</div>
</content>
</entry>
<entry>
<title>Make details plugin go back to default plugin if escape is pressed again</title>
<updated>2008-06-24T15:21:20+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-24T15:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=645f474d65dbe8f0d755fea5a144e637f9485a93'/>
<id>645f474d65dbe8f0d755fea5a144e637f9485a93</id>
<content type='text'>
This fixes the TODO item:

  - consider making details plugin go back to pretty plugin
    if user presses escape
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the TODO item:

  - consider making details plugin go back to pretty plugin
    if user presses escape
</pre>
</div>
</content>
</entry>
<entry>
<title>Update TODO</title>
<updated>2008-06-19T20:21:46+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-19T20:21:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=2261967587cd4efe6db2c81f63d02cbbf1023b94'/>
<id>2261967587cd4efe6db2c81f63d02cbbf1023b94</id>
<content type='text'>
Add:
  - we need to have an escape hatch for fsck etc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add:
  - we need to have an escape hatch for fsck etc
</pre>
</div>
</content>
</entry>
<entry>
<title>Update TODO</title>
<updated>2008-06-08T22:26:31+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-08T22:26:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=dd80828e14b3d460fb2b3633f2f4491bd582d4a7'/>
<id>dd80828e14b3d460fb2b3633f2f4491bd582d4a7</id>
<content type='text'>
Add:
    - fix error handling.  In particular, ply_open_module gets it completely
      wrong (replies on errno instead of dlerror())
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add:
    - fix error handling.  In particular, ply_open_module gets it completely
      wrong (replies on errno instead of dlerror())
</pre>
</div>
</content>
</entry>
<entry>
<title>Update TODO</title>
<updated>2008-06-08T04:47:30+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-06T19:50:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=5a69d45d0a24fad99e7b3768436d08290676d800'/>
<id>5a69d45d0a24fad99e7b3768436d08290676d800</id>
<content type='text'>
Add:
  - rotate boot.log per boot cycle (might be easiest to just fork/exec out to logrotate directly)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add:
  - rotate boot.log per boot cycle (might be easiest to just fork/exec out to logrotate directly)
</pre>
</div>
</content>
</entry>
</feed>
