<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plymouth.git/src, branch 0.2.0</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>Expose preferred gradient color stops in configure</title>
<updated>2008-06-09T17:28:10+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-09T17:28:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=7e85eafab617fef5478c6d9f551f044d67462466'/>
<id>7e85eafab617fef5478c6d9f551f044d67462466</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't show [subcommands ...] in usage line if there are no subcommands</title>
<updated>2008-06-09T15:39:05+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-09T15:38:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=2677efb8b51ae28a70a8fc75eb655667c6410d49'/>
<id>2677efb8b51ae28a70a8fc75eb655667c6410d49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create new libplybootsplash</title>
<updated>2008-06-09T15:38:56+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-09T14:18:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=5d1e93403afe32e6879515b1c74b3e5b6366ad54'/>
<id>5d1e93403afe32e6879515b1c74b3e5b6366ad54</id>
<content type='text'>
The old approach of including the same source files into
multiple places is less than pretty.  But moving the code
to libply didn't seem right either, since libply is fairly
generic and could in theory get swapped out with a standard
runtime at some point.

Also, exposing libplybootsplash as an external library will
facilitate creating out of tree splash plugins.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old approach of including the same source files into
multiple places is less than pretty.  But moving the code
to libply didn't seem right either, since libply is fairly
generic and could in theory get swapped out with a standard
runtime at some point.

Also, exposing libplybootsplash as an external library will
facilitate creating out of tree splash plugins.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve --help output spacing</title>
<updated>2008-06-09T02:16:06+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-09T02:16:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=a9b7809acf14ca00a5983fbd3c6160325a029994'/>
<id>a9b7809acf14ca00a5983fbd3c6160325a029994</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new FLAG type to command parser api</title>
<updated>2008-06-08T21:44:36+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-08T21:44:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=bfaa6f7c60dabbdfe35abef344f2fad833d43f13'/>
<id>bfaa6f7c60dabbdfe35abef344f2fad833d43f13</id>
<content type='text'>
It's just like boolean but doesn't advertise that it can
take the form --flag=false.  This makes the --help output
for --help say --help instead of --help={true|false}
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's just like boolean but doesn't advertise that it can
take the form --flag=false.  This makes the --help output
for --help say --help instead of --help={true|false}
</pre>
</div>
</content>
</entry>
<entry>
<title>Port client over to using new command line parsing code</title>
<updated>2008-06-08T06:00:49+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-08T06:00:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=253487ba7cb8dd9120a4717c71b773e2b3ec9662'/>
<id>253487ba7cb8dd9120a4717c71b773e2b3ec9662</id>
<content type='text'>
For now, we still use the "--command" format.  Soon we'll
switch to the "command --option" format
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For now, we still use the "--command" format.  Soon we'll
switch to the "command --option" format
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve command parser help output</title>
<updated>2008-06-08T05:58:14+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-08T05:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=b245e20f46e5552ae45d85e59354bd2c3cd1b85e'/>
<id>b245e20f46e5552ae45d85e59354bd2c3cd1b85e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some functions to command parser header</title>
<updated>2008-06-08T05:52:33+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-08T05:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=2c16b423928a0c22ff4e77181262d4d30c8e0ca4'/>
<id>2c16b423928a0c22ff4e77181262d4d30c8e0ca4</id>
<content type='text'>
ply_command_parser_get_help_string and
ply_command_parser_get_options never got added
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ply_command_parser_get_help_string and
ply_command_parser_get_options never got added
</pre>
</div>
</content>
</entry>
<entry>
<title>s/rhgb-client.c/plymouth.c/ in comment</title>
<updated>2008-06-08T05:20:22+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-08T05:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=e21a85a6306c798334e5a9a2f5e7ec3ee4a0a3bb'/>
<id>e21a85a6306c798334e5a9a2f5e7ec3ee4a0a3bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the start of a command line parser</title>
<updated>2008-06-08T04:45:48+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-06-05T22:21:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=21f6e517936f34ba6e5ee10b4e408fe00aa589f2'/>
<id>21f6e517936f34ba6e5ee10b4e408fe00aa589f2</id>
<content type='text'>
This will be useful for changing the client to use a

plymouth subcommand --option1 --option2

format
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will be useful for changing the client to use a

plymouth subcommand --option1 --option2

format
</pre>
</div>
</content>
</entry>
</feed>
