<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bootloader-theme, branch 4.1.19.2</title>
<subtitle>Mageia Bootloader Theme</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/'/>
<entry>
<title>Version 4.1.19.2</title>
<updated>2009-02-25T13:08:21+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-02-25T13:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/commit/?id=5b7f5b1f2c1864811af3f742ea3293664f1c71c0'/>
<id>5b7f5b1f2c1864811af3f742ea3293664f1c71c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename 'languages' to 'lang'</title>
<updated>2009-02-25T13:05:57+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-02-25T13:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/commit/?id=da4f71b1f1b3a2bfce8114472e08f84182472c7d'/>
<id>da4f71b1f1b3a2bfce8114472e08f84182472c7d</id>
<content type='text'>
The list of languages available to the gfxboot menu is stored in a file
which used to be called "languages". However, when using isolinux this
file can't be found because its name is too long (9 chars). Renaming it
to langs fixes that problem
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The list of languages available to the gfxboot menu is stored in a file
which used to be called "languages". However, when using isolinux this
file can't be found because its name is too long (9 chars). Renaming it
to langs fixes that problem
</pre>
</div>
</content>
</entry>
<entry>
<title>Reenable hiding of linux-nonfb since it seems to be fixed now</title>
<updated>2009-02-25T13:05:55+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-02-25T13:05:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/commit/?id=b12da067cef7f82012b6568f256b5fa143ab9825'/>
<id>b12da067cef7f82012b6568f256b5fa143ab9825</id>
<content type='text'>
This reverts commit 9ab115e43e7aea43b81309a0768f921114c48035.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 9ab115e43e7aea43b81309a0768f921114c48035.
</pre>
</div>
</content>
</entry>
<entry>
<title>updated translation for turkish language</title>
<updated>2009-02-24T20:58:37+00:00</updated>
<author>
<name>Atilla Öntaş</name>
<email>atilla_ontas@mandriva.org</email>
</author>
<published>2009-02-24T20:58:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/commit/?id=a0fe6e39f04d10a8da05c8c5c8d1665aa684ebea'/>
<id>a0fe6e39f04d10a8da05c8c5c8d1665aa684ebea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix(?) off by one error which led to display corruption in the lang menu</title>
<updated>2009-02-24T17:32:19+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-02-24T17:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/commit/?id=4d8f045d38ffc3f9640bd2566fbeaceb4b0c897c'/>
<id>4d8f045d38ffc3f9640bd2566fbeaceb4b0c897c</id>
<content type='text'>
The changes to reduce the size of the status bar exhibited a bug in the
way the language menu is layed out (vertical stripes all over the
place). panel.text.y was 0 and we tried to substract 1 from it when
trying to draw the lang menu background which didn't work too nicely.
This commit is one way of fixing it (by changing the way we calculate
the number of lang entries to display in one column), but I'm not sure
this is the best way to do it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The changes to reduce the size of the status bar exhibited a bug in the
way the language menu is layed out (vertical stripes all over the
place). panel.text.y was 0 and we tried to substract 1 from it when
trying to draw the lang menu background which didn't work too nicely.
This commit is one way of fixing it (by changing the way we calculate
the number of lang entries to display in one column), but I'm not sure
this is the best way to do it.
</pre>
</div>
</content>
</entry>
<entry>
<title>potentially fix parallel build by not using the same temporary file for all jobs</title>
<updated>2009-02-24T14:40:15+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>oblin@mandriva.com</email>
</author>
<published>2009-02-24T14:40:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/commit/?id=bd370325091826adfad3d0ba9ca6853137ca17a5'/>
<id>bd370325091826adfad3d0ba9ca6853137ca17a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hide linux64 entry</title>
<updated>2009-02-23T17:54:33+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-02-23T17:54:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/commit/?id=cb659062e09d4bc5881ba6ba4ed37b4e655896c6'/>
<id>cb659062e09d4bc5881ba6ba4ed37b4e655896c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework the way we handle dual-arch</title>
<updated>2009-02-23T17:54:32+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-02-23T17:54:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/commit/?id=1908289165f052842a25ef97463dc6db9f9bd376'/>
<id>1908289165f052842a25ef97463dc6db9f9bd376</id>
<content type='text'>
The autodetection of 32/64 ISOs uses getcwd which currently always
return '/' in the COM32 module so this can't work. Change it to check
for hardcoded paths working for mandriva CDs. Run a linux64 image when
using 64 bit mode since otherwise I'm not sure how to get gfxboot to
pick the proper kernel :-/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The autodetection of 32/64 ISOs uses getcwd which currently always
return '/' in the COM32 module so this can't work. Change it to check
for hardcoded paths working for mandriva CDs. Run a linux64 image when
using 64 bit mode since otherwise I'm not sure how to get gfxboot to
pick the proper kernel :-/
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch F5 and F6 to match the old layout</title>
<updated>2009-02-23T17:54:29+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-02-23T17:54:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/commit/?id=c2d8a6df00f879d0955fc0fd25ce552ddfe0c7d2'/>
<id>c2d8a6df00f879d0955fc0fd25ce552ddfe0c7d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* 2009-02-22  Reinout van Schouwen &lt;reinouts@gnome.org&gt;</title>
<updated>2009-02-22T21:10:40+00:00</updated>
<author>
<name>Reinout van Schouwen</name>
<email>reinouts@mandriva.com</email>
</author>
<published>2009-02-22T21:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/commit/?id=f2e5ad0cc2491bea3972f457465ef6ed123c0fd5'/>
<id>f2e5ad0cc2491bea3972f457465ef6ed123c0fd5</id>
<content type='text'>
        - nl.po: Updated Dutch translation
        

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        - nl.po: Updated Dutch translation
        

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