<feed xmlns='http://www.w3.org/2005/Atom'>
<title>anaconda.git/widgets, branch firstboot-support</title>
<subtitle>Anaconda installer - personal development space, mostly the new TUI</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/'/>
<entry>
<title>Add a license and overview to the g-i overrides file.</title>
<updated>2013-01-29T15:08:19+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2013-01-25T16:27:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=57a0b3aadfc3bcef2013521aee3dda78aa9b6bad'/>
<id>57a0b3aadfc3bcef2013521aee3dda78aa9b6bad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create/clarify some documentation in the custom widgets.</title>
<updated>2013-01-29T15:08:19+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2013-01-25T16:23:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=cad67a5f88d7ee0c749033eed34de9352000b1f6'/>
<id>cad67a5f88d7ee0c749033eed34de9352000b1f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Condense string formatting in a couple custom widgets.</title>
<updated>2013-01-29T15:08:19+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2013-01-25T15:56:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=1164e3a1f44840fdafc2c54020b36562c4c58610'/>
<id>1164e3a1f44840fdafc2c54020b36562c4c58610</id>
<content type='text'>
No reason to have this kind of stuff in two different places.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No reason to have this kind of stuff in two different places.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the widget-specific TODO list.</title>
<updated>2013-01-29T15:08:19+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2013-01-25T15:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=c3f8b2825db8f3d8ba8a409e651af60cec3f0f13'/>
<id>c3f8b2825db8f3d8ba8a409e651af60cec3f0f13</id>
<content type='text'>
There's nothing important in here anymore, and we need to condense these lists
into one central place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's nothing important in here anymore, and we need to condense these lists
into one central place.
</pre>
</div>
</content>
</entry>
<entry>
<title>Display error status messages in a darker red color.</title>
<updated>2013-01-29T15:08:19+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2013-01-24T16:52:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=0091c8cd46e8f0a193c47f7019ede97886b67dec'/>
<id>0091c8cd46e8f0a193c47f7019ede97886b67dec</id>
<content type='text'>
This is to draw the user's attention to them a little better.  It also allows
me to kill all that CSS provider crud, which it turns out isn't even needed.
This probably changed when I started using the PangoAttrList.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to draw the user's attention to them a little better.  It also allows
me to kill all that CSS provider crud, which it turns out isn't even needed.
This probably changed when I started using the PangoAttrList.
</pre>
</div>
</content>
</entry>
<entry>
<title>Display the background gradient image from a map signal handler.</title>
<updated>2013-01-16T14:26:43+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2013-01-15T20:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=999fc6af94eac2db117d9466e6ef372e895d218f'/>
<id>999fc6af94eac2db117d9466e6ef372e895d218f</id>
<content type='text'>
Doing it from the init method means we need to call gtk_widget_realize so all
the gdk and cairo stuff has something to operate on.  However, that realize
call screws up glade so that the window gets displayed separately and widgets
cannot be clicked upon.

This reorganization moves the gradient setup to after the widget has been
realized.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Doing it from the init method means we need to call gtk_widget_realize so all
the gdk and cairo stuff has something to operate on.  However, that realize
call screws up glade so that the window gets displayed separately and widgets
cannot be clicked upon.

This reorganization moves the gradient setup to after the widget has been
realized.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add keyboard mnemonics to the spoke selectors, too.</title>
<updated>2013-01-07T14:06:25+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2013-01-04T15:48:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=395527c0f0017454299e654551812ff00d00cb34'/>
<id>395527c0f0017454299e654551812ff00d00cb34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set line wrap on the info bar (#888112).</title>
<updated>2012-12-18T20:06:18+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2012-12-18T20:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=e786aa09332946438c02d5e1bc2b3d095d8d32df'/>
<id>e786aa09332946438c02d5e1bc2b3d095d8d32df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a gradient background to spoke headers (mizmo, clumens).</title>
<updated>2012-12-12T15:14:50+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2012-12-11T22:07:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=801fe3e280e170c90f0c8f2bf4f7cfeea4d52160'/>
<id>801fe3e280e170c90f0c8f2bf4f7cfeea4d52160</id>
<content type='text'>
The idea here is that by adding a gradient up top, the "Done" button looks
more like it belongs with the header than with the widgets down in the
spoke.  It also subtly makes the spoke look like a subpart of the hub.

Adding this required adding an additional internal widget, which means also
changing all existing glade files to include this internal widget.  Make sure
to build new glade support and install locally (or use the proper makefile
targets) before editing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The idea here is that by adding a gradient up top, the "Done" button looks
more like it belongs with the header than with the widgets down in the
spoke.  It also subtly makes the spoke look like a subpart of the hub.

Adding this required adding an additional internal widget, which means also
changing all existing glade files to include this internal widget.  Make sure
to build new glade support and install locally (or use the proper makefile
targets) before editing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure product info and spoke titles are translated throughout.</title>
<updated>2012-12-04T15:18:58+00:00</updated>
<author>
<name>Chris Lumens</name>
<email>clumens@redhat.com</email>
</author>
<published>2012-11-29T22:05:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/anaconda.git/commit/?id=a5e66f33718a6f10e1b581ec62a2cd7cede7912d'/>
<id>a5e66f33718a6f10e1b581ec62a2cd7cede7912d</id>
<content type='text'>
Except on the hub, which is special and is going to need special work done
for it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Except on the hub, which is special and is going to need special work done
for it.
</pre>
</div>
</content>
</entry>
</feed>
